@charset "utf-8";

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

単発（1日のみ） (PC)用レイアウト

*****************************************************************/
body {
    font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    min-width: 980px;
}


@media screen and (max-width:980px) {
    body {
		font-size: 14px;
    }
}

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

section {
    overflow: hidden;
}

.none {
    display: none;
}

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

a:hover {
    color: #00a0e9;
}

/*-----------------------
#header
-----------------------*/
#header {
    position: relative;
    width: 980px;
    height: 75px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

#header ul#subNavi {
	top: 30px;
}

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

    #header,
    #bread {
        padding: 0 10px;
    }

    #header ul#subNavi {
        right: 10px !important;
    }
}


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

.logoArea {
    display: flex;
    align-items: center;
}

.logo {
    margin-bottom: 5px;
}

.areaName {
    font-size: 28px;
    font-weight: bold;
    color: #1f74e6;
    margin-left: 5px;
}

#bread {
    width: 980px;
    font-size: 12px;
    margin: 0 auto;
}


/*-----------------------
selectArea
-----------------------*/
#selectAreaBox {
    cursor: pointer;
    color: #1f74e6;
	font-weight: bold;
    font-size: 14px;
    border: 1px solid #1f74e6;
    padding: 3px 7px;
    margin-left: 15px;
}

#selectAreaBox:after {
    content: "";
    display: inline-block;
    background: url(/clp/tanpatsu/img/arrow.svg) center center / contain no-repeat;
    width: 20px;
    height: 12px;
    vertical-align: middle;
    margin-left: 2px;
}

/*-----------------------
 AreaNavi
-----------------------*/
nav {
    width: 980px;
    margin: 10px auto 0;
    overflow: hidden;
}

nav dl {
    height: 70px;
    display: flex;
}

nav dt {
    width: 127px;
    height: 61px;
    background: url(/clp/tanpatsu/img/nav-title.png) right center no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

nav dd {
    width: 112px;
    margin: 0 5px;
}

nav dd a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 112px;
    height: 60px;
    line-height: 120%;
    text-align: center;
    vertical-align: middle;
    border-radius: 8px;
    background: #a0a0a0;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}

nav dd a:hover {
    height: 70px;
    background: #1f74e6;
    color: #fff;
    border-radius: 8px 8px 0 0;
}

nav.ac01 dd.ac01 a,
nav.ac02 dd.ac02 a,
nav.ac03 dd.ac03 a,
nav.ac04 dd.ac04 a,
nav.ac05 dd.ac05 a,
nav.ac06 dd.ac06 a,
nav.ac07 dd.ac07 a {
    height: 70px;
    background: #1f74e6;
    color: #fff;
	font-weight: bold;
    border-radius: 8px 8px 0 0;
}

/*-----------------------
 pageTitle
-----------------------*/
#pageTitle {
    border-top: 8px solid #1f74e6;
}

@media screen and (max-width:980px) {
    #pageTitle {
        width: 980px;
    }
}

#pageTitle .pageTitleInner {
    margin: 0 auto;
    height: 500px;
	text-align: center;
    position: relative;
	background: #58b8fc url(/clp/tanpatsu/img/kv.png) no-repeat bottom center;
}

#pageTitle .pageTitleInner h2 {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;	
    background: url(/clp/tanpatsu/img/title.png) center 30px no-repeat;
	width: 590px;
	height: 274px;
	margin: 0 auto;
}
	
#pageTitle .pageTitleInner p {
	font-size: 18px;
    margin-top: 40px;
}

@media screen and (max-width:980px) {
    #pageTitle .pageTitleInner {
        width: auto;
    }
}

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

@media screen and (max-width:980px) {
    #contents {
        width: 980px;
    }
}

#contents h3 {
	line-height: 1.2;
    color: #fff;
    font-size: 26px;
    padding: 20px;
    font-weight: bold;
	text-align: center;
}

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

.areaHeading {
    display: inline-block;
    font-size: 15px !important;
    font-weight: bold !important;
    background: #fc8e00;
    height: 26px;
    line-height: 28px;
    border-radius: 13px;
    vertical-align: middle;
    text-align: center;
    margin: -3px 0 0 10px;
    padding: 0 10px;
}

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

/** エリアの勤務地から検索 **/
#workLocation {
    background: #fef8d5;
    padding: 10px 0 20px;
}

#workLocation h3 {
	color: #fc8e00;
}

#workLocation .areaHeading {
    color: #fff;
}

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

#workLocation .inner {
	width: 980px;
    margin: 0 auto 20px;
}

#workLocation dl {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    height: 65px;
}

#workLocation dl dt a {
    background: #fc8e00;
    border-radius: 10px 0 0 10px;    
	display:flex;
	justify-content: center;
    align-items: center;
    width: 90px;
    height: 65px;
	text-align: center;
	color: #fff;
    font-weight: bold;
    text-decoration: none;
	margin: 0 auto;
    padding: 0 20px;
}

#workLocation dl:nth-child(5) dt a {
    padding: 0 12px !important;
}

#workLocation dl dd {
    width: 890px;
    background: #fed8a6;
    padding: 10px;
    border-radius: 0 10px 10px 0;
}

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

#workLocation li {
    width: 10%;
    margin: 1.25% 1.25% 0 0;
}

#workLocation li a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #000;
    font-weight: bold;
    height: 45px;
    background: #fff;
    border-radius: 5px;
}

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

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

#workLocation dl dt a:hover {
    background: #fe7200;
}

#workLocation li a:hover {
    background: #fc8e00;
    color: #fff;
}

@media screen and (max-width:980px) {
	#workLocation .inner {
		width: 940px;
	}
    
    #workLocation dl dd {
		width: 850px;
    }
}

@media (hover: none) {
    #workLocation dl dt a:hover {
		background: #fc8e00;
    }

    #workLocation li a:hover {
        background: #fff;
        color: #000;
    }
}

/** 人気の条件から検索 **/
#popularCondition {
    background: #f2f2f2;
    padding: 10px 0 40px;
}

#popularCondition h3 {
    color: #1f74e6;
}

#popularCondition h3 span {
	
}

#popularCondition h4 {
	width: 980px;
	margin: 0 auto;
    color: #fff;
	background: #1f74e6;
	font-size: 24px;
	padding: 10px;
	text-align: center;
}

@media screen and (max-width:980px) {
	#popularCondition h4 {
		width: 940px;
	}
}
	

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

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

#popularCondition .inner {
    width: 980px;
    background: #fef8d5;
    margin: 0 auto;
    padding: 20px 20px 40px;
}

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

#popularCondition ul.ico {
    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 p {
    font-size: 20px;
	text-align: center;
	font-weight: bold;
	line-height: 1.2;
    height: 2.3em;
    margin-top: 10px;
}

#popularCondition ul.ico p span {
	font-size: 18px ;
}

#popularCondition ul.ico li:last-child {
    margin-right: 0;
}

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

#popularCondition ul.ico li a {
    display: flex;
	flex-direction: column;
    height: 100%;
    text-decoration: none;
    padding: 10px 8px 8px;
    border: 2px solid #4bc6d8;
    background: #fff;
    border-radius: 10px;
}

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

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

#popularCondition li a:hover dd,
#popularCondition li a:hover p {
	color: #000;
}

#popularCondition li a:hover,
#popularCondition ul.ico li a:hover {
    background: #e9f8fa;
}

@media (hover: none) {
    #popularCondition li a:hover,
    #popularCondition ul.ico li a:hover {
        color: #000;
        background: #fff;
    }
}

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

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

#popularCondition li dl {
    width: 75%;
}

#popularCondition li dt {
	color: #1f74e6;
    font-size: 20px;
    font-weight: bold;
}

@media screen and (max-width:980px) {
	#popularCondition .inner {
		width: 940px;
	}
	
	#popularCondition ul.ico p {
		font-size: 16px;
	}
    
    #popularCondition ul.ico p span {
        font-size: 14px;
	}    
}


/** 詳しい条件で一発検索！ **/
#detail {
	width: 980px;
	margin: 40px auto;
    background: #fef8d5;
}

#detail h3 {
    background: #fc8e00;
	padding: 10px 0;
}

#detail .areaHeading {
    color: #fff;
}

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

#detail .searchbox {
    height: 140px;
    position: relative;
    margin: 0 0 20px;
}

#detail .searchbox form {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
}

#detail select {
    width: 220px;
    height: 45px;
}

#detail span.customSelect {
    background: #fff url(/clp/tanpatsu/img/bg_select.png) no-repeat right top;
    width: 300px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    padding-left: 10px;
    overflow: hidden;
}

#detail .searchbox .customSelectInner {
    width: 240px !important;
    overflow: hidden;
}

#detail .searchbox .place {
    margin: 0;
}

#detail .searchbox .salary,
#detail .searchbox .style,
#detail .searchbox .job {
    margin: 0 0 0 20px;
}

#detail .searchBtn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 45px;
    display: block;
    width: 300px;
    height: 50px;
    margin: 20px auto 0;
    line-height: 50px;
    background: #fc8e00;
    color: #fff;
	font-weight: bold;
    text-align: center;
    box-shadow: 0px 4px 1px 0px #d47801;
    border-radius: 8px;
    text-decoration: none;
    font-size: 20px;
}

#detail .searchBtn:hover {
    height: 55px;
    line-height: 55px;
    box-shadow: none;
}

@media (hover: none) {
    #detail .searchBtn:hover {
        height: 50px;
        line-height: 50px;
        box-shadow: 0px 4px 1px 0px #d47801;
    }
}

/** あなたにおすすめの新着求人 **/
#newJobs {
    background: #f2f2f2;
    padding: 10px 0 40px;
}

#newJobs h3 {
	color: #1f74e6;
}

#newJobs .areaHeading {
    color: #fff;
	background: #1f74e6;
}

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

#newJobs .inner {
	width: 980px;
	margin: 0 auto;
}

@media screen and (max-width:980px) {
	#newJobs .inner {
		width: 940px;
	}
}

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

#newJobs li {
    font-size: 15px;
    background: #fff;
    width: 32%;
    margin: 2% 2% 0 0;
    box-sizing: border-box;
}

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

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

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

#newJobs li a:hover {
    box-sizing: border-box;
    color: inherit;
    padding: 13px;
    border: 2px solid #1f74e6;
}

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

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

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

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

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

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

#newJobs .employment {
    background-color: #4bc6d8;
    font-size: 12px;
    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: 20px auto 0;
    width: 380px;
    height: 50px;
    background: #1f74e6;
    color: #fff;
    text-align: center;
    box-shadow: 0px 4px 1px 0px #114fa2;
    border-radius: 8px;
    text-decoration: none;
    font-size: 20px;
	font-weight: bold;
    line-height: 1.4;
}

#newJobs .newJobsBtn:hover {
    height: 55px;
    box-shadow: none;
    margin-bottom: -5px;
}

@media (hover: none) {
    #newJobs li a:hover {
        padding: 15px;
        border: none;
    }

    #newJobs .newJobsBtn:hover {
        height: 50px;
        box-shadow: 0px 4px 1px 0px #114fa2;
        margin-bottom: 0;
    }
}

/** まもなく募集終了の求人 **/
#closeJobs {
    background: #fef8d5;
    padding: 10px 0 40px;
}

#closeJobs h3 {
	color: #fc8e00;
}

#closeJobs .areaHeading {
    color: #fff;
}

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

#closeJobs .inner {
	width: 980px;
	margin: 0 auto;
}

@media screen and (max-width:980px) {
	#closeJobs .inner {
		width: 940px;
	}
}

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

#closeJobs li {
    font-size: 15px;
    background: #fff;
    width: 32%;
    margin: 2% 2% 0 0;
    box-sizing: border-box;
}

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

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

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

#closeJobs li a:hover {
    box-sizing: border-box;
    color: inherit;
    padding: 13px;
    border: 2px solid #fc8e00;
}

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

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

#closeJobs .closeJobsBtn {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin: 20px auto 0;
    width: 380px;
    height: 50px;
    background: #fc8e00;
    color: #fff;
    text-align: center;
    box-shadow: 0px 4px 1px 0px #d47801;
    border-radius: 8px;
    text-decoration: none;
    font-size: 20px;
	font-weight: bold;
    line-height: 1.4;
}

#closeJobs .closeJobsBtn:hover {
    height: 55px;
    box-shadow: none;
    margin-bottom: -5px;
}

@media (hover: none) {
    #closeJobs li a:hover {
        padding: 15px;
        border: none;
    }

    #closeJobs .closeJobsBtn:hover {
        height: 50px;
        box-shadow: 0px 4px 1px 0px #d47801;
        margin-bottom: 0;
    }
}


/** お仕事体験談 **/
#experience{
	background: #f2f2f2;
}

#experience .experience_wrap {
    background: #fef8d5;
	width: 980px;
	margin: 30px auto;
}

#experience h3 {
    background: #1f74e6;
	color: #fff;
	padding: 10px !important;
	margin-bottom: 20px;
}


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

#experience .inner {
    margin: 0 20px 0px 20px;
	padding-bottom: 20px;
}

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

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

#experience .experienceCont section {
    display: flex;
}

#experience .experienceCont img {
    width: 104px;
    margin-right: 2%;
    align-self: flex-start;
}

#experience .experienceCont h4 {
	color: #1f74e6;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #1f74e6;
    padding-bottom: 5px;
    margin: 20px 0 10px;
}

#experience .experienceCont h4.line02 {
	margin-top: 0;
}

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

#experience .experienceCont dt {
    font-size: 18px;
    font-weight: bold;
	line-height: 31px;
	margin-top: 30px;
}

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

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

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

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

#experience .experienceCont dd {
    font-size: 15px;
    line-height: 1.8;
	padding-left: 45px;
	margin-top: 10px;
}

@media screen and (max-width: 980px) {
	#experience .experience_wrap {
		width: 940px;
	}
	
}


/** 条件から検索 **/
#condition {
    background: #fef8d5;
    padding: 10px 0 30px;
    position: relative;
}

#condition h3 {
	color: #fc8e00;
}

#condition .areaHeading {
    color: #fff;
}

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

#condition label {
    z-index: 1;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 30px;
    width: 100%;
    height: 40px;
    background: -webkit-linear-gradient(top, rgba(254, 248, 213, 0) 0%, rgba(254, 248, 213, 0.9) 50%, rgba(254, 248, 213, 0.9) 50%, #fef8d5 100%);
    background: linear-gradient(top, rgba(254, 248, 213, 0) 0%, rgba(254, 248, 213, 0.9) 50%, rgba(254, 248, 213, 0.9) 50%, #fef8d5 100%);
}

#condition label:after {
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 110px;
    content: 'もっと見る';
    color: #fff;
    background: #fc8e00;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
}

#condition .conditionWrap {
    overflow: hidden;
    height: 300px;
    transition: all 0.5s;
    position: relative;
}

#condition input {
    display: none;
}

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

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

#condition input:checked~.conditionWrap {
    height: auto;
    padding-bottom: 45px;
    transition: all 0.5s;
}
#condition .inner {
	width: 980px;
    background: #fff;
    margin: 0 auto 20px;;
    padding: 20px;
}

#condition h4 {
    font-size: 18px;
    border-left: solid 8px #fc8e00;
    height: 26px;
    margin-bottom: 10px;
    padding-left: 12px;
    font-weight: bold;
}

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

#condition li {
    width: 24%;
    margin-right: 1.333%;
    font-size: 15px;
    text-indent: -1em;
    padding-left: 1em;
}

#condition li span {
    font-size: 14px;
    letter-spacing: -1px;
}

#condition li:before {
    content: "・";
}

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

@media screen and (max-width:980px) {
    #condition .inner {
        width: 940px;
    }
    
    #condition li {
        font-size: 14px;
    }
}
@media (hover: none) {
    #condition li a:hover {
        color: #000;
    }
}


/** 職種から検索 **/
#category {
    background: #f2f2f2;	
    padding: 10px 0 30px;
    position: relative;
}

#category h3 {
	color: #1f74e6;
}

#category .areaHeading {
    color: #fff;
	background: #1f74e6;
}

#category h3:before {
    content: "";
    display: inline-block;
    background: url(/clp/tanpatsu/img/icon-bag.png) center center / contain no-repeat;
    width: 30px;
    height: 24px;
    vertical-align: middle;
    margin: -5px 15px 0 0;
}

#category .categoryWrap {
    display: flex;
    flex-wrap: wrap;
	width: 980px;
	margin: 0 auto 20px;
    overflow: hidden;
    height: 300px;
    transition: all 0.5s;
    position: relative;
}

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

#category label:after {
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 110px;
    content: 'もっと見る';
    color: #fff;
    background: #1f74e6;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
}

#category input {
    display: none;
}

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

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

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

#category .categoryWrap .inner {
    background: #fff;
    padding: 20px;
    width: 32%;
    margin: 2% 2% 0 0;
}

#category .categoryWrap .inner:nth-child(-n+3) {
    margin-top: 0;
}

#category .categoryWrap .inner:nth-child(3n) {
    margin-right: 0;
}

#category h4 {
    font-size: 18px;
    border-left: solid 8px #4bc6d8;
    margin-bottom: 10px;
    padding-left: 12px;
    font-weight: bold;
}

#category li {
    font-size: 15px;
    text-indent: -1em;
    padding-left: 1em;
}

#category li:before {
    content: "・";
}

@media screen and (max-width:980px) {
    #category .categoryWrap {
        width: 940px;
    }
    
    #category li {
        font-size: 14px;
    }    

}
@media (hover: none) {
    #category li a:hover {
        color: #000;
    }
}

/** 関連がある職種 **/
#relation {
    background: #fef8d5;
    padding: 20px 0 30px;
}

#relation h3 {
    color: #fc8e00;
}

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

#relation .areaHeading {
    color: #fff;
}

#relation .inner {
    width: 980px;
    background: #fff;
    margin: 0 auto 20px;
    padding: 20px;
}

@media screen and (max-width:980px) {
	#relation .inner {
		width: 940px;
	}
}

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

#relation li {
    width: 19%;
    margin: 1.25% 1.25% 0 0;
}

#relation li a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    text-align: center;
    padding: 10px;
	color: #fff;
    background: #fc8e00;
    border-radius: 10px;
	height: 4.5em;
	font-weight: bold;
}

#relation li a.line3 {
    line-height: 1.2;
}

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

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

#relation li a:hover {
    opacity: 0.7;
}

@media (hover: none) {
    #relation li a:hover {
        opacity: 1;
    }
}

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

#useful h3 {
    color: #fff;
	background: #1f74e6;
	padding: 10px 0;
	margin-bottom: 20px;
}

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

@media screen and (max-width:980px) {
	#useful {
		width: 940px;
	}
}

#useful li {
    width: 31%;
    margin: 0 3.5% 0 0;
	text-align: center;
}

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

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

#useful li a:hover img {
    opacity: 0.7;
}

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

@media (hover: none) {
    #useful li a:hover {
		opacity: 1;
        color: #000;
    }
}

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

#panel .subText {
    font-size: 14px;
    margin-bottom: 15px;
}

#panel .titText {
    font-size: 28px;
    font-weight: bold;
    color: #1f74e6;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

#panel .areaText {
    font-size: 20px;
    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: 18px;
}

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

#panel li a {
    display: block;
    color: #fff;
	font-weight: bold;
    background: #1f74e6;
    border-radius: 10px;
    text-decoration: none;
    padding: 20px 10px;
}

#panel li a:hover {
	opacity: 0.7;
}

@media (hover: none) {
    #panel li a:hover {
        opacity: 1;
    }
}

@media screen and (max-width:980px) {
	.brnone {
		display: none;
	}
}
