@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: #009247;
    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: #009247;
    font-size: 14px;
    border: 2px solid #009247;
    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/senior/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: #dff5ff;
}

#pageTitle .pageTitleInner {
    position: relative;
    margin: 0 auto;
    height: 0;
    padding-top: calc(264 / 750 * 100%);
    background: url(/clp/senior/sp/img/kv_ill.png) 0 0 no-repeat;
    background-size: contain;
}

#pageTitle h2 {
	margin: 0 auto;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	height: 0;
    padding-top: calc(236 / 750 * 100%);
    background: url(/clp/senior/sp/img/title.png) center 0 no-repeat;
	background-size: contain;
}
	
#pageTitle p {
	font-size: 16px;
	font-weight: bold;
	margin-top: 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;
}

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

#workLocation h3 {
	color: #009247;
}

#workLocation .areaHeading {
    color: #fff;
}

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

.hidden {
    display: none;
}

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

#popularCondition h3 {
	color: #009247;
}

#popularCondition .areaHeading {
    color: #fff;
}

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

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

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

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

#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 #009247;
	box-shadow:  0px 2px 0px 0 #009247;
    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 #009247;
        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: #e0efd9;
}

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

#detail .areaHeading {
    color: #009247;
}

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

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

#newJobs h3 {
    color: #009247;
}

#newJobs .areaHeading {
    color: #fff;
}

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

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

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

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

#closeJobs h3 {
    color: #009247;
}

#closeJobs .areaHeading {
    color: #fff;
}

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

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

#condition h3 {
	color: #009247;
}

#condition .areaHeading {
    color: #fff;
}

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

#category h3 {
	color: #009247;
}

#category .areaHeading {
    color: #fff;
}

#category h3:before {
    content: "";
    display: inline-block;
    background: url(/clp/senior/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: #009247;
    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: #f6f3cb;
	padding: 0 0 20px;
}

#faq h3 {
	color: #fff;
	background: #009247;
	margin: 0 auto;
}

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

#faq .inner {
    padding: 0 15px;
    margin: 0 auto;
}

#faq .areaHeading {
	color: #009247;
	background: #fff;
}

#faq .inner dl {
    position: relative;
}

#faq .inner .toggle_contents {
	margin-top: 15px;
	background: #fff;
}
		
#faq .inner dt.toggle_title {
	position: relative;
	font-size: 14px;
    font-weight: bold;
	text-indent: 0;
    line-height: 1.3;
	padding: 0 35px 0 50px;
    min-height: 52px;
	display: flex;
	align-items: center;
}

#faq .inner dt.toggle_title span.toggle_btn02 {
	position: absolute;
	display: block;
	top: 50%;
	right: 25px;
}

#faq .inner dt.toggle_title span.toggle_btn02:before, span.toggle_btn02:after {
	display: block;
	content: '';
	background-color: #009247;
	position: absolute;
	width: 14px;
	height: 2px;
	top: 50%;
	left: 50%;
	transform: translateY(-50%);
}

#faq .inner dt.toggle_title span.toggle_btn02:before {
    transform: translateY(-50%) rotate(90deg);
	transition: 0.5s;
}
		
#faq .inner dt.toggle_title.selected span.toggle_btn02:before {
	transform: rotate(0);
    transition: 0.5s;
	height: 1px;	
}

#faq .inner .toggle_contents dd {
	display: none;
	margin: 0;
}

#faq .inner dl dt:before {
	content: "Q.";
	background: url(/clp/senior/img/qa_q.png) center center / contain no-repeat;
	position: absolute;
	top: 11px;
    left: 10px;	
	display: inline-block;
    width: 35px;
    height: 29px;
    vertical-align: middle;
	margin-right: 8px;
	text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

#faq .inner dl dd {
	border-top: solid 1px #009247;
	background: url(/clp/senior/img/qa_a.png) 10px 10px no-repeat;
	background-size: 35px 29px;
	padding: 14px 10px 10px 50px;
}

#faq .inner dl dd ul {
	margin-top: 15px;
}

#faq .inner dl dd ul li {
	position:relative;
	padding: 0em 0.3em 0.3em 1.3em;
}

#faq .inner dl dd ul li a {
	text-decoration: underline;
}

#faq .inner dl dd ul li:before {
	position:absolute;
	content:'';
	top: 0.25em;
	left: 0.2em;
	height:0;
	width:0;
	border-style: solid;
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #009247;
}


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

#relation h3 {
	color: #009247;
}

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

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

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

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

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

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

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

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

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

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


/*-----------------------
初回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: #009247;
    padding-bottom: 5px;
    margin: 10px 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: #009247;
    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: #009247;
    	font-weight: bold;
    	background-color: #fff;
    	padding: 10px 0 6px;
    	border: 3px solid #009247;
    	border-radius: 5px;
	}
	
	.button_fixed .button span:before {
		content: "";
    	display: inline-block;
    	background: url(/clp/senior/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;
	}