/* 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: 70px;
}
.area-space--s {
  margin-bottom: 40px;
}
.area-space--m {
  margin-bottom: 50px;
}
.area-spHidden {
  display: none;
}
@media print, screen and (min-width: 375px) {
.area-spShow-xs {
  display: none;
}
}
.area-section {
  margin-right: 12px;
  margin-left: 12px;
}

/* area parts */
.area-button {
  display: block;
  text-decoration: none;
}
.area-button > span {
  padding: 9px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 3px #e44234;
  border: solid 2px #e44234;
  text-align: center;
  color: #e44234;
  font-size: 1.167em;
  font-weight: bold;
}
.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;
  width: 250px;
  display: block;
  text-decoration: none;
}
.area-button--r:hover {
  text-decoration: none;
}
.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;
}
.area-button--r > span::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 12px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

/* area page */
.area-map {
  margin-bottom: 35px;
}
.area-mapTitle {
  background: #9c5a00;
  color: #fff;
  padding: 0.8em 1em;
  font-size: 1.2em;
  margin-top: 15px;
}

.area-mapSymbol {
  text-align: center;
}
.area-mapImage {
  max-width: 100%;
}

.area-mapLink {
  padding: 15px 7px 1px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #f1e0c9;
}
.area-mapLink > li {
  margin: 0 0 17px;
  flex: 0 0 50%;
}

.area-mapBtn {
  display: block;
  margin: 0 5px;
  text-decoration: none;
}
.area-mapBtn:hover {
  text-decoration: none;
}
.area-mapBtn > span {
  padding: 10px 0 5px;
  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;
  font-weight: bold;
}
.area-mapBtn > span::after {
  content: '';
  position: absolute;
  top: 16px;
  right: 12px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #9c5a00;
  border-bottom: 2px solid #9c5a00;
  transform: rotate(45deg);
}

.area-pref {
  margin: 0 12px 43px;
}

.area-prefHead {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 2px solid #9c5a00;
  font-size: 1.5em;
  font-weight: bold;
  color: #9c5a00;
  line-height: 1;
}
.area-prefHead > img {
  display: inline-block;
  margin-right: 3px;
  height: 25px;
  transform: translateY(2px);
}
.area-prefImage {
  text-align: center;
  margin-bottom: 10px;
}
.area-prefImage > img {
  max-width: 100%;
}
.area-prefText {
  font-size: 1em;
  line-height: 1.667;
  margin-bottom: 15px;
}
.area-prefBtn {
  margin-bottom: 40px;
}
.area-otherAreaImg img{
  width: 100%;
}
.area-otherAreaTit{
  padding: 10px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
}
.area-otherAreaTit a{
  position: relative;
  display: inline-block;
  padding-left: 20px;
  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: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #9c5a00;
}
.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: 3px;
  margin: auto;
  width: 4px;
  height: 4px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
}
.area-otherAreaTxt{
  margin: 0 10px 10px;
  font-size: 14px;
}
.area-otherAreaList{
  border-top: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 50px;
}
.area-otherAreaList li{
  width: 33.33333%;
  border-bottom: 1px solid #ddd;
}
.area-otherAreaList li:nth-child(3n-1){
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.area-otherAreaList li a{
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  color: #1262b2;
}
.area-uiturn {
  margin: 0 12px;
  overflow: hidden;
}
.area-uiturnImg {
  display: flex;
  justify-content: center;
  margin: 22px -15px 19px;
}
.area-uiturnImg > li {
  margin: 0 15px;
}
.area-uiturnImg > li > img {
  max-width: 100%;
}
.area-uiturnText {
  margin-bottom: 15px;
  font-size: 1em;
  line-height: 1.714;
}
.area-uiturnText--note {
  color: #8c8c8c;
  font-size: 10px;
  text-align: right;
}
.area-uiturnBtn {
  margin: 0 12px 50px;
}

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

.area-headLv2 {
  padding-left: 17px;
  margin-bottom: 15px;
  position: relative;
  font-size: 1.5em;
  font-weight: bold;
  border-bottom: 2px solid #9c5a00;
  color: #9c5a00;
}
.area-headLv2::before {
  margin-right: 10px;
  position: absolute;
  top: 11px;
  left: 0;
  content: '';
  width: 8px;
  height: 5px;
  background: #9c5a00;
}
.area-text {
  font-size: 1em;
  line-height: 1.917;
  margin-bottom: 40px;
}
.area-detailBtn {
  width: 100%;
  max-width: 310px;
  margin-bottom: 40px;
}
.area-nav {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 -13px;
}
.area-nav > li {
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 18px;
}
.area-nav > li:nth-child(odd) {
  padding-right: 7px;
}
.area-nav > li:nth-child(even) {
  padding-left: 7px;
}
.area-nav > li > a {
  width: 100%;
}


.sectionTitle2 {
  padding-left: 30px;
  position: relative;
  font-size: 14px;}
.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:-12px 0 0;
}
.fwb{
  font-weight: bold;
}
#wrap #contentWrap #contentsArea #mainContentsArea .itemDetailArea{
  font-size: 13px;
  line-height: 1.7;
}
.img_right{
  text-align: center;
  margin: 0 0 20px 0;
}
.img_left{
  text-align: center;
  margin: 0 0 20px 0;
}
.entryArea01{
  background-color: #e8e8e8;
  text-align: center;
  padding: 10px 0;
}
#wrap .entryArea01 img{
  display: inline;
  width: 95%;
}
.entryArea01 .entryTxt{
  color: #00a2e8;
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 16px;
  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: 24px;
  width: 24px;
  height: 44px;
  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:24px;
  width:24px;
  height: 44px;
  position: absolute;
  top: 5px;
  right: 10px;
}


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

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

 -----------------------------------------------------------------------------*/
.company .area-mainImage {
  margin-bottom: 10px;
}
.desc__text {
  line-height: 1.8;
  margin-bottom: 2px;
}
.desc,
.areaCompany {
  margin: 0 13px;
  text-align: justify;
}
.desc__noteList_item {
  color: #8b8b8b;
  font-size: 10px;
  text-align: right;
}
.areaCompany__title {
  color: #e44234;
  font-size: 18px;
  border-bottom: 2px solid #e44234;
  margin: 18px 0;
}
.companyList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.companyList__item {
  margin-bottom: 26px;
  width: 100%;
}
.companyList__item:last-child {
  margin-bottom: 14px;
}
.companyList:last-child .companyList__item:last-child {
  margin-bottom: 44px;
}
.companyList__title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 2px;
}
.companyList__container {
  border: 1px solid #e44234;
  height: 95%;
  position: relative;
}
.companyList__imgBox {
  align-items: center;
  display: flex;
  height: 160px;
}
.companyList__img {
  margin: 0 auto;
  max-height: 100%;
  max-width: 100%;
}
.companyList__txtBox {
  padding: 0 18px;
}
.companyList__txt {
  margin: 12px 0 50px;
  line-height: 1.7;
}
.companyList__txt--btnAreanone {
  margin: 12px 0 10px;
}
.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;
  margin: 12px 0 10px;
}
.companyList__btnTxt {
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
}