@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: #1e9293;
    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: #1e9293;
    font-size: 14px;
    border: 2px solid #1e9293;
    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/lightworks/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 {
	text-align: center;
	background: #fdf0cb;
}

#pageTitle .pageTitleInner {
    position: relative;
    padding-top: calc(249 / 715 * 100%);
    background: url(/clp/lightworks/sp/img/kv.jpg) top center no-repeat;
    background-size: cover;
}

#pageTitle h2 {
	margin: 0 auto;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	height: 80px;
    background: url(/clp/lightworks/sp/img/title.png) center center no-repeat;
	background-size: 95% auto;
}
	
#pageTitle p {
	padding: 2px 10px 10px;
    line-height: 1.6;
}

@media screen and (max-width:320px) {

    #pageTitle p {
	    font-size: 14px;
    }
	
	#contents h3,
	#useful h3,
	#areaSelect02 h3 {
    font-size: 22px !important;
    }
	
	#popularCondition h4 {
	    font-size: 19px !important;
    }
	
	#category li, 	
	#category li span.line3 {
		font-size: 14px !important;
	}
	
	.brnone {
		display: none;
	}
}

@media screen and (min-width:641px) {
    #pageTitle h2:before,
    #pageTitle h2:after {
        bottom: -26px;
    }
}

/*-----------------------
 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;
}

#contents h3 .h3_main{
	font-size: 23px;
	font-weight: bold;
}
#contents h3 .h3_sub{
    font-size: 16px;
	font-weight: normal;
}

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


.areaHeading {
    display: inline-block;
    font-size: 13px !important;
    font-weight: bold !important;
    background: #1e9293;
    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: #d1f8f8;
	padding-bottom: 20px;
}

#workLocation h3 {
	color: #a06d32;
}

#workLocation .areaHeading {
    color: #fff;
	background-color: #a06d32;
}

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

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

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

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

#workLocation 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: #a06d32;
    border-radius: 10px;
    min-height: 65px;
}

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

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

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

#popularCondition h3 {
	color: #1e9293;
}

#popularCondition .areaHeading {
    color: #fff;
	background: #1e9293;
}

#popularCondition h3:before {
    content: "";
    display: inline-block;
    background: url(/clp/lightworks/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: #fff;
    background: #1e9293;
    font-size: 20px;
    padding: 10px;
    text-align: center;
}

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

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

#popularCondition li a {
    display: flex;
    height: 100%;
    text-decoration: none;
    padding: 10px;
    border: 1px solid #1e9293;
	background: #fff;
    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: #1e9293;
}

#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;
	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 #1e9293;
    background: #fff;
    border-radius: 6px;
}

#popularCondition ul.ico li img {
    display: block;
    width: auto;
	margin: 0 auto;
	height: 40px;
	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 #1e9293;
        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: #a06d32;
    background: #d1f8f8;
}
#relation.job h3{
	color: #a06d32;
    background: #d1f8f8;
}

#relation.job .areaHeading{
	background-color: #a06d32;
}

#relation.job h3:before {
    content: "";
    display: inline-block;
    background: url(/clp/lightworks/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: #a06d32;
}

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

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

#detail .areaHeading {
    color: #1e9293;
}

#detail h3:before {
    content: "";
    display: inline-block;
    background: url(/clp/lightworks/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/lightworks/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: #1e9293;
    color: #fff;
    text-align: center;
    box-shadow: 0px 4px 1px 0px #0d5556;
    border-radius: 8px;
    text-decoration: none;
    font-size: 19px;
	font-weight: bold;
    max-width: 400px;
}

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

#newJobs h3 {
    color: #a06d32;
}

#newJobs .areaHeading {
    color: #fff;
	background: #a06d32;
}

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

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

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

#closeJobs h3 {
    color: #1e9293;
}

#closeJobs .areaHeading {
    color: #fff;
}

#closeJobs h3:before {
    content: "";
    display: inline-block;
    background: url(/clp/lightworks/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 .closeJobsBtn {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 15px auto 19px;
    height: 50px;
    background: #1e9293;
    color: #fff;
	font-weight: bold;
    text-align: center;
    box-shadow: 0px 4px 1px 0px #0d5556;
    border-radius: 8px;
    text-decoration: none;
    font-size: 19px;
    line-height: 1.4;
    max-width: 400px;
}

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

#recommend a {
    color: #00a0e9;
	text-decoration: underline;
}

#recommend h3 {
    color: #a06d32;
	padding: 20px 15px 15px;
}

#recommend .areaHeading {
    color: #a06d32;
}

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

#recommend .h3_main:before {
    content: "";
    display: inline-block;
    background: url(/clp/lightworks/img/icon-pencil02.png) center center / contain no-repeat;
    width: 26px;
    height: 25px;
    vertical-align: middle;
    margin: -2px 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: #a06d32;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #a06d32;
    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: #a06d32;
    color: #fff;
    text-align: center;
    box-shadow: 0px 4px 1px 0px #623d13;
    border-radius: 8px;
    text-decoration: none;
    font-size: 19px;
    line-height: 1.4;
    max-width: 400px;
}

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


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

#experience h3 {
    color: #ffffff;
	line-height: 1.3;
	padding: 20px 15px 15px;
}

#experience .h3_main:before {
    content: "";
    display: inline-block;
    background: url(/clp/lightworks/img/icon-fukidashi.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: #1e9293;
    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 #1e9293;
	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: #1e9293;
	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 #1e9293;
	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/lightworks/img/experience01.png) center center / contain no-repeat;
	position: absolute;
	top: 12px;
    left: 6px;
}

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

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


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

#condition h3 {
	color: #a06d32;
}

#condition .areaHeading {
    color: #fff;
	background-color: #a06d32;
}

#condition h3:before {
    content: "";
    display: inline-block;
    background: url(/clp/lightworks/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: #a06d32;
    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: #fffae0;
	padding-bottom: 20px;
}

#category h3 {
	color: #ff9c00;
}

#category .areaHeading {
    color: #fff;
	background: #ff9c00;
}

#category h3:before {
    content: "";
    display: inline-block;
    background: url(/clp/lightworks/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: #fff;
    background: #ff9c00;
    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: #fdf4db;
	padding-bottom: 20px;
}

#relation h3 {
	color: #1e9293;
}

#relation h3:before {
    content: "";
    display: inline-block;
    background: url(/clp/lightworks/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;
	background-color: #1e9293;
}

#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: 0 5px;
	color: #fff;
	font-weight: bold;
    background: #1e9293;
    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: #1e9293;
	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: #1e9293;
}

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

#useful h3 {
    color: #fff;
	background: #a06d32;
    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: 24px;
    font-weight: bold;
    color: #1e9293;
    padding-bottom: 5px;
    margin-bottom: 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: #1e9293;
    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: #1e9293;
    	font-weight: bold;
    	background-color: #fff;
    	padding: 10px 0 6px;
    	border: 3px solid #1e9293;
    	border-radius: 5px;
	}
	
	.button_fixed .button span:before {
		content: "";
    	display: inline-block;
    	background: url(/clp/lightworks/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 (min-width:415px) {
	#pageTitle h2 {
	margin: 0 auto;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	height: 168px;
    background: url(/clp/lightworks/sp/img/title.png) center center no-repeat;
	background-size: 90% auto;
	}
	#pageTitle p{
	padding: 6px 10px 14px;
	}
}	
