@charset "UTF-8";
.nimotsu{
  margin: 80px auto 10px;
}
@media screen and (max-width: 768px) {
  .nimotsu{
    margin: 40px auto 20px;
  }
}
.nimotsuWrap {
  padding-bottom: 0;
}
#tanshinMovie{
  background-color: #f5f5f5;
}
#tanshinShimyu{
  background-image: url("/hikkoshi/img/moving-s/tanshinpack-s-l/index_bk01.jpg");
  background-size: cover;
}
#tanshinMovie .secBasic,#tanshinShimyu .secBasic{
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 10px 7em;
}
@media screen and (max-width: 768px) {
  #tanshinMovie .secBasic,#tanshinShimyu .secBasic{
    padding: 30px 10px 4em;
  }
}
#tanshinMovie h2,#tanshinShimyu h2{
  text-align: center;
  font-size: 2.8rem;
  font-weight: bold;
  color: #003d79;
  padding-bottom: 0;
  border-bottom: none;
}
#tanshinShimyu h3{
  font-size: 2.2rem;
  font-weight: bold;
  color: #003d79;
}
@media screen and (max-width: 768px) {
  #tanshinShimyu h3{
    font-size: 1.6rem;
  }
}
#tanshinShimyu p{
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  #tanshinMovie h2,#tanshinShimyu h2{
    font-size: 1.8rem;
  }
}
.iframe{
  height: 332px;
  margin-top: 1em;
}
@media screen and (max-width: 1200px) {
  .iframe{
    height: 26.7vw;  }
}
@media screen and (max-width: 768px) {
  .iframe{
    height: 51vw;  }
}

.trigone_wrap {
  border: 3px solid #003D79;
  position: relative;
}
.trigone_wrap::before,
.trigone_wrap::after,
.trigone_wrap_inner::before,
.trigone_wrap_inner::after {
    content: "";
    position: absolute;
    z-index: 10;
}
.trigone_wrap::before {
    top: 0;
    left: 0;
    border-bottom: 4em solid transparent;
    border-left: 4em solid #003D79;
}
.trigone_wrap::after {
    top: 0;
    right: 0;
    border-bottom: 4em solid transparent;
    border-right: 4em solid #003D79;
}
.trigone_wrap_inner::before {
  bottom: 0;
  right: 0;
  border-top: 4em solid transparent;
  border-right: 4em solid #003D79;
}
.trigone_wrap_inner::after {
  bottom: 0 ;
  left: 0;
  border-top: 4em solid transparent;
  border-left: 4em solid #003D79;
}
.trigone_h2 {
  border-bottom: 3px solid #003D79;
  margin: 0 30px;
  padding: 40px 0;
}
.trigone_wrap h2,
.trigone_wrap p {
  text-align: center;
  font-weight: bold;
      padding: 0 20px;
}
.trigone_wrap p {
  font-size: 20px;
}
   
.trigone_wrap h2 {
  color: #003D79;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .trigone_wrap h2 {
    font-size: 20px;
}
.trigone_wrap p {
    font-size: 16px;
}
}
.bg_blue {
  background: #E2F4FE;
  margin: 60px auto 40px;
  max-width: 950px;
  border-radius: 50px;
  width: calc(100% - 40px);
  padding: 5px 40px 60px;
}
.bg_blue p {
  margin: 30px 0;
}
.bg_blue > ul {
  display: flex;
  justify-content: space-around;
}
.bg_blue > ul > li {
  margin-right: 20px;
}
 .bg_blue > ul > li:nth-last-of-type(1) {
  margin-right: 0;
 }
.bg_blue ul li img {
  margin: 0 auto;
  display: block;
}
.bg_blue.center > ul > li {
  text-align: center;
}
.bg_blue.center > ul > li > ul {
      display: inline-block;
}
@media screen and (max-width: 768px) {
  .bg_blue > ul {
    display: block;
  }
  .bg_blue > ul > li {
    margin-bottom: 40px;
    margin-right: 0;
  }
  .bg_blue > ul > li:nth-last-of-type(1) {
    margin-bottom: 0;
  }
  .bg_blue .listBasic > li {
    max-width: 310px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) {
 .recommended .boxFill3 {
  padding: 1.9em 1.9em 9em;
}
  .recommended .listLink > li {
    display: flex;
  }
  .recommended .listLinkContent {
    position: relative;
  }
  .recommended .btnWrap {
    position: absolute;
    bottom: -100px;
  }
}

.bgGray {
  position: relative;
  padding: 80px 10px 120px;
  background: #F5F5F5;
}
@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 h2,
.bgGray > div {
  position: relative;
}

.matter .boxFill {
  height: auto!important;
  min-height: 280px;
}
.matter > .lytColumn > .lytColumnItem > .boxFill:nth-of-type(1) {
  min-height: 385px;
}
.matter .lytColumnItem > .lytColumn.col2 {
  margin-top: 1.25em;
}
.matter img {
  margin: 15px auto 0;
  display: block;
}
@media screen and (min-width: 769px) {

  .option .tableBasic td.w50per,
  .option .tableBasic td.w33per {
    position: relative;
    padding: 1.6em 1.85em 9em;
  }
  .option .tableBasic td.w50per .btnWrap,
  .option .tableBasic td.w33per .btnWrap{
    position: absolute;
    bottom: 1.6em;
    left: 50%;
    transform: translateY(0%) translateX(-50%);
    -webkit- transform: translateY(0%) translateX(-50%);
  }
}
@media screen and (max-width: 769px) {
    .matter > .lytColumn > .lytColumnItem > .boxFill:nth-of-type(1),
    .matter .boxFill {
      min-height: auto;
  }
}
.w50per {
  width: 50%;
}
.w33per {
  width: calc(100% / 3);
}
.w25per {
  width: calc(100% / 4);
}
@media screen and (max-width: 768px) {
  .w50per,
  .w33per,
	.w25per{
    width: auto;
  }  
}
.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;
  }
}
.under {
  background: linear-gradient(transparent 50%, #f4ee22 50%);
}
.diagonal p {
  position: relative;
  display: inline-block;
  left: 50%;
    transform: translateY(0%) translateX(-50%);
    -webkit- transform: translateY(0%) translateX(-50%);
    padding: 0 50px;
    font-weight: bold;
  font-size: 22px;
  color: #003d79;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .diagonal p {
    font-size: 18px;
  }
}
.diagonal > p:before, .diagonal > p:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 35px;
  height: 3px;
  background-color: #003d79;
}
.diagonal > p:before {
  left:0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.diagonal > p:after {
  right: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


.btnType3.red {
  background: #ff5050;
  -webkit-box-shadow: 0 3px 0 #cc3f3f;
  box-shadow: 0 3px 0 #cc3f3f; 
}
.ttlType3.self {
  font-size: 22px;
  color: #4E8DD9;
}



.balloonLeft {
  position: relative;
  margin: 1.5em 0 1.5em 15px;
  padding: 20px 20px;
  min-width: 120px;
  max-width: 100%;
  background: #FFF;
  border: solid 3px #ffde84;
  border-radius: 8px;
  box-sizing: border-box;
}

.balloonLeft:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.balloonLeft:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #ffde84;
  z-index: 1;
}
.planBalloon .balloonLeft p {
       margin: 5px 0 20px;
       font-size: 18px;
}
.planBalloon .balloonLeft .listEstimate {
  margin-top: 0;
}
@media screen and (max-width: 768px){
  .listLink.balloonWrap > li {
    margin: 0;
  }
  .boxFill3 .listLink.balloonWrap .lytImage {
    margin-top: 0;
}
  .lytImage.large .lytImageImage.W25 {
    width: 25%;
  }
  .lytImage.large .lytImageContent.W75 {
    width: 75%;
    margin: 0;
  }
  .boxFill3 .lytImageContent p.balloonLeft {
    margin-top: 0;
  }
  .balloonImg {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
