@charset "utf-8";

/******************************************************************

清掃・ビル施設管理・警備スタッフ (SP)用レイアウト

*****************************************************************/
body {
    font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, sans-serif;
    font-size: 14px;
    line-height: 1.4;
    position: relative;
    -webkit-text-size-adjust: 100%;
}

img {
    max-width: 100%;
    /* vertical-align: bottom; */
}

*,
*:after,
*:before {
    box-sizing: border-box;
}

section {
    overflow: hidden;
    width: 100vw;
}

.none {
    display: none;
}

@media screen and (min-width:641px) {
    .wideSp-none {
        display: none;
    }
}

/* リンク
******************************/
a {
    text-decoration: none;
    word-break: break-all;
    color: #000000;
}

/*-----------------------
#header
-----------------------*/
#header {
    position: relative;
    width: 100vw;
    padding: 10px 10px 5px;
}

h1 {
    color: #000;
    margin: 0 0 5px;
    font-size: 12px;
}

.logoArea {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logoArea div {
    align-items: center;
	padding-right: 15px;
    width: 93%;
}
.logoArea div.logoArea_inner{
	display: flex;
	padding-right: 0px;
}

.logo {
    width: 124px;
    /*margin-bottom: 3px;*/
}

.areaName {
    font-size: 20px;
    font-weight: bold;
    color: #00b3e7;
    margin-left: 3px;
}

#bread {
    font-size: 12px;
    display: flex;
    overflow-x: scroll;
    background-color: #dbdbdb;
}

#bread>span {
    position: relative;
    font-size: 12px;
    vertical-align: middle;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    list-style: none;
    background-image: linear-gradient(to right, #ececec, #dbdbdb);
}

#bread>span:after {
    content: '';
    display: inline-block;
    position: absolute;
    margin-left: 10px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 12px solid #dbdbdb;
    z-index: 1;
}

#bread>span:last-child:after {
    display: none;
}

#bread>span:nth-child(n+2) {
    padding-left: 20px;
}

/*-----------------------
selectArea
-----------------------*/
.selectAreaBox_all {
    color: #00b3e7;
    font-size: 14px;
    border: 2px solid #00b3e7;
    padding: 9px 7px 3px;;
    margin-bottom: 5px;
	width: 70px;
    height: 68px;
    border-radius: 3px;
	position: relative;
    text-align: center;
}
.selectAreaBox_txt{
	width: 100%;
    display: block;
    font-weight: bold;
    line-height: 1.2em;
}

.selectAreaBox_all:after {
    content: "";
    display: inline-block;
    background: url(/clp/cleaningwork/sp/img/arrow.svg) center center / contain no-repeat;
    width: 18px;
    height: 10px;
    vertical-align: middle;
    margin-left: 2px;
	left: 34%;
    position: absolute;
    margin-top: 3px;
}

/*-----------------------
 pageTitle
-----------------------*/
#pageTitle {
    background: #d9f7ff url(/clp/cleaningwork/sp/img/kv_bg.png) no-repeat;
    background-size: contain;
    border-bottom: 4px solid #004796;
}
#pageTitle h2 {
    text-indent: 100%;
    white-space: nowrap;
    height: 0;
}
#pageTitle .pageTitleImg {
    width: 95%;
    display: block;
    margin: 10px auto 0;
}
#pageTitle p {
    padding: 10px 5px;
    font-size: 15px;
    text-align: center;
    line-height: 1.5;
    text-shadow: 1px 1px 0px #d9f7ff, -1px -1px 0px #d9f7ff, -1px 1px 0px #d9f7ff, 1px -1px 0px #d9f7ff, 1px 0px 0px #d9f7ff, -1px 0px 0px #d9f7ff, 0px 1px 0px #d9f7ff, 0px -1px 0px #d9f7ff;
}

@media screen and (min-width:450px) {
    #pageTitle {
       background: #d9f7ff url(/clp/cleaningwork/sp/img/kv_bg.png) repeat;
    }
    #pageTitle .pageTitleImg {
        width: 65%;
    }
    #pageTitle p {
        font-size: 15px;
    }
}

/*-----------------------
 contents
-----------------------*/
#contents {
    width: 100%;
    margin: 0 auto;
}

#contents h3 {
    color: #fff;
    font-size: 23px;
    padding: 20px 15px 10px;
    font-weight: bold;
    text-align: center;
	line-height: 1.1;
}

#contents h3 span {
    font-size: 16px;
	font-weight: normal;
}

.areaHeading {
    display: inline-block;
    font-size: 13px !important;
    font-weight: bold !important;
    color: #fff;
    height: 24px;
    line-height: 24px;
    border-radius: 12px;
    vertical-align: middle;
    text-align: center;
	margin-left: 5px;
    padding: 0 10px;
}

/** エリアの勤務地から検索 **/
#workLocation {
    background: #d9f7ff;
}

#workLocation h3 {
    color: #00b3e7;
}

#workLocation h3:before {
    content: "";
    display: inline-block;
    background: url(/clp/cleaningwork/sp/img/icon-pin.png) center center / contain no-repeat;
    width: 16px;
    height: 22px;
    vertical-align: middle;
    margin: -3px 5px 0 0;
}

#workLocation .inner {
    margin: 0 15px 15px;
}

#workLocation .inner dt {
    color: #fff;
    font-weight: bold;
    background: #00b3e7;
    padding: 0 25px;
    height: 40px;
    font-size: 17px;
    margin-bottom: 1px;
    display: flex;
    justify-content:space-between;
    align-items: center;
}

#workLocation .inner dt:last-child {
    border-bottom: none;
}

#workLocation .inner dd ul li a {
    display: flex;
    justify-content:space-between;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    height: 40px;
}
    
.pref-select-sp dd ul li {
    background: #fff;
    padding: 0 25px;
    transition: all .3s ease-out;
    height: 0;
    opacity: 0;
    overflow:hidden
}

.pref-select-sp dd ul li.active {
    border-bottom: 1px solid #d9f7ff;
    height: 40px;
    opacity: 1;
}

.pref-select-sp dt .triangle.down {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ffffff;
}

.pref-select-sp dt .triangle.up {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ffffff;
}

.pref-select-sp dd ul li .triangle {
    width: 0;
    height: 0;
    border-left: 7px solid #00b3e7;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

.hidden {
    display: none;
}

/** 人気の条件から検索 **/
#popularCondition {
    background: #bcd8f4;
	padding-bottom: 20px;
}

#popularCondition h3 {
    color: #004796;
}

#popularCondition .areaHeading {
    background: #004796;
}

#popularCondition h3:before {
    content: "";
    display: inline-block;
    background: url(/clp/cleaningwork/sp/img/icon-pencil.png) center center / contain no-repeat;
    width: 20px;
    height: 21px;
    vertical-align: middle;
    margin: -3px 5px 0 0;
}

#popularCondition .inner {
    margin: 0 15px;
}

#popularCondition li {
    margin-top: 15px;
}

#popularCondition li a {
    display: flex;
    height: 100%;
    text-decoration: none;
    padding: 10px;
    border: 2px solid #004796;
    background: #fff;
    border-radius: 10px;
}

#popularCondition li:first-child {
    margin-top: 0;
}

#popularCondition li img {
    display: block;
    width: 35%;
    margin-right: 3%;
    align-self: flex-start;
}

#popularCondition li dl {
    width: 62%;
}

#popularCondition li dt {
    font-size: 19px;
    font-weight: bold;
}

@media screen and (min-width:641px) {
    #popularCondition ul {
        display: flex;
        flex-wrap: wrap;
    }

    #popularCondition li {
        width: 49%;
        margin: 2% 2% 0 0;
    }

    #popularCondition li a {
        display: flex;
        height: 100%;
        text-decoration: none;
        padding: 15px;
        border: 2px solid #004796;
        background: #fff;
        border-radius: 10px;
    }

    #popularCondition li:nth-child(2n) {
        margin-right: 0;
    }

    #popularCondition li:nth-child(-n+2) {
        margin-top: 0;
    }

    #popularCondition li img {
        display: block;
        width: 35%;
        margin-right: 3%;
        align-self: flex-start;
    }

    #popularCondition li dl {
        width: 62%;
    }

    #popularCondition li dt {
        font-size: 19px;
        font-weight: bold;
    }
}

/** 人気の職種から検索 **/
#popularCategory {
    background: #d9f7ff;
	padding-bottom: 20px;
}

#popularCategory h3 {
    color: #00b3e7;
}

#popularCategory .areaHeading {
    background: #00b3e7;
}

#popularCategory h3:before {
    content: "";
    display: inline-block;
    background: url(/clp/cleaningwork/sp/img/icon-bag.png) center center / contain no-repeat;
    width: 26px;
    height: 20px;
    vertical-align: middle;
    margin: -6px 5px 0 0;
}

#popularCategory .inner {
    background: #fff;
    margin: 0 15px;
    padding: 15px;
}

#popularCategory li {
    margin-top: 15px;
}

#popularCategory ul {
    display: flex;
    flex-wrap: wrap;
}

#popularCategory li {
    width: 48%;
    margin: 15px 4% 0 0;
    font-size: 16px;
    line-height: 1.3;
}

#popularCategory li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
	color: #fff;
	font-weight: bold;
    text-decoration: none;
    text-align: center;
    padding:5px;
    background: #00b3e7;
    border-radius: 10px;
    min-height: 65px;
}

#popularCategory li a.line3 {
    font-size: 15px;
    line-height: 1.2;
}

#popularCategory li:nth-child(2n) {
    margin-right: 0;
}

#popularCategory li:nth-child(-n+2) {
    margin-top: 0;
}

#popularCategory li span.line3 {
    font-size: 15px;
    line-height: 1.2;
}

/** 詳しい条件で一発検索！ **/
#detail {
    background: #bcd8f4;
}

#detail h3 {
    background: #004796;
	padding-top: 15px;
}

#detail .areaHeading {
	background: #fff;
    color: #004796;
}

#detail h3:before {
    content: "";
    display: inline-block;
    background: url(/clp/cleaningwork/sp/img/icon-loupe.png) center center / contain no-repeat;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    margin: -5px 5px 0 0;
}

#detail .searchbox {
    margin: 15px;
}

#detail select {
    appearance: none;
    width: 100%;
    height: 45px;
    margin-bottom: 15px;
    padding: 2px 53px 2px 10px;
    background: #fff url(/clp/cleaningwork/sp/img/bg_select.png) right top / contain no-repeat;
    font-size: 16px;
    overflow: hidden;
    outline: none;
}

#detail .searchBtn {
    display: block;
    width: 100%;
    height: 50px;
    margin: 0 auto 20px;
    line-height: 50px;
    background: #004796;
    color: #fff;
    text-align: center;
    box-shadow: 0px 4px 1px 0px #002e60;
    border-radius: 8px;
    text-decoration: none;
    font-size: 19px;
    max-width: 400px;
}
/** 仕事を詳しく知ろう **/
#recommend {
    background: #d9f7ff;
	padding-bottom: 20px;
}

#recommend h3 {
    color: #00b3e7;
}

#recommend h3:before {
    content: "";
    display: inline-block;
    background: url(/clp/cleaningwork/sp/img/icon-pencil02.png) center center / contain no-repeat;
    width: 25px;
    height: 23px;
    vertical-align: middle;
    margin: -4px 5px 0 0;
}

#recommend .inner {
    margin: 0 15px;
}

#recommend .recommendCont {
    padding: 15px;
    background: #fff;
    margin-bottom: 20px;
}

#recommend .recommendCont:last-child {
    margin-bottom: 0;
}

#recommend .recommendCont section {
    width: 100%;
    position: relative;
}

#recommend .recommendCont section>div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

#recommend .recommendCont img {
    width: 22%;
    max-width: 120px;
    margin-right: 3%;
    align-self: flex-start;
}

#recommend .recommendCont h4 {
    width: 75%;
	color: #00b3e7;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #00b3e7;
    padding-bottom: 5px;
	line-height: 1.3;
}

#recommend label {
    z-index: 1;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, #fff 100%);
}

#recommend label:after {
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 110px;
    content: '続きを読む';
    color: #fff;
    background: #919baa;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
}

#recommend .recommendText {
    font-size: 14px;
    line-height: 1.6;
    overflow: hidden;
    height: 108px;
    transition: all 0.5s;
}

#recommend input {
    display: none;
}

#recommend input:checked~label {
    background: inherit;
}

#recommend input:checked~label:after {
    content: "閉じる";
}

#recommend input:checked~.recommendText {
    height: auto;
    padding-bottom: 45px;
    transition: all 0.5s;
}

@media screen and (min-width:641px) {
    #recommend label {
        display: none;
    }

    #recommend .recommendText {
        overflow: inherit;
        height: auto;
        transition: none;
    }
}


#recommend .recommendBtn {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 15px auto 5px;
    height: 65px;
    background: #00b3e7;
    color: #fff;
    text-align: center;
    box-shadow: 0px 4px 1px 0px #0296c1;
    border-radius: 8px;
    text-decoration: none;
    font-size: 19px;
    line-height: 1.4;
    max-width: 400px;
}

#recommend .recommendBtn span {
    font-size: 14px;
}


/** お仕事体験談 **/
#experience {
    background: #bcd8f4;
    padding-bottom: 20px;
}

#experience h3 {
    color: #004796;
}

#experience .areaHeading {
    color: #004796;
}

#experience h3:before {
    content: "";
    display: inline-block;
    background: url(/clp/cleaningwork/sp/img/icon-fukidashi.png) center center / contain no-repeat;
    width: 25px;
    height: 23px;
    vertical-align: middle;
    margin: -4px 5px 0 0;
}

#experience .inner {
    margin: 0 15px;
}

#experience .experienceCont {
    padding: 15px;
    background: #fff;
    margin-bottom: 15px;
}

#experience .experienceCont:last-child {
    margin-bottom: 0;
}

#experience .experienceCont section {
    width: 100%;
    position: relative;
}

#experience .experienceCont section>div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

#experience .experienceCont img {
	width: 22%;
    max-width: 120px;
    margin-right: 3%;
    align-self: flex-start;
}

#experience .experienceCont div.qa-list {
	flex-direction: column;
}

#experience .experienceCont h4 {
    width: 75%;
    color: #004796;
    font-size: 19px;
    font-weight: bold;
	margin-top: -5px;
    line-height: 1.3;
}

#experience .experienceCont h4 span {
	color: #000;
    font-size: 11px;
    font-weight: normal;
}

#experience .experienceCont dl {
    position: relative;
}

#experience .experienceCont .toggle_contents {
	border: solid 1px #004796;
	margin-top: 10px;
}
		
#experience .experienceCont .toggle_title {
	position: relative;
	font-size: 14px;
    font-weight: bold;
	height: 50px;
	    line-height: 50px;
}
#experience .experienceCont dt.toggle_title span.toggle_btn {
	position: absolute;
	display: block;
	top: 50%;
	right: 30px;
}
#experience .experienceCont dt.toggle_title span.toggle_btn:before, span.toggle_btn:after {
	display: block;
	content: '';
	background-color: #004796;
	position: absolute;
	width: 14px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
}
#experience .experienceCont dt.toggle_title span.toggle_btn:before {
    transform: translateY(-50%) rotate(90deg);
	transition: 0.5s;
}
		
#experience .experienceCont dt.toggle_title.selected span.toggle_btn:before {
	transform: rotate(0);
    transition: 0.5s;
	height: 1px;	
}
#experience .experienceCont .toggle_contents dd {
	display: none;
	margin: 0;
}
		
#experience .experienceCont .toggle_contents dd p {
	border-top: solid 1px #004796;
	padding: 10px;
}

#experience .experienceCont dt {
    font-size: 14px;
    font-weight: bold;
	padding-left: 33px;
    text-indent: -33px;
	padding: 0px 8px 0 41px;
    height: 50px;
    line-height: 50px;
	position: relative;	
}

#experience .experienceCont dl.line2 dt.no01 {
	text-indent: 0;
    line-height: 1.3;
	padding: 7px 0 0 41px;
	position: relative;		
}

#experience .experienceCont dt:before {
	display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: middle;
	margin-right: 8px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#experience .experienceCont dl.line2 dt.no01:before {
	content: "1";
	background: url(/clp/cleaningwork/img/experience01.png) center center / contain no-repeat;
	position: absolute;
	top: 12px;
    left: 6px;
}

#experience .experienceCont dt.no01:before {
	content: "2";
	background: url(/clp/cleaningwork/img/experience01.png) center center / contain no-repeat;
}

#experience .experienceCont dt.no02:before {
	content: "2";
	background: url(/clp/cleaningwork/img/experience02.png) center center / contain no-repeat;
}

#experience .experienceCont dt.no03:before {
	content: "3";
	background: url(/clp/cleaningwork/img/experience03.png) center center / contain no-repeat;
}

/** あなたにおすすめの新着求人 **/
#newJobs {
    background: #d9f7ff;
	padding-bottom: 20px;
}

#newJobs h3 {
    color: #00b3e7;
}

#newJobs .areaHeading {
    background: #00b3e7;
}

#newJobs h3:before {
    content: "";
    display: inline-block;
    background: url(/clp/cleaningwork/sp/img/icon-star.png) center center / contain no-repeat;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    margin: -6px 5px 0 0;
}

#newJobs .inner {
    margin: 0 15px;
}

#newJobs ul {
    display: flex;
    flex-wrap: wrap;
}

#newJobs li {
    font-size: 14px;
    background: #fff;
    width: 48%;
    margin: 4% 4% 0 0;
    box-sizing: border-box;
}

#newJobs li:nth-child(2n) {
    margin-right: 0;
}

#newJobs li:nth-child(-n+2) {
    margin-top: 0;
}

#newJobs li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
    text-decoration: none;
}

@media screen and (min-width:641px) {
    #newJobs li {
        width: 32%;
        margin: 2% 2% 0 0;
    }

    #newJobs li:nth-child(2n) {
        margin-right: 2%;
    }

    #newJobs li:nth-child(-n+2) {
        margin-top: 2%;
    }

    #newJobs li:nth-child(3n) {
        margin-right: 0;
    }

    #newJobs li:nth-child(-n+3) {
        margin-top: 0;
    }

    #newJobs li a {
        padding: 15px;
    }
}

#newJobs img {
    display: block;
    margin: 0 auto 10px;
    max-width: 100%;
    height: auto;
}

.noJobs {
    background: #fff;
    text-align: center;
    padding: 10px;
}

.companyName {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.occupation {
    font-weight: bold;
    margin-top: 3px;
}

.wage {
    font-weight: bold;
    color: #ff7200;
    margin-top: 3px;
}

.workplace {
    font-weight: bold;
    margin-top: 3px;
}

#newJobs .employment {
    background-color: #00b3e7;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    padding: 5px;
    display: inline-block;
    margin-top: 5px;
}

#newJobs .newJobsBtn {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 15px auto 19px;
    height: 50px;
    background: #00b3e7;
    color: #fff;
    text-align: center;
    box-shadow: 0px 4px 1px 0px #0296c1;
    border-radius: 8px;
    text-decoration: none;
    font-size: 19px;
    line-height: 1.4;
    max-width: 400px;
}

/** まもなく募集終了の求人 **/
#closeJobs {
    background: #bcd8f4;
	padding-bottom: 20px;
}

#closeJobs h3 {
    color: #004796;
}

#closeJobs .areaHeading {
    background: #004796;
}

#closeJobs h3:before {
    content: "";
    display: inline-block;
    background: url(/clp/cleaningwork/sp/img/icon-star02.png) center center / contain no-repeat;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    margin: -6px 5px 0 0;
}

#closeJobs .inner {
    margin: 0 15px;
}

#closeJobs ul {
    display: flex;
    flex-wrap: wrap;
}

#closeJobs li {
    font-size: 14px;
    background: #fff;
    width: 48%;
    margin: 4% 4% 0 0;
    box-sizing: border-box;
}

#closeJobs li:nth-child(2n) {
    margin-right: 0;
}

#closeJobs li:nth-child(-n+2) {
    margin-top: 0;
}

#closeJobs li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
    text-decoration: none;
}

@media screen and (min-width:641px) {
    #closeJobs li {
        width: 32%;
        margin: 2% 2% 0 0;
    }

    #closeJobs li:nth-child(2n) {
        margin-right: 2%;
    }

    #closeJobs li:nth-child(-n+2) {
        margin-top: 2%;
    }

    #closeJobs li:nth-child(3n) {
        margin-right: 0;
    }

    #closeJobs li:nth-child(-n+3) {
        margin-top: 0;
    }

    #closeJobs li a {
        padding: 15px;
    }
}

#closeJobs img {
    display: block;
    margin: 0 auto 10px;
    max-width: 100%;
    height: auto;
}

#closeJobs .employment {
    background-color: #004796;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    padding: 5px;
    display: inline-block;
    margin-top: 5px;
}

#closeJobs .closeJobsBtn {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 15px auto 19px;
    height: 50px;
    background: #004796;
    color: #fff;
    text-align: center;
    box-shadow: 0px 4px 1px 0px #002e60;
    border-radius: 8px;
    text-decoration: none;
    font-size: 19px;
    line-height: 1.4;
    max-width: 400px;
}

/** 条件から検索 **/
#condition {
    background: #d9f7ff;
	padding-bottom: 20px;
}

#condition h3 {
	color: #00b3e7;
}

#condition .areaHeading {
    background: #00b3e7;
    color: #fff;
}

#condition h3:before {
    content: "";
    display: inline-block;
    background: url(/clp/cleaningwork/sp/img/icon-pencil02.png) center center / contain no-repeat;
    width: 20px;
    height: 21px;
    vertical-align: middle;
    margin: -3px 5px 0 0;
}

#condition .inner {
    background: #fff;
    margin: 0 15px;
    padding: 15px;
}

#condition ul {
    display: flex;
    flex-wrap: wrap;
}

#condition li {
    width: 48%;
    margin: 15px 4% 0 0;
    font-size: 16px;
}

#condition li span {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
    padding: 0 5px;
	color: #fff;
    font-weight: bold;
    background: #00b3e7;
    border-radius: 10px;
    min-height: 65px;
}

#condition li:nth-child(2n) {
    margin-right: 0;
}

#condition li:nth-child(-n+2) {
    margin-top: 0;
}

/** 職種から検索 **/
#category {
    background: #bcd8f4;
	padding-bottom: 20px;
}

#category h3 {
    color: #004796;
}

#category .areaHeading {
    background: #004796;
}

#category h3:before {
    content: "";
    display: inline-block;
    background: url(/clp/cleaningwork/sp/img/icon-bag02.png) center center / contain no-repeat;
    width: 26px;
    height: 20px;
    vertical-align: middle;
    margin: -6px 5px 0 0;
}

#category .inner {
    background: #fff;
    margin: 0 15px;
    padding: 15px;
}

#category ul {
    display: flex;
    flex-wrap: wrap;
}

#category li {
    width: 48%;
    margin: 15px 4% 0 0;
    font-size: 16px;
}

#category li a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
	color: #fff;
	font-weight: bold;
    padding: 0 5px;
    background: #004796;
    border-radius: 10px;
    min-height: 65px;
}

#category li span.line3 {
    font-size: 15px;
    line-height: 1.2;
}

@media screen and (min-width:641px) {
    #category li span.line3 {
        font-size: 16px;
        line-height: 1.4;
    }
}

#category li:nth-child(2n) {
    margin-right: 0;
}

#category li:nth-child(-n+2) {
    margin-top: 0;
}

/** 関連がある職種 **/
#relation {
    background: #bcd8f4;
	padding-bottom: 20px;
}

#relation h3 {
    color: #004796;
}

#relation h3:before {
    content: "";
    display: inline-block;
    background: url(/clp/cleaningwork/sp/img/icon-loupe02.png) center center / contain no-repeat;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    margin: -5px 5px 0 0;
}

#relation .inner {
    background: #fff;
    margin: 0 15px;
    padding: 15px;
}

#relation ul {
    display: flex;
    flex-wrap: wrap;
}

#relation li {
    width: 48%;
    margin: 15px 4% 0 0;
    font-size: 16px;
}

#relation li a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
	color: #fff;
	font-weight: bold;
    padding: 0 5px;
    background: #004796;
    border-radius: 10px;
    min-height: 65px;
}
#relation li:nth-child(9) a{
    font-size: 15px;
    line-height: 1.2;
}
#relation li:nth-child(2n) {
    margin-right: 0;
}

#relation li:nth-child(-n+2) {
    margin-top: 0;
}

/****お役立ち情報****/
#useful {
    background: #d9f7ff;
    margin: 0 auto;
    padding-bottom: 20px;
}

#useful h3 {
    color: #fff;
	background: #00b3e7;
    font-size: 23px;
    padding: 15px 15px 10px;
    font-weight: bold;
    text-align: center;
}

#useful ul {
    display: flex;
    flex-wrap: wrap;
	margin: 0 15px;
}

#useful li {
    width: 48%;
    margin: 15px 4% 0 0;
}

#useful li a {
    display: block;
	flex-direction: column;
}

#useful li a p {
	margin-top: 8px;
	text-decoration: underline;
}

#useful li:nth-child(2n) {
    margin-right: 0;
}

@media screen and (min-width:641px) {
    #useful li {
    width: 31%;
    margin: 15px 3.5% 0 0;
    }

	#useful li:nth-child(2n) {
    margin-right: 3.5%;
    }
	
	#useful li:nth-child(3n) {
    margin-right: 0;
    }
}

/** お住まいのエリアを選択 **/
#areaSelect02 h3 {
    background: #00b3e7;
	padding-top: 10px;
}

#areaSelect02 ul {
    display: flex;
    justify-content: center;
    padding: 0 15px;
    max-width: 600px;
    margin: auto;
}

#areaSelect02 li {
    width: 23.5%;
    margin: 4% 4% 0 0;
}

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

#areaSelect02 li a {
    font-size: 19px;
    line-height: 1.3;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #a0a0a0;
    border-radius: 10px;
    text-decoration: none;
    padding: 0 5px;
    min-height: 70px;
    text-align: center;
}

#areaSelect02.ac01 li.ac01 a,
#areaSelect02.ac02 li.ac02 a,
#areaSelect02.ac03 li.ac03 a,
#areaSelect02.ac04 li.ac04 a,
#areaSelect02.ac05 li.ac05 a,
#areaSelect02.ac06 li.ac06 a,
#areaSelect02.ac07 li.ac07 a {
    background: #00b3e7;
}

/*-----------------------
初回modal画面
-----------------------*/
#panel {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
}

#panel .subText {
    font-size: 13px;
    margin-bottom: 5px;
}

#panel .subText+img {
    width: 158px;
}

#panel .titText {
    font-size: 24px;
    font-weight: bold;
    color: #00b3e7;
    padding-bottom: 5px;
    margin: 10px 0 15px;
    border-bottom: 1px solid #ccc;
	line-height: 1.2;
}

#panel .areaText {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
}

#panel ul {
    display: flex;
    justify-content: center;
}

#panel li {
    width: 23.5%;
    margin: 2% 2% 0 0;
    font-size: 17px;
}

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

#panel li a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #00b3e7;
    border-radius: 10px;
    text-decoration: none;
    padding: 0 10px;
    min-height: 70px;
}


@media screen and (max-width:320px) {
	.logoArea div {
		padding-right: 4%;
	}
	.areaName {
		font-size: 4.5vw;
	}
    .wideSp-none {
		display: none;
	}
	.logoArea div {
		width: 95%;
	}
	#recommend .recommendBtn {
		font-size: 16px;
	}
}


/*-----------------------
エリア選択ボタン　追従
-----------------------*/
#button {
		display: block;	
	}
	
	.button_fixed {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		background: rgba(0, 0, 0, 0.7);
		padding: 16px 20px 14px;
		transition: .3s;
		z-index:2;

		/*デフォルトで非表示にする*/
		opacity: 0;
		visibility: hidden;
    }
	
	.button_fixed .button{
		/*margin-top: 0;*/
		width: 70%;
    	display: block;
    	margin: 0 auto;
    	text-align: center;
    	font-size: 20px;
    	color: #00b3e7;
    	font-weight: bold;
    	background-color: #fff;
    	padding: 10px 0 6px;
    	border: 3px solid #00b3e7;
    	border-radius: 5px;
	}
	
	.button_fixed .button span:before {
		content: "";
    	display: inline-block;
    	background: url(/clp/cleaningwork/sp/img/button_icon.png) center center / contain no-repeat;
    	width: 25px;
    	height: 25px;
    	vertical-align: middle;
    	margin-right: 6px;
	}

	/*このクラスが付与されると表示する*/
	.active{
		opacity: 1;
		visibility: visible;
	}


@media screen and (max-width:320px) {
	.button a:before {
		display: none;
	}
}