
@import "../css/lib/mfp.css";
@import "./news.css";
#main {
    height: 0;
    position: absolute;
    margin-top: -20px;
}

/*v0-fv*/
@media (min-width: 768px) {
  .v0-fv {
    position: relative;
    display: block;
    height: 268px;
  }
  .v0-fv h1.fv__ttl {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  h1.fv__ttl span {
    color: #fff;
    font-size: 1.88rem;
    padding: 8px 58px;
    white-space: nowrap;
    display: block;
    text-align: center;
  }
  .v0-fv--03 h1.fv__ttl span {
    color: #fff;
    font-size: 30px;
    padding: 0 0 0 24px;
    white-space: nowrap;
    display: block;
    text-align: left;
  }
  .general .v0-fv h1.fv__ttl span {
    background-color: rgba(82,130,0,1);
  }
  .enterprise .v0-fv h1.fv__ttl span {
    background-color: rgba(0,124,173,1);
  }
  .government .v0-fv h1.fv__ttl span {
    background-color: rgba(193,80,0,1);
  }
  .v0-fv__description {
    padding: 14px 0;
    font-size: 1rem;
    text-align: center;
  }

  .general .v0-fv__description {
    border-bottom: 1px solid #6ba900;
  }
  .enterprise .v0-fv__description {
    border-bottom: 1px solid #00c0ff;
  }
  .government .v0-fv__description {
    border-bottom: 1px solid #e47c24;
  }

  .v0-sub_ttl {
    padding-top: 200px;
  }

  .v0-sub_ttl .sub_ttl {
    font-size: 2rem;
    text-align: center;
  }
  .general .v0-sub_ttl .sub_ttl {
    color: rgba(82,130,0,1);
  }
  .enterprise .v0-sub_ttl .sub_ttl {
    color: rgba(0,124,173,1);
  }
  .government .v0-sub_ttl .sub_ttl {
    color: rgba(193,80,0,1);
  }
  .v0-sub_ttl .sub_text {
    font-size: 1rem;
    padding-top: 24px;
  }
}
@media (max-width: 767px) {
  .v0-fv {
    position: relative;
    display: block;
  }
  .v0-fv h1.fv__ttl {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .v0-fv h1.fv__ttl span {
    color: #fff;
    font-size: 0.3rem;
    padding: 4px 26px;
    white-space: nowrap;
  }
  .general .v0-fv h1.fv__ttl span {
    background-color: rgba(82,130,0,1);
  }
  .enterprise .v0-fv h1.fv__ttl span {
    background-color: rgba(0,124,173,1);
  }
  .government .v0-fv h1.fv__ttl span {
    background-color: rgba(193,80,0,1);
  }
  .v0-fv__description {
    padding: 14px 0;
    font-size: 0.24rem;
    text-align: center;
  }

  .general .v0-fv__description {
    border-bottom: 1px solid #6ba900;
  }
  .enterprise .v0-fv__description {
    border-bottom: 1px solid #00c0ff;
  }
  .government .v0-fv__description {
    border-bottom: 1px solid #e47c24;
  }

  .v0-sub_ttl {
    padding-top: 80px;
  }

  .v0-sub_ttl .sub_ttl {
    font-size: 1.25rem;
    text-align: center;
  }
  .general .v0-sub_ttl .sub_ttl {
    color: rgba(82,130,0,1);
  }
  .enterprise .v0-sub_ttl .sub_ttl {
    color: rgba(0,124,173,1);
  }
  .government .v0-sub_ttl .sub_ttl {
    color: rgba(193,80,0,1);
  }

  .v0-sub_ttl .sub_text {
    font-size: 1rem;
    padding-top: 12px;
    padding-bottom: 16px;
  }
  .enterprise .v0-fv .fv__ttl_long span{
    font-size: 0.9em;
    text-align: center;
    padding: 4px 10px;
    display: block;
  }
}

/*v0-fv--03*/
@media (min-width: 768px) {
  .v0-fv--03 {
    position: relative;
    display: block;
    height: 134px;
  }
  .v0-fv--03 h1.fv__ttl {
    display: inline-block;
    width: 50%;
    height: 134px;
    vertical-align: top;
  }
  .v0-fv--03 h1.fv__ttl span {
    color: #fff;
    font-size: 1.88rem;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(0, -50%);
    line-height: 1.25;
  }
  .v0-fv--03 .fv__img {
    display: inline-block;
    width: 50%;
    font-size: 0;
    vertical-align: top;
  }
  .general .v0-fv--03 h1.fv__ttl {
    background-color: rgba(82,130,0,1);
  }
  .enterprise .v0-fv--03 h1.fv__ttl {
    background-color: rgba(0,124,173,1);
  }
  .government .v0-fv--03 h1.fv__ttl {
    background-color: rgba(193,80,0,1);
  }
  .other .v0-fv--03 h1.fv__ttl {
    background-color: rgba(61,56,53,1);
  }
}
@media (max-width: 767px) {
  .v0-fv--03 {
    position: relative;
    display: block;
  }
  .v0-fv--03 h1.fv__ttl {
    display: inline-block;
    width: 50%;
    padding-top: 14.2%;
    vertical-align: top;
  }
  .v0-fv--03 h1.fv__ttl span {
    color: #fff;
    font-size: 0.2rem;
    position: absolute;
    top: 50%;
    padding: 6px;
    transform: translate(0, -50%);
    width: 48%;
    line-height: 1.2;
  }
  .v0-fv--03 .fv__img {
    display: inline-block;
    width: 50%;
    font-size: 0;
    vertical-align: top;
  }
  .general .v0-fv--03 h1.fv__ttl {
    background-color: rgba(82,130,0,1);
  }
  .enterprise .v0-fv--03 h1.fv__ttl {
    background-color: rgba(0,124,173,1);
  }
  .government .v0-fv--03 h1.fv__ttl {
    background-color: rgba(193,80,0,1);
  }
  .other .v0-fv--03 h1.fv__ttl {
    background-color: rgba(61,56,53,1);
  }
}

body.common .relocation-contents ol > li{
  list-style-type: none;
  margin-left: 0;
}
body .relocation-contents dl{
  margin: 0;
}

/*savingNav_back*/
.savingNav_back a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.general .savingNav_back a:before {
  background: url(../../../assets/img/common/arrow_return_green.png);
  background-size: contain;
}
.enterprise .savingNav_back a:before {
  background: url(../../../assets/img/common/arrow_return_blue.png);
  background-size: contain;
}
.other .savingNav_back a:before {
  background: url(../../../assets/img/common/arrow_return_gray.png);
  background-size: contain;
}
.government .savingNav_back a:before {
  background: url(../../../assets/img/common/arrow_return_orange.png);
  background-size: contain;
}
@media (min-width: 768px) {
  .savingNav_back {
    margin-bottom: 10px;
  }
  .savingNav_back a:before {
    width: 16px;
    height: 16px;
  }
  .savingNav_back span {
    padding-left: 6px;
  }
}
@media (max-width: 767px) {
  .savingNav_back {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .savingNav_back a:before {
    width: 10px;
    height: 10px;
  }
  .savingNav_back span {
    padding-left: 6px;
  }
}


@media all and (min-width: 768px){
  .v0-fv__description .only_sp{
      display: none;
  }
  }
  @media all and (max-width: 767px){
  .v0-fv__description .only_sp{
          display: inline;
      }
      }

/*list-item-column*/
.list-item-column {
  margin-left: -6px; }

.list-item-column.list-item-column02 .item {
  float: left;
  width: 477px;
  margin-left: 6px; }

.list-item-column.list-item-column03 .item {
  float: left;
  width: 316px;
  margin-left: 6px; }

.list-item-column.type06 .item,
.list-item-column.type02 .item {
  border-bottom: none; }

.link-sec {
  padding: 20px 0 60px; }
  .link-sec .title-sec {
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
    padding: 12px 0; }
  .general .link-sec .title-sec {
    border-bottom: 2px solid #6ba900;
  }
  .enterprise .link-sec .title-sec {
    border-bottom: 2px solid #00c0ff;
  }
  .government .link-sec .title-sec {
    border-bottom: 2px solid #e47c24;
  }

  .link-sec .list-item-column {
    margin-top: 30px; }
    .link-sec .list-item-column .item {
      display: block;
      border-color: #00c0ff;
      margin-bottom: 20px; }
    .general .link-sec .list-item-column .item {
      border-color: #6ba900;
    }
    .enterprise .link-sec .list-item-column .item {
      border-color: #00c0ff;
    }
    .government .link-sec .list-item-column .item {
      border-color: #e47c24;
    }
      .general .link-sec .list-item-column .item:hover {
        background-color: #e1eecc; }
      .enterprise .link-sec .list-item-column .item:hover {
        background-color: #d9f6ff; }
      .government .link-sec .list-item-column .item:hover {
        background-color: #fae5d3; }
      .link-sec .list-item-column .item .content {
        padding: 15px 20px; }
        .link-sec .list-item-column.list-item-column02 .item .content .title {
          text-align: center;
          font-size: 1.25rem;
          line-height: 26px;
          font-weight: bold;
          margin-top: 3px;
          height: 81px;
          width: 469px;
          margin-left: -20px;
          margin-right: -20px;
          display: table; }
        .link-sec .list-item-column.list-item-column03 .item .content .title {
          text-align: center;
          font-size: 1.25rem;
          line-height: 26px;
          font-weight: bold;
          margin-top: 3px;
          height: 81px;
          width: 308px;
          margin-left: -20px;
          margin-right: -20px;
          display: table; }
          .link-sec .list-item-column .item .content .title span {
            display: table-cell;
            vertical-align: middle;
            text-align: center; }
        .link-sec .list-item-column .item .content .desc {
          line-height: 22px;
          font-size: 0.875rem;
          margin-top: 7px; }
      .link-sec .list-item-column .item .download-link {
        display: block;
        text-align: center;
        font-size: 1rem;
        line-height: 18px;
        font-weight: bold;
        padding: 17px 0;
        background-repeat: no-repeat;
        background-position: 96% center; }

        .link-sec .list-item-column .item .download-link.icon-download {
          background-image: url("/common/img/mod/icon_pdf.png"); }
          body.common .enterprise .link-sec .list-item-column .item .download-link.icon-download {
            margin: 0; }
        .link-sec .list-item-column .item .download-link.icon-arrow {
          background-image: url(../../../assets/img/common/icon_arrow.png); }
          body.common .enterprise .link-sec .list-item-column .item .download-link.icon-arrow {
            margin: 0; }
        .link-sec .list-item-column .item .download-link.icon-arrow_orange {
          background-image: url(../../../assets/img/common/icon_arrow_orange.png); }
        .link-sec .list-item-column .item .download-link.icon-arrow_green {
          background-image: url(../../../assets/img/common/icon_arrow_green.png); }


.link-sec .list-item-column.type02 .item .content {
  padding-top: 36px; }
  .link-sec .list-item-column.type02 .item .content .title {
    height: 52px; }
    .link-sec .list-item-column.type02 .item .content .title span {
      vertical-align: top; }
  .link-sec .list-item-column.type02 .item .content .desc {
    min-height: 66px; }

/* icon */
body.common .zip-icon {
	display: inline;
	line-height: 1.75;
/*	background: url(/common/img/mod/icon_mail.png) left -4px no-repeat !important;*/
	background: rgba(0, 0, 0, 0) url("/common/img/sp/zip.png") no-repeat scroll 3px 0px / 19px 23px !important;
	padding:  5px 0 4px 27px;
	margin-bottom: 3px;
}
body.common .supplement {
	line-height: 1.75;
	background: url("/common/img/sp/pen.png")  no-repeat scroll 3px 0px / 20px 20px !important;
	padding: 6px 0 0 30px;
}
body.common .mail-icon ,body.common .mail{
	display: inline;
	line-height: 1.75;
/*	background: url(/common/img/mod/icon_mail.png) left -4px no-repeat !important;*/
	background: rgba(0, 0, 0, 0) url("/common/img/sp/mail.png") no-repeat scroll 3px 0px / 23px 18px !important;
	padding: 0 0 3px 30px;
	margin-bottom: 3px;
}
/*情報テキスト*/
body.common .info {
	line-height: 1.75;
	background: url("/common/img/sp/info_icon.png") no-repeat 3px 0px / 23px 23px !important;
	padding-left: 30px;
}
/*Excelファイル*/
body.common .excel {
	display: inline;
	line-height: 1.75;
 background: rgba(0, 0, 0, 0) url("/common/img/sp/icon_excel.png") no-repeat scroll 3px top / 23px 23px !important;
	padding: 2px 0 0 30px;
/*	background: url(/common/img/mod/icon_excel.png) 3px top no-repeat !important;*/
/*	padding: 0 0 3px 30px;*/
}
/*Wordファイル*/
body.common .word {
	display: inline;
	line-height: 1.75;
/*	background: url(/common/img/mod/icon_word.png) 3px top no-repeat !important;*/
	background: rgba(0, 0, 0, 0) url("/common/img/sp/icon_word.png") no-repeat scroll 3px top / 23px 23px !important;
	padding: 2px 0 0 30px;
}
/*PowerPointファイル*/
body.common .ppoint {
	display: inline;
	line-height: 1.75;
	background: rgba(0, 0, 0, 0) url("/common/img/sp/icon_ppoint.png") no-repeat scroll 3px top / 23px 23px !important;
	padding: 2px 0 0 30px;
/*	background: url(/common/img/mod/icon_ppoint.png) 3px top no-repeat !important;*/
/*	padding: 0 0 3px 30px;*/
}
body.common .download {
	font-weight: bold;
	line-height: 1.75;
/*	background: url(/common/img/mod/download.png) left top no-repeat !important;*/
	background: rgba(0, 0, 0, 0) url("/common/img/sp/download.png") no-repeat scroll left top / 22px 22px !important;
	padding: 0 0 4px 30px;
}
body.common .download a{
	height: auto;
    display: block;
    float: right;
}
/*注意テキスト*/
body.common .caution {
	line-height: 1.75;
/*	background: url(/common/img/mod/icon_caution.png) left 3px no-repeat !important;*/
	background: rgba(0, 0, 0, 0) url("/common/img/sp/icon_caution.png") no-repeat scroll 4px 2px / 21px 18px !important;
	color: #CC0000;
	font-weight: bold;
	padding-left: 30px;
	padding-top: 4px;
	margin-bottom: 5px;
}
/*経済産業省・外部リンク&PDFファイル*/
body.common .metiPdf {
	display: inline;
	line-height: 1.75;
  background: url(/common/img/mod/icon_metiPdf.png)no-repeat scroll 4px 0px / 42px 22px !important;
  padding: 3px 0 3px 53px;
}
/*二重線*/
body.common .borderBWred {
  border-bottom: 3px #CC0000 double !important;
}

body.common .red{
  color: #CC0000;
}

body.common .sky-blue{
  color: #007cad;
}

@media (max-width: 767px) {
  .icon-arrow-title {
    background-image: url(../../../assets/img/common/sp/arrow_top.png);}
  #main2 .icon-arrow-title_green {
      background-image: url(../../../assets/img/common/sp/arrow_top_green.png);}
  #main2 .icon-arrow-title_blue {
      background-image: url(../../../assets/img/common/sp/arrow_top_blue.png);}
  #main2 .icon-arrow-title_orange {
      background-image: url(../../../assets/img/common/sp/arrow_top_orange.png);}
  #main2 .icon-arrow-title_green.active {
      background-image: url(../../../assets/img/common/sp/arrow_top_active_green.png);}
  #main2 .icon-arrow-title_blue.active {
      background-image: url(../../../assets/img/common/sp/arrow_top_active_green.png);}
  #main2 .icon-arrow-title_orange.active {
      background-image: url(../../../assets/img/common/sp/arrow_top_active_orange.png);}
  /*list-item-column03*/
  .list-item-column {
    margin-left: 0; }
  .list-item-column .item,
  .list-item-column.list-item-column02 .item,
  .list-item-column.list-item-column03 .item {
    float: none;
    width: auto;
    margin-left: 0; }
  .icon-arrow-title {
    background-image: url(../../../assets/img/common/sp/arrow_top.png); }
    .icon-arrow-title.active {
      background-image: url(../../../assets/img/common/sp/arrow_top_active.png); }
  .link-sec {
    padding: 0.6rem 0 0.54rem;
    position: relative; }
    .link-sec .list-item-column {
      margin-top: 0;
      padding-top: 0;
      /*background-image: url(../../../assets/img/common/sp/arrow_top.png);
      background-repeat: no-repeat;
      -webkit-background-size: 0.5rem auto;
      background-size: 0.5rem auto;
      background-position: center 0.3rem;*/ }
      .link-sec .list-item-column .item {
        margin-bottom: 0.31rem;
        border-bottom: none; }
        .link-sec .list-item-column .item.bg-thin-cyan {
          background-color: #ffffff; }
        .link-sec .list-item-column .item .content {
          padding: 0.36rem 0.3rem 0.20rem;
          text-align: center; }
          .link-sec .list-item-column .item .content .title,
          .link-sec .list-item-column.list-item-column02 .item .content .title,
          .link-sec .list-item-column.list-item-column03 .item .content .title {
            font-size: 0.32rem;
            display: table;
            vertical-align: middle;
            line-height: 0.42rem;
            padding-bottom: 0.14rem;
            margin-top: 0;
            height: auto;
            width: 100%;
            margin-left: 0;
            margin-right: 0;
            font-family: meiryo, sans-serif; }
            .link-sec .list-item-column .item .content .title.v-top span {
              vertical-align: top;
              height: auto; }
            .link-sec .list-item-column .item .content .title span {
              display: table-cell;
              vertical-align: middle;
              height: 1.26rem; }
          .link-sec .list-item-column .item .content .desc {
            line-height: 0.42rem;
            font-size: 0.28rem;
            margin-top: 0;
            text-align: left; }
        .link-sec .list-item-column .item .download-link {
          font-size: 0.28rem;
          line-height: 0.38rem;
          padding: 0.24rem 0 0.24rem;
          background-position: right 0.1rem center;
          -webkit-background-size: auto 0.3rem;
          background-size: auto 0.3rem; }
          .link-sec .list-item-column .item .download-link.icon-download {
            background-image: url("/common/img/mod/icon_pdf.png"); }
          .link-sec .list-item-column .item .download-link.icon-arrow {
            background-image: url(../../../assets/img/common/sp/icon_arrow.png); }
  .link-sec .list-item-column.type02 .item .content {
    padding-top: 0.36rem; }
    .link-sec .list-item-column.type02 .item .content .title {
      height: auto;
      width: 100%;
      margin-left: 0;
      margin-right: 0; }
      .link-sec .list-item-column.type02 .item .content .title span {
        height: 0.84rem; }
    .link-sec .list-item-column.type02 .item .content .desc {
      min-height: 1.26rem; } }

/*---------list-item-btn---------*/
@media (min-width: 768px) {
.link-sec .list-item-btn {
  margin: 0 auto;
}
body.common .saving_and_new__root .link-sec .list-item-btn a {
  display: block;
  text-align: center;
  width: 350px;
  margin: 30px auto 0;
}
body.common .saving_and_new__root .link-sec .list-item-btn a:hover {
  opacity: 0.9;
}
body.common .saving_and_new__root .link-sec .list-item-btn p {
  padding: 40px 0;
  font-size: 1.375rem;
}
.link-sec .list-item-btn .item .download-link {
        display: block;
        text-align: center;
        font-size: 1rem;
        line-height: 18px;
        font-weight: bold;
        padding: 17px 0;
        background-repeat: no-repeat;
        background-position: 90% center; }
.link-sec .list-item-btn .item .download-link.icon-download {
  background-image: url("/common/img/mod/icon_pdf.png"); }
  body.common .enterprise .link-sec .list-item-btn .item .download-link.icon-download {
    margin: 0; }
.link-sec .list-item-btn .item .download-link.icon-arrow {
  background-image: url(../../../assets/img/common/icon_arrow.png); }
  body.common .enterprise .link-sec .list-item-btn .item .download-link.icon-arrow {
    margin: 0; }
}
.link-sec .list-item-btn .item .download-link.icon-arrow_green {
  background-image: url(../../../assets/img/common/icon_arrow_green.png);
  background-position: 90%;
  }

.link-sec .list-item-btn .item .download-link.icon-arrow_orange {
  background-image: url(../../../assets/img/common/icon_arrow_orange.png); }

@media (max-width: 767px) {
.link-sec .list-item-btn {
  margin: 0 auto;
}
body.common .saving_and_new__root .link-sec .list-item-btn a {
  display: block;
  text-align: center;
  width: 94%;
  margin: 30px auto 0;
}
body.common .saving_and_new__root .link-sec .list-item-btn p {
  padding: 20px 0;
  font-size: 1rem;
}
.link-sec .list-item-btn .item .download-link {
        display: block;
        text-align: center;
        font-size: 1rem;
        line-height: 18px;
        font-weight: bold;
        padding: 17px 0;
        background-repeat: no-repeat;
        background-position: 90% center; }
.link-sec .list-item-btn .item .download-link.icon-download {
  background-image: url("/common/img/mod/icon_pdf.png"); }
  body.common .enterprise .link-sec .list-item-btn .item .download-link.icon-download {
    margin: 0; }
.link-sec .list-item-btn .item .download-link.icon-arrow {
  background-image: url(../../../assets/img/common/icon_arrow.png); }
  body.common .enterprise .link-sec .list-item-btn .item .download-link.icon-arrow {
    margin: 0; }
}


/*has arrow*/
.link-sec .list-item-column.has-arrow .item {
  position: relative; }
  .link-sec .list-item-column.has-arrow .item::before {
    position: absolute;
    right: 0;
    bottom: 3px;
    right: 3px;
    content: " ";
    width: 10px;
    height: 10px;
    background-image: url(../../../assets/img/common/arrow_cyan.png); }

@media (max-width: 767px) {
  .link-sec .list-item-column.has-arrow .item {
    position: relative; }
    .link-sec .list-item-column.has-arrow .item::before {
      bottom: 0.06rem;
      right: 0.06rem;
      width: 0.2rem;
      height: 0.2rem;
      background-image: url(../../../assets/img/common/sp/arrow_cyan.png);
      -webkit-background-size: 100% 100%;
      background-size: 100% 100%; } }

.txt-general {
  background-color: #00c0ff; }

.sec-news .content .title {
  background-image: url(../../../assets/img/enterprise/icon_title_new.png);
  border-bottom-color: #00c0ff; }

.sec-news .content .list-news {
  padding: 12px 14px; }
  .sec-news .content .list-news li {
    background-image: url(../../../assets/img/enterprise/icon_arrow_new.png); }

.sec-saving-power .list-saving-power li .link-arrow {
  background-image: url(../../../assets/img/common/arrow_next_cyan.png); }

/*-------accordion box-whats-news-------*/
.box-whats-news {
  border: 1px solid #cccccc;
  margin-bottom: 9px;
  margin-top: 30px;
  border-radius: 10px; }
  .wrapper .box-whats-news .ttl-sub-inner {
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 21px;
    border-left: 3px solid #6ba901;
    color: #333;
    padding-left: 10px;
    margin-bottom: 31px;
    position: relative;
    margin-left: 6px; }
    .box-whats-news .ttl-sub-inner span {
      position: absolute;
      width: 13px;
      height: 7px;
      background: url(../../img/top/icon_ttl_news14.png) no-repeat center center;
      right: 5px;
      top: 50%;
      margin-top: -5px; }
    .box-whats-news .ttl-sub-inner.second {
      margin-top: 32px; }
      .box-whats-news .ttl-sub-inner.second:before {
        position: absolute;
        content: "";
        height: 1px;
        left: -9px;
        top: -17px;
        width: 101%;
        border-bottom: 1px dotted #cccccc; }
    .box-whats-news .ttl-sub-inner:after {
      position: absolute;
      content: "";
      height: 1px;
      left: -9px;
      bottom: -15px;
      width: 101%;
      border-bottom: 1px dotted #cccccc; }
    .box-whats-news .ttl-sub-inner.active:after {
      border-bottom: none; }
  .box-whats-news .ttl-sub-inner.active span {
    transform: rotate(180deg); }
  .box-whats-news .head-box {
    background: #f5f5f5;
    border-radius: 10px; }
    body.common .box-whats-news .head-box.active-first,
    body.common .box-whats-news .head-box.active {
        line-height: inherit;
        width: inherit;
        margin: auto;
        border-bottom: inherit;
    }
    .box-whats-news .head-box.active-first .ttl-box-news span,
    .box-whats-news .head-box.active .ttl-box-news span {
      background: url(../../img/top/icon_ttl_news_active2.png) no-repeat center center; }
    .box-whats-news .head-box.active .ttl-box-news_orange span {
      background: url(../../img/top/icon_ttl_news2_orange.png) no-repeat center center; }
    .box-whats-news .head-box.active .ttl-box-news_blue span {
      background: url(../../img/top/icon_ttl_news_active2_blue.png) no-repeat center center; }
  .box-whats-news .ttl-box-news {
    font-size: 1rem;
    font-weight: bold;
    line-height: 24px;
    background-image: url(../../img/top/icon_ttl_news.png);
    background-repeat: no-repeat;
    background-position: 2px center;
    margin: 0 13px;
    padding: 12px 0 9px;
    padding-left: 30px;
    position: relative; }
    .box-whats-news .ttl-box-news_orange {
      font-size: 1rem;
      font-weight: bold;
      line-height: 24px;
      background-image: url(../../img/top/icon_ttl_news_orange.png);
      background-repeat: no-repeat;
      background-position: 2px center;
      margin: 0 13px;
      padding: 12px 0 9px;
      padding-left: 30px;
      position: relative; }
    .box-whats-news .ttl-box-news_blue {
      font-size: 1rem;
      font-weight: bold;
      line-height: 24px;
      background-image: url(../../img/top/icon_ttl_news_blue.png);
      background-repeat: no-repeat;
      background-position: 2px center;
      margin: 0 13px;
      padding: 12px 0 9px;
      padding-left: 30px;
      position: relative; }
    .general .box-whats-news .ttl-box-news {
      border-bottom: 1px solid #528200;
    }
    .enterprise .box-whats-news .ttl-box-news {
      border-bottom: 1px solid #00c0ff;
    }
    .government .box-whats-news .ttl-box-news {
      border-bottom: 1px solid #e47c24;
    }
    .box-whats-news .head-box.active.active-first .ttl-box-news span,
    .box-whats-news .ttl-box-news span {
      position: absolute;
      width: 21px;
      height: 21px;
      background: url(../../img/top/icon_ttl_news2.png) no-repeat center center;
      right: 2px;
      top: 50%;
      margin-top: -10px; }
    .box-whats-news .ttl-box-news_orange span {
      position: absolute;
      width: 21px;
      height: 21px;
      background: url(../../img/top/icon_ttl_news_orange.png) no-repeat center center;
      right: 2px;
      top: 50%;
      margin-top: -10px; }
      @media (max-width: 767px) {
        .box-whats-news .ttl-box-news_orange span {
          position: absolute;
          width: 21px;
          height: 21px;
          background: url(../../img/top/icon_ttl_news2_orange.png) no-repeat center center;
          right: 2px;
          top: 50%;
          margin-top: -10px; }
        }
        .box-whats-news .head-box.active .ttl-box-news_orange span {
          background: url(../../img/top/icon_ttl_news_active2_orange.png) no-repeat center center; }

    .box-whats-news .ttl-box-news_oblue span {
      position: absolute;
      width: 21px;
      height: 21px;
      background: url(../../img/top/icon_ttl_news2_blue.png) no-repeat center center;
      right: 2px;
      top: 50%;
      margin-top: -10px; }
  .box-whats-news.has-scroll .content {
    height: 230px;
    position: relative;
    overflow: hidden;  }
  .box-whats-news .content02 {
    padding: 12px 14px 10px; }
    .box-whats-news .content02 ul {
      padding: 0 5px; }
      .box-whats-news .content02 ul li {
        font-size: 0.875rem;
        line-height: 22px;
        padding-left: 18px;
        background: url(../../img/top/icon_ttl_news7.png) no-repeat left 6px;
        margin-bottom: 9px; }
        .box-whats-news .content02_orange ul li {
          font-size: 0.875rem;
          line-height: 22px;
          padding-left: 18px;
          background: url(../../img/top/icon_ttl_news7_orange.png) no-repeat left 6px;
          margin-bottom: 9px; }
      .box-whats-news .content02_blue ul li {
          font-size: 0.875rem;
          line-height: 22px;
          padding-left: 18px;
          background: url(../../img/top/icon_ttl_news7_blue.png) no-repeat left 6px;
          margin-bottom: 9px; }
        .box-whats-news .content02 ul li table {
          margin-top: 10px;
          width: 100%; }
          .box-whats-news .content02 ul li table td {
            font-size: 0.875rem;
            line-height: 22px; }
            .box-whats-news .content02 ul li table td:first-child {
              width: 233px; }
          .box-whats-news .content02 ul li table strong {
            font-weight: bold; }
        .box-whats-news .content02 ul li a {
          text-decoration: underline; }
          .box-whats-news .content02 ul li a img {
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px; }
        .box-whats-news .content02 ul li .bage {
          display: inline-block;
          line-height: 17px;
          color: #fff;
          font-size: 0.875rem;
          font-weight: bold;
          padding: 0 16px;
          position: relative;
          top: 1px;
          margin-left: 5px; }
        .general .box-whats-news .content02 ul li .bage {
          background: #518200;
        }
        .enterprise .box-whats-news .content02 ul li .bage {
          background: #00c0ff;
        }
        .government .box-whats-news .content02 ul li .bage {
          background: #e47c24;
        }
  .box-whats-news .content {
    padding: 13px 14px; }
    .box-whats-news .content ul li {
      border-bottom: 1px dotted #cccccc;
      padding-bottom: 14px;
      margin-bottom: 11px; }
      .box-whats-news .content ul li .date {
        font-size: 0.875rem;
        color: #333333;
        font-weight: bold;
        margin-bottom: 3px; }
      .box-whats-news .content ul li a {
        text-decoration: underline;
        color: #333333;
        font-size: 0.875rem; }
        .box-whats-news .content ul li a img {
          display: inline-block;
          vertical-align: middle;
          margin-right: 6px;
          position: relative;
          top: 0;
          left: 4px; }
      .box-whats-news .content ul li .text {
        color: #333333;
        font-size: 0.875rem;
        margin-right: -3px; }
      .box-whats-news .content ul li .bage {
        display: inline-block;
        line-height: 17px;
        color: #fff;
        background: #518200;
        font-size: 0.875rem;
        font-weight: bold;
        padding: 0 16px;
        position: relative;
        top: 1px; }

/*--------banner-list--4x1--------*/
.banner-list--4x1{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.banner-list--4x1 .banner-square__ttl {
    position: relative;
    transition: 0.3s;
}
.banner-square__ttl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 58px;
    font-size: 142.86%;
    line-height: 1.1;
    text-align: center;
    color: #fff;
    transition: background-color 0.5s;
    padding: 10px 20px;
}
.banner-list--4x1 .banner-square__ttl:hover {
  opacity: 0.8;
}
.banner-list--4x1 .banner-square--enterprise .banner-square__ttl {
    background-color: rgba(0,124,173,1);
}
.banner-list--4x1 .banner-m-rect,.banner-list--4x1 .banner-square{
    margin-right: 10px;
}
.banner-list--4x1 .banner-m-rect, .banner-list--4x1 .banner-square {
    margin-bottom: 10px;
}
.banner-list--4x1 .banner-m-rect:nth-last-of-type(1), .banner-list--4x1 .banner-square:nth-last-of-type(1) {
    margin-right: 0px;
}
.banner-rect a {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.banner-square__ttl {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 58px;
    font-size: 142.86%;
    line-height: 1.1;
    text-align: center;
    color: #fff;
    transition: background-color 0.5s;
    padding: 10px 20px;
}
.banner-square__ttl::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 11px;
    height: 13px;
    width: 7px;
    background-image: url(../img/arrow.png);
    background-size: contain;
}
.banner-square__ttl.anchor {
  padding: 10px 30px 10px 20px;
}
.banner-square__ttl.anchor::after {
    right: 11px;
    height: 7px;
    width: 13px;
    background-image: url(../img/arrow_under.png);
}
@media (min-width: 1080px){
.banner-square__ttl {
    font-size: 114.29%;
    letter-spacing: -0.05em;
}
}
@media all and (min-width: 768px){
.banner-square--enterprise-3c{
    display: block;
    width: calc((100% - 30px) / 3);
    position: relative;
}
.banner-square__ttl{
    font-size: 100%;
    letter-spacing: -0.05em;
    font-weight: bold;
}
}
@media all and (max-width: 767px){
.banner-list--4x1 {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.banner-list--4x1 a {
    text-decoration: none;
}
.banner-list--4x1 .banner-square__ttl {
    position: relative;
}
.banner-list--4x1 .banner-square__ttl {
    padding: 45px 20px 45px 8px;
    font-size: 0.2rem;
}

.banner-list--4x1 li{
    width: calc(50% - 5px);
    padding: 10px 0 0 0;
    margin: 0;
}
.banner-list--4x1 .banner-square {
    margin-right: 0;
}
.banner-list--4x1 li:nth-of-type(odd){
    margin-right: 10px;
}
}

/*--------- relocation-contents ----------*/

.page-head{
  margin-top: 40px;
}
.page-head__category{
  font-size: 1.25rem;
  color: #fff;
  height: 56px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  padding-left: 70px;
  padding-right: 70px;
  white-space: nowrap;
}
.page-head__category::after{
  content: none;
  display: none;
}
.general .page-head__category{
  background-color: #3c5e01;
}
.enterprise .page-head__category{
  background-color: #005a7d;
}
.government .page-head__category{
  background-color: #c15000;
}
@media all and (max-width: 767px){
.page-head{
  padding-left: 10px;
  padding-right: 10px;
}
.page-head__category{
  font-size: 1rem;
  height: 36px;
}
}

.page-head__title{
  position: relative;
  text-align: center;
}
body.common #main2 .page-head__img > img{
  width: 100%;
  height: auto;
  max-width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;

}
.page-head__title-block{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-head__label{
  font-size: 2.125rem;
  color: #fff;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 48px;
  padding-right: 48px;
  text-align: center;
  white-space: nowrap;
}
.general .page-head__label{
  background-color: #528200;
}
.enterprise .page-head__label{
  background-color: #007cad;
}
.government .page-head__label{
  background-color: #c15000;
}
.other .page-head__label{
  background-color: #666666;
}

@media all and (max-width: 767px){
.page-head__title-block{
  position: static;
  top: auto;
  left: auto;
  transform: none;
}
.page-head__label{
  font-size: 1.38125rem;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 18px;
  padding-right: 18px;
  text-align: center;
}
.page-head__label.hide_pc{
  font-size: 1.2rem;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 18px;
  padding-right: 58px;
  text-align: center;
  height: 41px;
}

.menu-ico{
    position: absolute;
    width: 41px;
    height: 41px;
    top: 37px;
    right: 0;
    border-left: 1px solid #fff;
}
.menu-ico > img{
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    padding: 0 8px;
    bottom: 8px;
}
.menu-ico > span{
  position: absolute;
  display: block;
  margin: 0 auto;
    width: 25px;
    height: 1px;
    left: 0;
    right: 0;
    transition: 0.25s;
    background: #fff;
}
.menu-ico > span:nth-of-type(1){
    top: 9px;
}
.menu-ico > span:nth-of-type(2){
    top: 14px;
}
.menu-ico > span:nth-of-type(3){
    top: 19px;
}
.menu-ico.open > span:nth-of-type(1){
    opacity: 0;
}
.menu-ico.open > span:nth-of-type(2){
    top: 36.7647059%;
    transform: rotate(45deg);
}
.menu-ico.open > span:nth-of-type(3){
    top: 36.7647059%;
    transform: rotate(-45deg);
}
}
@media all and (max-width: 374px){
.page-head__label.hide_pc{
  font-size: 1rem;
}
}

.page-head__description{
  font-size: 1rem;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
}
.general .page-head__description{
  border-bottom-color: #528200;
}
.enterprise .page-head__description{
  border-bottom-color: #007cad;
}
.government .page-head__description{
  border-bottom-color: #c15000;
}

.root{
  background-color: #f6f6f6;
  padding-bottom: 90px;
}
#gFooter{
  margin-top: -36px;
}
.relocation-contents {
  word-break: break-word;
  padding-left: 63px;
  padding-right: 63px;
}
#relocation-contents_mt {
  margin-top: -60px;
}
@media (max-width: 1149px) {
.relocation-contents{
  padding-left: 0;
  padding-right: 0;
}
}
@media all and (max-width: 767px){
.relocation-contents {
  padding-left: 0;
  padding-right: 0;
}
}
@media all and (max-width: 767px){
.main{
  padding-left: 0;
  padding-right: 0;
}
}
.relocation-contents strong {
  font-weight: bold;
}
body.common .general .relocation-contents a:hover{
  color: #497500;
}
body.common .enterprise .relocation-contents a:hover {
  color: #007cad;
}
body.common .government .relocation-contents a:hover {
  color: #c15000;
}
body.common .relocation-contents .small {
    font-size: 100%;
}
body.common .general .relocation-contents p.small,
body.common .enterprise .relocation-contents p.small,
body.common .government .relocation-contents p.small {
  font-size: 100%;
}

.section--lv3{
  background-color: #fff;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 60px;
}
.section--lv3_q{
  background: url("../img/general/common/q_bg.jpg");
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 60px;
  border:5px solid #FF8400;
  border-radius: 10px;
}
.section--lv3--border{
  border: 4px solid #007cad;
  padding-left: 28px;
  padding-right: 28px;
  padding-top: 26px;
  padding-bottom: 26px;
}
.section--lv3--border_caution{
  border: 4px solid #e2062c;
  padding-left: 28px;
  padding-right: 28px;
  padding-top: 26px;
  padding-bottom: 26px;
  margin-top: 20px;
}
@media (max-width: 767px) {
.section--lv3{
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.section--lv3_q{
  width: 90%;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.section--lv3--border{
  border: 2px solid #007cad;
  border-left: none;
  border-right: none;
  padding-top: 23px;
  padding-bottom: 23px;
}
.section--lv3--border_caution{
  border: 2px solid #e2062c;
  border-left: none;
  border-right: none;
  padding-top: 23px;
  padding-bottom: 23px;
}
}
.title--lv2 + .section--lv3{
  margin-top: 50px;
}
.section--lv3 + .section--lv3{
  margin-top: 50px;
}
.section--lv4 + .section--lv4{
  margin-top: 34px;
}
.section__text + .section--lv4{
  margin-top: 36px;
}
.section--lv6{
  margin-top: 14px;
}
.section--lv6 + .section--lv6{
  margin-top: 20px;
}
@media (max-width: 767px) {
.section--lv4 + .section--lv4{
  margin-top: 22px;
}
.section__text + .section--lv4{
  margin-top: 24px;
}
.section--lv3 + .section--lv3{
  margin-top: 30px;
}
}

.section--dotted{
  background-image: linear-gradient(to right, #eee, #eee 2px, transparent 2px, transparent 3px);
  background-size: 4px 1px;
  background-position: top;
  background-repeat: repeat-x;
}
.section--dotted:not(:first-child){
  margin-top: 15px;
}
.section--dotted .section__head{
  padding-top: 15px;
}
.section--border{
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 30px;
}
.section--border:first-of-type{
  border-top: 1px solid #e0e0e0;
}
.section--divide{
  display: flex;
  flex-direction: row;
  align-items: stretch;
  letter-spacing: 0;
}
.section--divide .section__head{
  padding-top: 30px;
  width: 116px;
  flex-shrink: 0;
}
.section--divide .section__head > .title{
  height: 100%;
}
.section--divide .section__inner{
  margin-left: 20px;
  padding-top: 26px;
  flex-shrink: 1;
  width: calc(100% - 116px);
}
@media (max-width: 767px) {
.section--divide{
  flex-direction: column;
  align-items: flex-start;
}
.section--divide:first-of-type{
  padding-top: 16px;
}
.section--divide .section__head{
  padding-top: 0;
  width: 100%;
}
.section--divide .section__inner{
  margin-left: 0;
  padding-top: 12px;
  width: 100%;
}
}

.section__inner + .section__inner{
  margin-top: 50px;
}

.title--square{
  background-color: #eff7e0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-size: 0.875rem;
}
.title--square::after{
  content: none;
}
.title--square span {
  text-align: center;
}
@media (max-width: 767px) {
.title--square{
  padding-top: 8px;
  padding-bottom: 8px;
}
}

.calc-table{
  font-size: 0.75rem;
}
.calc-table__row{
  display: flex;
  flex-direction: row;
  position: relative;
}
.calc-table__row:not(:first-child){
  margin-top: 5px;
}
.calc-table__c1{
  width: 70px;
  font-weight: bold;
  flex-shrink: 0;
}
.calc-table__c2{
  width: 120px;
  font-weight: bold;
  flex-shrink: 0;
}
.calc-table__c2-1 {
  width: auto;
  flex-shrink: 0;
  position: absolute;
  left: 70px;
}
.calc-table__c3{
  flex-shrink: 1;
  width: calc(100% - 180px);
}
.calc-table__c3-1 {
  margin-left: 120px;
}
@media (max-width: 767px) {
.calc-table__row{
  flex-wrap: wrap;
}
.calc-table__row:not(:last-child){
  background-image: linear-gradient(to right, #eee, #eee 2px, transparent 2px, transparent 3px);
  background-size: 4px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.calc-table__c1{
  width: auto;
  padding-right: 20px;
}
.calc-table__c2{
  width: auto;
  padding-right: 20px;
}
.calc-table__c3{
  margin-top: 12px;
  width: 100%;
}
.calc-table__c3-1{
  margin-left: 0px;
}
}

.title--lv2 {
  font-size: 1.75rem;
  text-align: center;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 50px;
}
.title--lv2::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 80px;
  height: 4px;
}
.enterprise .title--lv2::after{
  background-color: #007cad;
}
.general .title--lv2::after{
  background-color: #528200;
}
.government .title--lv2::after{
  background-color: #c15000;
}
.title--lv2{
  margin-top: 50px;
}

.title--lv3 {
  font-size: 2.125rem;
  text-align: left;
  padding-left: 44px;
  padding-bottom: 4px;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
.title--lv3 {
  font-size: 1.38125rem;
  border-bottom-width: 2px;
}
}
.title--lv3::before{
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 40px;
  height: 40px;
  background-size: contain;
}
.title--lv3 span {
  display: inline-block;
  font-size: 0.8rem;
  margin-left: 24px;
}
.enterprise .title--lv3 {
  border-bottom-color: #007cad;
  color: #007cad;
}
.enterprise .title--lv3::before {
  background-image: url(../img/common/menu_ico_02_ov.png);
}
.general .title--lv3 {
  border-bottom-color: #528200;
  color: #528200;
}
.general .title--lv3.quiz {
  border-bottom: none;
  color: #FF8400;
}
.government .title--lv3 {
  border-bottom-color: #c15000;
  color: #c15000;
}
.government .title--lv3::before {
  background-image: url(../img/common/menu_ico_03_ov.png);
}
.general .title--lv3::before {
  background-image: url(../img/common/menu_ico_01_ov.png);
}
.general .title--lv3.quiz::before {
  background-image: url("../img/general/common/q_icon.png");
  top: 6px;
}
@media (max-width: 767px) {
.title--lv3::before{
  width: 24px;
  height: 24px;
  left: 4px;
}
.title--lv3 span {
  margin-left: 0;
}

}
.title--column{
  font-size: 1.375rem;
  border-bottom: 1px solid;
}
.general .title--column{
  color: #528200;
  border-bottom-color: #528200;
}


body.common .wrapper .section__text{
  font-size: 0.875rem;
}

body.common .wrapper .section--lv3 .section__text{
  margin-top: 16px;
}
body.common .wrapper .section--lv5 .section__text{
  margin-top: 12px;
}
body.common .wrapper .section--lv6 .section__text{
  margin-top: 12px;
}
body.common .wrapper .section--column .section__text{
  margin-top: 12px;
}
body.common .wrapper .section .section__text--repletion{
  margin-top: 4px;
}
body.common .wrapper .section__text > p{
  letter-spacing: 0;
}
.section__text > p + p{
  margin-top: 10px;
}
.section__text > p + ul{
  margin-top: 10px;
}
.section__text > .divide + p{
  margin-top: 20px;
}
.section__text > p > small{
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 8px;
}
.section__text > p.section__supplement{
  font-size: 0.75rem;
  line-height: 1.833333333;
}

.section__text + .section--lv5{
  margin-top: 10px;
}

.section__text--indent-lv2{
  margin-left: 2em;
}

.sideimage + .section--lv5{
  margin-top: 36px;
}

.section--lv5{
  margin-top: 16px;
}


body.common .wrapper.relocation-contents .title--lv4 + p,
body.common .wrapper.relocation-contents .title--lv4 + .section--sideimage p{
  margin-top: 14px;
  font-size: 0.875rem;
}
body.common .wrapper.relocation-contents .title--lv4 + .section--sideimage .imageblock{
  margin-top: 13px;

}
.section--lv3 > .dottedlist{
  margin-top: 28px;
}
.section--lv3 > .dottedlist > li strong{
  font-size: 1.8rem;
}
.general .section--lv3 > .dottedlist > li strong{
  color: #528200;
  font-weight: normal;
}
.section--lv3 > .dottedlist > li p{
  font-size: 1rem;
  margin-top: 0;
}
.section--lv3 > section{
  margin-top: 40px;
}
.relocation-contents .title--lv4 {
  padding-bottom: 8px;
  padding-left: 20px;
  border-bottom: solid 1px #ccc;
  font-size: 1.75rem;
  position: relative;
}
.relocation-contents .title--lv4:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 40px;
  margin-right: 14px;
}
.enterprise .relocation-contents .title--lv4:before {
  background: #007cad;
}
.enterprise .relocation-contents .section__head ul{
  margin-bottom: 0px;
}
.general .relocation-contents .title--lv4:before {
  background: #528200;
}
.government .relocation-contents .title--lv4:before {
  background: #c15000;
}
.other .relocation-contents .title--lv4:before {
  background: rgba(61,56,53,1);
}
.relocation-contents .title--lv5{
  font-size: 1.375rem;
}
.genlead{
  color:#FF8400;
  padding-left: 40px;
  font-weight: bold;
  position: relative;
}
.genlead::before{
  background-image: url(../img/common/icon_check.png);
  background-size: contain;
  position: absolute;
  top: -3px;
  left: 0;
  width: 40px;
  height: 40px;
  content: "";
}
.title--lv6{
  font-size: 1rem;
  font-weight: bold;
}

@media (max-width: 767px) {
.relocation-contents .title--lv4 {
  font-size: 1.1375rem;
  padding-left: 10px;
}
.relocation-contents .title--lv4:before {
  height: 26px;
  width: 4px;
}
.relocation-contents .title--lv5{
  font-size: 1.15rem;
}
}

.other .relocation-contents h4:before {
  background: rgba(61,56,53,1);
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 10px;
  vertical-align: middle;
  margin-right: 6px;
}
.government .relocation-contents h4:before {
  background: rgba(193,80,0,1);
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 10px;
  vertical-align: middle;
  margin-right: 6px;
}
.relocation-contents .inquiry dt:before {
  background: #007cad;
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 10px;
  vertical-align: middle;
  margin-right: 6px;
}
.relocation-contents .inquiry dd{
  padding-left:1em;
}
.relocation-contents .content-emphasis:before {
  display: none;
}
.enterprise .relocation-contents h4:before {
  background: #007cad;
}
.relocation-contents h4.download:before {
  display: none;
}
body .relocation-contents .blue{
  color: #127dab;
}
.relocation-contents .content-sup {
  background: #eee;
  padding: 20px;
  border-radius: 10px;
  margin: 20px 0;
}
.relocation-contents .content-emphasis {
  background: #127dab;
  color: #fff;
  font-weight: bold;
  padding: 20px;
  border-radius: 10px;
  margin: 0 0 20px 0;
}
body.common .enterprise .relocation-contents .content-emphasis_red{
  background: #CC0000;
  color: #fff;
  font-weight: bold;
  padding: 20px;
  border-radius: 10px;
  margin: 0 0 20px 0;
}
.relocation-contents .content-emphasis_in-border{
  margin: 0 0 20px 0;
}
.relocation-contents .content-emphasis_border {
  border: #007cad solid 2px;
  font-weight: bold;
  padding: 20px;
  border-radius: 10px;
  margin: 20px 0;
}
.relocation-contents .content-emphasis_border_red{
  border: #CC0000 solid 2px;
  font-weight: bold;
  padding: 20px;
  border-radius: 10px;
  margin: 20px 0;
}
.relocation-contents .content-emphasis_border_gray{
  border: solid 2px #ccc;
  font-weight: bold;
  padding: 20px;
  border-radius: 10px;
  margin: 20px 0;
}
.relocation-contents .content-sup h4:first-child,
.relocation-contents .content-sup h5:first-child {
  margin-top: 0;
}
.relocation-contents p strong a{
  font-size: 115%;
  line-height: 1.5;
  /*border-bottom: 1px solid #000;*/
}
body.common .saving_and_new__root .relocation-contents p.aCenter {
  margin-top: 30px;
}
.relocation-contents p strong {
  font-weight: bold;
}

body.common .relocation-contents .ulist2 li {
  list-style-type: none;
  background: url(/common/img/sp/icon_arrow_blue.png) 0 0.5em no-repeat;
  margin: 0 0 5px 10px;
  padding-left: 12px;
  line-height: 1.75;
  vertical-align: top;
}
body.common .government .relocation-contents .ulist2 li {
  list-style-type: none;
  background: url(/common/img/sp/icon_arrow_orange.png) 0 0.5em no-repeat;
  margin: 0 0 5px 10px;
  padding-left: 12px;
  line-height: 1.75;
  vertical-align: top;
}
body.common .other .relocation-contents  .ulist2 li {
  list-style-type: none;
  background: url(/common/img/sp/icon_arrow_gray.png) 0 0.5em no-repeat;
  margin: 0 0 5px 10px;
  padding-left: 12px;
  line-height: 1.75;
  vertical-align: top;
}
@media (max-width: 767px) {
  body.common .relocation-contents .ulist2 li {
    list-style-type: none;
    background: url(/common/img/sp/icon_arrow_blue.png) 0 0.5em no-repeat;
    margin: 0 0 5px 10px;
    padding-left: 12px;
    line-height: 1.75;
    vertical-align: top;
  }
  body.common .government .relocation-contents .ulist2 li {
    list-style-type: none;
    background: url(/common/img/sp/icon_arrow_orange.png) 0 0.5em no-repeat;
    margin: 0 0 5px 10px;
    padding-left: 12px;
    line-height: 1.75;
    vertical-align: top;
  }
  body.common .other .relocation-contents  .ulist2 li {
    list-style-type: none;
    background: url(/common/img/sp/icon_arrow_gray.png) 0 0.5em no-repeat;
    margin: 0 0 5px 10px;
    padding-left: 12px;
    line-height: 1.75;
    vertical-align: top;
  }
  body.common .other .relocation-contents .ulist2 li:before,body.common .enterprise .relocation-contents .ulist2 li:before,body.common .government .relocation-contents .ulist2 li:before{
    display: none;
  }
}
body.common .relocation-contents .ulist2 {
  font-size: 115%;
}
body.common .relocation-contents .dlist .ulist2 {
  font-size: 100%;
}
body.common .relocation-contents .in_box{
  margin: 0;
}
body.common .relocation-contents .in_box li{
  margin: 0;
}
body.common .relocation-contents .dlist2 dd {
     width: 850px;
    float: right;
    box-sizing: border-box;
}
@media(max-width: 767px){
  body.common .relocation-contents .dlist2 dd {
    width: auto;
}
}

/*table*/
.relocation-contents .table > table{
  margin-top: 0;
  margin-bottom: 0;
}
body.common .relocation-contents th {
  word-break: normal;
  background: transparent;
  border: solid 1px #b6b6b6;
  padding: 0;
  vertical-align: middle;
}

body.common .relocation-contents td {
  word-break: break-all;
  border: solid 1px #b6b6b6;
  padding: 10px 5px;
}
body.common .general .relocation-contents td p,
body.common .enterprise .relocation-contents td p,
body.common .government .relocation-contents td p {
  font-size: 100%;
}
/*icon*/
body.common .relocation-contents img.blank_icn {
  width: 23px;
  height: 23px;
  margin-right: 10px;
  padding: 0 0 0 3px !important;
  vertical-align: middle;
}
body.common img.meti_icn {
  width: 21px;
  height: 23px;
  padding: 0 0 0 0 !important;
  margin-right: 10px;
}
body.common .relocation-contents .metiPdf_icn {
    padding: 0 0 0 0 !important;
    margin-right: 10px;
    vertical-align: middle;
}
body.common .thick {
    display: inline;
    line-height: 2;
    background: url(/common/img/sp/icon_link.png) no-repeat scroll 3px top / 21px 21px !important;
    padding: 4px 0px 4px 30px;
}
body.common .relocation-contents .tag2 {
  background: #007cad;
}
body.common .relocation-contents .blank-Pdf {
  display: inline;
  line-height: 2;
  background: url(/common/img/sp/blank-Pdf.png) no-repeat scroll 3px top / 47px 23px !important;
  padding: 5px 0 5px 58px;
}
body.common .relocation-contents .met-pdf{
  display: inline;
  line-height: 2;
  background: url(/common/img/sp/icon_metiPdf.png) no-repeat scroll 3px top / 45px 24px !important;
  padding: 5px 0 5px 58px;
}
body.common .relocation-contents .blank {
  display: inline;
  line-height: 2;
  background: url(/common/img/sp/blank.png) no-repeat scroll 3px top / 23px 18px !important;
  padding: 5px 0 5px 30px;
}
body.common .relocation-contents .pdf {
  display: inline;
  line-height: 2;
  background: url(/common/img/sp/icon_pdf.png) no-repeat scroll 3px top / 23px 23px !important;
  padding: 5px 0 5px 30px;
}
body.common .relocation-contents .excel {
  display: inline;
  line-height: 2;
  background: rgba(0, 0, 0, 0) url(/common/img/sp/icon_excel.png) no-repeat scroll 3px top / 23px 23px !important;
  padding: 5px 0 5px 30px;
}
body.common .relocation-contents .word {
  display: inline;
  line-height: 2;
  background: rgba(0, 0, 0, 0) url(/common/img/sp/icon_word.png) no-repeat scroll 3px top / 23px 23px !important;
  padding: 5px 0 5px 30px;
}
body.common .relocation-contents .image {
  display: inline;
  line-height: 1.75;
  background: rgba(0, 0, 0, 0) url(/common/img/sp/icon_image.png) no-repeat scroll left 3px / 23px 21px !important;
  padding: 5px 0 5px 30px;
}
body.common .general .relocation-contents .list-item-btn a:link,
body.common .enterprise .relocation-contents .list-item-btn a:link,
body.common .government .relocation-contents .list-item-btn a:link{
  text-decoration: none;
}
body.common .general .relocation-contents .list-item-btn a:hover,
body.common .enterprise .relocation-contents .list-item-btn a:hover,
body.common .government .relocation-contents .list-item-btn a:hover {
  color: #000;
}
body.common .relocation-contents .list-item-btn .ic-blank {
  position: relative;
  text-indent: -1em;
}
body.common .relocation-contents .list-item-btn .ic-blank:after {
  content: "";
  display: block;
  background: url(../img/icon_link.png) no-repeat;
  width: 16px;
  height: 11px;
  position: absolute;
  right: 64px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
@media (max-width: 767px) {
body.common .relocation-contents .pdf{
  padding: 4px 0px 8px 28px !important;
}
body.common .thick {
  padding: 4px 0px 12px 30px;
}
body.common .relocation-contents .word {
  padding: 4px 0 5px 30px!important;
}
body.common .relocation-contents .excel {
  padding: 3px 0 4px 30px!important;
}
body.common .download {
  padding: 2px 0 4px 30px;
}
}


.relocation-contents .box_2clum{
  display: -webkit-flex;
  display: flex;
}
.relocation-contents .box_2clum .col2nd{
  padding-left: 20px;
}
.relocation-contents .box_2clum .col1st , .relocation-contents .box_2clum p{
  width: auto;
}

div.section__inner > p{
  margin-top: 18px;
  font-size: 0.875rem;
}
.section__list{
  list-style: none;
  font-size: 1rem;
}
.section__list--alpha{
  list-style: lower-alpha;
  padding-left: 22px;
}
.section__list > li{
  list-style-type: inherit;
  margin-top: 10px;
  font-size: 0.875rem;
}
.section__list > li + li{
  margin-top: 6px;
}
.section__list > li .indent-block--lv1 li {
  margin-top: 6px;
}
.section__list--mini{
  font-size: 0.875rem;
  margin-top: 12px;
}
.section__list--mini > li{
  margin-top: 0;
  text-indent: -2em;
  margin-left: 2em;
}
.imageblock{
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.sideimage__right .imageblock{
  display: block;
}
.imageblock__item{
  max-width: 360px;
  width: 100%;
}
.sideimage{
  display: flex;
  flex-direction: row;
}
.sideimage__left{
  width: calc(580 / 960 * 100%);
}
.imageblock{
  margin-top: 12px;
  align-items: flex-start;
}
.sideimage__right{
  width: calc(380 / 960 * 100%);
  padding-left: 20px;
  margin-top: 0;
}
.sideimage__left_b{
  width: calc(380 / 960 * 100%);
}
.sideimage__right_b{
  width: calc(580 / 960 * 100%);
  padding-left: 20px;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.sideimage__right_b p{
  width: 100%;
  padding-bottom: 15px;
}
.sideimage__right_b .left {
  width: calc(610 / 960 * 100%);
  background: #F0F0F0;
  padding: 20px;
  font-size: 1.1rem;
  line-height: 2.5rem;
}
.sideimage__right_b .left span {
  font-size: 1.3rem;
}
.sideimage__right_b .right {
  width: calc(350 / 960 * 100%);
  padding-left: 10px;
}
.sideimage__right_b .right img {
  width: 100%;
  border-radius:2px;
}
.sideimage__3col{
  width: calc(320 / 960 * 100%);
  padding-left: 20px;
  margin-top: 20px;
}
.sideimage__3col span{
  font-size: 1.3rem;
}
.sideimage__3col img{
  width: 100%;
}
.sideimage__3col .title--lv6{
  margin-bottom: 20px;
}
.quiz{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.quiz p {
  font-size: 1.2rem;
  padding-bottom: 20px;
  width: 100%;
}
.quiz img {
  border-radius: 10px;
  width: 100%;
}
.quiz .left{
  width: calc(500 / 960 * 100%);
}
.quiz .right{
  width: calc(460 / 960 * 100%);
  padding-left: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.quiz .btn {
  width: 80%;
  margin: 0 auto;
}
.quiz .btn a{
  display: block;
  padding: 13px;
  width: 100%;
  background: #00A4FF;
  border-radius: 3px;
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
  text-decoration: none!important;
}
.quiz .btn a:hover{
  background: #5DC5FF;
  border-radius: 3px;
  color: #fff!important;
}
.answer_wrap {
 max-width: 100%;
 margin: 0 auto;
 position: relative;
}
.answer_wrap p {
 width: 100%;
 margin: 0 0 15px 0;
}
.answer_wrap img {
 width: 100%;
}
.answer_wrap .close {
 position: absolute;
 width: 30px;
 height: 30px;
 margin: 0;
 top:0;
 right:15px;
 z-index: 2000;
}
.answer_wrap .inner {
 width: 90%;
 margin: 40px auto;
}
.answer_wrap .mainlead {
 width: 85%;
 position: relative;
 text-align: left;
 padding-left: 60px;
 margin-bottom: 20px;
 font-size: 2.5rem;
}
.answer_wrap .mainlead::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
}
.answer_wrap .mainlead.true{
  color:#FF0000;
}
.answer_wrap .mainlead.false{
  color:#001BB9;
}
.answer_wrap .mainlead.true::before{
  background-image: url(../img/common/icon_true.png);
}
.answer_wrap .mainlead.false::before{
  background-image: url(../img/common/icon_false.png);
}

.go_catalog {
 background: #E6EBDD;
}

.catalog_btn_wrap {
 width: 100%;
 background: #fff;
 padding: 10px;
 display: flex;
 flex-direction: row;
 justify-content: center;
 align-items: center;
 position: relative;
}
.catalog_btn_wrap .left {
 width: 30%;
}
.catalog_btn_wrap .left img {
 width: 100%;
}
.catalog_btn_wrap .right {
 width: 65%;
 padding-left: 5%;
 font-size: 1.05rem;
}
.catalog_btn_wrap .right a {
 text-decoration: none!important;
 display: block;
}
.catalog_btn_wrap .right::after {
 content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 11px;
  height: 13px;
  width: 8px;
  background-image: url("../img/common/arrow_link.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.footerbtn_gray a {
 text-decoration: none!important;
 display: block;
  padding: 20px;
  border-radius: 10px;
  margin: 20px auto;
  background-color: #cfcfcf;
  color: #000!important;
  position: relative;
  width: 40%;
  transition: all .3s;
}
.footerbtn_gray a:hover {
 opacity: .8;
}
.footerbtn_gray a::after {
 content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 11px;
  height: 13px;
  width: 8px;
  background-image: url("../img/common/arrow_link.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.footerbtn_grn a {
 text-decoration: none!important;
 display: block;
  padding: 20px;
  border-radius: 10px;
  margin: 20px auto;
  background-color: #528200;
  color: #fff!important;
  position: relative;
  width: 40%;
  transition: all .3s;
}
.footerbtn_grn a:hover {
 opacity: .8;
}
.footerbtn_grn a::after {
 content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 11px;
  height: 13px;
  width: 8px;
  background-image: url("../img/common/arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
.footerbtn_gray a {
  width: 80%;
}
.footerbtn_grn a {
 width: 80%;
}

}

@media (max-width: 939px) {
.sideimage__right_b .left {
  width: calc(560 / 960 * 100%);
  background: #F0F0F0;
  padding: 20px;
  font-size: 1rem;
  line-height: 2rem;
}
.sideimage__right_b .right {
  width: calc(400 / 960 * 100%);
  padding-left: 10px;
}
}
@media (max-width: 767px) {
.sideimage{
  flex-direction: column;
}
.sideimage__left{
  width: 100%;
}
.sideimage__right{
  width: 100%;
  padding-left: 0;
}
.sideimage__left_b{
  width: 100%;
}
.sideimage__right_b{
  width: 100%;
  padding-left: 0;
}
.sideimage__right .imageblock{
  width: 100%;
  padding-left: 0;
  margin-top: 10px;
}
.sideimage__left_b .imageblock{
  width: 100%;
  padding-left: 0;
  margin-bottom: 10px;
}
.sideimage__left_b .imagebox{
  margin-top: 10px;
}
.imageblock{
  flex-direction: column;
  justify-content: center;
}
.imageblock__item{
  max-width: none;
  margin-top: 10px;
}
.sideimage__right_b .left {
  width: 90%;
  margin: 0 auto;
}
.sideimage__right_b .right {
  width: 60%;
  margin: 10px auto 0;
}
.quiz p {
  font-size: 1.05rem;
  padding-bottom: 20px;
  line-height: 1.3rem;
  width: 100%;
}
.quiz .left{
  width: 100%;
}
.quiz .right{
  width: 100%;
  padding: 15px 0 0 0;
}
.quiz .btn {
  margin: 10px auto;
}
.quiz .btn a{
  padding: 5px;
  font-size: 1.5rem;
}
}

.imageblock__item{
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}
.sideimage__right .imageblock__item{
  margin-left: 0;
  margin-right: 0;
}
.sideimage__right .imageblock__item::after{
  content: none;
}
.sideimage__left_b .imageblock__item{
  margin-left: 0;
  margin-right: 0;
}
.sideimage__left_b .imageblock__item::after{
  content: none;
}
.imagebox {
  margin-top: 20px;
}
.section__text + .imagebox {
  margin-bottom: 20px;
}
.imagebox > a::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  z-index: 1;
}
.imagebox > a::after{
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url(/category/saving_and_new/saving/assets/img/common/icon-loupe.svg);
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
}
.imagebox > a{
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.imagebox > a > img{
  transition: 0.5s;
}
.imagebox > a:hover > img{
  /* transform: scale(1.0625); */
  /* opacity: 0.7; */
}
.imagebox > a.hide_pc{
  display: none;
}
@media (max-width: 767px) {
.imagebox > a.hide_pc{
  display: block;
}
.imagebox > a.hide_sp{
  display: none;
}
}
#main2 .relocation-contents .imagebox img{
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none;
}
.imagebox img{
  width: 100%;
  height: auto;
}
.imagebox__link{
  position: absolute;
}
.imagebox-link > a{
  display: block;
  width: 100%;
  background-color: #c4e2ee;
}
.section__inner > .scrollable-block{
  margin-top: 20px;
  margin-bottom: 20px;
}
.section__inner > .pc2sp1-block{
  margin-top: 20px;
}
.scrollable-block > .imagebox{
  position: relative;
  margin-top: 20px;
}
.pc2sp1-block > .imagebox img{
  float: left;
  display: block;
  width: 50%;
  padding-right: 10px;
}
.pc2sp1-block > .imagebox img:last-child{
  padding-right: 0;
  padding-left: 10px;
}
.pc2sp1-block > .imagebox:after {
  display: block;
  content: "";
  clear: both;
}
.pc2sp1-block > .imagebox img.hide_sp {
  display: block;
}
.pc2sp1-block > .imagebox img.hide_pc {
  display: none;
}
@media (max-width: 767px) {
.section__inner {
  position: relative;
}
.scrollable-block{
  overflow: auto;
}
.scrollable-block:before {
  content: "図を左右にスクロールできます";
  font-size: 0.9rem;
  display: block;
  position: absolute;
  left: 0;
  z-index: 1;
  background-color: #f4fde1;
  background-image: url(../img/scrollable_arrow.png);
  background-repeat: no-repeat;
  background-position: 11% 50%;
  background-size: 22px 10px;
  width: 100%;
  padding: 14px 0 14px 12%;
  text-align: center;
}

/*スクロールバー全体*/
.scrollable-block::-webkit-scrollbar {
    height: 6px;
    margin-top: 120px;
}
/*スクロールバーの軌道*/
.scrollable-block::-webkit-scrollbar-track {
  background-color: #b6b6b6;
}
/*スクロールバーの動く部分*/
.scrollable-block::-webkit-scrollbar-thumb {
  background-color: #5d8024;
}

.scrollable-block > .imagebox,
.relocation-contents .scrollable-block > .table {
  position: relative;
  display: inline-block;
  padding-bottom: 20px;
  background: #f4fde1;
}
.scrollable-block > .imagebox {
  margin-top: 70px;
}
.relocation-contents .scrollable-block > .table {
  margin-top: 52px;
  margin-bottom: 0;
  width: 960px;
}
.scrollable-block > .imagebox > img{
  width: 960px;
  background: #fff;
  padding-bottom: 20px;
}
.pc2sp1-block > .imagebox img{
  float: none;
  display: block;
  width: 100%;
  padding-right: 0;
  margin-bottom: 20px;
}
.pc2sp1-block > .imagebox img:last-child{
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.pc2sp1-block > .imagebox img.hide_sp {
  display: none;
}
.pc2sp1-block > .imagebox img.hide_pc {
  display: block;
}
.section-divide.pc2sp1-block {
  display: block;
}
.pc2sp1-block > .section-divide__section {
  width: 100%;
  margin-top: 10px;
}
}

body.common .imagebox-link > a{
  line-height: 2.428571429;
  text-decoration: none;
  font-size: 0.875rem;
}
.imagebox-link > a{
  padding-left: 10px;
}
@media (max-width: 1213px) {
body.common .imagebox-link > a{
  font-size: 1.1541632vw;
}
}
@media (max-width: 767px) {
body.common .imagebox-link > a{
  font-size: 0.875rem;
}
}
.relocation-contents .dottedlist{
  margin-bottom: 0;
}
.relocation-contents .dottedlist > li{
  padding-top: 12px;
}
.relocation-contents .dottedlist > li + li{
  position: relative;
  margin-top: 20px;
}
.relocation-contents .dottedlist > li + li::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, #eee, #eee 2px, transparent 2px, transparent 3px);
  background-size: 4px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
}
.relocation-contents .title--lv5 ~ p{
  font-size: 0.875rem;
}
.relocation-contents .title--lv5 + p{
  margin-top: 4px;
}

.note-section{
  background-color: #eeeeee;
  border-radius: 8px;
  padding: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.section__text + .note-section{
  margin-top: 14px;
}
.relocation-contents .note-section + p{
  margin-top: 14px;
}
.relocation-contents .note-section > ul{
  margin-bottom: 0;
}
.note-section > small{
  font-size: 0.75rem;

}
.note-section > ul > li > .title--lv6{
  margin-top: 0;
  margin-bottom: 0;
}
.note-section > ul > li > .title--lv5::before,
.note-section > ul > li > .title--lv6::before{
  content: "●";
  font-size: 1rem;
}
.note-section > ul > li > .title--lv6 + p{
  margin-left: 1rem;
  font-size: 0.875rem;
  line-height: 1.571428571;
}

.section__text + .feature-section{
  margin-top: 16px;
}
.feature-section > ul{
  display: flex;
  flex-direction: row;
}
.feature-section > ul > li{
  width: calc((100% - 40px) / 3);
  border: 1px solid #eee;
  padding-top: 20px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 20px;
}
.feature-section > ul > li:not(:first-child){
  margin-left: 20px;
}
.feature-section > ul > li > div:nth-of-type(1){
  width: 245px;
}
.feature-section > ul > li > div:nth-of-type(1) > img{
  width: 100%;
  height: auto;
}
.feature-section > ul > li .caption > p{
  font-size: 0.875rem;
}
.feature-section > ul > li > div + .caption{
  margin-top: 12px;
}
.feature-section > ul > li .caption > p + p{
  margin-top: 26px;
}
@media (max-width: 767px) {
.feature-section > ul{
  flex-direction: column;
}
.feature-section > ul > li{
  width: 100%;
}
.feature-section > ul > li:not(:first-child){
  margin-left: 0;
  margin-top: 10px;
}
.feature-section > ul > li > div:nth-of-type(1){
  width: 100%;
}
}
.home-link{
  margin-top: 50px;
  text-align: center;
}
.home-link > a::before{
  content: "";
  display: inline-block;
  background-image: url("../img/common/icon_home-link.png");
  width: 23px;
  height: 23px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 6px;
  vertical-align: middle;
}
.relocation-contents .linkboxlist{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.relocation-contents > .linkboxlist{
  margin-top: 50px;
  margin-bottom: 40px;
}
.relocation-contents > .linkboxlist-footer{
  margin-top: 20px;
  margin-bottom: 0;
}
.section--lv3 .linkbox_contents{
  display: flex;
}
.section--lv3 .linkbox_contents_block {
  width: 50%;
}
.section--lv3 .linkbox_contents_block:first-child {
  margin-right: 9px;
}
.section--lv3 .linkboxlist{
  margin-top: 20px;
}
.relocation-contents .linkbox > a,
.relocation-contents .linkbox > a:link{
  display: flex;
  flex-direction: column;
  text-decoration: none;
  width: 100%;
}
.relocation-contents .linkbox--mini > a,
.relocation-contents .linkbox--mini > a:link{
  flex-direction: row;
}
.relocation-contents .linkboxlist--2col .linkboxlist__item{
  width: calc((100% - 12px) / 2 - 0.5px);
}
.relocation-contents .linkboxlist--3col .linkboxlist__item{
  width: calc((100% - 22px) / 3 - 0.333333px);
}
.relocation-contents .linkboxlist--4col .linkboxlist__item{
  width: calc((100% - 30px) / 4 - 0.25px);
}
.relocation-contents .linkboxlist--5col .linkboxlist__item{
  width: calc((100% - 40px) / 5 - 0.2px);
}
.linkboxlist--2col  .linkboxlist__item:not(:nth-of-type(2n)){
  margin-right: 11px;
}
.linkboxlist--3col  .linkboxlist__item:not(:nth-of-type(3n)){
  margin-right: 11px;
}
.linkboxlist--4col .linkboxlist__item:not(:nth-of-type(4n)){
  margin-right: 10px;
}
.linkboxlist--5col .linkboxlist__item:not(:nth-of-type(5n)){
  margin-right: 10px;
}
.relocation-contents .linkboxlist--2col .linkboxlist__item{
  margin-bottom: 11px;
}
.relocation-contents .linkboxlist--3col .linkboxlist__item{
  margin-bottom: 11px;
}
.relocation-contents .linkboxlist--4col .linkboxlist__item{
  margin-bottom: 10px;
}
.relocation-contents .linkboxlist--5col .linkboxlist__item{
  margin-bottom: 10px;
}
.relocation-contents .linkboxlist .linkbox{
  height: 100%;
}
.relocation-contents .linkboxlist .linkbox > a{
  height: 100%;
}
@media (max-width: 1149px) {
.section--lv3 .linkbox_contents {
  display: block;
}
.section--lv3 .linkbox_contents_block {
  width: 100%;
}
.relocation-contents .linkboxlist--mini .linkboxlist__item{
  width: calc((100% - 10px) / 2 - 0.5px);
  margin-bottom: 10px;
  margin-right: 0;
}
.relocation-contents .linkboxlist--2col.linkboxlist--mini .linkboxlist__item {
  /* width: calc(100% - 0.5px); */
}
.relocation-contents .linkboxlist--mini .linkboxlist__item:nth-of-type(2n){
  margin-left: 10px;
}
.relocation-contents .linkboxlist--2col.linkboxlist--mini .linkboxlist__item:nth-of-type(2n) {
  /* margin-left: 0px; */
}
}
@media (max-width: 767px) {
.savingPageContents {
  position: relative;
}
.relocation-contents .linkboxlist .linkboxlist__item{
  width: calc((100% - 10px) / 2);
  margin-bottom: 10px;
  margin-right: 0;
}
.relocation-contents .linkboxlist .linkboxlist__item:nth-of-type(2n){
  margin-left: 10px;
}
.section--lv3 .linkbox_contents_block:first-child {
  margin-right: 0;
}
.section--lv3 .linkbox_contents_block+.linkbox_contents_block {
  margin-top: 20px;
}
.relocation-contents .linkboxlist--nav{
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  position: absolute;
  top: 30px;
  z-index: -1;
  background-color: #fff;
  opacity: 0;
  transition: 0.3s;
  width: 100%;
}
.relocation-contents .linkboxlist--nav.open{
  top: 58px;
  z-index: 1;
  opacity: 1;
}
.relocation-contents .linkboxlist-footer.linkboxlist--nav {
  position: relative;
  padding-top: 0;
  top: 0;
  opacity: 1;
  z-index: 1;
  background: transparent;
}
.relocation-contents .linkboxlist--nav .linkboxlist__item{
  width: 100%;
}
.relocation-contents .linkboxlist--3col .linkboxlist__item:nth-of-type(2n),
.relocation-contents .linkboxlist--4col .linkboxlist__item:nth-of-type(2n),
.relocation-contents .linkboxlist--5col .linkboxlist__item:nth-of-type(2n){
  margin-left: 10px;
}
.relocation-contents .linkboxlist--nav .linkboxlist__item:nth-of-type(2n){
  margin-left: 0;
}
.relocation-contents .linkbox--mini > a,
.relocation-contents .linkbox--mini > a:link{
  flex-direction: column;
}
}

.relocation-contents .linkbox__img{
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}
.relocation-contents .linkbox__img::after,
.relocation-contents .linkbox--subttl::after{
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #b5b5b5;
  border-bottom: none;
}
.relocation-contents .linkbox--subttl::after{
  left: 0;
}
.government .relocation-contents .linkbox__img::after{
  border-color: #c15000;
}
.enterprise .relocation-contents .linkbox__img::after,
.enterprise .relocation-contents .linkbox .linkbox--subttl::after{
  border-color: #007cad;
}
#main2 .relocation-contents .linkbox__img img{
  display: block;
  width: 100%;
  height: auto;
  transition: 0.25s;
  max-width: none;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
#main2 .relocation-contents .linkbox > a:hover .linkbox__img > img{
  /* transform: scale(1.1); */
  /* opacity: 0.7; */
}
.enterprise .relocation-contents .linkbox > a > p.linkbox--subttl {
  background: #fff;
  color: #007cad;
  text-align: center;
  min-height: 144px;
}
.enterprise .relocation-contents .linkbox > a > p.linkbox--subttl small {
  font-size: 0.7rem;
  text-align: center;
  margin-top: 6px;
}
.linkbox > a > p{
  min-height: 88px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.142857143;
  font-size: 0.875rem;
  position: relative;
  height: 100%;
  transition: 0.25s;
  padding-top: 10px;
  padding-bottom: 10px;
}
.linkboxlist--nav .linkbox > a > p{
  min-height: 56px;
}
.relocation-contents .linkbox > a > p > span:last-child {
  display: block;
  width: 7.071067811865475px;
  height: 7.071067811865475px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0px;
  bottom: 0px;
  margin: auto;
  right: 10px;
  transition: 0.25s;
}
.relocation-contents .linkboxlist--nav .linkbox > a > p > span:last-child {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.relocation-contents .linkboxlist__item--current .linkbox > a > p > span:last-child,
.relocation-contents .linkboxlist--nav .linkbox > a:hover p > span:last-child{
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}
.linkboxlist--nav:first-child{
  margin-top: 20px;
}

.linkbox--mini .linkbox__img{
  width: 100px;
  height: 70px;
}
.linkbox--mini .linkbox__img::after{
  content: none;
}
.linkbox--mini > a > p{
  height: 70px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  font-size: 0.9375rem;
  padding-left: 10px;
  padding-right: 18px;
  min-height: auto;
}
@media (max-width: 767px) {
.linkbox > a > p {
  font-size: 0.7rem;
  padding-left: 10px;
  padding-right: 16px;
  min-height: 40px;
}
.enterprise .relocation-contents .linkbox > a > p.linkbox--subttl {
  min-height: 100px;
}
.linkbox--mini .linkbox__img{
  width: 100%;
  height: auto;
}
.linkbox--mini > a > p{
  height: 48px;
  padding-left: 10px;
  padding-right: 18px;
  flex-shrink: 0;
  flex-basis: 48px;
}
}
.enterprise .relocation-contents .linkbox > a > p,
.enterprise .relocation-contents .linkboxlist--nav .linkboxlist__item--current .linkbox p,
.enterprise .relocation-contents .linkboxlist--nav .linkbox > a:hover p{
  background-color: #007cad;
  color: #fff;
}
.enterprise .relocation-contents .linkbox > a:hover > p {
  background-color: #005a7d;
}
.enterprise .relocation-contents .linkbox > a:hover > p.linkbox--subttl {
  background-color: #fff;
}
.government .relocation-contents .linkbox > a > p{
  background-color: #c15000;
  color: #fff;
}
.government .relocation-contents .linkbox > a:hover > p{
  background-color: #c13000;
  color: #fff;
}
.general .relocation-contents .linkbox > a > p,
.general .relocation-contents .linkboxlist--nav .linkboxlist__item--current .linkbox p,
.general .relocation-contents .linkboxlist--nav .linkbox > a:hover p{
  background-color: #528200;
  color: #fff;
}
.general .relocation-contents .linkbox > a:hover > p
{
  background-color: #3d6100;
}
.relocation-contents .linkboxlist--nav .linkbox > a > p{
  background-color: #cfcfcf;
  color: #000;
}
.other .relocation-contents .linkbox > a > p,
.other .relocation-contents .linkboxlist--nav .linkboxlist__item--current .linkbox p,
.other .relocation-contents .linkboxlist--nav .linkbox > a:hover p{
  background-color: #666666;
  color: #fff;
}
.other .relocation-contents .linkbox > a:hover > p{
  background-color: #4c4c4c;
}
.description-box{
  background-color: #f6f6f6;
  margin-top: 16px;
}
.description-box > .title--lv5{
  font-size: 0.875rem;
  color: #fff;
}
.description-box > .title--lv5{
  background-color: #007cad;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px;
}
.description-box > div{
  padding: 20px;
}
.description-box > div > dl{
  display: flex;
  flex-direction: row;
  font-size: 0.875rem;
}
.description-box > div > dl:not(:last-child){
  margin-bottom: 16px;
}
.description-box > div > dl > dt{
  flex-shrink: 0;
  flex-grow: 0;
  width: 130px;
  color: #007cad;
}
.description-box > div > dl > dd > ul{
  margin-bottom: 0;
}
.description-box .title--lv6{
  font-size: 0.875rem;
  line-height: 1.5;
}
.description-box .title--lv6{
  color: #007cad;
}
.description-box .link + .title--lv6{
  margin-top: 16px;
}
.description-box--twin > div{
  display: flex;
  flex-direction: row;
}
.description-box--twin > div > div{
  width: 50%;
}
.description-box--twin > div > div:nth-of-type(2n){
  background-image: linear-gradient(to bottom, #000, #000 1px, transparent 1px, transparent 3px);
  background-size: 1px 4px;
  background-position: left;
  background-repeat: repeat-y;
  padding-left: 23px;
  /* padding-top: 36px; */
}
.description-box--twin > div > div:nth-of-type(2n + 1){
  padding-right: 20px;
}
.description-box p{
  font-size: 0.875rem;
  line-height: 1.5;
}
.description-box__flow{
  border: 2px solid #000;
  margin-top: 22px;
  display: flex;
  flex-direction: row;
}
.description-box__flow > div{
  padding: 20px;
  position: relative;
}
.description-box__flow > div:nth-of-type(2n + 1){
  width: calc(463 / 911 * 100%);
  padding-right: 60px;
}
.description-box__flow > div:nth-of-type(2n + 1)::after{
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  width: 42px;
  height: calc(100% + 2px);
  background-image: url(../img/description-box-flow-arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.description-box__flow div ul{
  margin-bottom: 0;
}
@media (max-width: 767px) {
.description-box--twin > div{
  display: block;
  flex-direction: unset;
}
.description-box--twin > div > div{
  width: 100%;
}
.description-box--twin > div > div:nth-of-type(2n + 1) {
    padding-right: 0;
}
.description-box--twin > div > div:nth-of-type(2n) {
  background-image: linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 3px);
  background-size: 4px 1px;
  background-position: top;
  background-repeat: repeat-x;
  padding-top: 20px;
  margin-top: 20px;
  padding-left: 0;
}
.description-box__flow{
  flex-direction: column;
}
.description-box__flow > div:nth-of-type(2n + 1){
  width: 100%;
  padding-right: 20px;
  padding-bottom: 60px;
}
.description-box__flow > div:nth-of-type(2n + 1)::after{
  top: 40%;
  bottom: auto;
  width: 100%;
  background-image: url(../img/description-box-flow-arrow-x.svg);
}
}
.description-box > div > dl > dt {
    flex-shrink: 0;
    flex-grow: 0;
    width: 100px;
    color: #007cad;
}

.description-box-twin{
  display: flex;
  flex-direction: row;
}
.description-box-twin > .description-box{
  width: calc((100% - 20px) / 2);
}
.description-box-twin > .description-box:nth-of-type(2n){
  margin-left: 20px;
}
@media (max-width: 767px) {
.description-box-twin{
  flex-direction: column;
}
.description-box-twin > .description-box{
  width: 100%;
  margin-top: 10px;
}
.description-box-twin > .description-box:nth-of-type(2n){
  margin-left: 0;
}
}
.relocation-contents .link{
  position: relative;
  padding-left: 29px;
  font-size: 0.875rem;
  display: block;
  text-indent: 0;
  margin-top: 4px;
  transition: 0.25s;
}
.relocation-contents .link a{
  transition: 0.25s;
}
.government .relocation-contents .link--strong{
  border-bottom: 1px solid #c15000;
  padding-bottom: 5px;
  font-size: 1rem;
}
.government .relocation-contents .link--strong > a{
  color: #c15000;
  text-decoration: none;
}
body.common .government .relocation-contents .link--strong > a:hover{
  color: #913c00;
}
.government .relocation-contents .link--strong:hover{
  border-bottom: 1px solid #913c00;
}
.relocation-contents .link:not(:first-child){
  margin-top: 12px;
}
.relocation-contents .link.link--return{
  text-align: center;
  font-size: 1rem;
  margin-top: 50px;
  margin-bottom: 20px;
}
.relocation-contents .link::before{
  content: "";
  display: block;
  background-repeat: no-repeat;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 0;
  left: 0;
}
.relocation-contents .link--anchor::before{
  transform: rotate(90deg);
}
.relocation-contents .link--new{
  padding-left: 62px;
}
@media (max-width: 767px) {
.relocation-contents .link::before{
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  top: 3px;
}
.relocation-contents .link {
  padding-left: 23px;
}
.relocation-contents .link--new{
  padding-left: 56px;
}
}
.relocation-contents .link--return::before{
  display: inline-block;
  position: static;
  vertical-align: middle;
  margin-right: 6px;
}
.footer__text{
  text-align: center;
}
.footer__text .link-footer{
  display: inline-block;
  margin-top: 50px;
  margin-right: 20px;
}
.footer__text .link-footer:nth-last-of-type(1){
  margin-right: 0;
}
.general .link-footer::before{
  background-image: url(../img/common/icon_linkhead_general.png);
}
.general .relocation-contents .link::before{
  background-image: url(../img/common/icon_linkhead_general.png);
}
.enterprise .relocation-contents .link::before{
  background-image: url(../img/common/icon_linkhead_enterprise.png);
}
.government .relocation-contents .link::before{
  background-image: url(../img/common/icon_linkhead_government.png);
}
.government .relocation-contents .link--return::before{
  background-image: url(../img/common/icon_linkhead_re_government.png);
}
.relocation-contents .link::after{
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
}
.relocation-contents .link--out::after{
  background-image: url(../img/common/icon_link.png);
  width: 16px;
  height: 11px;
  margin-left: 2px;
}
.government .relocation-contents .link--strong.link--out::after{
  background-image: url(../img/common/icon_link--government.png);
  width: 18px;
  height: 11px;
  margin-left: 2px;
}
.relocation-contents .link--pdf::after{
  background-image: url(../img/common/icon_pdflink.png);
  width: 19px;
  height: 23px;
  margin-left: 2px;
  vertical-align: middle;
}
.relocation-contents .link--excel::after{
  background-image: url(../img/common/icon_xlslink.png);
  width: 19px;
  height: 23px;
  margin-left: 2px;
  vertical-align: middle;
}
.relocation-contents .link--word::after{
  background-image: url(../img/common/icon_wordlink.png);
  width: 19px;
  height: 23px;
  margin-left: 2px;
  vertical-align: middle;
}
.relocation-contents .link--zip::after{
  background-image: url(../img/common/icon_ziplink.png);
  width: 19px;
  height: 23px;
  margin-left: 2px;
  vertical-align: middle;
}
.relocation-contents .link--mov::after{
  background-image: url(../img/common/icon_movlink.png);
  width: 21px;
  height: 18px;
  margin-left: 2px;
  vertical-align: middle;
}
.relocation-contents .link--new::after{
  background-image: url(../img/common/new_01.jpg);
  background-position: center center;
  position: absolute;
  top: 0;
  left: 28px;
  width: 28px;
  height: 100%;
}
.relocation-contents .link-list{
  display: flex;
  flex-wrap: wrap;
}
.relocation-contents .link-list ul{
  width: 50%;
  margin-bottom: 0;
}
.relocation-contents .link-list ul li{
  margin-top: 10px;
}
.relocation-contents .link-list ul li:first-child{
  margin-top: 0;
}
@media (max-width: 767px) {
.relocation-contents .link--pdf::after{
  width: 15px;
  height: 18px;
  background-size: contain;
}
.relocation-contents .link--excel::after{
  width: 15px;
  height: 18px;
  background-size: contain;
}
.relocation-contents .link--word::after{
  width: 15px;
  height: 18px;
  background-size: contain;
}
.relocation-contents .link--zip::after{
  width: 15px;
  height: 18px;
  background-size: contain;
}
.relocation-contents .link--mov::after{
  width: 18px;
  height: 15px;
  background-size: contain;
}
.relocation-contents .link--new::after{
  left: 22px;
  background-size: contain;
}
.relocation-contents .link-list{
  display: block;
}
.relocation-contents .link-list ul{
  width: auto;
  margin-top: 10px;
}
.relocation-contents .link-list ul:first-child{
  margin-top: 0;
}
}
.relocation-contents .table{
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: auto;
}
.relocation-contents .note-section .table{
  margin-top: 6px;
  margin-bottom: 0;
}
.relocation-contents .table > table{
  min-width: 960px;
}
.relocation-contents .table--w100 > table{
  min-width: auto;
}
.relocation-contents .table--half > table{
  max-width: 470px;
  min-width: auto;
}
.relocation-contents .note-section .table > table{
  min-width: 920px;
}
.relocation-contents .table > table > tbody > tr > th,
.relocation-contents .table > table > tbody > tr > td{
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  border: none;
  border-left: 1px solid #b6b6b6;
  border-top: 1px solid #b6b6b6;
}

.relocation-contents .table--tight > table > tbody > tr > th,
.relocation-contents .table--tight > table > tbody > tr > td{
  padding-left: 6px;
  padding-right: 6px;

}
.relocation-contents .table > table > tbody > tr{
  border-right: 1px solid #b6b6b6;
  border-bottom: 1px solid #b6b6b6;
}
.relocation-contents .table > table > tbody > tr.border-b--none{
  border-right: 1px solid #b6b6b6;
  border-bottom: none;
}
.relocation-contents .table .in_table td {
  border: 0px none;
}
.relocation-contents .table > table .table__cell--head{
  color: #007cad;
}
.relocation-contents .table > table .table__cell--head2{
  background-color: #707070;
  color: #fff;
  border-top: 1px solid　#fff ;
  border-bottom: none;
}
.relocation-contents .table > table .table__cell--head3{
  background-color: #007cad;
  color: #fff;
  height: 50px;
}
.relocation-contents .table > table .table__cell--vertical{
  padding-left: 8px;
  padding-right: 8px;
}
.relocation-contents .table > table .table__cell--vertical > p{
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	white-space: nowrap;
  text-align: left;
  width: 1.7em;
}
.relocation-contents .table > table .table__cell--invisible{
  border-top: none;
}
.relocation-contents .table > table .table__cell--borderles{
  border: none;
}
.relocation-contents .table > table .table__line--combine1 td,
.relocation-contents .table > table .table__line--combine1 th{
  border-bottom: none;
}
.relocation-contents .table > table .table__line--combine1 .table__cell--head,
.relocation-contents .table > table .table__line--combine1 .table__cell--head2{
  background-size: 4px 1px;
  background-position: bottom;
  background-repeat: repeat-x;
}
.relocation-contents .table > table .table__line--combine1 .table__cell--head{
  background-image: linear-gradient(to right, #000, #000 2px, transparent 2px, transparent 3px);
}
.relocation-contents .table > table .table__line--combine1 .table__cell--head2{
  background-image: linear-gradient(to right, #fff, #fff 2px, transparent 2px, transparent 3px);
}
.relocation-contents .table > table .table__line--combine2 td,
.relocation-contents .table > table .table__line--combine2 th{
  border-top: none;
}
.description-box .description-section__text + .table{
  margin-top: 0;
  padding-top: 0;
}
.table__cell--nowrap > p{
  white-space: nowrap;
}
body.common .relocation-contents td ul{
  margin-bottom: 0;
}
.relocation-contents td li{
  text-indent: -1em;
  margin-left: 1em;
}

.table__cell--head2{
  border-right: 1px solid #fff;
}
.table__cell--head2 + .table__cell--head2{
  border-left: 1px solid #fff;
}
.relocation-contents .table > table .table__cell--strong{
  background-color: #d3e8f1;
}
.table__image{
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}

/*--SP版table調整--*/
@media (max-width: 767px) {
.relocation-contents .table > table .sp-w100{
  width: 100%;
  display: block;
}
.relocation-contents .table > table .table__cell--vertical.sp-w100 > p {
  writing-mode: horizontal-tb;
  text-align: center;
  width: auto;
}
}

.relocation-contents .greenlist{
  margin-top: 10px;
  font-size: 0.875rem;
  color: #528200;
  line-height: 1.571428571;
}
.relocation-contents .toprunnerlist{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 10px;
}

@media (max-width: 767px) {
.relocation-contents .toprunnerlist{
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 10px;
}
.relocation-contents .toprunnerlist ul{
  margin: 0;
}
}
.divide{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: -10px;
}
.divide::after{
  content: none;
}
.divide__left{
  margin-right: 20px;
}
.divide__left,
.divide__right{
  padding-top: 10px;
}
.divide__right{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-size: 1.375rem;
}
@media (max-width: 767px) {
.divide{
  letter-spacing: 0;
}
.divide__right{
  width: 100%;
  margin-top: 4px;
  font-size: 1.125rem;
}
.divide__right p{
}
}

.numeric--eco{
  color: #528200;
}
.numeric--inex{
  color: #e2062c;
}
.relocation-contents .numeric > strong{
  display: inline-block;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 1;
  padding-top: 10px;
}
.numeric--strong > strong{
  font-size: 2.475rem;
  line-height: 1;
  padding-top: 0;
}
body.common .numeric sup{
  vertical-align: super;
  display: static;
  margin-left: 0 !important;
}
.numeric--under {
  background: linear-gradient(transparent 70%, #528200 70%);
}

@media (max-width: 767px) {
.numeric--strong > strong{
  font-size: 2rem;
}
}

.textboxlist{
  display: flex;
  flex-direction: row;
  margin-top: 16px;
}
.textboxlist__item{
  width: calc(100% / 3);
  padding-left: 20px;
  padding-right: 20px;
}
.textboxlist__item:not(:last-child){
  background-image: linear-gradient(to bottom, #000, #000 1px, transparent 1px, transparent 3px);
  background-size: 1px 4px;
  background-position: right;
  background-repeat: repeat-y;
}
.textboxlist__item:first-child{
  padding-left: 0;
}
.textboxlist__item:last-child{
  padding-right: 0;
}
.textbox__head{
  font-size: 1.375rem;
}
.textbox__text{
  margin-top: 10px;
}
.textbox__text > p{
  font-size: 0.875rem;
  line-height: 1.571428571;
}

@media (max-width: 767px) {
.textboxlist{
  flex-direction: column;
}
.textboxlist__item{
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
}
.image-descriptionbox{
  display: flex;
  flex-direction: row;
  border: 1px solid #e9e9e9;
  margin-top: 16px;
}
.image-descriptionbox__text{
  width: calc(579 / 960 * 100%);
  margin-right: 20px;
  padding-left: 19px;
  padding-top: 19px;
  padding-bottom: 19px;
  font-size: 0.875rem
}
.image-descriptionbox__image{
  width: calc(379 / 960 * 100%);
  padding-right: 19px;
  padding-top: 19px;
  padding-bottom: 19px;
}
.general .section__strong{
  color: #528200;
}

.section__banner{
  margin: auto;
  margin-top: 20px;
  max-width: 600px;
}
.banner > a{
  display: block;
  width: 100%;
}
.banner > a:hover{
  opacity: 0.75;
  transition: 0.25s;
}

.app-place-box{
  border: 1px dotted #909090;
  padding: 20px;
  margin-top: 20px;
}
.app-place-box__head{
  font-size: 1.375rem;
}
.app-place-box__note{
  font-size: 0.75rem;
}
.relocation-contents .app-place-box__detail{
  /*display: flex;
  flex-direction: row;*/
  display: block;
  font-size: 0.875rem;
  margin-top: 4px;
}
.app-place-box__detail::after{
  content: none;
}
.app-place-box__detail > dt{
  flex-shrink: 0;
}
.app-place-box__detail > dd{
  display: inline-block;
  margin-left: 20px;
}
.app-place-box__detail > dd .app-place-box__note{
  display: inline-block;
  margin-left: 10px;
}
.app-place-box__tel{
  position: relative;
  padding-left: 25px;
  margin-right: 20px;
}
.app-place-box__tel::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 20px;
  background-image: url(../img/icon_tel.png);
}

.pamphlet-list{
  margin-top: 18px;
}
.pamphlet-list > ul{
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.pamphlet-list--3col > ul{
  margin-left: -8px;
  margin-right: -8px;
}
.pamphlet-list > ul::after{
  content: "";
  display: block;
  clear: both;
}
.pamphlet-list--4col .pamphlet-list__item{
  width: calc(100% / 4 - 0.25px);
  margin-bottom: 10px;
}
.pamphlet-list--3col .pamphlet-list__item{
  width: calc(100% / 3 - 0.3333333px);
  margin-bottom: 16px;
  padding-left: 8px;
  padding-right: 8px;
}
.pamphlet-list--3col .pamphletbox{
  width: 100%;
}
@media (max-width: 1149px) {
.pamphlet-list--4col .pamphlet-list__item{
  width: calc(100% / 3 - 0.33333333px);
}
.pamphlet-list--3col .pamphlet-list__item{
  width: calc(100% / 2 - 0.5px);
}
.pamphletbox--liquid .pamphletbox__img{
  max-height: none;
}
.pamphletbox--liquid2 .pamphletbox__img{
  height: auto;
}
}
.pamphlet-list__item{
  padding-left: 5px;
  padding-right: 5px;
}
.pamphletbox{
  background-color: #f6f6f6;
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
}
body .pamphletbox a,
body .pamphletbox a:link{
  text-decoration: none;
}
.pamphletbox > a{
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 21px;
}
.pamphletbox__img{
  width: 142px;
  margin: auto;
  max-height: 200px;
}
.pamphletbox__img > img{
  display: block;
  width: 100%;
  height: auto;
}
.pamphletbox__label{
  font-size: 1.125rem;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 12px;
  margin-left: 8px;
  margin-right: 8px;
  min-height: 58px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.388888889;
}
.pamphletbox__label span {
  font-size: 1rem;
  display: inline;
  text-align: center;
}
.pamphletbox__label::after{
  content: none;
}
.pamphletbox__description{
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 18px;
  padding-right: 18px;
  font-size: 0.875rem;
  line-height: 1.571428571;
}
.pamphletbox__img + .pamphletbox__description{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pamphletbox__link{
  text-align: center;
  text-decoration: underline;
}
.pamphletbox__link::after{
  content: "";
  display: inline-block;
  background-image: url(../img/icon_pdflink.png);
  width: 18px;
  height: 23px;
  margin-left: 2px;
  vertical-align: middle;
}
.pamphletbox--liquid{
  display: inline-block;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.pamphletbox--liquid .pamphletbox__img{
  width: auto;
}
.pamphletbox--liquid .pamphletbox__description{
  text-align: center;
}
.pamphletbox--liquid2 .pamphletbox__img{
  width: 142px;
  height: 200px;
}

@media (max-width: 767px) {
.relocation-contents .app-place-box__detail{
  display: block;
  font-size: 0.875rem;
  margin-top: 4px;
}
.app-place-box__detail::after{
  content: none;
}
.app-place-box__detail > dt{
  flex-shrink: 0;
}
.app-place-box__detail > dd{
  margin-left: 0;
}
.app-place-box__detail > dd .app-place-box__note{
  margin-left: 10px;
  display: block;
}
.app-place-box__tel{
  display: block;
  position: relative;
  padding-left: 25px;
  margin-right: 20px;
}
.app-place-box__tel::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 20px;
  background-image: url(../img/icon_tel.png);
}

.pamphlet-list__item,
.pamphlet-list--3col .pamphlet-list__item,
.pamphlet-list--4col .pamphlet-list__item{
  width: 100%;
}
.pamphlet-list__item + .pamphlet-list__item{
  margin-top: 10px;
}
.pamphletbox--liquid{
  width: 100%;
  display: block;
}
.pamphletbox__label{
  min-height: 36px;
  height: auto;
}
.pamphletbox__description{
  height: auto;
}
.pamphletbox__description{
  margin-top: 16px;
}
.pamphletbox__link{
  margin-top: 16px;
}
}

.section__inner--divide{
  display: flex;
  flex-direction: row;
}
.section__inner--divide .section__logo{
  margin-right: 20px;
  padding-top: 10px;
  flex-shrink: 0;
}
.section__inner--divide::after{
  content: none;
}

.section__text + .description-section,
.description-section + .description-section{
  margin-top: 16px;
}
.description-title--lv1{
  background-color: #007cad;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  padding-top: 14px;
  padding-bottom: 14px;
}
.description-section--lv1{
  background-color: #f6f6f6;
}
.description-section--lv1 > .description-section__inner{
  padding: 20px;
}
.description-section--lv1 .description-section__text,
.description-section--lv1 .description-section__text p{
  font-size: 0.875rem;
}
.description-section--lv2 + .description-section--lv2{
  margin-top: 30px;
}
.description-section--lv2{
  background-color: #f6f6f6;
}
.description-section--lv2 > .description-section__inner{
  padding: 20px;
}
.description-section--lv2 .description-section__text,
.description-section--lv2 .description-section__text p{
  font-size: 0.875rem;
}
.description-title--lv2{
  background-color: #007cad;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.5;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #fff;
}
.description-section--lv3{
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.description-title--lv3{
  color: #007cad;
  display: flex;
  flex-direction: row;
  max-width: 700px;
  font-size: 0.875rem;
}
.description-section--lv3 > .description-section__inner{
  padding-top: 12px;
}
.relocation-contents .description-section__text ul{
  margin-bottom: 0;
}
.description-columnlist{
  columns: 2 388px;
  font-size: 0.875rem;
}
.description-columnlist > li > ul{
  padding-left: 30px;
}
.description-section--lv3 + .description-section--lv3{
  margin-top: 10px;
}
.description-title__label{
  flex-shrink: 0;
  margin-right: 16px;
}
.description-section__list > li{
  font-size: 0.875rem;
  text-indent: -1em;
  margin-left: 1em;
}
.label-link{
  display: flex;
  flex-direction: row;
  margin-top: 24px;
}
.label-link + .label-link{
  margin-top: 6px;
}
.label-link__label{
  font-size: 1.375rem;
  flex-shrink: 0;
  width: 120px;
}
.label-link__link{

}
.indent-block{
  display: block;
}
.indent-block--lv1{
  margin-left: 1em;
}
.indent-block--lv2{
  margin-left: 2em;
}
.indent-block--text-lv4{
  margin-left: 3em;
  text-indent: -3em;
}
.indent-block > .link {
  font-size: 0.75rem;
}
div p.section__pointtext{
  margin-left: 1em;
  text-indent: -1em;
}
.section__pointtext::before{
  content: "●";
  color: #007cad;
}
.text-emphasis{
  color: #e2062c;
}
body .note > small{
  font-size: 0.75rem;
}
.note--indent-lv1 > small{
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.note--indent-lv2 > small{
  display: block;
  padding-left: 2em;
  text-indent: -2em;
}
.note--indent-lv3 > small{
  display: block;
  padding-left: 3em;
  text-indent: -2.8em;
}
.note--indent-lv3 > .section__list li {
  margin-top: 6px;
}

.section-divide{
  display: flex;
  flex-direction: row;
  margin-top: 20px;
}
.section-divide__section{
  width: calc((100% - 20px) / 2);
  flex-shrink: 0;
  flex-grow: 0;
}
.section-divide__section:not(:last-child){
  margin-right: 20px;
}
.section-divide__section .description-section{
  height: 100%;
}

.inquiry-table > dl{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 2px solid #f6f6f6;
  padding-top: 16px;
  padding-bottom: 14px;
}
.inquiry-table__window{
  width: 350px;
  margin-right: 20px;
  flex-shrink: 0;
  flex-grow: 0;
}
.inquiry-table > dl > dd{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-grow: 1;
}
body.common .enterprise .relocation-contents .inquiry-table__tel > a:link,
body.common .enterprise .relocation-contents .inquiry-table__tel > a:visited {
  text-decoration: none;
  pointer-events: none;
}
.inquiry-table__tel-label{
  width: 400px;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  flex-direction: row;
}
.inquiry-table__tel-label > span{
  display: block;
}
.inquiry-table__tel-label > span:nth-of-type(1){
  flex-shrink: 0;
  flex-grow: 0;
}
.inquiry-table__tel{
  position: relative;
  padding-left: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
.inquiry-table__tel::before{
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 14px;
  height: 20px;
  background-image: url(../img/icon_tel.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .inquiry-table > dl{
    display: block;
  }
  .inquiry-table__window{
    width: 100%;
    margin-right: 0;
    display: block;
  }
  .inquiry-table > dl > dd {
    display: block;
  }
  .inquiry-table__tel-label{
    width: 100%;
    display: block;
    flex-shrink: unset;
    font-size: 0.9rem;
    padding: 6px 0;
  }
  .inquiry-table__tel{
    display: block;
  }
  body.common .enterprise .relocation-contents .inquiry-table__tel > a:link,
  body.common .enterprise .relocation-contents .inquiry-table__tel > a:visited {
    text-decoration: none;
    pointer-events: auto;
  }
  .inquiry-table__tel-label > span {
    display: inline-block;
  }
  .inquiry-table__tel-label > span:nth-of-type(1):after{
    content: "：";
  }
}
@media (max-width: 767px) {
  body.common .top-home-link > a {
    font-size: 1.5em;
}
  body.common .active {
    line-height: 1em;
    /* width: 40px; */
    width: 0.5rem;
    height: 0.5rem;
    /* margin: 12px auto 2px; */
    margin: 0.3rem auto 0.47rem;
    border-bottom: none;
  }
}
.linkBlank02 a {
    position: relative;
    padding: 10px 25px 10px 10px;
    display: block;
    border-bottom: 1px solid #ddd;
}
@media (min-width: 768px) {
  .pamphlet-eco {
    width: calc(100% / 4 - 0.25px);
    text-align: center !important;
  }
  .pamphlet-eco_list {
    width: 75% !important;
  }
}
@media (max-width: 1149px) {
  .pamphlet-eco {
    width: calc(100% / 3 - 0.33333333px);
  }
  .pamphlet-eco_list {
    width: 66% !important;
  }
}
@media (max-width: 767px) {
  .sp_display {
    display: block !important;
  }
  .pamphlet-eco {
    margin-bottom: 5%;
    padding-right: 0 !important;
    text-align: center;
  }
}
/* .topRunner_list_table */
.relocation-contents .table > .topRunner_list_table > tbody > tr > th {
  width: 3%;
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
}
.relocation-contents .table > table > tbody > tr > td.item_cell{
  width: 20%;
  padding: 0;
}
body.common .item_cell table{
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0.5em;
  margin-right: 0.5em;
}
body.common .relocation-contents td.item_cell table td{
  border: none;
}
body.common .relocation-contents td.item_cell table td:nth-of-type(1) {
  width: 48%;
}
.item_cell table span, .item_cell table span{
  display: block;
}
/* caution */
.caution__head {
  position: relative;
  padding-left: 45px;
}
.enterprise .caution__head::before {
    background-image: url(../img/ico-caution.png);
}
.caution__head::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 40px;
    height: 40px;
    background-size: contain;
}
/* 202110_追加　*/
.retail .title--lv3 {
  border-bottom-color: #007cad;
  color: #007cad;
}
.retail .title--lv3::before {
  background-image: url(../img/common/ico_04.png)!important;
}
.section__inner > .pc2sp1_2-block{
  margin-top: 20px;
}
.pc2sp1_2-block > .imagebox img{
  float: left;
  display: block;
  width: 50%;
  padding-right: 10px;
}
.pc2sp1_2-block > .imagebox img:last-child{
  padding-right: 0;
  padding-left: 10px;
}
.pc2sp1_2-block > .imagebox:after {
  display: block;
  content: "";
  clear: both;
}
.pc2sp1_2-block > .imagebox img.hide_sp {
  display: block;
}
.pc2sp1_2-block > .imagebox img.hide_pc {
  display: none;
}
.pc2sp1_2-block > .section-divide__section:nth-of-type(1) {
  width: 35%;
  margin-top: 10px;
}
.pc2sp1_2-block > .section-divide__section:nth-of-type(2) {
  width: 65%;
  margin-top: 10px;
}
.pc2sp1_2-block > .imagebox img{
  float: none;
  display: block;
  width: 100%;
  padding-right: 0;
  margin-bottom: 20px;
}
.pc2sp1_2-block > .imagebox img:last-child{
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.pc2sp1_2-block > .imagebox img.hide_sp {
  display: none;
}
.pc2sp1_2-block > .imagebox img.hide_pc {
  display: block;
}
.section-divide.pc2sp1_2-block {
  display: block;
}
.pc2sp1_2-block > .section-divide__section {
  width: 100%;
  margin-top: 10px;
}
.pc2sp1_2-block > .section-divide__section:nth-of-type(1) {
  width: 100%;
  margin-top: 10px;
}
.pc2sp1_2-block > .section-divide__section:nth-of-type(2) {
  width: 100%;
  margin-top: 10px;
}
/*retail_ラベリング制度画像サイズ*/
.img_50 {
  width: 50%;
  margin: 0 auto;
}
@media (max-width: 768px) {
.img_50{
  width: 80%;
}
}
@media (max-width: 414px) {
.img_50{
  width: 100%;
}
}
@media (max-width: 944px) {
.ttl_shortline{
  font-size: 1.2rem!important;
}
}
@media (max-width: 494px) {
.ttl_shortline{
  font-size: .8rem!important;
}
}
@media (max-width: 349px) {
.ttl_shortline{
  font-size: .4rem!important;
}
}
/* 202110_追加ここまで */
/* 202112_追加　*/
.ov_opacity a:hover { opacity: 0.8;}
.enelabel_bnr_wrap { width: 100%; background: #fff; padding: 0; margin: 40px 0 0 0;  }
.enelabel_bnr_inner ul { width: 100%; display: flex; flex-wrap: nowrap; align-items:center; justify-content:center; padding: 30px;}
.enelabel_bnr_inner ul li { display: block; }
.enelabel_bnr_inner ul li:nth-child(1) { width: 60%; }
.enelabel_bnr_inner ul li:nth-child(2) { width: 38%; margin: 0 0 0 2%;}
.enelabel_bnr_inner img { width: 100%; }
@media (max-width: 767px) {
.enelabel_bnr_wrap { width: 100%; padding: 10px 0 0 0; margin: 40px 0 0 0;}
  .enelabel_bnr_inner ul { display: flex; flex-wrap: wrap;}
  .enelabel_bnr_inner ul li:nth-child(1) { width: 100%; margin: 10px 0 0 0;}
  .enelabel_bnr_inner ul li:nth-child(2) { width: 100%; margin: 10px 0 0 0;}
  }
/* 202112_追加ここまで　*/
.round {
  border-radius:2px;
}
.vcenter_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.comp_cost {
 width: 100%;
 background: #F0F0F0;
 padding: 20px;
 font-size: 1.1rem;
 line-height: 2.5rem;
}
.comp_cost span {
  font-size: 1.3rem;
}
.comp_cost_img {
 width: 100%;
 margin-top: 15px;
}

/* 20220413 item-btn, black_center */
body.common .saving_and_new__root .item-btn_blue a {
  width: 250px;
  text-align: center!important;
  margin: 16px auto;
  padding: 10px;
  font-size: 1rem;
  display: block;
  text-indent: 0;
  background: #007cad;
  color: #fff!important;
  text-decoration: none!important;
  border: 1px solid #007cad; 
}
body.common .saving_and_new__root .item-btn_blue a:hover {
  background: #fff;
  color: #007cad!important;
  border: 1px solid #007cad; 
}
body.common .black_center {
  text-align: center;
}

