@charset "UTF-8";
@media screen and (min-width: 769px) {
  .topWrap img{
    width: 120vw;
    max-width: 120vw;
    margin-left: -10vw;
  }
}
@media screen and (min-width: 1400px) {
  .topWrap img{
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.strMain {
  position: relative;
}
.bgGray {
  position: relative;
  padding: 80px 0 120px;
  background: #F5F5F5;
}
.bgBlue {
  background: #e4f6ff;
    padding: 60px ​30px;
    margin-top: 4em;
}
.bgBlue::before {
    background-color: #e4f6ff!important;
}
.bgBlue .ttlLv3 {
  border-bottom: 2px solid #003d79;
}

@media screen and (max-width: 769px) {
  .bgGray {
    padding: 40px 20px;
  }
}
@media screen and (min-width: 769px) {
  .bgGray::before{
    content: "";
    position: absolute;
    top: 0;
    left: -20px;
    width: 110vw;
    height: 100%;
    background: #F5F5F5;
  }
  
}
@media screen and (min-width: 1220px) {
  .bgGray::before{
    left: calc(590px - 50vw);
  }
}
.bgGray > div {
  position: relative;
}
  .bgWhite {
    background: #fff;
    border-radius: 30px;
  }
.bgWhite h2 {
    padding: 50px 0 0;
    margin: 0;
    text-align: center;
    display: block;
    z-index: 1;
  font-size: 26px;
    font-weight: bold;
  color: #003D79;
}
.bgWhite p {
    position: relative;
    text-align: center;
    padding: 20px 80px 60px;
    font-size: 20px;
    font-weight: bold;
    margin-top: 0;
}

.bgWhite_inner_01::before,
.bgWhite_inner_01::after,
.bgWhite_inner_02::before,
.bgWhite_inner_02::after {
    content: "";
    position: absolute;
    z-index: 10;
    display: inline-block;
    height: 40px;
    width: 50px;
    vertical-align: middle;
}
.bgWhite_inner_01::before {
    top: 15px;
    left: 15px;
    background: url(/jp/ja/site/hikkoshi/img/moving-s/index_bg01.png) no-repeat center;
    background-size: contain;
}
.bgWhite_inner_01::after {
    top: 15px;
    right: 15px;
    background: url(/jp/ja/site/hikkoshi/img/moving-s/index_bg02.png) no-repeat center;
    background-size: contain;
}
.bgWhite_inner_02::before {
  bottom: 15px;
  right: 15px;
  background: url(/jp/ja/site/hikkoshi/img/moving-s/index_bg04.png) no-repeat center;
  background-size: contain;
}
.bgWhite_inner_02::after {
  bottom: 15px ;
  left: 15px;
  background: url(/jp/ja/site/hikkoshi/img/moving-s/index_bg03.png) no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 768px)  {

  .bgWhite h2 {
    padding: 60px 20px 0;
      font-size: 22px;
      top: auto;
  }
  .bgWhite p {
      padding: 34px 20px 60px;
      font-size: 16px;
      margin-top: 0;
      background: none;
  }
  .bgWhite_inner_01::before,
  .bgWhite_inner_01::after,
  .bgWhite_inner_02::before,
  .bgWhite_inner_02::after {
      height: 20px;
  }
  .bgWhite_inner_01::before {
      top: 20px;
  }
  .bgWhite_inner_01::after {
      top: 20px;
  }
  .bgWhite_inner_02::before {
    bottom: 20px;
  }
  .bgWhite_inner_02::after {
    bottom: 20px ;
  }
}
.plan_box > p {
  font-weight: bold;
  font-size: 28px;
  color: #003d79;
  text-align: center;
  margin-top: 80px;

  position: relative;
  display: inline-block;
  left: 50%;
    transform: translateY(0%) translateX(-50%);
    -webkit- transform: translateY(0%) translateX(-50%);
    padding: 0 50px;
}
.plan_box > p:before, .plan_box > p:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 35px;
  height: 3px;
  background-color: #003d79;
  
}
.plan_box > p:before {
  left:0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.plan_box > p:after {
  right: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.plan_box > .lytColumn {
  margin-top: 140px;
}
@media screen and (max-width: 768px)  {
  .plan_box > p {
        font-size: 20px;
  }
}
.boxFill {
  background: #fff;
  position: relative;
  display: block;
}
.boxFill5 h3 {
  text-align: center;
  margin-top: 20px;
  color: #333;
}

.fukidashi {
  position: absolute;
  width: 100%;
  top: -85px;
    left: 0;
}
.fukidashi p {
  position: relative;
    text-align: center;
    margin: 0 auto 3em;
    padding: 12px;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    border-radius: 50px;
}

.w1220 {
    display: none;
  }
@media screen and (max-width: 1220px) {
  .w1220 {
    display: block;
  }
  .fukidashi {
      top: -130px;
  }
}
@media screen and (max-width: 768px) {

  .plan_box .lytColumnItem:nth-of-type(n+2) {
    margin-top: 160px!important;
  }
  .fukidashi p {
    font-size: 18px;
  }
}
.fukidashi p:before {
    position: absolute;
    content: '';
    top: 100%;
    left: calc(50% - 15px);
    border: 15px solid transparent;
    width: 0;
    height: 0;
}
.fukidashi.color01 p {
  background-color: #4e8dd9;
  color: #fff;
}
.fukidashi.color01 p:before {
  border-top: 15px solid #4e8dd9;
}
.fukidashi.color02 p {
  background-color: #aee2ff;
}
.fukidashi.color02 p:before {
  border-top: 15px solid #aee2ff;
}
.fukidashi.color03 p {
  background-color: #e2c4ff;
}
.fukidashi.color03 p:before {
  border-top: 15px solid #e2c4ff;
}

.fukidashi.color04 p {
  background-color: #ffc551;
}
.fukidashi.color04 p:before {
  border-top: 15px solid #ffc551;
}
.fukidashi.color05 p {
  background-color: #a5e178;
}
.fukidashi.color05 p:before {
  border-top: 15px solid #a5e178;
}

.plan_box .text {
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.plan_box .text p:nth-of-type(1) {
  font-size: 26px;
  color: #003d79;
}
.plan_box .text p:nth-of-type(2) {
  font-size: 20px;
  margin-top: 0;
}
.plan_box .img {
  display: flex;
  justify-content: space-between;
}
.boxFill > .inner {
  min-height: 225px;
  color: #333;
}
a.boxFill:hover {
  text-decoration: none;
  opacity: 0.8;
}
.btnType2:hover {
  opacity: 1;
}

@media screen and (max-width: 768px) {
.boxFill > .inner {
  min-height: auto;
}
.plan_box .text p:nth-of-type(1) {
  font-size: 20px;
}
.plan_box .text p:nth-of-type(2) {
  font-size: 16px;
}
}
.ic_wrap {
  margin-bottom: -15px;
      margin-top: 60px;
      font-size: 18px;
      padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .ic_wrap {
      font-size: 14px;
  }
}
.new_ic,
.ninnki_ic {
  position: relative;
}
.new_ic:after,
.ninnki_ic:after {
    position: absolute;
    content: '';
    top: 15px;
    display: inline-block;
    width: 72px;
    height: 35px;
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}
.new_ic:after {
    background-image: url(/jp/ja/site/hikkoshi/img/moving-s/tanshinpack-s-l/index_icNEW.png);
}
.ninnki_ic:after {
    background-image: url(/jp/ja/site/hikkoshi/img/moving-s/index_icNinnki.png);
}
@media screen and (max-width: 500px) {
  .new_ic:after,
  .ninnki_ic:after {
      width: 50px;
      height: 24px;
  }
}
.under01 {
  background: linear-gradient(transparent 50%, #ffcece 50%);
}
.under02 {
  background: linear-gradient(transparent 50%, #f4ee22 50%);
}

