ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.f-areaWord {
    padding: 110px 0 42px;
    background: #FAFAFA;
}

.f-areaWord .areaWord--icon::before {
    background-image: url(/assets/img/user/pc/common/ui_2/icon_areaWord.svg);
}

.f-areaWord .areaWord__wrapper {
    width: 1200px;
    margin: 0 auto 20px;
    /*box-shadow: 4px 4px 0 #f72b85;*/
    border-radius: 10px;
}

.f-areaWord .areaWord__title {
    padding: 2px 20px 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 34px;
    color: #FFFFFF;
    background: #f72b85;
    border-radius: 10px 10px 0 0;
    margin: 0;
}

.f-areaWord .areaWord__body {
    border: 2px solid #f72b85;
    border-radius: 0 0 8px 8px;
    background: #FFFFFF;
}

.f-areaWord .areaWord__tabList {
    display: flex;
    padding: 16px 0 12px;
    margin: 0 18px;
}

.f-areaWord .areaWord__tabItem:not(:last-child) {
    margin-right: 12px;
}

.f-areaWord .areaWord__tabBtn {
    cursor: pointer;
    min-width: 160px;
    height: 36px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #2E2E2F;
    background: #FFFFFF;
    border: 1px solid #FF6BB0;
    border-radius: 5px;
}

.f-areaWord .areaWord__tabBtn.is-active {
    color: #FFFFFF;
    background: #FF6BB0;
}

.f-areaWord .areaWord__tabBtn.is-inactive {
    height: 100%;
    display: block;
    pointer-events: none;
    color: #B5B6BE;
    border: 1px solid #B5B6BE;
}

.f-areaWord .areaWord__areaContent {
    width: auto;
    overflow: hidden;
    margin: 0 18px;
    display: none;
}

.f-areaWord .areaWord__areaContent.is-active {
    display: block;
}

.f-areaWord .areaWord__areaContent .govCountry {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-top: 1px solid #707070;
}

.f-areaWord .areaWord__areaContent .govCountry__name {
    flex: 0 0 80px;
}

.f-areaWord .areaWord__areaContent .govCountry__name .label {
    display: block;
    color: #48484A;
    font-size: 14px;
    padding: 13px 2px 11px;
    border: 1px solid #FF6BB0;
    text-align: center;
    border-radius: 3px;
}

.f-areaWord .areaWord__areaContent .govCountry__content {
    width: calc(100% - 92px);
    overflow: hidden;
}

.f-areaWord .areaWord__list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 9px;
    margin-left: -13px;
}

.f-areaWord .areaWord__item {
    padding: 2px 0;
}

.f-areaWord .areaWord__link {
    font-size: 14px;
    color: #2E2E2F;
    padding: 0 12px;
    border-left: 1px solid #FF1F89;
}


/* =============================================
FJ-3787 UI改修：footer
============================================= */
.g-footer {
  padding: 0;
  margin: 0;
  border-top: none;
}

.g-footer .footer__wrapper {
  background: #1F1D1E;
  padding: 21px 0;
}

.g-footer .footer__content {
  max-width: 1200px;
  margin: 0 auto;
}

.g-footer .footer__upper {
  margin-bottom: 15px;
}

.g-footer .footer__upperTitle {
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  margin-bottom: 17px;
}

.g-footer .footer__areaContent {
  display: flex;
  flex-wrap: wrap;
}

.g-footer .footer__areaWrapper {
  display: flex;
}

.g-footer .footer__areaWrapper:nth-of-type(odd) {
  width: 43%;
}

.g-footer .footer__areaWrapper:nth-of-type(even) {
  width: 57%;
}

.g-footer .footer__areaTitle {
  font-size: 12px;
  color: #FAFAFA;
  width: 20%;
}

.g-footer .footer__list {
  display: flex;
  flex-wrap: wrap;
}

.g-footer .footer__areaList {
  width: 80%;
}

.g-footer .footer__item {
  height: 14px;
  margin-bottom: 10px;
}

.g-footer .footer__item:not(:last-child) {
  padding: 0 4px;
  border-right: 1px solid #FFF;
}

.g-footer .footer__item:last-child {
  padding-left: 4px;
}

.g-footer .footer__link {
  font-size: 12px;
  color: #FAFAFA;
}
.g-footer .footer__link:hover{
    opacity: 0.7;
    text-decoration: none;
}

.g-footer .footer__navWrapper {
  padding-top: 24px;
  border-top: 1px solid #FFFFFF;
  margin-bottom: 17px;
}

.g-footer .footer__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.g-footer .footer__logoLink {
  display: block;
  width: 148px;
  height: 40px;
}

.g-footer .footer__navList {
  display: flex;
}

.g-footer .footer__navItem:not(:last-child) {
  margin-right: 16px;
}

.g-footer .footer__navLink {
  font-size: 14px;
  color: #FFFFFF;
  position: relative;
  padding-left: 20px;
}

.g-footer .footer__navLink::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 3px;
  background: #fff;

}

.g-footer .footer__bottom {
  display: flex;
  margin-bottom: 19px;
  justify-content: flex-end;
}

.g-footer .footer__snsLink {
  display: block;
  width: 48px;
  height: 48px;
  margin-right: 16px;
}

.g-footer .footer__snsLink img {
  width: 100%;
  height: 100%;
}

.g-footer .footer__applyLink {
  border-radius: 5px;
  width: 321px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(https://fuzoku.jp/assets/img/user/pc/common/footer/icon-footer--apply.svg) #f8539c no-repeat left 20px center/34px 34px;
  position: relative;
}

.g-footer .footer__applyLink::after {
  content: "";
  position: absolute;
  right: 27.5px;
  width: 20px;
  height: 20px;
  background: url(https://fuzoku.jp/assets/img/user/pc/common/footer/icon-footer--applyArrow.svg) no-repeat right center;
}

.g-footer .footer__applyText {
  color: #FFFFFF;
  font-size: 12px;
}

.g-footer .footer__applyText em {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-top: 6px;
}

.g-footer .footer__copyright {
  font-size: 12px;
  color: #FFF;
  text-align: right;
}