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

*,
*: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: #00afec;
    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: #00afec;
    font-size: 14px;
    border: 2px solid #00afec;
    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/appoint/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;
	text-align: center;
}

#pageTitle .pageTitleInner {
    position: relative;
    margin: 0 auto;
    background: #fff;
}

#pageTitle .pageTitleInner h2 {
    width: 100%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    height: 0;
    padding-top: calc(220 / 750 * 100%);
    background: url(/clp/appoint/sp/img/title.png) 0 0 no-repeat;
    background-size: contain;
}
	
#pageTitle .pageTitleInner p {
	width: 100%;
    padding: 25px 0;
    font-size: 14px;
    line-height: 1.5;
    text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff, -1px 1px 0px #fff, 1px -1px 0px #fff, 1px 0px 0px #fff, -1px 0px 0px #fff, 0px 1px 0px #fff, 0px -1px 0px #fff;
    text-align: center;
    z-index: 100;
}

#pageTitle .pageTitleInner p span {
    position: relative;
    z-index: 1;
}

#pageTitle .pageTitleInner:before {
    content: "";
    display: block;
    width: 152px;
    height: 193px;
    background: url(/clp/appoint/sp/img/kv_ill_left.png) center center / contain no-repeat;
    position: absolute;
    left: -55px;
    bottom: 0;
}

#pageTitle .pageTitleInner:after {
    content: "";
    display: block;
    width: 131px;
    height: 193px;
    background: url(/clp/appoint/sp/img/kv_ill_right.png) center center / contain no-repeat;
    position: absolute;
    right: -30px;
    bottom: 0;
}

@media screen and (min-width:431px) {
    #pageTitle .pageTitleInner p {
        font-size: 18px;
    }
    
    #pageTitle .pageTitleInner:before {
        left: 5px;
        bottom: 0;
    }
    
    #pageTitle .pageTitleInner:after {
        right: 5px;
        bottom: 0;
    }
}	

@media screen and (max-width:320px) {
    /*#pageTitle .pageTitleInner h2 {
	    height: 80px;
	    background: url(/clp/appoint/sp/img/title.png) center 20px no-repeat;
	    background-size: 257px 60px;
    }*/
    
    #pageTitle p {
	    font-size: 13px !important;
    }
	
	#contents h3,
	#useful h3,
	#areaSelect02 h3 {
	    font-size: 22px !important;
    }
	
	#popularCondition h4 {
	    font-size: 19px !important;
    }

	#popularCondition ul.ico p {
	    font-size: 12px !important;
    }
	
	#category li, 	
	#category li span.line3 {
		font-size: 14px !important;
	}
    
    #experience .experienceCont .toggle_title {
        font-size: 12px !important;
    }
    
    #experience .experienceCont dt {
        padding: 0px 8px 0 38px !important;
    }
    
    #experience .experienceCont dt.toggle_title span.toggle_btn {
        right: 25px !important;
    }
	
	.brnone {
		display: none;
	}
    .wideSp-none {
        display: none;
    }
}


/*-----------------------
 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;
    background: #00afec;
    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: #f0f0f0;
	padding-bottom: 20px;
}

#workLocation h3 {
	color: #00afec;
}

#workLocation .areaHeading {
    color: #fff;
	
}

#workLocation h3:before {
    content: "";
    display: inline-block;
    background: url(/clp/appoint/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: #00afec;
    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 #f0f0f0;
    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 #00afec;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
}

.hidden {
    display: none;
}

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

#popularCondition h3 {
	color: #00afec;
}

#popularCondition .areaHeading {
    color: #fff;
	background: #00afec;
}

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

#popularCondition .inner {
    margin: 0 15px;
	padding: 15px 12px 25px;
    background: #e6f7fd;
}

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

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

#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 #00afec;
    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 #00afec;
        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;
    }
}

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

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

#detail .areaHeading {
    color: #00afec;
}

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

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

#newJobs h3 {
    color: #00afec;
}

#newJobs .areaHeading {
    color: #fff;
	background: #00afec;
}

#newJobs h3:before {
    content: "";
    display: inline-block;
    background: url(/clp/appoint/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: #00afec;
    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: #00afec;
    color: #fff;
	font-weight: bold;
    text-align: center;
    box-shadow: 0px 4px 1px 0px #038bbb;
    border-radius: 8px;
    text-decoration: none;
    font-size: 19px;
    line-height: 1.4;
    max-width: 400px;
}

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

#closeJobs h3 {
    color: #00afec;
}

#closeJobs .areaHeading {
    color: #fff;
}

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

#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: #00afec;
    color: #fff;
	font-weight: bold;
    text-align: center;
    box-shadow: 0px 4px 1px 0px #038bbb;
    border-radius: 8px;
    text-decoration: none;
    font-size: 19px;
    line-height: 1.4;
    max-width: 400px;
}


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

#experience h3 {
    color: #00afec;
}

#experience h3:before {
    content: "";
    display: inline-block;
    background: url(/clp/appoint/img/icon-fukidashi02.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: 10px;
}

#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: #00afec;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 6px;
}

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

#experience .experienceCont dl.profile {
    background: #d2ecf5;
    border-radius: 5px;
}
#experience .experienceCont dl.profile dt {
    background: #00afec;
    border-radius: 5px 0 0 0 ;
    width: 94px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    padding: 4px 10px 2px;
}
#experience .experienceCont dl.profile dd {
    font-size: 12px;
    font-weight: normal;
    padding: 7px 18px 10px;
    line-height: 1.5;
}

#experience .experienceCont dl.toggle_contents {
    position: relative;
}

#experience .experienceCont .toggle_contents {
    border: solid 1px #00afec;
    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: #00afec;
    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 #00afec;
    padding: 10px;
}

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

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

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

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


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

#condition h3 {
	color: #00afec;
}

#condition .areaHeading {
    color: #fff;
}

#condition h3:before {
    content: "";
    display: inline-block;
    background: url(/clp/appoint/img/icon-pencil.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: #00afec;
    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: #fffcee;
	padding-bottom: 20px;
}

#category h3 {
	color: #00afec;
}

#category .areaHeading {
    color: #fff;
	background: #00afec;
}

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


/** 仕事内容 **/
#jobDescription {
    background: #f0f0f0;
    padding-bottom: 20px;
}

#jobDescription h3 {
    color: #00afec;
}

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

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

#jobDescription .jobDescriptionCont {
    padding: 15px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#jobDescription .jobDescriptionCont section {
    width: 100%;
    position: relative;
}

#jobDescription .jobDescriptionCont img {
    width: 100%;
    align-self: flex-start;
    margin-top: 15px;
}

#jobDescription 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%);
}

#jobDescription 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;
}

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

#jobDescription input {
    display: none;
}

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

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

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


#jobCharacteristics {
    background: #fffbdd;
    padding-bottom: 20px;
}

#jobCharacteristics h3 {
    color: #00afec;
}

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

#jobCharacteristics .inner {
	background: #fff;
    margin: 0 15px;
    padding: 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

#jobCharacteristics .inner img {
    width: 100%;
    margin-left: 0;
}

#jobCharacteristics ul {
    width: 100%;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
}

#jobCharacteristics ul li {
    background: url(/clp/appoint/img/ico_check.png) no-repeat 0 6px;
    background-size: auto 11px;
    margin-bottom: 5px;
    padding-left: 20px;
}

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

#faq h3 {
    color: #fff;
    padding: 5px 0 10px;
}

#faq h3:before {
    content: "";
    display: inline-block;
    background: url(/clp/appoint/img/icon-fukidashi.png) center center / contain no-repeat;
    width: 28px;
    height: 26px;
    vertical-align: middle;
    margin: -3px 5px 0 0;
}

#faq .areaHeading {
    color: #00afec;
    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: #00afec;
    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/appoint/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 #00afec;
    padding: 15px;
    display: flex;
    line-height: 1.5;
}

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

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

#relation h3 {
	color: #00afec;
}

#relation h3:before {
    content: "";
    display: inline-block;
    background: url(/clp/appoint/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: 0 5px;
	color: #fff;
	font-weight: bold;
    background: #00afec;
    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: #00afec;
	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: #00afec;
}

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

#useful h3 {
    color: #fff;
	background: #00afec;
    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: #00afec;
    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: #00afec;
    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: #00afec;
    	font-weight: bold;
    	background-color: #fff;
    	padding: 10px 0 6px;
    	border: 3px solid #00afec;
    	border-radius: 5px;
	}
	
	.button_fixed .button span:before {
		content: "";
    	display: inline-block;
    	background: url(/clp/appoint/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;
	}