/* 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 #e74a2d;
  border: solid 2px #e74a2d;
  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 #b33227;
  border: solid 1px #e74a2d;
  border-radius: 3px;
  background: #e44234;
  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: #e44234;
  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: #ffe5da;
}
.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 #e74a2d;
  border: solid 2px #e74a2d;
  color: #e44234;
  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 #e44234;
  border-bottom: 2px solid #e44234;
  transform: rotate(45deg);
}

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

.area-prefHead {
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 2px solid #e44234;
  font-size: 1.5em;
  font-weight: bold;
  color: #e44234;
  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;
  border-bottom: 1px solid #ddd;
  display: flex;
  width: 100%;
  margin-bottom: 50px;
}
.area-otherAreaList li{
  width: 33.33333%;
}
.area-otherAreaList li:nth-child(2){
  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 #e44234;
  color: #e44234;
}
.area-headLv2::before {
  margin-right: 10px;
  position: absolute;
  top: 11px;
  left: 0;
  content: '';
  width: 8px;
  height: 5px;
  background: #e44234;
}
.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;
}
/*-------------------------------------
関西・東海エリアリンクボタン
---------------------------------------*/
.kansaiTokai {
  background-color: #f2f2f2;
  padding: 15px 0 15px 0;
  border-radius: 15px;
  margin: 25px 1.5em;
}
.kansaiTokai__tit {
  font-size: 15px;
  color: #082a4d;
  height: 33.5px;
  line-height: 1.3em;
  text-align: center;
}
.kansaiTokai__txt {
  text-align: center;
  margin: 15px 0;
  height: 27px;
  line-height: 15px;
  letter-spacing: -.2px;
  font-size: 12px;
  color: #4c4c4c;
}
.kansaiTokai__outer {
  display: flex;
  margin-top: 5px;
  height: 75px;
  justify-content: center;
}
.kansaiTokai__kansai-outer {
  background-color: #E54839;
  width: 40%;
  height: 75px;
  border-radius: 10px;
  position: relative;
  text-decoration: none;
  box-shadow: 0px 2px 8px rgba(0,0,0,0.3);
}
.kansaiTokai__kansai-outer:hover {
  text-decoration: none;
}
.kansaiTokai__kansai-inner {
  background-color: #fff;
  margin: 2px;
  height: 71px;
  width: 86%;
  border-radius: 8px 0 0 8px;
}
.kansaiTokai__kansai-inner:after {
  content: "";
  background:url(../img/area/return_to_hometowns/common/arrow.png) no-repeat;
  background-size: 9px 13.5px;
  position: absolute;
  width: 9px;
  height: 13.5px;
  top: 30px;
  right: 2.5%;
  color: #fff;
}
.kansaiTokai__kansai-img {
  text-align: center;
  text-align: -webkit-center;
  padding-top: 8px;
}
.kansaiTokai__kansai-img img {
  width: 26%;
  margin-bottom: 2px;
}
.kansaiTokai__kansai-txt {
  text-align: center;
  color: #E54839;
  font-weight: bold;
  font-size: 14px;
}
.kansaiTokai__tokai-outer {
  background-color: #24B37E;
  width: 40%;
  height: 75px;
  position: relative;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0px 2px 8px rgba(0,0,0,0.3);
  margin-left: 15px;
}
.kansaiTokai__tokai-outer:hover {
  text-decoration: none;
}
.kansaiTokai__tokai-inner {
  background-color: #fff;
  margin: 2px;
  height: 71px;
  width: 86%;
  border-radius: 8px 0 0 8px;
}
.kansaiTokai__tokai-inner:after {
  content: "";
  background:url(../img/area/return_to_hometowns/common/arrow.png) no-repeat;
  background-size: 9px 13.5px;
  position: absolute;
  width: 9px;
  height: 13.5px;
  top: 30px;
  right: 2.5%;
  font-size: 13px;
  color: #fff;
}
.kansaiTokai__tokai-img {
  text-align: -webkit-center;
  text-align: center;
  padding-top: 8px;
}
.kansaiTokai__tokai-img img {
  width: 26%;
  margin-bottom: 2px;
}
.kansaiTokai__tokai-txt {
  text-align: center;
  color: #24B37E;
  font-weight: bold;
  font-size: 14px;
}
.kansaiTokai__subordinate {
  margin: 50px 0;
  padding: 15px 0 20px 0;
}
.kansaiTokai__subordinate .kansaiTokai__tit{
  font-size: 18px;
  height: 38.5px;
}
.kansaiTokai__subordinate .kansaiTokai__txt{
  font-size: 16px;
  height: 33px;
  line-height: 18px;
}
.kansaiTokai__kansai-outer {
  font-size: 16px;
}
.kansaiTokai__tokai-outer {
  font-size: 16px;
}
.kansaiTokai__subordinate .kansaiTokai__kansai-txt{
  font-size: 16px;
}
.kansaiTokai__subordinate .kansaiTokai__tokai-txt{
  font-size: 16px;
}
@media screen and (min-width: 460px) and (max-width: 599px) {
  .kansaiTokai__kansai-img img {
    width: 19%;
  }
  .kansaiTokai__tokai-img img {
    width: 19%;
  }
}
/*-------------------------------------
セクション部分最後の区切り線のみ削除
---------------------------------------*/
.itemDetailArea-last {
  background: none !important;
  padding-bottom: 0px !important;
}
@media screen and (min-width: 600px) {
  .kansaiTokai {
    background-color: #f4f4f4;
    width: 620px;
    height: 203px;
    margin: auto;
    margin-top: 45px;
    margin-bottom: 45px;
    border-radius: 8px;
  }
  .kansaiTokai__tit {
    color: #082a4d;
    font-size: 1.5em;
    height: 22px;
    padding: 10px 0 35px 0;
    vertical-align: middle;
    line-height: 1.1;
    text-align: center;
  }
  .kansaiTokai__txt {
    text-align: center;
    height: 14px;
    color: #4c4c4c;
  }
  .kansaiTokai__outer {
    display: flex;
    margin-top: 30px;
    justify-content: center;
  }
  .kansaiTokai__kansai-outer {
    background-color: #E54839;
    width: 280px;
    height: 56px;
    position: relative;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
  }
  .kansaiTokai__kansai-outer:hover {
    opacity: .8;
    box-shadow: none;
  }
  .kansaiTokai__kansai-inner {
    background-color: #ffffff;
    width: 250px;
    margin-top: 2px;
    height: 52px;
    margin-left: 2px;
    border-radius: 6px 0 0 6px;
    display: flex;
    justify-content: space-evenly;
  }
  .kansaiTokai__kansai-inner:after {
    content: '';
    background:url(../img/area/return_to_hometowns/common/arrow.png) no-repeat;
    width: 9px;
    height: 13.5px;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    color: #fff;
    display: block;
    right: 9px;
    top: 21.25px;
  }
  .kansaiTokai__kansai-img img {
    padding: -4px 0 0 34px;
    width: 40px;
    padding-left: 15px;
    height: 43px;
    margin-top: -3px;
  }
  .kansaiTokai__kansai-txt {
    vertical-align: middle;
    margin: auto;
    font-size: 19px;
    width: auto;
    font-weight: bold;
    color: #E54839;
    margin-top: 13px;
  }
  .kansaiTokai__tokai-outer {
    background-color: #24B37E;
    width: 280px;
    height: 56px;
    border-radius: 8px;
    position: relative;
    text-decoration: none;
    box-shadow: 0px 2px 10px rgba(0,0,0,0.3);
    margin-left: 30px;
  }
  .kansaiTokai__tokai-outer:hover {
    opacity: .8;
    box-shadow: none;
  }
  .kansaiTokai__tokai-inner {
    background-color: #ffffff;
    width: 250px;
    margin-top: 2px;
    height: 52px;
    margin-left: 2px;
    border-radius: 6px 0 0 6px;
    display: flex;
    justify-content: space-evenly;
  }
  .kansaiTokai__tokai-inner:after {
    content: '';
    color: #fff;
    display: block;
    background:url(../img/area/return_to_hometowns/common/arrow.png) no-repeat;
    width: 9px;
    height: 13.5px;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    right: 9px;
    top: 21.25px;
  }
  .kansaiTokai__tokai-img img {
    padding: -4px 0 0 34px;
    width: 40px;
    padding-left: 15px;
    height: 43px;
    margin-top: -3px;
  }
  .kansaiTokai__tokai-txt {
    vertical-align: middle;
    margin: auto;
    font-size: 19px;
    width: auto;
    font-weight: bold;
    color: #24B37E;
    margin-top: 13px;
  }
  .kansaiTokai__subordinate .kansaiTokai__kansai-inner:after{
    height: 14px;
    right: 9px;
    top: 21px;
  }
  .kansaiTokai__subordinate .kansaiTokai__tokai-inner:after{
    height: 14px;
    right: 9px;
    top: 21px;
  }
  .kansaiTokai__subordinate .kansaiTokai__tit {
    color: #082a4d;
    font-size: 1.5em;
    height: 22px;
    padding: 5px 0 35px 0;
    vertical-align: middle;
    line-height: 1.1;
    text-align: center;
  }
  .kansaiTokai__subordinate .kansaiTokai__outer {
    display: flex;
    margin-top: 20px;
    justify-content: center;
  }
  .kansaiTokai__subordinate .kansaiTokai {
    background-color: #f4f4f4;
    width: 620px;
    height: 213px;
    margin: auto;
    margin-top: 45px;
    margin-bottom: 45px;
    border-radius: 8px;
    padding-bottom: 10px;
  }
}