/* common */
.titleStyleKansai {
  background: #e44234;
  background: -moz-linear-gradient(top, #efcc62 0%, #e65757);
  background: -webkit-gradient(linear, left top, left bottom, from(#efcc62), to(#e65757));
  background: linear-gradient(to right, #efcc62 0%, #e65757);
}

/* area base */
.area-space {
  margin-bottom: 60px;
}
.area-space--s {
  margin-bottom: 40px;
}
.area-space--m {
  margin-bottom: 40px;
}
.area-pcHidden,
.area-spShow-xs {
  display: none;
}

/* area parts */
.area-button {
  margin: 0 auto 42px;
  padding-bottom: 3px;
  display: block;
  text-decoration: none;
  transition: padding .1s ease-in-out;
}
.area-button:hover {
  padding: 3px 0 0;
}
.area-button > span {
  padding: 9px 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 3px #e44234;
  border: solid 2px #e44234;
  color: #e44234;
  font-size: 1.167em;
  font-weight: bold;
  transition: box-shadow .1s ease-in-out;
}
.area-button:hover > span {
  box-shadow: none;
}
.area-button > span::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #e44234;
  border-right: 2px solid #e44234;
  transform: translateY(-50%) rotate(45deg);
}

.area-button--r {
  margin: 0 auto;
  padding-bottom: 3px;
  display: block;
  text-decoration: none;
  transition: padding .1s ease-in-out;
}
.area-button--r:hover {
  padding: 3px 0 0;
}
.area-button--r > span {
  padding: 10px 10px 7px;
  display: block;
  position: relative;
  box-shadow: 0 3px #6c3e00;
  border: solid 1px #9c5a00;
  border-radius: 3px;
  background: #9c5a00;
  color: #fff;
  font-size: 1.167em;
  font-weight: bold;
  text-align: center;
  transition: box-shadow .1s ease-in-out;
}
.area-button--r:hover > span {
  box-shadow: none;
}
.area-button--r > span::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}


/* area top */
.area-map {
  margin-bottom: 35px;
}
.area-mapTitle {
  background: #9c5a00;
  color: #fff;
  padding: 15px 16px 13px;
  font-size: 1.833em;
  line-height: 1;
  border-radius: 6px 6px 0 0;
}

.area-mapSymbol {
  position: relative;
}

.area-mapImage {
  max-width: 100%;
}

.area-mapLink > li {
  position: absolute;
}
.area-mapPref01 {
  top: 334px;
  left: 247px;
}
.area-mapPref02 {
  top: 233px;
  left: 522px;
}
.area-mapPref03 {
  top: 143px;
  left: 79px;
}
.area-mapPref04 {
  top: 362px;
  left: 468px;
}
.area-mapPref05 {
  top: 157px;
  left: 491px;
}
.area-mapPref06 {
  top: 401px;
  left: 188px;
}

.area-mapBtn {
  text-decoration: none;
  display: inline-block;
  transition: padding-top .1s ease-in-out;
}
.area-mapBtn:hover {
  padding-top: 3px;
}
.area-mapBtn > span {
  padding: 12px 0 11px;
  width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 3px #9c5a00;
  border: solid 2px #9c5a00;
  color: #9c5a00;
  font-size: 1.5em;
  line-height: 1;
  transition: box-shadow .1s ease-in-out;
  box-sizing: border-box;
}
.area-mapBtn:hover > span {
  box-shadow: none;
}
.area-mapBtn > span::after {
  content: '';
  position: absolute;
  top: 14px;
  right: 12px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #9c5a00;
  border-bottom: 2px solid #9c5a00;
  transform: rotate(45deg);
}

.area-pref {
  margin-bottom: 27px;
  display: flex;
  flex-wrap: wrap;
}
.area-prefBox {
  flex: 0 0 360px;
  max-width: 360px;
  box-sizing: border-box;
}
.area-prefBox:nth-child(odd) {
  padding-right: 20px;
}
.area-prefBox:nth-child(even) {
  padding-left: 20px;
}
.area-prefHead {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 2px solid #9c5a00;
  font-size: 1.833em;
  font-weight: bold;
  color: #9c5a00;
  line-height: 1;
}
.area-prefHead > img {
  display: inline-block;
  margin-right: 3px;
  height: 30px;
}
.area-prefImage {
  text-align: center;
  margin-bottom: 10px;
}
.area-prefImage > img {
  max-width: 100%;
}
.area-prefText {
  font-size: 1.083em;
  line-height: 1.571;
  margin-bottom: 15px;
}

.area-prefBtn {
  margin-bottom: 30px;
  width: 260px;
}


.area-otherArea{
  display: flex;
}
.area-otherArea.is-chugoku{
  border: 1px solid #9c5a00;
}
.area-otherArea.is-kansai{
  border: 1px solid #e44234;
}
.area-otherAreaImg{
  width: 50%;
}
.area-otherAreaImg img{
  width: 100%;
}
.area-otherAreaWrap{
  width: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 30px;
  box-sizing: border-box;
}
.area-otherAreaTit{
  position: relative;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.area-otherAreaTit a{
  position: relative;
  display: inline-block;
  padding-left: 25px;
  text-decoration: none;
}
.is-chugoku .area-otherAreaTit a{
  color: #9c5a00;
}
.is-kansai .area-otherAreaTit a{
  color: #e44234;
}
.area-otherAreaTit a:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}
.is-chugoku .area-otherAreaTit a:before{
  background-color: #9c5a00;
}
.is-kansai .area-otherAreaTit a:before{
  background-color: #e44234;
}
.area-otherAreaTit a:after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  margin: auto;
  width: 4px;
  height: 4px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
.area-otherAreaTxt{
  margin-bottom: 15px;
  font-size: 14px;
}
.area-otherAreaList{
  display: flex;
  flex-wrap: wrap;
  width: 246px;
}
.area-otherAreaList li{
  width: calc(33.3333% - 30px);
  margin-bottom: 5px;
  margin-right: 30px;
}
.area-otherAreaList li a{
  font-weight: bold;
  text-decoration: underline;
  color: #1262b2;
}

.area-uiturn {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.area-uiturnImg {
  display: flex;
  justify-content: center;
  margin: 30px 0 0 28px;
  max-width: 330px;
  flex: 0 0 330px;
}
.area-uiturnImg > li {
  margin-right: 24px;
  flex: 0 0 330px;
}
.area-uiturnImg > li > img {
  max-width: 100%;
}
.area-uiturnText {
  margin-top: 15px;
  font-size: 1.083em;
  line-height: 1.714;
}
.area-uiturnText--note {
  color: #8c8c8c;
  font-size: 10px;
  text-align: right;
}
.area-uiturnBtn {
  width: 460px;
}

.area-mainImage {
  margin-bottom: 37px;
}
.area-mainImage > img {
  max-width: 100%;
}

.area-headLv2 {
  padding-left: 18px;
  margin-bottom: 13px;
  position: relative;
  font-size: 1.833em;
  font-weight: bold;
  border-bottom: 2px solid #9c5a00;
  color: #9c5a00;
}
.area-headLv2::before {
  margin-right: 10px;
  position: absolute;
  top: 13px;
  left: 0;
  content: '';
  width: 8px;
  height: 5px;
  background: #9c5a00;
}
.area-text {
  font-size: 1.083em;
  line-height: 1.786;
  margin-bottom: 46px;
}
.area-detailBtn {
  width: 100%;
  max-width: 310px;
  margin-bottom: 33px;
}
.area-nav {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.area-nav > li {
  flex: 0 0 226px;
  max-width: 226px;
  margin-bottom: 20px;
}
.area-nav > li:not(:nth-child(3n)) {
  margin-right: 21px;
}
.area-nav > li > a {
  width: 100%;
}




.section {
  margin-top: 40px;
font-size: 14px;}

.sectionBody {
  margin-top: 26px; }


.sectionTitle2 {
  padding-left: 30px;
  position: relative;
  font-size: 16px;}
.sectionTitle2 .supLabelIcon01{
  background:url(/resource/common/img/sprite_content.png) no-repeat -296px -138px;
  width:19px;
  height:19px;
  position:absolute;
  top:50%;
  left:0;
  margin:-10px 0 0;
}

.img_right{
  float: right;
  margin: 0 0 20px 20px;
}
.img_left{
  float: left;
  margin: 0 20px 20px 0;
}
.fwb{
  font-weight: bold;
}
#wrap #contentWrap #contentsArea #mainContentsArea .itemDetailArea{margin-bottom: 20px;}
#wrap #contentWrap #contentsArea #mainContentsArea .itemDetailArea .itemTitle.blue{
  font-size: 20px;
}
.entryArea01{
  padding: 20px 20px 17px;
  background-color: #f0f0f0;
  font-size: 13px;
}
.entryArea01 .entryTxt{
  color: #00a2e8;
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 20px;
  position: relative;
  padding: 0 25px;
}
.entryArea01 .entryTxt:before{
  content: "";
  background: url(/resource/kansai/img/area/return_to_hometowns/icon_fukidashi_left.svg) 0 0 no-repeat;
  background-size: 12px;
  width: 12px;
  height: 22px;
  position: absolute;
  top: 5px;
  left: 10px;
}
.entryArea01 .entryTxt:after{
  content: "";
  background: url(/resource/kansai/img/area/return_to_hometowns/icon_fukidashi_right.svg) 0 0 no-repeat;
  background-size: 12px;
  width: 12px;
  height: 22px;
  position: absolute;
  top: 5px;
  right: 10px;
}



/*-----------------------------------------------------------------------------

 /kansai/area/company/ 関西の企業特集

 -----------------------------------------------------------------------------*/
.company .area-mainImage {
  margin-bottom: 20px;
}
.desc__text {
  line-height: 1.8;
  margin-bottom: 2px;
}
.desc__noteList_item {
  color: #8b8b8b;
  font-size: 10px;
  text-align: right;
}
.areaCompany__title {
  color: #e44234;
  font-size: 20px;
  border-bottom: 2px solid #e44234;
  margin: 18px 0 24px;
}
.companyList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.companyList__item {
  margin-bottom: 45px;
  width: 340px;
}
.companyList__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 2px;
}
.companyList__container {
  border: 1px solid #e44234;
  height: 95%;
  position: relative;
}
.companyList__imgBox {
  align-items: center;
  display: flex;
  height: 190px;
}
.companyList__img {
  margin: 0 auto;
  max-height: 100%;
  width: 100%;
}
.companyList__txtBox {
  padding: 0 18px;
}
.companyList__txt {
  margin: 12px 0 50px;
  line-height: 1.7;
}
.companyList__txt--industry {
  color: #e44234;
  font-size: 14px;
  font-weight: bold;
}
.companyList__btnArea {
  background: #e44234;
  height: 40px;
  line-height: 40px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.companyList__btnArea--none {
  display: none;
}
.companyList__btnTxt {
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}
.companyList__btnArea:hover {
  background: #ffdfdc;
  border-top: 1px solid #e44234;
  box-sizing: border-box;
  -ms-transition: background-color 0.4s ease 0s, text-decoration 0.4s ease 0s;
  -webkit-transition: background-color 0.4s ease 0s, text-decoration 0.4s ease 0s;
  transition: background-color 0.4s ease 0s, text-decoration 0.4s ease 0s;
}
.companyList__btnTxt:hover {
  color: #e44234;
}
