@charset "UTF-8";

/*------------------------------------------------------------------------------
	Client Name - Local CSS
	URL: http://ichigoichie-care.com/
	Date: 2016-05-13
	Copyright© 2016 一期一会トータルケア株式会社 All Rights Reserved.
------------------------------------------------------------------------------*/

@media screen and (min-width: 737px) {
    .sp_el {
        display: none;
    }
    .pc_el {
        display: block;
    }
    /*消去*/
    #mvsp,
    footer#spFt,
    nav#otherNav {
        display: none;
    }
    body#home #toContect,
    body#emptyIndex #toContect {
        margin-left: 0;
    }

    #main {
        width: 95%;
        /*width: 650px;*/
        float: right;
        margin-left: 5%;
    }

    div#container {
        max-width: 1400px;
        min-width: 962px;
        /*width: 960px;*/
        padding-left: 256px;
        margin: 0 auto;
    }
    body#home div#container {
        padding-left: 0;
        margin: 0 auto !important;
        max-width: 100%;
    }

    div#container:after {
        display: table;
        clear: both;
        content: '';
    }

    /* #globalNav 
----------------------------------------------------*/

    nav#globalNav {
        position: absolute;
        top: 92px;
        width: 100%;
    }
    nav#globalNav li {
        float: left;
        font-size: 100%;
        font-weight: bold;
        padding-right: 5px;
        width: 15.7%;
        background: url(../img/bg_nav_dot.jpg) no-repeat right center;
    }
    nav#globalNav li#gnavHome {
        width: 5%;
        background: none;
    }

    nav#globalNav li:last-child {
        margin-right: 0;
    }

    nav#globalNav li a {
        /*	display:block;
	color:#fff;
	padding:8px 0;
	width:100%;
	font-size:1.6rem;
	text-align:center;*/
    }

    .button {
        display: inline-block;
        width: 100%;
        height: 55px;
        text-align: center;
        text-decoration: none;
        line-height: 54px;
        outline: none;
        background-color: #ffa5a5;
        color: #fff !important;
    }

    .button::before,
    .button::after {
        position: absolute;
        z-index: -1;
        display: block;
        content: '';
    }
    .button,
    .button::before,
    .button::after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    body.company #gnavCompany .button,
    body.service #gnavService .button,
    body.facilities #gnavFacilities .button,
    body.empty #gnavEmpty .button,
    body.staffblog #gnavStaffblog .button,
    body.recruit #gnavRecruit .button,
    .button:hover {
        color: #f46b6b !important;
        background-color: #fff;
    }
    nav#globalNav li#gnavHome {
        margin-top: 20px;
    }

    nav#globalNav li#gnavHome a {
        width: 17px;
        padding: 10px 22px;
        border-radius: 30px;
        background: url(../img/ico_home.png) no-repeat #fff 1.2rem 1rem;
    }
    nav#globalNav li#gnavHome a:hover {
        background: url(../img/ico_home_on.png) no-repeat #ff6262 1.2rem 1rem;
    }
    nav#globalNav li#gnavHome a span {
        display: none;
    }
    nav#subNav {
        position: absolute;
        top: -3px;
        right: 50px;
    }
    nav#subNav li {
        float: left;
        text-align: center;
    }
    nav#subNav li a {
        font-size: 1.3rem;
        display: block;
        padding: 8px 0;
        width: 100px;
        color: #fff;
        font-weight: bold;
        border: 3px solid #fff;
    }
    nav#subNav li#subNavComplaint a {
        background: #ffa5a5;
        border-right: none;
    }
    nav#subNav li#subNavContact a {
        background: #a2d37a;
    }
    nav#subNav li#subNavComplaint a,
    nav#subNav li#subNavContact a {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    nav#subNav li#subNavComplaint a:hover {
        background: #ff6262;
    }

    nav#subNav li#subNavContact a:hover {
        background: #70b13a;
    }
    header p#tel {
        position: absolute;
        top: 50px;
        right: 0;
    }
    p#facebookIcon img {
        position: absolute;
        top: 5px;
        right: 0;
        transition: 0.5s;
    }

    p#facebookIcon img:hover {
        -moz-transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
    }

    body#home #slider .slick-slide {
        width: 259px !important;
        height: 100%;
    }
    body#home #slider .slick-list {
        position: relative;
        height: 254px !important;
    }

    /*-------------------------------------------------------------------------*/
}
/*==============================================================
　body#home : トップページ
===============================================================*/

body#home #homeMain {
    position: relative;
    background:
        url(../../img/bg_leaf_L.png) left 350px no-repeat,
        url(../../img/bg_leaf_R.png) right 350px no-repeat;
}

body#home #homeMain #mvWrap {
    position: relative;
    height: 450px;
    background: url(../../img/mv/bg_mv.png) repeat-x;
}

body#home #homeMain #mvWrap #mv {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    height: 450px;
    overflow: hidden;
}
body#home #homeMain #mvWrap #mvMask {
    position: absolute;
    bottom: -23px;
    text-align: center;
    z-index: 99;
}
body#home #homeMain #mvWrap #mv #mvTxt {
    position: absolute;
    top: 50px;
    right: 0;
}
body#home #homeMain #mvWrap #mv #mvPho {
    position: absolute;
    top: 50px;
    left: 20px;
}

body#home #homeMain .boxWrap,
body#home #homeMain .boxIn {
    clear: both;
    overflow: hidden;
}
body#home #homeMain .boxIn {
    max-width: 970px;
    margin: 0 auto;
    padding-left: 10px;
}

body#home #homeMain #totalcare h2 {
    text-align: center;
    margin-bottom: 30px;
    background: url(../../img/bg_totalcare.png) no-repeat 0 85%;
}
body#home #homeMain #totalcare h2 img {
    margin-left: -110px;
}
body#home #homeMain #totalcare li h2 {
    text-align: center;
    padding: 15px 15px 15px;
    margin: 0 0 0;
    background: none;
    font-size: 110%;
    text-align: left;
    font-weight: bold;
    line-height: 1.2;
}

body#home #homeMain #totalcare li {
    position: relative;
    width: 300px;
    float: left;
    margin: 0 30px 25px 0;
    border-radius: 20px;
    background: #fff;
    min-height: 350px;
}

body#home #homeMain #totalcare li .btn {
    text-align: center;
    padding: 10px;
    color: #fff;
    border-radius: 20px;
    background: #ffa5a5;
    width: 70%;
    margin: 0 auto 10px;
}
body#home #homeMain #totalcare li .btn:hover {
    background: #ff6262;
}
body#home #homeMain #totalcare li:nth-child(3n) {
    margin-right: 0;
}
body#home #homeMain #totalcare li .ico {
    z-index: 999;
    position: absolute;
    top: 10px;
    left: -8px;
}
body#home #homeMain #totalcare li .photo {
}
body#home #homeMain #totalcare li .photo img {
    border-radius: 18px 18px 0 0;
}
body#home #homeMain #totalcare li .txt {
    color: #735b60;
    padding: 0 15px 15px;
    line-height: 1.3;
    font-size: 90%;
}

body#home #homeMain #newsWrap {
    max-height: 788px;
    position: relative;
    background: url(../../img/bg_news.gif) center -4px no-repeat #ffa5a5;
}
body#home #homeMain #newsCircle {
    z-index: 5;
}
body#home #homeMain #newsCircle p {
    position: absolute;
    z-index: 1;
}

body#home #homeMain #newsCircle p#pho01 {
    top: 30px;
    left: 3%;
}
body#home #homeMain #newsCircle p#pho02 {
    top: 300px;
    left: 5%;
}
body#home #homeMain #newsCircle p#pho03 {
    top: 100px;
    right: -3%;
}
body#home #homeMain #newsCircle p#pho04 {
    top: 480px;
    right: 8%;
}

body#home #homeMain #newsWrap .boxIn {
    position: relative;
    z-index: 99;
    margin: 140px auto 75px;
}
body#home #homeMain #news h3 {
    position: relative;
    border-radius: 25px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    line-height: 1.1;
    margin-bottom: 20px;
    padding: 13px 20px 10px;
    background: url(../../img/bg_circle.png) no-repeat right top #ff6262;
}

body#home #homeMain #news h3 span {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 5px 10px;
    font-size: 70%;
    text-align: center;
    background: #fff;
    border-radius: 20px;
}

body#home #homeMain #news .floatL {
    float: left;
    width: 48%;
}
body#home #homeMain #news #newsRelease {
    margin-bottom: 5%;
}
body#home #homeMain #news #staffBlog {
    float: right;
    width: 48%;
}

body#home #homeMain #news .newsBox {
    padding: 15px;
    border: 7px solid #fff;
    border-radius: 15px;
    background: #fff7f7;
}
body#home #homeMain #etc #etcBnr {
    float: left;
}
body#home #homeMain #etc #etcBnr p {
    margin-bottom: 5%;
}
body#home #homeMain #etc #facebook {
    float: right;
}
body#home #homeMain #contWrap {
    padding: 60px 0 80px;
    margin: 0;
    background: url(../img/bg_grass.png) repeat-x left bottom;
}
body#home #homeMain #etcWrap {
    background: url(../../img/bg_etc.jpg) no-repeat center top;
}
body#home #homeMain #etcWrap {
    padding: 70px 0 50px;
    -moz-background-size: cover;
    background-size: cover;
}
body#home #homeMain #totalcareWrap {
    background:
        url(../../img/fig_hm_L.png) left 200px no-repeat,
        url(../../img/fig_hm_R.png) right 200px no-repeat;
}

body#home #homeMain .fixedBnr_info {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 391px;
    max-width: 22%;
}
body#home #homeMain .fixedBnr_info img {
    width: 100%;
    height: auto;
}

/*==============================================================
　body#companyIndex : 法人概要
===============================================================*/
body#companyIndex #main .bunki li {
    min-height: 340px;
}
/*==============================================================
　body#companyOutlineIndex : 会社概要
===============================================================*/
body#companyOutlineIndex #main .btn {
    width: 70%;
    margin: 0 auto;
}

body#companyOutlineIndex #main dl {
    width: 70%;
    text-align: center;
    padding: 30px;
    margin: 0 auto 30px;
    border: 5px solid #fee2e2;
    background: #fff;
    border-radius: 20px;
}
body#companyOutlineIndex #main dl dt {
    font-size: 150%;
    font-weight: bold;
}

/*==============================================================
　body#complaintIndex : 苦情受付
===============================================================*/
body#complaintIndex #main section ol {
    margin-left: 0;
}
body#complaintIndex #main section ol li {
    list-style-type: none;
}

body#complaintIndex #main section .btn br {
    display: none;
}
body#complaintIndex #main section .btn {
    width: 60%;
    margin: 0 auto;
}

/*==============================================================
　body#serviceDayIndex : 苦情受付
===============================================================*/

body#serviceDayIndex #main {
}

/*==============================================================
　body.forms : フォーム
===============================================================*/

body.forms #container {
    padding-left: 0;
    max-width: 960px;
    min-width: 800px;
    margin: 0 auto;
}

body.forms #container #main {
    margin-left: 0 !important;
    width: 100%;
}

body.forms div.pan {
    margin-left: 0;
}

body.forms #main table {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}
body.forms #main section p em,
body.forms #main table th em,
body.forms #main table th .fomu__required {
    padding: 3px 5px;
    font-size: 80%;
    background: #ff6262;
    color: #fff;
    border-radius: 3px;
    white-space: nowrap;
}
body.forms #main table th .fomu__required.--not {
    background: #999;
}
body.forms #main .error-message {
    color: #ff6262;
    font-weight: 600;
    margin-block: 5px;
}
body.forms #main table td .placeholder,
body.forms #main table td .atte {
    display: block;
    margin-block: 5px;
    font-size: 14px;
}
.forms table td input {
    padding: 5px;
}
.forms #main table.table001 th {
    width: 25%;
    border-color: #b3b3b3;
    line-height: 1.5;
}

.forms #main table.table001 .checkbox_item {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-block: 5px;
}
body.forms #main table td#tiBlank span {
    margin-right: 50px;
}
body.forms #main table td input[type='text'],
body.forms #main table td textarea {
    padding: 10px 5px;
    width: 60%;
    background: #fdfdfd;
    border: 1px solid #ebe4de;
    outline: none;
}
body.forms #main table td input.is-error-element,
body.forms #main table td textarea.is-error-element {
    background: rgba(255, 98, 98, 0.1);
}
body.forms #main table td input#zip01[type='text'] {
    width: 20%;
}
body.forms #main .errs {
    padding: 10px;
    margin-bottom: 30px;
    border: 5px solid #ff0000;
    background: #fff7f7;
}
body.forms #main .errs ul {
    margin-bottom: 0;
}
body.forms #main .errs li {
    font-weight: bold;
    color: #ff0000;
    padding: 0 0 0 15px;
}
body.forms #main .clear {
    -webkit-appearance: none;
    padding: 5px 20px;
    margin-right: 20px;
    font-size: 1em;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    cursor: pointer;
}
body.forms #main .submit {
    -webkit-appearance: none;
    color: #fff;
    padding: 15px 40px;
    font-size: 1.2em;
    border: none;
    font-weight: bold;
    border-radius: 5px;
    background: #ff6262;
    cursor: pointer;
}

body.forms #main .submit:hover {
    color: #ff6262;
    background: #fff;
}

body.forms #main .flow {
    border-radius: 20px;
    background: #fff;
}

body.forms #main .flow {
    padding: 10px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 20px;
    background: #fff;
}
body.forms #main .flow .flowIn {
    width: 33.3%;
    margin-bottom: 0;
    text-align: center;
    float: left;
}
body.forms #main .flow .flowIn span {
    display: block;
    width: 100%;
    font-size: 120%;
    font-weight: bold;
    padding: 10px 0;
    margin-bottom: 0;
    text-align: center;
    float: left;
    color: #fff;
    border-radius: 16px;
    background: #ffa5a5;
    border: 1px solid #fff;
}
body.forms #main .flow #fl01 span {
    border-radius: 16px 0 0 16px;
}
body.forms #main .flow #fl02 span {
    border-radius: 0;
}
body.forms #main .flow #fl03 span {
    border-radius: 0 16px 16px 0;
}
body.forms #main .flow .flowIn span.is-active {
    background: #ff6262;
}

/*==============================================================
　body.form-thanks : お問い合わせ
===============================================================*/
body.form-thanks #main .telbox {
    padding: 20px;
    margin: 20px 0;
    font-size: 180%;
    text-align: center;
    background: #fff;
    border: 5px solid #ffa5a5;
}
body.form-thanks #main .telbox img {
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
/*==============================================================
　bunki : 分岐ページ
===============================================================*/

#main .bunki ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 30px;
}
@media screen and (max-width: 1280px) {
    #main .bunki ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}
@media screen and (max-width: 576px) {
    #main .bunki ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
}
#main .bunki li {
    width: 100%;
    box-sizing: border-box;
    /*position:relative;
	top:0;
	left:0;
	width:310px;
	margin:0 50px 50px 0;
	min-height:410px;*/
    letter-spacing: normal; /* 文字間を通常に戻す */
    background: #fff;
    border: 5px solid #fff;
    border-radius: 10px;
    padding-bottom: 15px;
}
body#serviceKyotakukaigoIndex #main .bunki li,
body#serviceGrouphomeIndex #main .bunki li,
body#serviceDayIndex #main .bunki li {
    min-height: 140px;
}
/* 
@media screen and (max-width: 1280px) {

#main .bunki li:nth-child(2n){
	margin-right:0;
	}
} */
#main .bunki li:hover {
    border: 5px solid #ffa5a5;
}
#main .bunki li h2 {
    margin: 0;
    padding: 20px 15px 8px;
    background: none;
    color: #f00;
    border-radius: none;
    height: 44px;
}
#main .bunki li h2 span {
    display: table-cell;
    vertical-align: middle;
    height: 44px;
}
#main .bunki li h2 em,
#main .bunki li h2 span em {
    display: block;
    font-size: 70%;
    padding-bottom: 5px;
    color: #9f3434;
}
#main .bunki li h2 span .SmallText {
    font-size: 16px;
    margin: 2px 0px 2px 0px;
}
#main .bunki li h2,
#main .bunki li h2 span {
    height: auto;
}

#main .bunki li h2 {
    font-weight: bold;
}
#main .bunki li a .photo {
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}
#main .bunki li a:hover .photo img {
    transform: scale(1.15, 1.15);
    -webkit-transform: scale(1.15, 1.15);
    -moz-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    -o-transform: scale(1.15, 1.15);
}
#main .bunki li .photo img {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
#main .bunki li a .txt {
    padding: 0 15px;
    color: #735b60;
    font-size: 90%;
}

/*==============================================================
　body#companyMessageIndex : 理念/トップメッセージ
===============================================================*/
body#companyMessageIndex #main section {
    overflow: hidden;
}
/*body#companyMessageIndex #main section .philosophy{
	width:48%;
	float:left;
}


body#companyMessageIndex #main section .philosophy img{
	width:100%;
	height:auto;
}

body#companyMessageIndex #main section #h_philosophy{
	width:49%;
	float:right;
}*/
body#companyMessageIndex #main section #h_philosophy p {
    font-size: 120%;
    margin-top: 30px;
}

body#companyMessageIndex #main section .philosophy .photo {
    float: right;
    margin: 0 auto 30px;
}
body#companyMessageIndex #main section .shisetsu img {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    float: right;
}

body#companyMessageIndex #main section .rightText {
    float: right;
    text-align: right;
}
body#companyMessageIndex #main .philosophy {
    overflow: hidden;
}
body#companyMessageIndex #main #c_philosophy h4 {
    font-size: 130%;
    font-weight: bold;
    padding: 30px 0;
}
body#companyMessageIndex #main section #c_philosophy img.phoR {
    margin-top: -65px;
}

body#companyMessageIndex #main section .centerText {
    font-size: 120%;
    font-weight: bold;
    /*
	color:#ff6262;text-align:center;*/
}

body#companyMessageIndex #main #topmessage {
    position: relative;
    overflow: hidden;
    background: url(../../company/message/img/bg_sky.png) no-repeat 0 0;
    background-size: contain;
}
body#companyMessageIndex #main #topmessage .txt {
    float: right;
    width: 65%;
    margin-top: 100px;
}
body#companyMessageIndex #main #topmessage .txt p {
    font-weight: bold;
    text-shadow: 1px 1px 1px #fff;
}
body#companyMessageIndex #main #topmessage .phoL {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30%;
    margin-bottom: 0;
}

body#companyMessageIndex #main #vision .floatL {
    width: 43%;
}
body#companyMessageIndex #main #vision .floatR {
    width: 55%;
}
body#companyMessageIndex #main #vision .floatR img {
    width: 100%;
    height: auto;
}
body#companyMessageIndex #main #vision h4 {
    text-align: left;
    font-size: 140%;
    font-weight: bold;
    padding: 30px 0;
}

body#companyMessageIndex #main #vision ol li {
    font-size: 115%;
    padding: 10px 0;
}

/*==============================================================
　body#privacyIndex : プライバシーポリシー
===============================================================*/

body#privacyIndex #main section .ltSpace {
    letter-spacing: -1px;
}

body#privacyIndex #main section h3 .Number {
    float: left;
    width: 30px;
    margin: -5px 5px 0 0;
}

body#privacyIndex #main section ol li ul li {
    list-style-type: circle;
    margin: 0;
}

body#privacyIndex #main section ol li {
    margin-bottom: 10px;
}

/*==============================================================
　body.cms : 共通CMS
===============================================================*/

body.cms #main section {
    background: #fff;
    border-radius: 20px;
    padding: 1px;
    margin-bottom: 30px;
}
body.cms #main section .wrap {
    margin: 7px;
    padding: 30px;
    background: #fff7f7;
    border-radius: 20px;
}

body#home #homeMain #news li,
body#home #homeMain #news li,
body.cms #main section .wrap li {
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
    list-style-type: none;
    background: url(../img/borderline.png) repeat-x left bottom;
}
body#home #homeMain #news li:last-child {
    margin-bottom: 0;
}
body#home #homeMain #news li span,
body.cms #main section ul li span {
    font-weight: bold;
    display: block;
    font-size: 95%;
}
body.cms #main li a span.newPost,
body#home #news li a span.newPost,
body#home #staffBlog a span.newPost {
    display: inline-table !important;
    padding: 3px 10px;
    margin-left: 10px;
    color: #fff;
    font-size: 1rem !important;
    font-weight: bold;
    background: #ff6262;
    border-radius: 15px;
}
body#home #news li a span.newPost,
body#home #staffBlog a span.newPost {
    padding: 5px 10px;
}
body#home #staffBlog a span.newPost {
    margin-left: 10px !important;
}
body#home #homeMain #news li span {
    margin-bottom: 10px;
}
body#home #homeMain #news #staffBlog li {
    position: relative;
    min-height: 120px;
}

body#home #homeMain #news #staffBlog li span,
body#home #homeMain #news #staffBlog dl {
    margin-left: 115px;
}
body#home #homeMain #news #staffBlog dl dt {
    padding-bottom: 10px;
}
body#home #homeMain #news #staffBlog dl dd {
    color: #5f5f5f;
    line-height: 1.3;
    font-size: 90%;
    font-weight: normal;
}
body#home #homeMain #news #staffBlog p.photo {
    position: absolute;
    left: 0;
    top: 0;
    border: 3px solid #fff;
    min-height: 95px;
    min-width: 95px;
    background: url(../img/bg_thums.gif) no-repeat;
}
body.cms #wrapper #main .pagenation {
    padding-top: 20px;
}

body.cms .pagenation ul {
    text-align: center;
}
body.cms #main .pagenation li {
    /* width: 50px;
     height: auto !important;*/
    font-size: 120%;
    display: inline-block;
    margin: 0 10px;
    background: none !important;
}

body.cms #wrapper #main .pagenation li.active,
body.cms #wrapper #main .pagenation li a {
    color: #ff6262;
    display: inline-block;
    font-size: 80%;
    width: 50px;
    height: 50px;
    padding: 10px;
    line-height: 2;
    text-align: center;
    border-radius: 50px;
}
body.cms #main .pagenation li.active {
    background: #ff6262 !important;
    color: #fff !important;
}

body.cms #main .pagenation li.next a {
    padding-right: 30px !important;
    font-size: 120% !important;
    width: auto !important;
    line-height: 1.4 !important;
    background: url(../img/ico_arw_02.png) no-repeat right center;
}
body.cms #main .pagenation li.prev a {
    padding-left: 30px !important;
    font-size: 120% !important;
    width: auto !important;
    line-height: 1.4 !important;
    background: url(../img/ico_arw_prev.png) no-repeat left center;
}
body.cms #main .pagenation li a {
    background: #fff;
}
body.cms #sub #newEntry {
    border-radius: 10px;
    border: 1px solid #ff6262;
    background: #fff;
    margin-bottom: 20px;
}
body.cms #sub .menuBox h3 {
    color: #fff;
    border-radius: 9px 9px 0 0;
    padding: 10px;
    font-weight: bold;
    background: #ff6262;
}

body.cms #sub #newEntry ul li {
    padding: 10px;
    font-weight: bold;
    border-top: 1px solid #ff6262;
}
body.cms #sub #newEntry ul li span {
    font-size: 80%;
    display: block;
    padding-bottom: 10px;
}
body.cms #sub #newEntry ul li a {
    color: #ff6262;
    line-height: 1.3;
}

body.cms #sub #monthry {
    margin-bottom: 20px;
    background: #fff;
    border-radius: 10px;
}
body.cms #sub #monthry select {
    -webkit-appearance: none;
    padding: 10px 5px;
    border: 1px solid #ff6262;
    width: 100%;
    font-size: 110%;
    border-radius: 0;
}
/*==============================================================
　body.cms : ニュース詳細
===============================================================*/
body.cms #main section .wrap h2 span {
    color: #735b60 !important;
    font-size: 70%;
}

body.cms #main section .wrap h2 {
    color: #735b60;
    border-radius: 0;
    font-weight: bold;
    /*font-size: 180%;*/
    margin-bottom: 20px;
    padding: 0 0 10px 0;
    list-style-type: none;
    background: url(../img/borderline.png) repeat-x left bottom;
    line-height: 130%;
}

/*body.cms #main section .wap .shisetsu img{
	padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
	float:right;
}*/

/*==============================================================
　body.staffblog : スタッフブログ
===============================================================*/

body.staffblog #main section ul li p {
}

/*==============================================================
　body.facilities : 施設案内
===============================================================*/

body.facilities #main section {
    background: none;
    border-radius: 0;
    padding: 0;
    margin-bottom: 0;
}
body.facilities #main .mainVisual {
    margin-bottom: 20px;
}
body.facilities #main .mainVisual img {
    width: 100%;
    height: auto;
}
body.facilities #main section h2 {
    font-weight: bold;
}
body.facilities #main section h4 {
    /* padding:0.8% 1%; */
    line-height: 1.5;
    margin-bottom: 1.5%;
    /* border-top:1px solid #ffc4c4;
	border-bottom:1px solid #ffc4c4; */
    font-weight: bold;
    font-size: 120%;
    /* background:#fff; */
}
body.facilities #main .clear {
    overflow: hidden;
}
body.facilities #main .btn {
    width: 70%;
    /* margin: 0 auto; */
}
body.facilities #main .left-text {
    float: left;
    width: calc(100% - 430px);
}
body.facilities #main .right-photo {
    float: right;
}
body.facilities #main section .akiya {
    display: block;
    width: 180px;
    margin: -5px -11px 0 0;
    padding: 5px 0 3px;
    float: right;
    color: #923d3d;
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
}

body.facilities #main section .akiya .num {
    display: block;
    font-weight: bold;
    margin-right: 30px;
    color: #ff6262;
    float: right;
}

body.facilities #main section table#f_outline th {
    width: 35%;
}

body.facilities #main section .shisetsu {
    overflow: hidden;
}

body.facilities #main section .shisetsu p.photo {
    float: left;
    /*width:260px;*/
    margin-right: 20px;
    border: 1px solid #ffc8c8;
}

body.facilities #main section .shisetsu li:last-child {
    margin: 0;
}

body.facilities #main section .emp {
    text-align: center;
    background-color: #d869a0;
    color: #fff;
}

body.facilities #main section .kaigo {
    background-color: #fff;
    border: 1px solid #efd9d9;
    text-align: center;
    font-weight: bold;
}

body.facilities #main section .right,
body.facilities #main section .rightEmp {
    text-align: right;
}

body.facilities #main section .rightEmp {
    color: #ff6262;
    font-weight: bold;
    background-color: #fdf7fa;
}

body.facilities #main section .pdfBtn a {
    display: block;
    color: #fff;
    width: 50%;
    margin: 0 auto 30px;
    padding: 15px 10px 15px 20px;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    border-radius: 25px;
    background: url(../img/ico_pdf.png) no-repeat 1.9rem center #ff6262;
}

body.facilities #main section .googlemap {
    /*width:650px;*/
    /*height:350px;*/
    margin-bottom: 20px;
    border: 5px solid #fff;
}
body.facilities #main section .googlemap iframe {
    width: 100%;
    display: block;
}

body.facilities #main section #gallery-1 {
    overflow: hidden;
}

body.facilities #main #staffBlog .wp_post_list {
    margin-top: 30px;
}
body.facilities #main section #gallery-1 dl {
    width: 200px;
    height: auto;
    margin: 0 0.8% 5% 0.7%;
    float: left;
    list-style-type: none;
}

body.facilities #main section #gallery-1 dl dt {
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 2px solid #fee2e2;
    box-sizing: border-box;
    background-color: #efd9d9;
}
body.facilities #main section #gallery-1 dl dt img {
    width: 100%;
    height: auto;
}

body.facilities #main section #gallery-1 dl dd {
    display: block;
    font-size: 90%;
    padding-top: 8px;
    width: 100%;
}

body#enishiPages #main section #madori {
    width: 100%;
    height: auto;
    padding: 5% 8%;
    text-align: center;
    border-radius: 20px;
    background: #fff;
}
body#enishiPages #main section #madori img {
    width: 100%;
    height: auto;
}

/*==============================================================
　body#emptyIndex : 空室状況
===============================================================*/

body#emptyIndex .pan {
    margin-left: 0;
}
body#emptyIndex #container {
    padding-left: 0;
    max-width: 1200px;
    min-width: 960px;
    margin: 0 auto;
}

body#emptyIndex article #sub {
    display: none;
}

body#emptyIndex #main {
    width: 100%;
}

body#emptyIndex #main ul {
    overflow: hidden;
    background-color: #fff;
    padding: 40px;
    border-radius: 25px;
}

body#emptyIndex #main ul li {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

body#emptyIndex #main ul li h2 {
    margin-bottom: 10px;
    font-weight: bold;
    padding: 10px 25px;
}

body#emptyIndex #main ul li h2:hover {
    color: #fee2e2;
}

body#emptyIndex #main ul li .situ {
    text-align: right;
    padding-right: 20px;
    margin-bottom: 3px;
    font-size: 14px;
}

body#emptyIndex #main ul li .info {
    overflow: hidden;
    padding: 0 20px;
    margin-bottom: 20px;
}

body#emptyIndex #main ul li .info p {
    width: 23%;
    height: auto;
    float: left;
    margin: 0px;
    background-color: #dbd0d4;
}
body#emptyIndex #main ul li .info p img {
    width: 100%;
    height: auto;
}
body#emptyIndex #main ul li .info table {
    min-width: 75%;
    float: right;
    margin-left: 10px;
}
body#emptyIndex #main ul li .scd001 {
    padding: 0 20px;
}
body#emptyIndex #main ul li .floor_map,
body#emptyIndex #main ul li .scd001 table {
    min-width: 75%;
    margin: 0 0 10px 25%;
}
body#emptyIndex #main ul li .info table th {
    width: 150px;
}
body#emptyIndex #main ul li .scd001 table thead th,
body#emptyIndex #main ul li .scd001 table td {
    text-align: center;
}

body#emptyIndex #main ul li .scd001 table th,
body#emptyIndex #main ul li .scd001 table td {
    border: 1px solid #efd9d9;
}
body#emptyIndex #main ul li .scd001 table thead th {
    background: #f9f5e8;
}
body#emptyIndex #main ul li .scd001 table thead th:nth-child(7) {
    background: #e3fbfd;
}
body#emptyIndex #main ul li .scd001 table thead th:nth-child(8) {
    background: #fee2e2;
}
body#emptyIndex #main ul li .scd001 .empt {
    font-weight: bold;
    color: #60abb9;
}
body#emptyIndex #main ul li .scd001 .cont {
    font-weight: bold;
    color: #e9c556;
}
body#emptyIndex #main ul li .scd001 .full {
    font-weight: bold;
    color: #ff6262;
}
body#emptyIndex #main ul li .scd001 p {
    text-align: right;
}
body#emptyIndex #main ul li .info table td .num {
    display: block;
    font-weight: bold;
    color: #ff6262;
}

.btn a {
    display: block;
    text-align: center;
}

body#emptyIndex #main ul li .btn {
    width: 300px;
    margin: 0 auto;
}
body#emptyIndex #main .scd001 {
    width: 100%;
}

/*==============================================================
　body#serviceTrainingIndex : 介護職員初任者研修
===============================================================*/
body#serviceTrainingIndex #main .lead {
    overflow: hidden;
}
body#serviceTrainingIndex #main .lead img.floatL {
    margin: 0 20px 20px 0;
}
body#serviceTrainingIndex #main #point {
    clear: both;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 40px;
}
body#serviceTrainingIndex #main #point h2 {
    font-size: 80%;
    text-align: center;
    border-radius: 20px 20px 0 0;
    margin-bottom: 0;
}
body#serviceTrainingIndex #main #point h2 strong {
    display: block;
    padding-top: 5px;
    font-size: 180%;
}

body#serviceTrainingIndex #main #point > ol {
    margin: 0 15px 15px 15px;
    counter-reset: num;
}
body#serviceTrainingIndex #main #point > ol > li {
    list-style: none;
    overflow: hidden;
    padding: 20px;
}
body#serviceTrainingIndex #main #point > ol > li:nth-child(2n) {
    border-top: 1px solid #fee2e2;
    border-bottom: 1px solid #fee2e2;
    background: #fffdfd;
}
body#serviceTrainingIndex #main #point > ol > li dl:before {
    counter-increment: num; /* 名前を定義 */
    content: counter(num); /* 開始 */
    font-weight: bold;
    float: left;
    background: #ff6262;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    margin-right: 5px;
    line-height: 2.3;
}
body#serviceTrainingIndex #main #point ol > li .txt {
    float: none;
    margin-bottom: 10px;
}
body#serviceTrainingIndex #main #point .list001 {
    margin-bottom: 20px !important;
}
body#serviceTrainingIndex #main #point #atte {
    padding: 2%;
    margin-bottom: 20px;
    border: 3px solid #ffc4c4;
    background: #fff;
}
body#serviceTrainingIndex #main #point #atte p {
    float: none;
}
body#serviceTrainingIndex #main #point #atte ul {
    margin-bottom: 0;
}
body#serviceTrainingIndex #main #point #atte li {
    font-weight: bold;
}
body#serviceTrainingIndex #main #point #atte li b {
    width: 110px;
    display: inline-block;
}
body#serviceTrainingIndex #main #point #atte li .txt_s {
    font-weight: normal;
}
body#serviceTrainingIndex #main #point h4 {
    padding: 0.8% 1%;
    line-height: 1.5;
    margin-bottom: 1.5%;
    border-top: 1px solid #ffc4c4;
    border-bottom: 1px solid #ffc4c4;
    font-weight: bold;
    font-size: 120%;
    background: #fff;
}

body#serviceTrainingIndex #main section #tab-3 ol li dl dt:before {
    font-weight: bold;
    float: left;
    background: #ff6262;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    margin-right: 5px;
    line-height: 2.3;
}
body#serviceTrainingIndex #main section #tab-3 ol li:nth-child(1) dt:before {
    content: '1';
}
body#serviceTrainingIndex #main section #tab-3 ol li:nth-child(2) dt:before {
    content: '2';
}
body#serviceTrainingIndex #main section #tab-3 ol li:nth-child(3) dt:before {
    content: '3';
}
body#serviceTrainingIndex #main section #tab-3 ol li:nth-child(4) dt:before {
    content: '4';
}
body#serviceTrainingIndex #main section #tab-3 ol li:nth-child(5) dt:before {
    content: '5';
}
body#serviceTrainingIndex #main section #tab-3 ol li:nth-child(6) dt:before {
    content: '6';
}

body#serviceTrainingIndex #main section #tab-3 ol li dl dt:before {
    margin-top: -6px;
}
body#serviceTrainingIndex #main #point ol .phoText dl {
    margin-bottom: 0;
}

body#serviceTrainingIndex #main section #tab-3 dl {
    margin-bottom: 0;
}
body#serviceTrainingIndex #main #point ol li dt,
body#serviceTrainingIndex #main section #tab-3 dt,
body#serviceTrainingIndex #main section #tab-4 dt {
    color: #ff6262;
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 10px;
}
body#serviceTrainingIndex #main section #tab-3 ol {
    margin-left: 0;
}
body#serviceTrainingIndex #main section #tab-3 ol li {
    list-style-type: none;
}
body#serviceTrainingIndex #main #point ol li p {
    width: 100%;
    float: left;
}
body#serviceTrainingIndex #main #point ol li .photo {
    float: right;
}
body#serviceTrainingIndex #main #point ol li .photo img {
    float: left;
    margin-left: 10px;
}

body#serviceTrainingIndex #main #point ol li p {
    margin-bottom: 0;
}

body#serviceTrainingIndex #main section #tab-1 table {
    margin-bottom: 30px;
}
body#serviceTrainingIndex #main section #tab-4 dt,
#main section #faqBox dt {
    font-size: 100%;
    color: #ff6262;
    font-weight: bold;
    padding: 16px 10px 13px 50px;
    border-top: 1px solid #fee2e2;
    border-bottom: 1px solid #fee2e2;
    line-height: 1.2;
    vertical-align: bottom;
    background: url(../../service/training/img/ico_q.png) no-repeat 0.5rem
        center #fffdfd;
}

body#serviceTrainingIndex #main section #tab-4 dd,
#main section #faqBox dd {
    padding: 10px 10px 10px 50px;
    background: url(../../service/training/img/ico_a.png) no-repeat 0.5rem
        0.5rem;
}

body#serviceTrainingIndex #main section #tab-3 li {
    width: 100%;
}

body#serviceTrainingIndex #main section #tab-3 dt {
    font-size: 100%;
    padding: 13px 10px 13px 0px;
    border-top: 1px solid #fee2e2;
    border-bottom: 1px solid #fee2e2;
    line-height: 1.2;
    vertical-align: bottom;
    background: #fffdfd;
}

body#serviceTrainingIndex #main section #tab-3 dd {
    padding: 10px;
}
body#serviceTrainingIndex #main section dd small {
    display: block;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #fee2e2;
    background: #fffdfd;
}

body#serviceTrainingIndex #main section p.pdf {
    float: right;
    width: 37%;
    border: 3px solid #fee2e2;
    padding: 20px;
    background: #fff;
}
body#serviceTrainingIndex #main section p.pdf a {
    font-weight: bold;
}
/*==============================================================
　body#serviceKyotakukaigoIndex : 居宅介護支援
===============================================================*/
body.recruit #main .lead,
body.service #main .lead {
    font-size: 130%;
    background: inherit;
}

body#serviceKyotakukaigoIndex #main #point ol li {
    margin-bottom: 15px;
}
body#serviceTakinoukyotakuIndex #main #point,
body#serviceGrouphomeIndex #main #demented #point,
body#serviceKyotakukaigoIndex #main #point {
    width: 65%;
    float: left;
}
body#serviceTakinoukyotakuIndex #main .bunki,
body#serviceGrouphomeIndex #main #demented .bunki,
body#serviceKyotakukaigoIndex #main .bunki {
    width: 30%;
    float: right;
}
body#serviceKyotakukaigoIndex #main .faq {
    clear: both;
}
body#serviceDayIndex #main #point ul.list001,
body#serviceDayIndex #main #rehabili img {
    margin-bottom: 10% !important;
}

body#serviceKyotakukaigoIndex #main #point ol {
    background: #fee2e2;
    padding: 2%;
    margin-left: 0;
    border-radius: 15px;
}
body#serviceKyotakukaigoIndex #main #point ol li {
    padding: 0 0 30px;
    margin-bottom: 0;
    list-style-type: none;
    background: url(../../service/day/img/arrow.png) no-repeat center bottom;
}

body#serviceKyotakukaigoIndex #main #point ol li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    background: none;
}

body#serviceKyotakukaigoIndex #main #point ol li dl {
    padding: 2%;
    border-radius: 10px;
    background: #fff;
}
body#serviceKyotakukaigoIndex #main #point ol li dt {
    font-weight: bold;
    font-size: 110%;
    color: #ff6262;
}

body#serviceKyotakukaigoIndex #main #point ol li dd {
    margin-left: 40px;
}
body#serviceKyotakukaigoIndex #main #point ol li dl dt:before {
    font-weight: bold;
    float: left;
    background: #ff6262;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    margin-right: 5px;
    line-height: 2.3;
}

body#serviceKyotakukaigoIndex #main #point ol li:nth-child(1) dt:before {
    content: '1';
}
body#serviceKyotakukaigoIndex #main #point ol li:nth-child(2) dt:before {
    content: '2';
}
body#serviceKyotakukaigoIndex #main #point ol li:nth-child(3) dt:before {
    content: '3';
}
body#serviceKyotakukaigoIndex #main #point ol li:nth-child(4) dt:before {
    content: '4';
}
body#serviceKyotakukaigoIndex #main #point ol li:nth-child(5) dt:before {
    content: '5';
}
body#serviceKyotakukaigoIndex #main #point ol li:nth-child(6) dt:before {
    content: '6';
}
body#serviceKyotakukaigoIndex #main #point ol li dl,
body#serviceKyotakukaigoIndex #main #point ol li dd p {
    margin-bottom: 0;
}

/*==============================================================
　body#serviceDayIndex : デイサービス
===============================================================*/

body#serviceKyotakukaigoIndex #main section .phoR {
    margin-bottom: 20px;
}
body#serviceKyotakukaigoIndex #main section,
body#serviceDayIndex #main section,
body#serviceDayIndex #main #support ul {
    overflow: hidden;
}
body#serviceDayIndex #main section h4 {
    color: #735b7a;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 10px;
    padding: 15px 10px;
    border-top: 1px solid #fee2e2;
    border-bottom: 1px solid #fee2e2;
    background: #fff;
}

body#serviceDayIndex #main .lead {
    overflow: hidden;
    padding-bottom: 30px;
}
body#serviceDayIndex #main #days {
    clear: both;
    position: relative;
}
body#serviceDayIndex #main #days .photoC {
    position: absolute;
    top: 50px;
    right: 20px;
}
body#serviceDayIndex #main #days .photoC2 {
    position: absolute;
    top: 430px;
    right: 300px;
}
body#serviceDayIndex #main #days ul {
    padding: 30px;
    background: #fff;
    border: 5px solid #fee2e2;
}
body#serviceDayIndex #main #days ul li {
    padding: 20px 0;
    border-bottom: 1px solid #fee2e2;
}

body#serviceDayIndex #main #days ul li:nth-child(2n) {
    background: #fffbfb;
}
body#serviceDayIndex #main #days dl {
    margin: 0;
}
body#serviceDayIndex #main #days dt,
body#serviceDayIndex #main #days dd {
    display: inline-block;
}

body#serviceDayIndex #main #days dt {
    color: #ff6262;
    width: 15%;
    font-weight: bold;
    padding: 0 0 0 30px;
    background: url(../img/ico_clock.png) no-repeat 0.2em 0.3em;
}
body#serviceDayIndex #main #support li {
    position: relative;
    width: 49%;
    float: left;
    margin-bottom: 2%;
    background: #fff;
    padding: 20px;
    min-height: 220px;
}
body#serviceDayIndex #main #support li:nth-child(2n) {
    float: right;
}
body#serviceDayIndex #main #support h4 {
    color: #fff;
    font-size: 120%;
    text-align: center;
    background: #ff6262;
}
body#serviceDayIndex #main #support li h5 {
    text-align: center;
    margin-bottom: 20px;
    padding: 10px;
    background: #fffbfb;
    opacity: 0.8;
}

body#serviceDayIndex #main #support li#plan01 {
    background: url(../../service/day/img/bg_plan01.jpg) no-repeat right bottom
        #fff;
}
body#serviceDayIndex #main #support li#plan02 {
    background: url(../../service/day/img/bg_plan02.jpg) no-repeat right bottom
        #fff;
}
body#serviceDayIndex #main #support li#plan03 {
    background: url(../../service/day/img/bg_plan03.jpg) no-repeat right bottom
        #fff;
}
body#serviceDayIndex #main #support li#plan04 {
    background: url(../../service/day/img/bg_plan04.jpg) no-repeat right bottom
        #fff;
}
body#serviceDayIndex #main #support li h5 strong {
    display: block;
    font-size: 130%;
}
body#serviceDayIndex #main #support li p {
    width: 55%;
    margin-bottom: 0;
}
/*
body#serviceDayIndex #main #support li h5 span{
	position:absolute;
	opacity:0.3;
	right:20px;
	bottom:0;
	font-weight:normal;
	font-size:600%;
	line-height:1.0;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
body#serviceDayIndex #main #support li:nth-child(1) h5 span{
	color:#bde4e8;
}
body#serviceDayIndex #main #support li:nth-child(2) h5 span{
	color:#e3bee7;
}
body#serviceDayIndex #main #support li:nth-child(3) h5 span{
	color:#c7b394;
}
body#serviceDayIndex #main #support li:nth-child(4) h5 span{
	color:#c7eea6;
}
*/

body#serviceDayIndex #main section ul.list001 li {
    background: url(../img/ico_circle.png) no-repeat 0 0.5em;
}

body#serviceTakinoukyotakuIndex #main #efforts dt,
body#serviceTakinoukyotakuIndex #main #efforts dt,
body#serviceGrouphomeIndex #main #approach dt,
body#serviceGrouphomeIndex #main #service dt {
    padding: 0.8% 1%;
    line-height: 1.5;
    margin-bottom: 1.5%;
    border-top: 1px solid #ffc4c4;
    border-bottom: 1px solid #ffc4c4;
    font-weight: bold;
    font-size: 120%;
    background: #fff;
}

/*==============================================================
　body#serviceTakinoukyotakuIndex : 和
===============================================================*/

body#serviceTakinoukyotakuIndex #main .lead {
    overflow: hidden;
    margin-bottom: 20px;
}
body#serviceTakinoukyotakuIndex #main .lead p {
    float: left;
    width: calc(100% - 430px);
}
body#serviceTakinoukyotakuIndex #main .lead img {
    float: right;
}
body#serviceTakinoukyotakuIndex #main .bunki li {
    min-height: auto;
}
body#serviceTakinoukyotakuIndex #main #price {
    clear: both;
}
body#serviceTakinoukyotakuIndex #main section .list001 {
    margin-bottom: 20px !important;
}
body#serviceTakinoukyotakuIndex #main section #atte {
    padding: 3% 3% 0 3%;
    margin-bottom: 3%;
    border: 3px solid #ffc4c4;
    background: #fff;
    overflow: hidden;
}
body#serviceTakinoukyotakuIndex #main section #atte h4 {
    color: #735b7a;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 10px;
    padding: 15px 10px;
    border-top: 1px solid #fee2e2;
    border-bottom: 1px solid #fee2e2;
    background: #fff0f0;
    clear: both;
}
body#serviceTakinoukyotakuIndex #main section #atte .list001 {
    float: left;
    width: calc(100% - 310px);
}
/*body#serviceTakinoukyotakuIndex #main section .photo {
	float: right;
	margin-bottom: 20px;
}*/
body#serviceTakinoukyotakuIndex #main #efforts dt {
    overflow: hidden;
    clear: both;
}
body#serviceTakinoukyotakuIndex #main #efforts dd .floatL {
    width: calc(100% - 310px);
}
body#serviceTakinoukyotakuIndex #main .faq {
    clear: both;
}

/*==============================================================
　body#serviceGrouphomeIndex : グループホーム
===============================================================*/

body#serviceGrouphomeIndex #main section .phoR {
    margin-bottom: 20px;
}
body#serviceGrouphomeIndex #main section,
body#serviceGrouphomeIndex #main #support ul {
    overflow: hidden;
}
body#serviceGrouphomeIndex #main section h4 {
    color: #735b7a;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 10px;
    padding: 15px 10px;
    border-top: 1px solid #fee2e2;
    border-bottom: 1px solid #fee2e2;
    background: #fff;
}
body#serviceGrouphomeIndex #main #service {
    clear: both;
}
body#serviceGrouphomeIndex #main #service #atte {
    padding: 3%;
    margin-bottom: 3%;
    border: 3px solid #ffc4c4;
    background: #fff;
}
body#serviceGrouphomeIndex #main #service #atte h4 {
    background: #fff0f0;
}
body#serviceGrouphomeIndex #main #service #atte p {
    margin-bottom: 0;
}
/*==============================================================
　body#serConIndex : 運営・設立コンサルティング
===============================================================*/

body#serConIndex #main section h2,
body#serConIndex #main section h3 {
    clear: both;
}
body#serConIndex #main section .tbl001 {
    margin-bottom: 50px;
}
body#serConIndex #main section .tbl001 td {
    width: 33%;
}
body#serConIndex #main section .tbl001 td em {
    display: block;
    padding-left: 15px;
    line-height: 1.5;
    background: url(../../shared/img/ico_circle.png) no-repeat left center;
}
body#serConIndex #main section ul {
    overflow: hidden;
    padding-bottom: 30x;
}
body#serConIndex #main section ul li {
    float: left;
    width: 32%;
    padding: 20px 0;
    text-align: center;
    border: 3px solid #fee2e2;
    background: #fff;
}
body#serConIndex #main section ul li:nth-child(2) {
    margin: 0 2%;
}
body#serConIndex #main section ul li a {
    padding-left: 25px;
    font-weight: bold;
    background: url(../../shared/img/ico_arw_02.png) no-repeat left center;
}

/*==============================================================
　body#serviceRentalIndex : 福祉用具貸与
===============================================================*/

.cat_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cat_list li {
    width: 15%;
    margin-bottom: 15px;
    padding: 5px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}
.cat_list .cat_01 {
    background: #ed7d31;
}
.cat_list .cat_02 {
    background: #ffc000;
}
.cat_list .cat_03 {
    background: #92d050;
}
.cat_list .cat_04 {
    background: #00b050;
}
.cat_list .cat_05 {
    background: #3399ff;
}
.cat_list .cat_06 {
    background: #00b0f0;
}
.cat_list .cat_07 {
    background: #2f5597;
}
.cat_list .cat_08 {
    background: #7030a0;
}
.cat_list .cat_09 {
    background: #be4feb;
}
.cat_list .cat_10 {
    background: #f561c0;
}
.cat_list .cat_11 {
    background: #ff3300;
}
.cat_list .cat_12 {
    background: #ec446c;
}
body#serviceRentalIndex #main .recruit_list {
    display: flex;
    margin-top: 25px;
}
body#serviceRentalIndex #main .recruit_list li {
    margin-right: 15px;
}
body#serviceRentalIndex #main .sub_title {
    margin-bottom: 10px;
    color: #ff6262;
    line-height: 1.1;
    font-size: 1.8rem;
    font-weight: bold;
}
body#serviceRentalIndex #main img {
    max-width: 100%;
    height: auto;
}
body#serviceRentalIndex #main section {
    /* margin-bottom:70px; */
}
body#serviceRentalIndex #main .flex {
    display: flex;
    justify-content: space-between;
}
body#serviceRentalIndex #main .flex p {
    width: calc(100% - 450px);
}
body#serviceRentalIndex #main .list001 {
    margin-bottom: 15px !important;
}
body#serviceRentalIndex #main .list001 .small {
    margin-left: 5px;
    font-size: 12px;
}

body#serviceRentalIndex #checkArea {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
body#serviceRentalIndex .checkBox {
    width: 48.5%;
    border-radius: 10px;
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
}
body#serviceRentalIndex .checkBox.single {
    width: 100%;
}
body#serviceRentalIndex .checkBox:nth-of-type(1),
body#serviceRentalIndex .checkBox:nth-of-type(2) {
}
body#serviceRentalIndex .checkBox:nth-of-type(3),
body#serviceRentalIndex .checkBox:nth-of-type(4) {
}
body#serviceRentalIndex .checkBox:nth-of-type(2n) {
    float: right;
}
body#serviceRentalIndex .checkBox h4 {
    color: #ff6262;
    font-size: 140%;
    vertical-align: middle;
    margin-bottom: 20px;
}
body#serviceRentalIndex .checkBox h4 .num {
    width: 60px;
    height: 60px;
    background: #ff6262;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    padding-top: 16px;
    text-align: center;
    font-size: 143%;
    margin-right: 10px;
}
body#serviceRentalIndex .checkBox strong {
    display: block;
}
body#serviceRentalIndex .checkBox figure {
    margin: 0 0 20px;
    float: left;
    width: 48.5%;
}
body#serviceRentalIndex .checkBox figure:nth-of-type(2n) {
    float: right;
}
body#serviceRentalIndex .checkBox figure img {
    width: 100% !important;
    height: auto;
    display: block;
    margin-bottom: 5px;
}
body#serviceRentalIndex .checkBox figcaption {
    font-size: 90%;
    background: url(../../shared/img/ico_circle.png) no-repeat left 0.2em;
    padding-left: 15px;
}
body#serviceRentalIndex #flow .num {
    font-weight: bold;
    background: #ff6262;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    margin: 0 5px;
    line-height: 2.3;
    display: inline-block;
}
body#serviceRentalIndex #flow li {
    list-style: none;
    font-weight: bold;
    font-size: 110%;
    color: #ff6262;
    padding-bottom: 30px;
    background: url(../day/img/arrow.png) no-repeat center bottom;
}
body#serviceRentalIndex #flow li:last-child {
    background: none;
    padding-bottom: 0;
}
body#serviceRentalIndex #flow ol {
    background: #fee2e2;
    padding: 2%;
    margin-left: 0;
    border-radius: 15px;
}
body#serviceRentalIndex #flow li span {
    display: block;
    padding: 2%;
    border-radius: 10px;
    background: #fff;
}
body#serviceRentalIndex #flow li:nth-child(1) span:before {
    content: '1';
}
body#serviceRentalIndex #flow li:nth-child(2) span:before {
    content: '2';
}
body#serviceRentalIndex #flow li:nth-child(3) span:before {
    content: '3';
}
body#serviceRentalIndex #flow li:nth-child(4) span:before {
    content: '4';
}
body#serviceRentalIndex #flow li:nth-child(5) span:before {
    content: '5';
}
body#serviceRentalIndex #flow li:nth-child(6) span:before {
    content: '6';
}
body#serviceRentalIndex #flow li:nth-child(7) span:before {
    content: '7';
}
body#serviceRentalIndex #flow li span:before {
    font-weight: bold;
    float: left;
    background: #ff6262;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    margin-right: 5px;
    line-height: 2.3;
}
body#serviceRentalIndex #flow .btn a {
    display: inline-block;
    width: 30%;
    margin: 0 3.2%;
}
body#serviceRentalIndex #case ul {
    overflow: hidden;
}
body#serviceRentalIndex #case li {
    width: 48%;
    float: left;
}
body#serviceRentalIndex #case li:nth-of-type(2n) {
    float: right;
}
body#serviceRentalIndex #case li .photo {
    position: relative;
    margin-top: 30px;
}
body#serviceRentalIndex #case li .photo span {
    display: inline-block;
    border-radius: 50%;
    width: 120px;
    position: absolute;
    border-radius: 30px;
    top: -15px;
    margin: 0 auto;
    left: 0;
    right: 0;
    background: #ff6262;
    color: #fff;
    font-size: 120%;
    font-weight: bold;
    text-align: center;
}

body#serviceRentalIndex #case li.lo_height .photo:nth-of-type(2) {
    float: right;
}
body#serviceRentalIndex #case li .photo span.before {
    background: #eae4e4;
    color: #ff6262;
}
body#serviceRentalIndex #case li .photo img {
    width: 100% !important;
    height: auto;
    display: block;
    border: 3px solid #fff;
}
body#serviceRentalIndex #case li .photo:nth-of-type(1) {
    padding-bottom: 47px;
    margin-bottom: 20px;
    background: url(img/ico_arrow_down.png) no-repeat center bottom;
}
body#serviceRentalIndex #case li.lo_height {
    background: url(img/ico_arrow_right.png) no-repeat center center;
}
body#serviceRentalIndex #case li.lo_height .photo {
    width: 45%;
    height: auto;
    float: left;
    background: none;
}

/*==============================================================
　body#priceIndex : 利用料金
===============================================================*/

body#priceIndex #main section {
    clear: both;
}
body#priceIndex #main section .phoR {
    margin-bottom: 20px;
}
body#priceIndex #main .tbl001 th {
    width: 30%;
}
body#priceIndex #main .tbl001 th,
body#priceIndex #main .tbl001 td {
    padding: 20px 15px;
}

/*==============================================================
　body#recruitIndex : 採用情報
===============================================================*/
body#recruitIndex #main .data {
    overflow: hidden;
    background: none !important;
}
body#recruitIndex #main .data li {
    float: left;
    width: 334px;
    margin-right: 32px;
    margin-bottom: 32px;
}
body#recruitIndex #main .data li:nth-child(3n) {
    margin-right: 0;
}
/*------------------------------------------------------------------------*/

#main .contactBox {
    margin: 30px 0 20px;
    padding: 20px;
    border-radius: 20px;
    border: 10px solid #fff;
    background: #fee2e2;
    overflow: hidden;
}
#main .contactBox h3 {
    color: #fff;
    text-align: center;
    font-size: 160%;
    border-radius: 10px;
    padding: 20px;
    line-height: 1.2;
    background: #ff6b62;
}

#main .contactBox p {
    text-align: center;
    margin: 20px 0px;
}
#main .contactBox p.txt {
    font-size: 120%;
}

#main .contactBox .tel {
    width: 49%;
    margin-top: 0;
    float: left;
    padding: 10px;
    text-align: center;
    border-radius: 20px;
    background: #fff;
}
#main .contactBox .tel strong {
    font-size: 180%;
}
#main .contactBox .btn,
#main .contactBox .btn a {
    margin-bottom: 0;
}
#main .contactBox .tel span {
    display: block;
}
#main .contactBox p.btn {
    width: 49%;
    float: right;
    margin-top: 0;
}

#main .contactBox p.btn a {
    height: 125px;
    padding-top: 55px;
}

@media screen and (max-width: 1000px) {
    div#container {
        margin: 0 2%;
        max-width: 950px;
        min-width: 950px;
    }
    #main .bunki li {
        margin-right: 30px;
    }
}

@media screen and (max-width: 1260px) {
    header:before,
    #headerIn::before,
    header::after,
    #headerIn::after,
    body#home #homeMain #totalcareWrap {
        background: none;
    }
    header:before,
    #headerIn::before,
    #headerIn::after,
    header::after {
        width: inherit;
        height: inherit;
        right: 0;
        content: inherit;
    }
    #headerIn {
        margin: 0 5px;
        max-width: 1400px;
        min-width: 962px;
        position: relative;
    }

    footer#pcFt #btn {
        display: none;
    }
}

/*--EOF-----------------------------------------------------------------------*/
