@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;
}

.areaName {
    font-size: 20px;
    font-weight: bold;
    color: #2485ce;
    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: #2485ce;
    font-size: 14px;
    border: 2px solid #2485ce;
    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/cleaning/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 {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    height: 310px;
    background: url(/clp/cleaning/sp/img/kv.jpg) top center no-repeat;
    background-size: contain;
    text-align: center;
    background-color: #ffffff;
}

#pageTitle h2 {
    width: 92%;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    height: 0;
    margin: 0 auto 10px;
    padding-top: 19%;
    background: url(/clp/cleaning/sp/img/title.png) 0 0 no-repeat;
    background-size: contain;
    background-position: center;
}

#pageTitle p {
    width: 100%;
    position: absolute;
    bottom: 3%;
    padding: 0 11px;
    font-size: 14px;
    line-height: 1.5;
}

@media screen and (min-width:641px) {
    #pageTitle{
        padding-top: 63%;
        background-size: cover;
    }
    #pageTitle h2{
        top: 48%;
    }
    #pageTitle p {
        font-size: 16px;
        padding: 0 4%;
    }
}

@media screen and (max-width:320px) {
    #pageTitle{
        padding-top: 88.13%;
        background-position: top;
    }
    #pageTitle h2{
        top:35%;
    }
    #pageTitle p {
        font-size: 11.5px;
        top: 58%;
    }
}

/*-----------------------
 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 .h3_main{
	font-size: 23px;
	font-weight: bold;
}
#contents h3 .h3_sub{
    font-size: 17px;
	font-weight: normal;
}

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


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

#contents #detail .areaHeading {
    background: #fff;	
}

/** エリアの勤務地から検索 **/
#workLocation {
    background: #d9ebf2;
    padding-bottom: 20px;
}

#workLocation h3 {
    color: #2485ce;
}

#workLocation .areaHeading {
    color: #fff;
}

#workLocation h3:before {
    content: "";
    display: inline-block;
    background: url(/clp/cleaning/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;
}

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

#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 #d9ebf2;
    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 #2485ce;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

.hidden {
    display: none;
}

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

#popularCondition h3 {
	color: #959312;
}

#popularCondition .areaHeading {
    color: #ffffff;
	background-color: #959312;
}

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

#popularCondition h4 {
	margin: 0 15px;
    color: #ffffff;
    background: #959312;
    font-size: 20px;
    padding: 10px;
    text-align: center;
}

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

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

#popularCondition li a {
    display: flex;
    height: 100%;
    text-decoration: none;
    padding: 10px;
    border: 1px solid #959312;
    box-shadow: 0px 2px 0px 0 rgb(149 147 18);
	background: #ffffff;
    border-radius: 6px;
}

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

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

#popularCondition li dl {
    width: 70%;
}

#popularCondition li dt {
    font-size: 17px;
    font-weight: bold;
	color: #959312;
}

#popularCondition ul.ico {
    display: flex;
    flex-wrap: wrap;
}

#popularCondition ul.ico li {
    width: 31%;
    margin: 0 3.5% 15px 0;
}


#popularCondition ul.ico li:nth-child(3n) {
    margin-right: 0;
}

#popularCondition ul.ico li:nth-child(4), 
#popularCondition ul.ico li:nth-child(5), 
#popularCondition ul.ico li:nth-child(6) {
    margin-bottom: 0;
}

#popularCondition ul.ico p {
    font-size: 14px;
	color: #959312;
	text-align: center;
	font-weight: bold;
	line-height: 1.2;
    height: 2.3em;
    margin-top: 10px;
}

#popularCondition ul.ico li a {
    display: flex;
	flex-direction: column;
    height: 100%;
    text-decoration: none;
    padding: 10px 0 8px;
    border: 1px solid #959312;
	box-shadow:  0px 2px 0px 0 rgb(149 147 18);
    background: #ffffff;
    border-radius: 6px;
}

#popularCondition ul.ico li img {
    display: block;
    width: auto;
	margin: 0 auto;
	height: 45px;
	text-align: center;
    align-self: flex-start;
}


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

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

    #popularCondition ul.ico li {
        width: 15%;
        margin: 0 2% 0 0;
    }

    #popularCondition ul.ico li:nth-child(3) {
        margin-right: 2%;
    }
	
    #popularCondition ul.ico li:last-child {
        margin-right: 0;
    }		
	
    #popularCondition li a {
        display: flex;
        height: 100%;
        text-decoration: none;
        padding: 15px;
        border: 1px solid #959312;
        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;
    }
}

/** 人気の職種から検索 **/
#relation.job{
	color: #2485ce;
    background: #d9ebf2;
}
#relation.job h3{
	color: #2485ce;
    background: #d9ebf2;
}

#relation.job h3:before {
    content: "";
    display: inline-block;
    background: url(/clp/cleaning/img/icon-bag.png) center center / contain no-repeat;
    width: 26px;
    height: 20px;
    vertical-align: middle;
    margin: -6px 5px 0 0;
}
#relation.job li a{
    background: #2485ce;
    min-height: 74px;
    line-height: 1.2;
}

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

#detail h3 {
    background: #959312;
    color: #ffffff;
    padding: 20px 15px 15px;
}

#detail .areaHeading {
    color: #959312;
    background-color: #ffffff;
}

#detail h3:before {
    content: "";
    display: inline-block;
    background: url(/clp/cleaning/img/icon-loupe.png) center center / contain no-repeat;
    width: 24px;
    height: 24px;
    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/cleaning/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: #959312;
    color: #fff;
    text-align: center;
    box-shadow: 0px 4px 1px 0px #5f5e0c;
    border-radius: 8px;
    text-decoration: none;
    font-size: 19px;
    font-weight: bold;
    max-width: 400px;
}

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

#newJobs h3 {
    color: #2485ce;
}

#newJobs .areaHeading {
    color: #ffffff;
	background-color: #2485ce;
}

#newJobs h3:before {
    content: "";
    display: inline-block;
    background: url(/clp/cleaning/img/icon-star02.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: #cc0000;
    margin-top: 3px;
}

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

.employment {
    background-color: #8d4a1c;
    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: #2485ce;
    color: #fff;
	font-weight: bold;
    text-align: center;
    box-shadow: 0px 4px 1px 0px #125181;
    border-radius: 8px;
    text-decoration: none;
    font-size: 19px;
    line-height: 1.4;
    max-width: 400px;
}

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

#closeJobs h3 {
    color: #959312;
}

#closeJobs .areaHeading {
    color: #fff;
	background: #959312;
}

#closeJobs h3:before {
    content: "";
    display: inline-block;
    background: url(/clp/cleaning/img/icon-star.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;
}
img {
    max-width: 100%;
}

#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 .closeJobsBtn {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 15px auto 19px;
    height: 50px;
    background: #959312;
    color: #fff;
	font-weight: bold;
    text-align: center;
    box-shadow: 0px 4px 1px 0px #5f5e0c;
    border-radius: 8px;
    text-decoration: none;
    font-size: 19px;
    line-height: 1.4;
    max-width: 400px;
}


/** 仕事を詳しく知ろう **/
#recommend {
    background: #d9ebf2;
	padding-bottom: 20px;
}

#recommend h3 {
    color: #2485ce;
	line-height: 1.3;
}

#recommend .areaHeading {
    color: #2485ce;
}

#recommend .h3_main:before {
    content: "";
    display: inline-block;
    background: url(/clp/cleaning/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 .inner .lead{
    text-align: center;
	padding: 10px 0px 20px;
}


#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: #2485ce;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #2485ce;
    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: #2485ce;
    color: #fff;
    text-align: center;
    box-shadow: 0px 4px 1px 0px #125181;
    border-radius: 8px;
    text-decoration: none;
    font-size: 19px;
    line-height: 1.4;
    max-width: 400px;
}

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



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

#experience h3 {
    color: #959312;
	line-height: 1.3;
}

#experience .h3_main:before {
    content: "";
    display: inline-block;
    background: url(/clp/cleaning/sp/img/icon-fukidashi02.png) center center / contain no-repeat;
    width: 26px;
    height: 25px;
    vertical-align: middle;
    margin: -2px 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: #959312;
    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 #959312;
	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: #959312;
	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 #959312;
	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: 0 45px 0 41px;
    position: relative;
    display: flex;
    align-items: center;
}

#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/cleaning/img/experience01.png) center center / contain no-repeat;
	position: absolute;
	top: 12px;
    left: 6px;
}

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

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

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

#condition h3 {
    color: #2485ce;
}

#condition .areaHeading {
    color: #fff;
}

#condition h3:before {
    content: "";
    display: inline-block;
    background: url(/clp/cleaning/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: #ffffff;
    font-weight: bold;
    background: #2485ce;
    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: #fbebd5;
	padding-bottom: 20px;
}

#category h3 {
	color: #8d4a1c;
}

#category .areaHeading {
    color: #ffffff;
	background-color: #db8850;
}

#category h3:before {
    content: "";
    display: inline-block;
    background: url(/clp/cleaning/img/icon-bag.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 span {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
	font-weight: bold;
    text-align: center;
    padding: 0 5px;
	color: #ffffff;
    background: #db8850;
    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;
}

/** FAQ **/
#faq {
    background: #959312;
    padding: 20px 15px 15px;
}

#faq h3 {
    color: #fff;
    padding: 0 0 10px;
    font-size: 22px;
}

#faq h3:before {
    content: "";
    display: inline-block;
    background: url(/clp/cleaning/img/icon-fukidashi.png) center center / contain no-repeat;
    width: 28px;
    height: 26px;
    vertical-align: middle;
    margin: -3px 5px 0 0;
}
.workText {
    font-size: 16px;
    font-weight: normal;
    display: block;
}
#faq .areaHeading {
    color: #959312;
    background: #fff;
}

#faq .toggleContents {
    margin-bottom: 15px;
    background: #fff;
}

#faq .toggleContents:last-child {
    margin-bottom: 0;
}

#faq dt {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 48px 15px 15px;
    display: flex;
}

#faq .toggleBtn:before, .toggleBtn:after {
    display: block;
    content: '';
    background-color: #959312;
    position: absolute;
    width: 18px;
    height: 3px;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

#faq .toggleBtn:before {
    transform: translateY(-50%) rotate(90deg);
    transition: 0.5s;
}

#faq dt.selected .toggleBtn:before {
    transform: rotate(0);
    transition: 0.5s;
    height: 1px;
}

#faq dt:before {
    content: "";
    background: url(/clp/cleaning/img/qa_q.png) center center / contain no-repeat;
    display: inline-block;
    width: 26px;
    height: 20px;
    margin-right: 10px;
    flex-shrink: 0;
}

#faq dd {
    border-top: solid 2px #959312;
    padding: 15px;
    display: flex;
    line-height: 1.5;
}

#faq dd:before {
    content: "";
    background: url(/clp/cleaning/img/qa_a.png) center center / contain no-repeat;
    display: inline-block;
    width: 26px;
    height: 20px;
    margin-right: 10px;
    flex-shrink: 0;
}


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

#relation h3 {
    color: #959312;
    background: #fffed2;
}

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

#relation .areaHeading {
    color: #fff;
}

#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;
    padding: 7px 5px;
    color: #fff;
    font-weight: bold;
    background: #959312;
    border-radius: 10px;
    min-height: 65px;
}

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

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

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

#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: #959312;
}

/** お役立ち情報 **/
#useful {
    background: #fff;
    margin: 0 auto 40px;
}

#useful h3 {
    color: #ffffff;
	background: #2485ce;
    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(2) {
    margin-right: 3.5%;
    }
	
	#useful li:last-child {
    margin-right: 0;
    }
}


/*-----------------------
初回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: 22px;
    font-weight: bold;
    color: #2485ce;
    padding-bottom: 5px;
    margin: 5px 0 15px;
    border-bottom: 1px solid #ccc;
}

#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: #2485ce;
    border-radius: 10px;
    text-decoration: none;
    padding: 0 10px;
    min-height: 70px;
}

/*-----------------------
エリア選択ボタン　追従
-----------------------*/
#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: #2485ce;
    	font-weight: bold;
    	background-color: #ffffff;
    	padding: 10px 0 6px;
    	border: 3px solid #2485ce;
    	border-radius: 5px;
	}
	
	.button_fixed .button span:before {
		content: "";
    	display: inline-block;
    	background: url(/clp/cleaning/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;
	}
	}