@charset "utf-8";
/* CSS Document */
/*ヘルプページ大項目*/
h2 {
    margin: 10px 0;
    padding: 10px 15px 5px;
    line-height: 1.6;
    border-top: 2px solid #e88f22;
    border-bottom: 1px solid #d5d3cb;
    padding-top: 10px;
    color: #6b5447;
    font-size: 30px;
    background-color: #f1ead1;
    position: relative;
}

dt {
    background-color: #FFFFFF;
	border-bottom:1px solid #cccccc;
    margin-bottom: 1px;
    padding: 25px 30px 25px 10px;
    line-height: 1.4;
    position: relative;
    font-size: 24px;
}
dt:before {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    margin-top: -8px;
    background: #FF6E00;
}
dt:after {
    display: block;
    content: "";
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    margin-top: -13px;
    background: #FFFFFF;
}
dt.active:before {
    margin-top: -2px;
}
dt.active:after {
    margin-top: 3px;
}
dd {
    background-color: #fcf9ef;
    /*padding:10px;*/
    line-height: 1.5;
    font-size: 24px;
}
.helpdd dd{
    padding: 10px;
}
.accordion_dl li {
    padding: 30px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #cccccc;
}
.accordion_dl dd li {
    display: inline-block;
    width: 50%;
}
.accordion_dl li a {
    position: relative;
    display: block;
    padding-right: 40px;
}
.accordion_dl li a::after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    margin-top: -4px;
    border-top: 4px solid #e88f22;
    border-right: 4px solid #e88f22;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.accordion_dl dd li:nth-child(odd) {
    border-right: 1px solid #cccccc;
}
.list {}

/*--------------------------------------------------------------
エリアから探す特有のもの
--------------------------------------------------------------*/
/*エリアから探した場合のページタイトル*/
.areaTitle {
  margin-top: 10px;
  padding: 15px 0;
  background-color: #f1ead1;
  border-top: 2px solid #e88f22;
  border-bottom: 1px solid #dad1c3;
  text-align: center;
}

/*一緒によく検索されるエリア*/
.recommendArea {
  padding: 8px;
  font-size: 24px;
  background-color: #ffffff;
}
.recommendAreaTitle {
  margin-bottom: 10px;
}
.recommendArea a {
  display: inline-block;
  line-height: 1.5;
  width: 180px;
  color: #2f5da2;
}

/*そのエリアの周辺のお仕事*/
.areaMenuTitle {
  font-size: 24px;
    margin: 10px 0 10px 15px;
}
.areaMenu {
  /*width:600px;*/
  margin: 0 auto 20px;
}
.areaMenu ul {
  border-bottom: 2px solid #d9d0c2;
}
.areaMenu ul li {
  display: inline-block;
  width: 318px;
  border-right: 2px solid #d9d0c2;
  border-top: 2px solid #d9d0c2;
  padding-left: 10px;
  line-height: 1.4em;
  height: 59px;
}
.areaMenu .lastRow {
  border-bottom: none;
}
.areaMenu li:nth-child(even) {
  border-right: none;
}
.areaMenu li a {
  font-size: 24px;
  background: url(../images/arrow-right.png) 97% center no-repeat;
  display: block;
  padding: 10px;
}
.areaMenu li .blank {
  font-size: 24px;
  display: block;
  padding: 10px;
}