@charset "utf-8";


/*##### Privacy Policy #####*/
.boxPrivacy01 {
  padding-top: 2em;
  padding-bottom: 7em;
}
@media all and (max-width: 750px){
  .boxPrivacy01 {
    padding-top: 0;
    padding-bottom: 2.5em;
  }
}

.boxPrivacy01 .boxCont01One + .boxCont01One {
  margin-top: 4em;
}
@media all and (max-width: 750px){
  .boxPrivacy01 .boxCont01One + .boxCont01One {
    margin-top: 2em;
  }
}

.boxPrivacy01 .boxCont01One .ttl01 {
  margin-bottom: 1.0em;
  line-height: 1.6;
  font-size: 1.3rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxPrivacy01 .boxCont01One .ttl01 {
    margin-bottom: 0.5em;
    font-size: 1.1rem;
  }
}

.boxPrivacy01 .boxCont01One .boxBaseCom + .ulBase > li:first-child {
  margin-top: 1.5em;
}
@media all and (max-width: 750px){
  .boxPrivacy01 .boxCont01One .boxBaseCom + .ulBase > li:first-child {
    margin-top: 1.0em;
  }
}

.boxPrivacy01 .boxCont01One .boxBaseCom + .boxCompanyName {
  margin-top: 1.5em;
}

.boxPrivacy01 .boxCont01One .boxCompanyName {
  margin-bottom: 0.5em;
}

.boxPrivacy01 .boxCont01One .boxCompanyName > p {
  font-size: 1.13rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxPrivacy01 .boxCont01One .boxCompanyName > p {
    font-size: 0.95rem;
  }
}

.boxPrivacy01 .boxCont01One .dlBase.type01 {
  margin-bottom: 0.2em;
}

.boxPrivacy01 .boxCont01One .boxAddress {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 0.2em;
  font-size: 1.13rem;
}
@media all and (max-width: 750px){
  .boxPrivacy01 .boxCont01One .boxAddress {
    font-size: 0.9rem;
  }
}

.boxPrivacy01 .boxCont01One .boxAddress .txtZipcode {
  margin-right: 0.5em;
}

.boxPrivacy01 .boxCont01One .boxTelFax {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.boxPrivacy01 .boxCont01One .boxTelFax .dlBase:first-child {
  margin-right: 1.0em;
}
.boxMoive01 .boxMovieLead {
  padding-bottom: 40px;
}
.boxMoive01 .boxMovieLead .ttl {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 0.8em;
}
.boxMoive02Wrap {
  background-color: #bde1f7;
  background-size: cover;
  padding-bottom: 148px;
  position: relative;
}
.boxMoive02Wrap:before {
  content: "";
  width: 635px;
  height: 534px;
  background: url(../../images/movie/img01.svg) no-repeat right bottom;
  background-size: contain;
  position: absolute;
  right: 3%;
  bottom: -40px;
  mix-blend-mode: multiply;
  opacity: 0.35;
}
.boxMoive02 {
  position: relative;
  z-index: 1;
}
.boxMoive02 .box:nth-child(n+2) {
  margin-top: 5rem;
}
.boxMoive02 .box .ttl01 {
  background-color: #fff;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  padding: 25px 15px 25px 100px;
  position: relative;
  margin-bottom: 60px;
}
.boxMoive02 .box .ttl01 .num {
  width: 64px;
  height: 64px;
  border-radius: 10em;
  background-color: #fffbbd;
  color: #e60012;
  font-size: 13.81px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  position: absolute;
  left: 15px;
  top: 11px;
}
.boxMoive02 .box .ttl01 .num::before {
  content: "";
  width: 70%;
  height: 70%;
  border-radius: 10em;
  background-color: #fff100;
  position: absolute;
  left: 0;
  right: 0;
  top:50%;
  margin: auto;
  transform: translateY(-50%);
}
.boxMoive02 .box .ttl01 .num span {
  position: relative;
  z-index: 1;
  padding-left: 2px;
}
.boxMoive02 .box .ttl01 .p01 {
  color: #0b5b29;
  font-weight: bold;
  font-size: 1.625rem;
}
.boxMoive02 .box .ttl01 .p02 {
  color: #58b530;
  display: flex;
  align-items: center;
}
.boxMoive02 .box .ttl01 .p02:before {
  content: "";
  width: 13px;
  height: 1px;
  background-color: #259950;
  margin: 2px 15px 0 15px;
}
.boxMoive02 .box .box_wrap {
  display: flex;
}
.boxMoive02 .box .box_wrap .movie-wrap {
  width: 53%;
}
.boxMoive02 .box .box_wrap .movie-wrap iframe {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 1rem;
}
.boxMoive02 .box .box_wrap .cont {
  width: 47%;
  padding-left: 3.5%;
  padding-top: 1rem;
}
.boxMoive02 .box .box_wrap .cont .ttl02 {
  font-size: 1.75rem;
  font-weight: 800;
  margin-bottom: 1em;
}
.boxMoive02 .box .box_wrap .cont .btnBase01 {
  margin-top: 45px;
}
.boxMoive03 .ttlBaseH201 {
  margin-top: 0;
}
.boxMoive03Wrap {
  background-color: #f0ffdb;
  padding-bottom: 8em;
}
.boxMoive03 .box_wrap {
  display: flex;
  flex-wrap: wrap;
}
.boxMoive03 .box_wrap .item {
  width: 31%;
  margin-left: 3.5%;
}
.boxMoive03 .box_wrap .item:nth-of-type(3n+1) {
  margin-left: 0;
}
.boxMoive03 .box_wrap .item:nth-child(n+4) {
  margin-top: 3rem;
}
.boxMoive03 .box_wrap .item .meta {
  /*display: flex;*/
  margin-bottom: 20px;
  padding-left: 34px;
  position: relative;
  align-items: flex-start;
}
.boxMoive03 .box_wrap .item .meta:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 10em;
  background-color: #b3e197;
  position: absolute;
  left: 7px;
  top: 7px;
}
.boxMoive03 .box_wrap .item .meta:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10em;
  background-color: #58b530;
  position: absolute;
  left: 10px;
  top: 10px;
}
.boxMoive03 .box_wrap .item .meta .p01 {
  font-size: 1.25rem;
  font-weight: bold;
}
.boxMoive03 .box_wrap .item .meta .p02 {
  color: #58b530;
  padding-top: 2px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.boxMoive03 .box_wrap .item .meta .p02:before {
    content: "";
    width: 13px;
    height: 1px;
    background-color: #259950;
    margin: 2px 15px 0 15px;
}
.boxMoive03 .box_wrap .item .youtube {
}
.boxMoive03 .box_wrap .item .youtube .movie-wrap {
}
.boxMoive03 .box_wrap .item .youtube .movie-wrap iframe {
  width: 100%;
  border-radius: 1rem;
  aspect-ratio: 16/9;
  height: 100%;
}
.boxBaseCatYmMenu01Voice .dlBaseCatMenu01.type02{
  margin-bottom: 0;
}
.boxBaseCatYmMenu01Voice {
  padding: 50px 45px 41px 45px!important;
}
.boxBaseCatYmMenu01Voice .dlBaseCatMenu01 > dd .ul01 > li a {
  padding: 0 1.5em 2px 1.5em;
}
.boxBaseCatYmMenu01Voice .dlBaseCatMenu01 > dd .ul01 > li a.all {
  background-color: #fff;
  color: #259950;
  border: 2px solid #259950;
}
.post-type-archive-movie .boxPageWrap {
  padding-bottom: 0;
  
}
.boxVoiceList01 {
  display: flex;
  flex-wrap: wrap;
}
.boxVoiceList01 .box {
  width: 18.3%;
  margin-left: 2.125%;
}
.boxVoiceList01 .box:nth-of-type(5n+1) {
  margin-left: 0;
}
.boxVoiceList01 .box:nth-child(n+6) {
  margin-top: 2.5em;
}
.boxVoiceList01 .box .text {
  height: 230px;
  border-radius: 1rem;
  background-color: #fff100;
  padding: 35px 20px;
  margin-bottom: 15px;
}
.boxVoiceList01 .box:nth-of-type(2n) .text {
  background-color: #74db54;
}
.boxVoiceList01 .box .text p {
}
.boxVoiceList01 .box dl {
  display: flex;
  margin-top: 6px;
  padding-left: 5px;
  align-items: baseline;
}
.boxVoiceList01 .box dl dt {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  width: 70px;
  height: 28px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #333333;
  border-radius: 10em;
}
.boxVoiceList01 .box dl dd {
  width: clac(100% - 70px);
  padding-left: 18px;
}

.boxVoiceS01 {
  margin-bottom: 150px;
}
@media all and (max-width: 750px){
  .boxVoiceS01 {
    margin-bottom: 3.5em;
  }
}

.boxVoiceS01 .ttl_area {
  display: flex;
}
@media all and (max-width: 750px){
  .boxVoiceS01 .ttl_area {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 1.5em;
  }
}
.boxVoiceS01 .ttl_area .ttl01 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 1.5em;
  padding-left: 1em;
  position: relative;
}
@media all and (max-width: 750px){
  .boxVoiceS01 .ttl_area .ttl01 {
    margin-bottom: 0.2em;
    font-size: 1.4rem;
  }
}

.boxVoiceS01 .ttl_area .ttl01:before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-radius: 10em;
  background-color: #fff100;
  position: absolute;
  left: 0;
  top: 0.55em;
}
@media all and (max-width: 750px){
  .boxVoiceS01 .ttl_area .ttl01:before {
    top: 0.4em;
  }
}

.boxVoiceS01 .ttl_area .voice-cat-list {
  display: flex;
  margin-left: 1.5rem;
  margin-top: 6px;
}
@media all and (max-width: 750px){
  .boxVoiceS01 .ttl_area .voice-cat-list {
    align-self: flex-end;
    margin-left: 0;
  }
}

.boxVoiceS01 .ttl_area .voice-cat-list li {
  color: #fff;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 130px;
  padding: 0 1.5em;
  border-radius: 10em;
  margin-right: 0.5em;
}
@media all and (max-width: 750px){
  .boxVoiceS01 .ttl_area .voice-cat-list li {
    min-width: 8.0em;
    height: 1.5em;
    padding: 0 1.0em 0.1em 1.0em;
  }
}

.boxVoiceS01 .box_wrap {
  display: flex;
}
@media all and (max-width: 750px){
  .boxVoiceS01 .box_wrap {
    display: block;
  }
}

.boxVoiceS01 .side {
  width: 290px;
}
@media all and (max-width: 750px){
  .boxVoiceS01 .side {
    width: 100%;
    margin-bottom: 2.5em;
  }
}

.boxVoiceS01 .side .title {
  color: #fff;
  font-weight: bold;
  font-size: 1.25rem;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.1rem;
  background-color: #259950;
  position: relative;
  margin-bottom: 25px;
}
@media all and (max-width: 750px){
  .boxVoiceS01 .side .title {
    height: 2.2em;
    margin-bottom: 1.0em;
    border-radius: 0.5em;
  }
}

.boxVoiceS01 .side .title:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 16px solid #259950;
  border-bottom: 0;
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: auto;
}
@media all and (max-width: 750px){
  .boxVoiceS01 .side .title:before {
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-top: 0.7em solid #259950;
    bottom: -0.65em;
  }
}

.boxVoiceS01 .side dl {
  padding: 20px 0 20px 12px;
  border-bottom: 1px solid #cccccc;
}
.boxVoiceS01 .side dl dt {
  padding-left: 1.1em;
  position: relative;
  margin: 0 0 0.6em 0;
  color: #259950;
}
.boxVoiceS01 .side dl dt:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 10em;
  background-color: #58b42f;
  position: absolute;
  left: 0;
  top: 0.5em;
}
.boxVoiceS01 .side dl dd {
  padding-left: 1.1em;
}

.boxVoiceS01 .cont {
  width: calc(100% - 290px);
  padding-left: 5%;
}
@media all and (max-width: 750px){
  .boxVoiceS01 .cont {
    width: 100%;
    padding-left: 0;
  }
}

.boxVoiceS01 .cont .box:nth-child(n+2) {
  margin-top: 70px;
}
@media all and (max-width: 750px){
  .boxVoiceS01 .cont .box:nth-child(n+2) {
    margin-top: 1.7em;
  }
}

.boxVoiceS01 .cont .box .ttl03 {
  background-color: #f8f8f9;
  border-radius: 1rem;
  padding: 30px 38px;
  font-size: 1.25rem;
  color: #0b5b29;
  margin-bottom: 20px;
}
@media all and (max-width: 750px){
  .boxVoiceS01 .cont .box .ttl03 {
    padding: 0.6em 0.5em 0.6em 0.8em;
  }
}

.boxVoiceS01 .cont .box .ttl03 span {
  padding-left: 30px;
  position: relative;
}
@media all and (max-width: 750px){
  .boxVoiceS01 .cont .box .ttl03 span {
    padding-left: 0.8em;
  }
}

.boxVoiceS01 .cont .box .ttl03 span:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10em;
  background-color: #56b02f;
  position: absolute;
  left: 0;
  top: 11px;
}
@media all and (max-width: 750px){
  .boxVoiceS01 .cont .box .ttl03 span:before {
    width: 0.4em;
    height: 0.4em;
    border-radius: 0.4em;
    top: 0.6em;
  }
}

@media all and (max-width: 750px){
  .boxVoiceS01 .cont .box .txt {
    padding-left: 1.0em;
  }
}

.boxVoiceS01 .cont .box .txt p {
  line-height: 1.77;
}

.boxVoiceS02Wrap {
  padding: 90px 0;
  background: url(../../images/voice/bg01.jpg) no-repeat right top;
  background-color: #259950;
  overflow: hidden;
}
@media all and (max-width: 750px){
  .boxVoiceS02Wrap {
    padding: 2.0em 0 6.5em 0;
    background-size: 25% auto;
  }
}

.boxVoiceS02 {
  position: relative;
}

.boxVoiceS02:after {
  content: "";
  width: 239px;
  height: 455px;
  background: url(../../images/voice/img01.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: -206px;
}
@media all and (max-width: 750px){
  .boxVoiceS02:after {
    right: 0;
    left: 0;
    bottom: -33vw;
    width: 30vw;
    height: auto;
    margin: auto;
    aspect-ratio: 86 / 150;
  }
}

.boxVoiceS02 .ttl {
  display: flex;
  align-items: center;
  margin-bottom: 35px ;
}
@media all and (max-width: 750px){
  .boxVoiceS02 .ttl {
    margin-bottom: 1.2em;
  }
}

.boxVoiceS02 .ttl .en {
  font-size: 3.4rem;
  color: #fef200;
  letter-spacing: 0.1em;
}
@media all and (max-width: 750px){
  .boxVoiceS02 .ttl .en {
    font-size: 3.0rem;
  }
}

.boxVoiceS02 .ttl .ja {
  color: #fff;
  margin-left: 2em;
}

.boxVoiceS02 .cont {
  padding: 55px 250px 55px 60px;
  background-color: #fff;
  border-radius: 1rem;
  color: #259952;
}
@media all and (max-width: 750px){
  .boxVoiceS02 .cont {
    padding: 1.5em 1.5em 6.5em 1.5em;
  }
}

.boxVoiceS02 .cont p {
  line-height:1.77;
}
.boxVoiceRelated {
  padding: 80px 0;
  background-color: #efffdb;
}
.boxVoiceS03 .ttl {
    display: flex;
  align-items: center;
  margin-bottom: 35px;
  position: relative;
}
.boxVoiceS03 .ttl .en {
  font-size: 3.4rem;
  color: #0b5b28;
  letter-spacing: 0.1em;
}
.boxVoiceS03 .ttl .ja {
    margin-left: 2em;
}
.boxVoiceS03 .ttl .btnBaseText {
  position: absolute;
  right: 0;
}
@media all and (max-width: 750px){
  .boxMoive01 .boxMovieLead .ttl {
    font-size: 1.4rem;
  }
}
.boxFlexContent01 {
  display: flex;
}
.boxFlexContent01 .cont {
  width: 60%;
  padding-right: 5%;
}
.boxFlexContent01 .cont .ttl01 {
  letter-spacing: 0.12em;
  color: #e9536b;
  font-weight: 800;
  font-size: 2rem;
  margin: 0 0 0.8em 0;
}
.boxFlexContent01 .img {
  width: 40%;
  background-color: #ffd9df;
  border: 10px solid #fcc1ca;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.boxFlexContent01 .img img {
  max-width: 380px;
}
.boxKomattakamo01 .cont .dl_wrap {
  margin-top: 35px;
}
.boxKomattakamo01 .cont .dl_wrap dl {
  display: flex;
}
.boxKomattakamo01 .cont .dl_wrap dt {
  width: 142px;
  font-weight: bold;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
  background-color: #e9536b;
  border-radius: 0.5rem;
  padding: 10px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.boxKomattakamo01 .cont .dl_wrap dd {
  width: calc(100% - 142px);
  padding:12px 0 12px 1rem;
}
.boxKomattakamo01 .cont .dl_wrap dl:nth-of-type(1) dd {
  font-size: 1.5rem;
  font-weight: bold;
}
.boxKomattakamo01 .cont .dl_wrap dl:nth-of-type(2) {
  margin-top: 12px;
}
.boxKomattakamo01 .cont .dl_wrap dl:nth-of-type(2) dd {
  display: flex;
  align-items: center;
}
.boxKomattakamo01 .cont .dl_wrap dl:nth-of-type(2) span {
  width: 240px;
}
.boxKomattakamo01 .cont .dl_wrap dl:nth-of-type(2) ul {
  margin-left: 20px;
}
.boxKomattakamo01 .cont .dl_wrap dl:nth-of-type(2) li {
  padding-left: 20px;
  position: relative;
}
.boxKomattakamo01 .cont .dl_wrap dl:nth-of-type(2) li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #e9536b;
  position: absolute;
  left: 0;
  top: 0.55em;
  border-radius: 10em;
}
.boxKomattakamo01 .cont .dl_wrap dl:nth-of-type(2) li:nth-child(n+2) {
  margin-top: 6px;
}
.boxKomattakamo01Wrap {
  padding-bottom: 70px;
}
.boxKomattakamo02 .ttlBaseH301 h3:before {
  background-color: #e9536b;
}
.boxKomattakamo02 .ttlBaseH301 {
  color: #bc2d44;
}
.boxKomattakamo02 .box_wrap {
  display: flex;
  flex-wrap: wrap;
}
.boxKomattakamo02 .box_wrap .box {
  width: 23.6%;
  margin-left: 1.866%;
}
.boxKomattakamo02 .box_wrap .box .img {
  margin-bottom: 24px;
}
.boxKomattakamo02 .box_wrap .box .img img {
  border-radius: 1rem;
}
.boxKomattakamo02 .box_wrap .box .ttl {
  padding-left: 30px;
  position: relative;
  font-size: 1.375rem;
  font-weight: 800;
  margin-bottom: 1em;
}
.boxKomattakamo02 .box_wrap .box .ttl:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 10em;
  background-color: #f6bac4;
  position: absolute;
  left: 5px;
  top: 9px;
}
.boxKomattakamo02 .box_wrap .box .ttl:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10em;
  background-color: #ea586f;
  position: absolute;
  left: 8px;
  top: 12px;
}
.boxKomattakamo02 .box_wrap .box p {
  padding-left: 6px;
}
.boxKomattakamo02 .box_wrap .box:nth-child(n+4) {
  margin-top: 40px;
}
.boxKomattakamo02 .box_wrap .box:nth-of-type(1),
.boxKomattakamo02 .box_wrap .box:nth-of-type(4) {
  margin-left: 0;
}
.boxKomattakamo02 .box_wrap .box .ttl small {
}
.boxKomattakamo02 .box_wrap .box.box02 {
  width: 49.068%;
}
.boxKomattakamo02 .box_wrap {
  --base-gap: calc(1440px * 0.01866);
}
/* box 同士 */
.boxKomattakamo02 .box {
  margin-left: var(--base-gap);
}

/* box02 内の画像 */
.boxKomattakamo02 .box02 .img {
  display: flex;
  gap: var(--base-gap);
}
.boxKomattakamo02 .box02 .img img {
  width: calc((100% - var(--base-gap)) / 2);
}
.boxKomattakamo02Wrap {
  padding-bottom: 80px;
}
.boxKomattakamo03Wrap {
    padding: 80px 0;
    background-color: #edeeef;
}
.boxVoiceS03.boxKomattakamo03 .ttl .en {
  color: #e9536b;
}
.btnBaseText.pink a {
  background: none;
}
.btnBaseText.pink a:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 10em;
  background-color: #e9536b;
  position: absolute;
  right: 0;
  top: 3px;
}
.btnBaseText.pink a:after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  right:8px;
  top: 10px;
  transform: rotate(45deg);
}
.boxKomattakamo03 .boxVoiceList01 .box .text {
  background-color: #fff !important;
}
.boxKomattakamo03 .boxVoiceList01 .box dl dt,
.boxKomattakamo04 .boxFaq01 .dl .dt > div {
  background-color: #e9536b;
}
.boxKomattakamo04 .boxFaq01 .dl .dt {
  padding: 9px 35px;
  background-color: #e9536b;
}
.boxKomattakamo04 .box_wrap {
  display: flex;
  flex-wrap: wrap;
}
.boxKomattakamo04 .box_wrap .boxFaq01 {
  width: 48%;
}
.boxKomattakamo04 .box_wrap .boxFaq01:nth-of-type(2n) {
  margin-left: auto;
}
.boxKomattakamo04 .box_wrap .boxFaq01:nth-child(n+3) {
  margin-top: 2rem;
}
.boxKomattakamo04 .boxFaq01 .dl .dd .alpha {
  color: #e9536b;
}
.boxKomattakamo04Wrap {
  position: relative;
  padding: 80px 0;
}
.boxKomattakamo04:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 75px solid transparent;
  border-left: 75px solid transparent;
  border-top: 64px solid #ffffff;
  border-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -63px;
}
.boxKomattakamo04 .ttlBaseH202 .en {
  color: #e9536b;
}
.pageMoveplan .boxKomattakamo04 .ttlBaseH202 .en {
  color: #58b530;
}
.boxServiceBottom01Wrap {
  padding: 120px 0 80px 0;
  background-color: #d0edff;
}
.boxServiceBottom01 .ttl {
  font-size: 2.3rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 0.6em;
}
.boxServiceBottom01 .btn_area {
  display: flex;
  justify-content: center;
}
.boxServiceBottom01 .btn_area a {
  width: 388px;
  height: 65px;
    border-radius: 10em;
    background: url(../../images/common/svg/arrow_green02.svg) no-repeat right 20px center;
    background-size: 24px;
    background-color: #fff100;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 20px;
    font-size: 1.375rem;
    font-weight: 800;
    line-height: 1;
}
.boxServiceBottom01 .btn_area .btn02 {
  background-image: url(../../images/common/svg/ico-line.svg),url(../../images/common/svg/arrow_green02.svg);
  background-size: 40px,24px;
  background-position: 30px center, right 20px center;
  padding-left: 33px;
}
.boxServiceBottom01 .btn_area .btn02 span {
  font-size: 1.6875rem;
}
.boxServiceBottom01 .btn_area .btn03 {
  margin-left: 1rem;
  display: flex;
  align-items: center;
  letter-spacing: 0.04em;
  justify-content: flex-start;
  padding-left: 13px;
}
.boxServiceBottom01 .btn_area .btn03 span {
  font-size: 0.85rem;
    width: 115px;
    height: 33px;
    border-radius: 10em;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    background-color: #fff;
    margin-right: 12px;
}
.boxServiceBottom01 .tel_area {
  margin-top: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.boxServiceBottom01 .tel_area .p01 {
}
.boxServiceBottom01 .tel_area .p01 a {
  padding-left: 70px;
  padding-bottom: 6px;
  background: url(../../images/common/svg/freedial.svg) no-repeat left center;
  background-size: 60px;
  font-size: 3.25rem;
  font-weight: bold;

  line-height: 1;
}
.boxServiceBottom01 .tel_area .p02 {
  color: #259950;
  margin:0 15px 0 20px;
}
.boxServiceBottom01 .tel_area .p02 small {
  display: block;
  font-size: 13px;
}
.boxServiceBottom01 .tel_area .p02 a {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1;
}
.boxServiceBottom01 .tel_area .p03 {
  font-family: "Oswald","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;;
}
.boxServiceBottom01 .tel_area .p03 > small {
  display: block;
  font-size: 13px;
}
.boxServiceBottom01 .tel_area .p03 > span {
  font-size: 23.46px;
  font-weight: 400;
}
.boxServiceBottom01 .tel_area .p03 span small {
  font-size: 15.64px;
}
.boxServiceBottom01 .tel_area .p03 > span span {
  font-size: 16.62px;
}
.boxServiceBottom02Wrap {
  padding: 80px 0;
  background-color: #edeeef;
}
.boxServiceBottom02 .ttl {
  font-size: 4.375rem;
  text-align: center;
  font-weight: bold;
  background: linear-gradient(
    to bottom,
    #0b5b29 0%,
    #0b5b29 60%,
    #58b530 40%,
    #58b530 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
  margin-bottom: 0.5em;
}
.boxServiceBottom02 .lead {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1.8em;
}
.boxServiceBottom02 .box_wrap {
  display: flex;
  flex-wrap: wrap;
}
.boxServiceBottom02 .box_wrap .box {
  width: 32%;
  margin-left: 2%;
}
.boxServiceBottom02 .box_wrap .box:nth-of-type(3n+1) {
  margin-left: 0;
}
.boxServiceBottom02 .box_wrap .box:nth-child(n+4) {
  margin-top: 28px;
}
.boxServiceBottom02 .box_wrap .box .wrap {
  background-color: #fff;
  border-radius: 10em;
  height: 64px;
  position: relative;
  padding-left: 77px;
  display: flex;
  align-items: center;
}
.boxServiceBottom02 .box_wrap .box .wrap {

}
.boxServiceBottom02 .box_wrap .box .wrap:after {
    content: "";
    width: 5px;
    height: 5px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
.boxServiceBottom02 .box_wrap .box .wrap:before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 10em;
    background-color: #259950;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}
.boxServiceBottom02 .box_wrap .box .title {
  font-size: 1.375rem;
  font-weight: 800;
}
.boxServiceBottom02 .box_wrap .box a .num {
  width: 64px;
  height: 64px;
  font-weight: bold;
  font-size: 8px;
  color: #fff;
  background-color: #259950;
  border-radius: 10em;
  position: absolute;
  left: 0;
  text-align: center;
  padding-top: 10px;
}
.boxServiceBottom02 .box_wrap .box a .num span {
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
.boxServiceBottom02 .box_wrap .box a p {
  padding: 20px 0 0 35px;
}
.boxServiceBottom02 .box_wrap .box02 a .num,
.boxServiceBottom02 .box_wrap .box02 .wrap:before {
  background-color: #16ade1;
}
.boxServiceBottom02 .box_wrap .box03 a .num,
.boxServiceBottom02 .box_wrap .box03 .wrap:before {
  background-color: #f9953c;
}
.boxServiceBottom02 .box_wrap .box04 a .num,
.boxServiceBottom02 .box_wrap .box04 .wrap:before {
  background-color: #e9536b;
}
.boxServiceBottom02 .box_wrap .box05 a .num,
.boxServiceBottom02 .box_wrap .box05 .wrap:before {
  background-color: #836dad;
}
.boxServiceBottom02 .box_wrap .box06 a .num,
.boxServiceBottom02 .box_wrap .box06 .wrap:before {
  background-color: #256bc2;
}
.boxServiceBottom02Wrap {
  margin-bottom: -8em;
}
/*引越サービス*/
.boxMovePlan01 .boxFlexContent01 {
  display: block;
}
.boxMovePlan01 .boxFlexContent01 .cont {
  width: 100%;
  padding: 0;
}
.boxMovePlan01 .boxFlexContent01 .cont .ttl01 {
  color: #000;
}
.boxMovePlan01.boxKomattakamo01 .cont .dl_wrap dt {
  background-color: #259950;
}
.boxMovePlan01.boxKomattakamo01 .cont .dl_wrap dd {
  display: flex;
  align-items: center;
}
.boxMovePlan01 .cont .dl_wrap dl:nth-of-type(2) li {
  padding: 0;
}
.boxMovePlan01 .cont .dl_wrap dl:nth-of-type(2) li:before {
  content: none;
}
.boxMovePlan01.boxKomattakamo01 .cont .dl_wrap .dl01 dd span:nth-of-type(1) {
  font-weight: bold;
  color: #259950;
  font-size: 1.625rem;
}
.boxMovePlan01.boxKomattakamo01 .cont .dl_wrap .dl01 dd span:nth-of-type(2) {
  font-size: 1rem;
  display: flex;
  align-items: center;
}
.boxMovePlan01.boxKomattakamo01 .cont .dl_wrap .dl01 dd span:nth-of-type(2):before {
  content: "";
  background-color: #cccccc;
  width: 1px;
  height: 1em;
  margin: 4px 17px 0 17px;
}
.boxMovePlan01.boxKomattakamo01 .cont .dl_wrap .dl02 dd > span {
  font-weight: bold;
  color: #259950;
  font-size: 1.625rem;
  width: auto;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.boxMovePlan01.boxKomattakamo01 .cont .dl_wrap .dl02 dd > span > span {
  color: #e60012;
  width: auto;
}
.boxMovePlan01.boxKomattakamo01 .cont .dl_wrap .dl02 dd > span:after {
  content: "";
  background-color: #cccccc;
  width: 1px;
  height: 2em;
  margin: 4px 17px 0 17px;
}
.boxMovePlan01.boxKomattakamo01 .cont .dl_wrap .dl02 ul {
  margin: 0;
}
.boxMovePlan02 .lead {
  text-align: center;
  line-height: 1.77;
  margin-bottom: 45px;
}
.boxMovePlan02 .lead > span {
  color: #e60012;
}
.boxMovePlan02 .lead > span > span {
  text-decoration: underline;
  text-underline-offset: 8px;
}
.boxMovePlan02 {
}
.boxMovePlan02 .box_wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.boxMovePlan02 .box_wrap .box {
  width: 30.763%;
}
.boxMovePlan02 .box_wrap .box:after {
  content: "";
  width: 1px;
  height: calc(100% - 20px);
  background-color: #ccc;
  position: absolute;
  left: 32.69075%;
  top: 20px;
  z-index: 1;
}
.boxMovePlan02 .box_wrap .box:nth-of-type(2):after {
  right: 32.69075%;
  left: auto;
}
.boxMovePlan02 .box_wrap .box:nth-of-type(3):after {
  content: none;
}
.boxMovePlan02 .box_wrap .box .img {
  margin-bottom: 35px;
}
.boxMovePlan02 .box_wrap .box .img .p01 {
  color: #ff7f2e;
  font-weight: 800;
  font-size: 2.75rem;
  text-align: center;
  line-height: 1;
  margin: 35px 0 30px 0;
}
.boxMovePlan02 .box_wrap .box .img .p02 {
  text-align: center;
}
.boxMovePlan02 .box_wrap .box .ttl01 {
  font-weight: bold;
  font-size: 1.375rem;
  color: #fff;
  background-color: #259950;
  border-radius: 9px;
  padding: 0.65em 0;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  text-align: center;
  text-indent: 100%;
  white-space:nowrap;
  overflow:hidden;
  z-index: 2;
}
.boxMovePlan02 .box_wrap .box:nth-of-type(1) .ttl01 {
    width: 300%;
}
.boxMovePlan02 .box_wrap .box:nth-of-type(2) .ttl01 {
  width: 100%;
  z-index: 2;
  text-indent: 0;
}
.boxMovePlan02 .box_wrap .box:nth-of-type(1) ul {
  padding-left: 20px;
}
.boxMovePlan02 .box_wrap .box:nth-of-type(3) ul {
  padding-right: 20px;
}
.boxMovePlan02 .box_wrap .box ul li {
  padding-left: 20px;
  position: relative;
  line-height: 1.6;
}
.boxMovePlan02 .box_wrap .box ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #e9536b;
  position: absolute;
  left: 0;
  top: 0.65em;
  border-radius: 10em;
}
.boxMovePlan02 .box_wrap .box ul li:nth-child(n+2) {
  margin-top: 0.8em;
}
.txt_red {
  color: #e60012;
}
.boxMovePlan02 .box_wrap .box .ttl02 {
  font-weight: bold;
  font-size: 1.25rem;
  text-align: center;
  padding: 13px 0;
  border-radius: 8px;
  background-color: #e7e7e7;
  margin-top: 35px;
  text-indent: 100%;
  white-space:nowrap;
  overflow:hidden;
  position: relative;
  z-index: 1;
}
.boxMovePlan02 .box_wrap .box:nth-of-type(1) .ttl02 {
    width: 300%;
}
.boxMovePlan02 .box_wrap .box:nth-of-type(2) .ttl02 {
  width: 100%;
  z-index: 2;
  text-indent: 0;
}
.boxMovePlan02 .box_wrap .box .ul02 {
  padding: 18px 20px 0 0;
  position: relative;
  z-index: 1;
}
.boxMovePlan02 .box_wrap .box:nth-of-type(1) .ul02 {
  padding-left: 20px;
}
.boxMovePlan02 .boxbg_last_ul {
  background-color: #f4f4f4;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 28px 0 18px 0;
  z-index: -1;
}
.boxMovePlan02Wrap {
  padding-bottom: 100px;
}
.boxMovePlan02 .box_wrap .box:nth-of-type(2) .img .p01 {
  color: #58b530;
}
.boxMovePlan02 .box_wrap .box:nth-of-type(2) ul li:before {
  background-color: #58b530;
}
.boxMovePlan02 .box_wrap .box:nth-of-type(3) .img .p01 {
  color: #18a0cd;
}
.boxMovePlan02 .box_wrap .box:nth-of-type(3) ul li:before {
  background-color: #18a0cd;
}
.plan-table {
  background: #e9f9d8;
  padding: 20px;
  font-family: "Noto Sans JP", sans-serif;
}

.plan-header,
.plan-row {
  display: grid;
  grid-template-columns: 140px repeat(8, 1fr);
}

.plan-header {
  margin-bottom: 10px;
}

.plan-header__blank {
  background: transparent;
}

.plan-header__item {
  background: #fff;
  border-radius: 14px;
  padding: 12px 8px;
  margin: 4px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
}

.plan-header__item small {
  font-weight: 400;
  font-size: 12px;
}

/* プラン名 */
.plan-name {
  border-radius: 12px;
  padding: 14px 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin: 4px;
}

.plan-name--easy {
  background: #fff8b0;
  color: #ff7a00;
}

.plan-name--standard {
  background: #c9f4b6;
  color: #2f8f2f;
}

.plan-name--save {
  background: #c9f7f7;
  color: #0b8aa5;
}

/* セル */
.plan-cell {
  background: #fff;
  border-radius: 10px;
  margin: 4px;
  padding: 12px 8px;
  text-align: center;
  font-size: 14px;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plan-cell--staff {
  background: #5dbb2f;
  color: #fff;
  font-weight: 700;
}

.plan-cell--staff span {
  line-height: 1.4;
}

/* 状態別 */
.customer {
  background: #eee;
  color: #555;
  font-weight: 600;
}

.staff {
  background: #4caf50;
  color: #fff;
  font-weight: 700;
}

.note {
  background: #1da7c7;
  color: #fff;
  font-weight: 700;
}

.note small {
  display: block;
  font-size: 12px;
  margin-top: 4px;
}
.boxMovePlan03Wrap {
  background-color: #f0ffdb;
  padding-bottom: 70px;
  position: relative;
}
.boxMovePlan03Wrap:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 75px solid transparent;
    border-left: 75px solid transparent;
    border-top: 64px solid #f0ffdb;
    border-bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -63px;
}
.boxMovePlan03 .box01 {
  display: flex;
}
.boxMovePlan03 .box01 .item.blank {
  width: 174px;
}
.boxMovePlan03 .box01 .item {
  width: calc((100% - 174px) / 8);
  padding: 0;
  text-align: center;
}
.boxMovePlan03 .box01 .item a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 1rem;
  pointer-events: none;
}
/*
.boxMovePlan03 .box01 .item a:before {
content: "";
    width: 32px;
    height: 33px;
    background: url(../../images/moveplan/ico-loupe.png) no-repeat left top;
    background-size: auto;
    border-bottom-right-radius: 1rem;
    position: absolute;
    right: 7px;
    bottom: -1px;
    opacity: 1;
    z-index: 1;
}
*/
.boxMovePlan03 .box01 .item img {
  border-radius: 1rem;
}
.boxMovePlan03 .box01 .item p {
  font-size: 1.25rem;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  position: relative;
}
.boxMovePlan03 .box01 .item p:before {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #b1b1b1;
    position: absolute;
    left: -1px;
    top: 0;
}
.boxMovePlan03 .box01 .item p small {
  font-size: 0.8em;
  display: block;
}
.boxMovePlan03 .box02 {
  display: flex;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
}
.boxMovePlan03 .box02 .item.item_title {
  width: 174px;
}
.boxMovePlan03 .box02 .item.item_title > div {
  color: #ff7f2e;
  font-size: 2.125rem;
  text-align: center;
  padding: 40px 0;
  background-color: #feffb9;
  border-radius: 8px;
  font-weight: 800;
}
.boxMovePlan03 .box02 .item.item_title small {
  font-size: 0.588em;
  display: block;
}
.boxMovePlan03 .box02 .item {
  width: calc((100% - 174px) / 8);
  position: relative;
}
.boxMovePlan03 .box02 .item > img {
  width: 55px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 30px;
  z-index: 1;
}
.boxMovePlan03 .box02 .item .p01 {
  font-size: 0.9375rem;
  color: #e60012;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 0.9375rem;
}
.boxMovePlan03 .box02 .bar01 {
  height: 43px;
  width: calc(97% - 174px);
  background-color: #58b530;
  border-radius: 10em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 174px;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
}
.boxMovePlan03 .box02 .bar01 span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 71px;
  height: 71px;
  border-radius: 10em;
  background-color: #58b530;
  overflow: hidden;
  padding: 25px 0 0 5px;
}
.boxMovePlan03 .box02 .bar01 span img {
  width: 46px;
}
.boxMovePlan03 .box03 {
  background-color: transparent;
}
.boxMovePlan03 .box03 .item.item_title > div {
  color: #259950;
  background-color: #cdffb6;
}
.boxMovePlan03 .box04 .item.item_title > div {
  color: #18a0cd;
  background-color: #cbfff7;
}
.boxMovePlan03 .box02 .item .p02 span{
  border-radius: 10em;
  background-color: #cccccc;
  color: #333333;
  width: 117px;
  height: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 16px;
  padding-bottom: 1px;
  margin: auto;
}
.boxMovePlan03 .box02 .item .p02 img {
  width: 67px;
  margin-bottom: 8px;
}
.boxMovePlan03 .box02 .item .p02 {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  text-align: center;
}
.boxMovePlan03 .box03 .bar01 {
        width: calc(74% - 174px);
}
.boxMovePlan03 .box02 .item .p04 {
  text-align: center;
  margin-top: 20px;
}
.boxMovePlan03 .box02 .item .p04.w200 {
  width: 190%;
  position: absolute;
  z-index: 1;
}
.boxMovePlan03 .box02 .item .p04 img{
}
.boxMovePlan03 .box02 .item .p04 span:nth-of-type(1) {
  font-size: 0.9375rem;
  color: #e60012;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 0;
}
.boxMovePlan03 .box02 .item .p04 span:nth-of-type(2) {
  border-radius: 10em;
  background-color: #18a0cd;
  color: #fff;
  width: 90%;
  height: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  font-size: 16px;
  padding-bottom: 1px;
  margin: auto;
}
.boxMovePlan03 .item {
  padding: 8px;
}
.boxMovePlan03 .box02 .item.item_title {

}
.boxMovePlan03 .item:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #b1b1b1;
  position: absolute;
  right: 0;
  top: 0;
}
.boxMovePlan03 .item:last-child:after {
  content: none;
}
.boxMovePlan03 .box02 .item:nth-of-type(9):after {
  content: none;
}
.boxMovePlan03 .box02 .item .p02 span.green {
  background-color: #58b530;
  color: #fff;
}
.boxMoveAction01Wrap {
  padding: 100px 0;
}
.boxMoveAction01 {
  max-width: 1200px;
  font-size: 16px;
}
.boxMoveAction01 .box01 {
  display: flex;
  margin: 0 0 20px 0;
}
.boxMoveAction01 .box01 .p01 {
  font-size: 1.9375em;
  font-weight: 800;
  width: 450px;
}
.boxMoveAction01 .box01 .p01 span {
  font-size: 1.1876em;
}
.boxMoveAction01 .box01 .p01 span:nth-of-type(2) {
  position: relative;
}
.boxMoveAction01 .box01 .p01 span:nth-of-type(2):before {
  content: '●　●';
  color: #e60012;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 15px;
  text-align: center;
}
.boxMoveAction01 .box01 .p02 {
  font-size: 1.375rem;
  font-weight: 800;
  color: #259950;
  padding: 8px 10px 8px 20px;
  background-color: #edeeef;
  border-radius: 8px;
  width: calc(100% - 450px);
  
}
.boxMoveAction01 .box01 .p02 span {
  font-size: 1.159em;
}
.boxMoveAction01 .box02 {
  display: flex;
  margin-bottom: 44px;
}
.boxMoveAction01 .box02 .bnr {
  width: 666px;
  display: flex;
  justify-content: space-between;
}
.boxMoveAction01 .box02 .bnr a {
}
.boxMoveAction01 .box02 .bnr a img {
  border-radius: 20px;
}
.boxMoveAction01 .box02 .tel {
  width: calc(100% - 666px);
  margin-left: auto;
  padding-left: 34px;
  position: relative;
}
.boxMoveAction01 .box02 .tel:after {
  content: "";
  width: 236px;
  height: 207px;
  background: url(../../images/moveplan/boxBnr-img00.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 10px;
  bottom: 0;
}
.boxMoveAction01 .box02 .tel .t01.alpha {
  margin-bottom: 10px;
}
.boxMoveAction01 .box02 .tel .t01.alpha a {
  padding-left: 65px;
  padding-bottom: 6px;
  background: url(../../images/common/svg/freedial.svg) no-repeat left center;
  background-size: 53px;
  font-size: 2.875rem;
  font-weight: bold;
  line-height: 1;
}
.boxMoveAction01 .box02 .tel .t02 {
  display: flex;
}
.boxMoveAction01 .box02 .tel .t02 span {
  width: 126px;
  background: url(../../images/moveplan/bg-yellow.png) no-repeat left center;
  background-size: contain;
  color: #259950;
  font-size: 12.91px;
  font-weight: bold;
  padding: 13px 0 0 7px;
}
.boxMoveAction01 .box02 .tel .t02 .alpha {
  font-size: 2em;
  font-weight: bold;
  color: #259950;
  margin-left: 10px;
}
.boxMoveAction01 .box02 .tel .t03 {
  border-radius: 10em;
  font-size: 1.1em;
  background-color: #c7edff;
  padding: 8px 7em 8px 1.2em;
  text-align: center;
}
.boxMoveAction01 .box03 {
  display: flex;
  border-radius: 1rem;
  background-color: #fffcca;
  justify-content: center;
}
.boxMoveAction01 .box03 .p01 {
  padding: 30px 0 20px 27px;
}
.boxMoveAction01 .box03 .p01 div:nth-of-type(1) {
  font-size: 1.5625rem;
  color: #3b1d11;
  font-weight: bold;
}
.boxMoveAction01 .box03 .p01 div span {
  font-weight: 800;
  color: #e60012;
}
.boxMoveAction01 .box03 .p01 div:nth-of-type(2) {
  color: #333333;
  margin-top: 1em;
}
.boxMoveAction01 .box03 .p02 {
  margin: 0 auto;
  padding-bottom: 10px;
}
.boxMoveAction01 .box03 .p02 img {
}
.boxMoveAction01 .box03 .p03 {
  width: 326px;
  padding: 24px 16px 18px 0;
}
.boxMoveAction01 .box03 .p03 div:nth-of-type(1) {
  background-color: #fff;
  border-radius: 10em;
  color: #259950;
  font-size: 0.9375rem;
  text-align: center;
  width: 95%;
  margin: 0 auto;
  padding: 5px 0;
}
.boxMoveAction01 .box03 .p03 div:nth-of-type(2) {
  margin: 0.8em 0 1em 0;
  text-align: center;
}
.boxMoveAction01 .box03 .p03 .btnBase01 a {
  width: 100%;
  font-size: 0.95rem;
}
.boxMovePlan04.boxKomattakamo02 .box_wrap .box .ttl:before {
  background-color: #bee2ae;
}
.boxMovePlan04.boxKomattakamo02 .box_wrap .box .ttl:after {
  background-color: #58b530;
}
.boxMovePlan04.boxKomattakamo02 .box_wrap .box dl {
  display: flex;
  margin-top: 24px;
}
.boxMovePlan04.boxKomattakamo02 .box_wrap .box dl dt {
  color: #fff;
  font-size: 0.9375rem;
  font-weight: bold;
  background-color: #58b530;
  border-radius: 10em;
  padding: 1px 0 2px 0;
  width: 56px;
  text-align: center;
}
.boxMovePlan04.boxKomattakamo02 .box_wrap .box dl dd {
  width: calc(100% - 52px);
  padding-left: 10px;
}
.boxMovePlan04.boxKomattakamo02 .box_wrap .box .sub {
  font-size: 0.9375rem;
  margin-top: 0.6em;
}
.boxMovePlan04.boxKomattakamo02 .box_wrap .box .i01 {
  color: #e60012;
}.boxMovePlan04.boxKomattakamo02 .box_wrap .box .i02 {
  color: #0588d5;
}.boxMovePlan04.boxKomattakamo02 .box_wrap .box .i03 {
  color: #0588d5;
}
.boxMovePlan04Wrap {
    background-color: #fff;
    padding-bottom: 70px;
    position: relative;
}
.boxMovePlan04Wrap:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 75px solid transparent;
    border-left: 75px solid transparent;
    border-top: 64px solid #fff;
    border-bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -63px;
}
.boxKomattakamo02.boxMovePlan04 .box_wrap .box {
  margin: 0 0 0 1.866% !important;
}
.boxKomattakamo02.boxMovePlan04 .box_wrap .box:nth-child(n+5) {
  margin-top: 40px !important;
}
.boxKomattakamo02.boxMovePlan04 .box_wrap .box:nth-of-type(4n+1) {
  margin-left: 0 !important;
}
.boxKomattakamo02.boxMovePlan04 .ttlBaseH301 {
  color: #0b5b29;
}
.boxKomattakamo02.boxMovePlan04 .ttlBaseH301 h3:before {
  background-color: #58b530;
}
.boxKomattakamo02.boxMovePlan04 .box_wrap .box p {
  min-height: 4em;
}
.boxMovePlan04In01 {
}
.boxMovePlan04In01 .ttl01 {
  background: url(../../images/moveplan/txt-free.png) no-repeat 10px center;
  background-color: #259950;
  border-radius: 1rem;
  padding: 30px 38px 30px 150px;
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 45px;
  margin-top: 45px;
  font-size: 1.625rem;
}
.boxMovePlan04In01 .ttl02 {
  color: #259950;
  padding-left: 19px;
  font-size: 1.375rem;
  font-weight: 800;
  margin-bottom: 0.8em;
}
.boxMovePlan04In01 .lead {
  padding-left: 19px;
  margin-bottom: 2em;
}
.boxMovePlan04In01 .flex_wrap {
  display: flex;
  flex-wrap: wrap;
}
.boxMovePlan04In01 .flex_wrap .item {
  width: 49%;
  display: flex;
  border-radius: 1rem;
  overflow: hidden;
}
.boxMovePlan04In01 .flex_wrap .item:nth-of-type(2n) {
  margin-left: auto;
}
.boxMovePlan04In01 .flex_wrap .item:nth-child(n+3) {
  margin-top: 2%;
}
.boxMovePlan04In01 .flex_wrap .item .img {
  position: relative;
  flex-shrink: 0;
  max-width: 236px;
}
.boxMovePlan04In01 .flex_wrap .item .img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.boxMovePlan04In01 .flex_wrap .item .img .num {
  color: #259950;
  font-weight: 800;
  width: 42px;
  text-align: center;
  position: absolute;
  top: 20px;
  left: 20px;
}
.boxMovePlan04In01 .flex_wrap .item .img .num span {
  font-size: 2.25rem;
  line-height: 1;
  display: block;
  font-weight: bold;
}
.boxMovePlan04In01 .flex_wrap .item .cont {
  padding: 22px 20px 22px 35px;
  background-color: #edeeef;
  display: flex;
  align-items: center;
  width: 100%;
}
.boxMovePlan04In01 .flex_wrap .item .cont .t01 {
  color: #259950;
  font-weight: bold;
  font-size: 1.0625rem;
  display: flex;
  margin-bottom: 10px;
}
.boxMovePlan04In01 .flex_wrap .item .cont .t01 .alpha {
  color: #fff;
  font-weight: bold;
  border-radius: 6px;
  padding: 5px 5px 1px 7px;
  line-height: 1;
  background-color: #259950;
  margin-right: 5px;
  font-size: 0.9rem;
}
.boxMovePlan04In01 .flex_wrap .item .cont .t02 {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 0.8em;
}
.boxMovePlan04In01 .flex_wrap .item .cont p {
  line-height: 1.6;
}
.boxMovePlan04In01 .ttl0102 {
  background-image: url(../../images/moveplan/txt-option.png);
}
.boxMovePlan04 .btn_area {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.boxMovePlan04 .btn_area a {
  min-width: 320px;
  background: none;
  background-color: #edeeef;
  color: #000;
  position: relative;
}
.boxMovePlan04 .btn_area div:nth-of-type(2) {
  margin-left: 2.5rem;
}
.boxMovePlan04 .btn_area a:before {
      content: "";
    width: 20px;
    height: 20px;
    border-radius: 10em;
    background-color: #f9953c;
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
}
.boxMovePlan04 .btn_area div:nth-of-type(2) a:before {
  background-color: #16ade1;
}
.boxMovePlan04 .btn_area a:after {
  content: "";
    width: 5px;
    height: 5px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    right: 26px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}
.boxMoveAction0102Wrap {
  background-color: #f0ffdb;
}
.boxMoveAction0102Wrap .box01 .p02,
.boxMoveAction0102Wrap .box02 .tel .t03 {
  background-color: #fff;
}
.pageMoveplan .boxVoiceS03.boxKomattakamo03 .ttl .en {
  color: #0b5b29;
}
.pageMoveplan .btnBaseText.pink a:before,
.pageMoveplan .boxKomattakamo03 .boxVoiceList01 .box dl dt,
.pageMoveplan .boxKomattakamo04 .boxFaq01 .dl .dt,
.pageMoveplan .boxKomattakamo04 .boxFaq01 .dl .dt > div {
  background-color: #259950;
}
.pageMoveplan .boxKomattakamo04 .boxFaq01 .dl .dd .alpha {
  color: #259950;
}
.pageMoveplan .boxServiceBottom01Wrap {
  display: none;
}
.pageMoveplan .boxKomattakamo04:after {
  content: none;
}
.boxMovePlan04 .ttlBaseH201 {
  margin-top: 0;;
}

/*ひきTRY*/
.boxHikitry01 .boxFlexContent01 .cont .ttl01 {
  color: #fa8319;
}
.boxHikitry01 .boxFlexContent01 .img {
  border-color: #ffe5ac;
  background-color: #fffcc6;
}
.boxHikitry01 .p_wrap {
  display: flex;
}
.boxHikitry01.boxKomattakamo01 .cont .dl_wrap dl:nth-of-type(2) dd {
  display: block;
}
.boxKomattakamo01.boxHikitry01 .dl_wrap .p_wrap .txt_svg01 {
  width: 398px;
}
.boxKomattakamo01.boxHikitry01 .p01 {
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #ccc;
}
.boxKomattakamo01.boxHikitry01 .p02 {
  margin-top: 24px;
  line-height: 1.7;
}
.boxKomattakamo01.boxHikitry01 .p02 > span {
  display: block;
  text-indent: -1em;
  padding-left: 1em;
  width: 100% !important;
}
.boxKomattakamo01.boxHikitry02 .dl_wrap dt {
  background-color: #fa8319;
}
.boxKomattakamo02.boxHikitry02 .ttlBaseH301 h3:before {
  background-color: #fa8319;
}
.boxKomattakamo02.boxHikitry02 .ttlBaseH301 {
  color: #fa8319;
  background-color: #edeeef;
}
.boxKomattakamo02.boxHikitry02 .box_wrap .box {
  width: 19%;
  margin: 0 !important;
}
.boxKomattakamo02.boxHikitry02 .box_wrap .box:nth-child(n+2) {
  margin-left: 1.25% !important;
}
.boxHikitry02 .box_wrap .box .ttl:before {
  background-color: #fdcda3;
}
.boxHikitry02 .box_wrap .box .ttl:after {
  background-color: #fa8319;
}
.boxHikitry02In {
  display: flex;
}
.boxHikitry02In .img {
  width: 38%;
}
.boxHikitry02In .img img {
}
.boxHikitry02In .cont {
  width: 62%;
  padding-left: 3%;
}
.boxHikitry02In .cont .boxBaseCom {
  padding-left: 20px;
}
.boxHikitry02In .cont .boxBaseCom p {
}
.boxHikitry02In .cont dl {
  display: flex;
  margin-top: 45px;}
.boxHikitry02In .cont dl dt {
  width: 140px;
  border-radius: 0.6rem;
  background-color: #fa8319;
  color: #fff;
  font-weight: bold;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em 0;
}
.boxHikitry02In .cont dl dd {
  width: calc(100% - 140px);
  padding: 0.5em 0 0.5em 25px;
}
.boxHikitry02In .cont dl dd ul {
  padding: 5px 0;
}
.boxHikitry02In .cont dl dd ul li {
  padding-left: 20px;
  position: relative;
}
.boxHikitry02In .cont dl dd ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #fa8319;
    position: absolute;
    left: 0;
    top: 0.55em;
    border-radius: 10em;
}
.boxHikitry02In .cont dl dd ul li:nth-child(n+2) {
  margin-top: 0.6em;
}
.boxHikitry01 .cont .dl_wrap dt {
  background-color: #fa8319;
}
.boxHikitry02In02 {
  margin-top: 50px;
  flex-direction: row-reverse;
  margin-bottom: 50px;
}
.boxHikitry02In .ttlBaseH301 {
  margin-top: 0;
}
.boxHikitry02In02 .cont {
  padding: 0 3% 0 0;
}
.pageHikitry .boxVoiceS03.boxKomattakamo03 .ttl .en,
.pageHikitry .boxKomattakamo04 .ttlBaseH202 .en {
  color: #fa8319;
}
.pageHikitry .btnBaseText.pink a:before {
  background-color: #fa8319;
}
.pageHikitry .boxKomattakamo03 .boxVoiceList01 .box dl dt,.pageHikitry .boxKomattakamo04 .boxFaq01 .dl .dt > div,
.pageHikitry .boxKomattakamo04 .boxFaq01 .dl .dt {
  background-color: #fa8319;
}
.pageHikitry .boxKomattakamo04 .boxFaq01 .dl .dd .alpha {
  color: #fa8319;
}
@media only screen and (max-width:750px) {
  .boxMovePlan01 .boxFlexContent01 .cont .ttl01 {
    font-size: 1.6rem;
    line-height: 1.7;
  }
  .boxKomattakamo01 .cont .dl_wrap dl {
    display: block;
  }
  .boxKomattakamo01 .cont .dl_wrap dt {
    font-size: 1rem;
    width: 100%;
    margin-bottom: 0.8em;
  }
  .boxKomattakamo01 .cont .dl_wrap dd {
    width: 100%;
    padding-right: 1em;
  }
  .boxMovePlan01.boxKomattakamo01 .cont .dl_wrap dd {
    display: block;
    padding: 0 1rem;
  }
  .boxKomattakamo01 .cont .dl_wrap dl:nth-child(n+2) {
    margin-top: 1.5rem;
  }
  .boxMovePlan01.boxKomattakamo01 .cont .dl_wrap .dl01 dd span:nth-of-type(2):before {
    content: none;
  }
  .boxMovePlan01.boxKomattakamo01 .cont .dl_wrap .dl01 dd span:nth-of-type(2) {
    margin-top: 0.8em;
  }
  .boxKomattakamo01 .cont .dl_wrap dl:nth-of-type(2) dd {
    display: block;
  }
  .boxMovePlan01.boxKomattakamo01 .cont .dl_wrap .dl02 dd > span {
    font-size: 1.4rem;

  }
  .boxMovePlan01.boxKomattakamo01 .cont .dl_wrap .dl01 dd span:nth-of-type(1) {
    font-size: 1.4rem;
  }
  .boxMovePlan01.boxKomattakamo01 .cont .dl_wrap .dl02 dd > span:after {
    content: none;
  }
  .boxMovePlan01.boxKomattakamo01 .cont .dl_wrap .dl02 ul {
    margin-top: 0.8rem;
  }
  .boxMovePlan02 .ttlBaseH201 {
    margin-top: 0;
  }
  .boxMovePlan02 .box_wrap {
    display: block;
  }
  .boxMovePlan02 .box_wrap .box {
    width: 100%;
  }
  .boxMovePlan02 .box_wrap .box:nth-child(n+2) {
    margin-top: 5rem;
  }
  .boxMovePlan02 .box_wrap .box:after {
    content: none;
  }
  .boxMovePlan02 .box_wrap .box .img .p01 {
    font-size: 2rem;
    margin: 1.3rem 0;
  }
  .boxMovePlan02 .box_wrap .box:nth-of-type(1) .ttl01,
  .boxMovePlan02 .box_wrap .box:nth-of-type(1) .ttl02,
  .boxMovePlan02 .box_wrap .box .ttl01,
  .boxMovePlan02 .box_wrap .box .ttl02 {
    width: 100%;
    text-indent: 0;
    font-size: 1.125rem;
    padding: 8px 0;
  }
  .boxMovePlan02 .boxbg_last_ul {
    display: none;
  }
  .boxMoveAction01 .box01 {
    display: block;
  }
  .boxMoveAction01 .box01 .p01 {
    width: 100%;
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 0.7em;
  }
  .boxMoveAction01 .box01 .p02 {
    width: 100%;
    padding: 1em 0.8em;
    text-align: center;
    font-size: 1.1rem;
  }
  .boxMoveAction01 .box02 {
    display: block;
    margin-bottom: 0;
  }
  .boxMoveAction01 .box02 .bnr {
    width: 100%;
  }
  .boxMoveAction01 .box02 .bnr a {
    width: 49%;
  }
  .boxMoveAction01 .box02 .tel {
    width: 100%;
    padding-left: 0;
    margin-top: 2rem;
  }
  .boxMoveAction01 .box02 .tel:after {
    content: none;
  }
  .boxMoveAction01 .box02 .tel .t01.alpha a {
    display: block;
    width: 90%;
    white-space: nowrap;
    margin: auto;
  }
  .boxMoveAction01 .box02 .tel .t02 {
    justify-content: center;
  }
  .boxMoveAction01 .box02 .tel .t03 {
    margin-top: 1rem;
    padding: 8px 0;
  }
  .boxMoveAction01 .box03 {
    flex-wrap: wrap;
    margin-top: 1.5rem;
  }
  .boxMoveAction01 .box03 .p01 {
     order: 2;
     text-align: center;
     padding: 0;
     margin-top: 1.5rem;
  }
    .boxMoveAction01 .box03 .p02 {
     order: 1;
     padding: 0 1rem;
     margin: 0 auto -0 auto;
  }
  .boxMoveAction01 .box03 .p03 div:nth-of-type(2) {
    font-size: 1rem;
  }
    .boxMoveAction01 .box03 .p03 {
     order: 3;
     padding: 0 1rem;
     margin: 1.5rem 0;
  }
  .boxMoveAction01Wrap {
    padding: 70px 0;
  }
  .boxKomattakamo02 .box_wrap {
    display: block;
  }
  .boxKomattakamo02.boxMovePlan04 .box_wrap .box {
    width: 90%;
    margin: 0 auto !important;
  }
  .boxKomattakamo02.boxMovePlan04 .box_wrap .box:nth-child(n+2) {
    margin-top: 3.5rem !important;
  }
  .boxKomattakamo02.boxMovePlan04 .box_wrap .box:nth-of-type(4n+1) {
    margin-left: auto !important;
  }
  .boxKomattakamo02.boxMovePlan04 .box_wrap .box p {
    min-height: inherit;
  }
  .ttlBaseH301 h3:before {
    top: 0.4em !important;
  }
  .boxMovePlan04In01 .ttl01 {
    padding: 3vw 5vw 3vw 27vw;
    font-size: 1.25rem;
    color: #fff;
    margin-bottom: 1.5em;
    margin-top: 45px;
    font-size: 1.3rem;
    background-size: 22vw;
  }
  .boxMovePlan04In01 .flex_wrap {
    display: block;
  }
  .boxMovePlan04In01 .flex_wrap .item {
    width: 100%;
    display: block;
  }
  .boxMovePlan04In01 .flex_wrap .item .img {
    max-width: inherit;
    height: 55vw;
  }
  .boxMovePlan04In01 .flex_wrap .item:nth-child(n+2) {
    margin-top: 2.5rem;
  }
  .boxMovePlan04In01 .flex_wrap .item .cont {
    padding: 1.5rem 1rem;
  }
  .boxMovePlan04In01 .flex_wrap .item .cont .t02 {
    font-size: 1.4rem;
  }
  .boxMovePlan04In01 .ttl02 {
    padding-left: 0;
  }
  .boxMovePlan04In01 .lead {
    padding-left: 0;
  }
  .boxMovePlan04 .btn_area {
    display: block;
  }
  .boxMovePlan04 .btn_area div {
    text-align: center;
  }
  .boxMovePlan04 .btn_area div:nth-of-type(2) {
    margin: 1rem 0 0 0;
  }
  .boxVoiceS03 .ttl {
    display: block;
  }
  .boxVoiceS03 .ttl .ja {
    display: block;
    margin: 0.5em 0 0 0;
  }
  .boxVoiceS03 .ttl .btnBaseText {
    top: 1.5em;
  }
  .boxVoiceList01 {
    display: block;
  }
  .boxVoiceList01 .box {
    width: 100%;
    margin: 0 !important;
  }
  .boxVoiceList01 .box:nth-child(n+2) {
    margin-top: 2.5rem !important;
  }
  .boxVoiceList01 .box .text {
    height: auto;
  }
  .boxKomattakamo03Wrap,.boxKomattakamo04Wrap {
    padding: 70px 0;
  }
  .boxKomattakamo04 .ttlBaseH202 {
    margin-top: 0;
  }
  .boxKomattakamo04 .box_wrap {
    display: block;
  }
  .boxKomattakamo04 .box_wrap .boxFaq01 {
    width: 100%;
    margin: 0 !important;
  }
  .boxKomattakamo04 .box_wrap .boxFaq01:nth-child(n+2) {
    margin-top: 3.5rem !important;
  }
  .boxKomattakamo04 .box_wrap .boxFaq01 .dd p.ddP {
    padding-top: 0;
  }
  .boxServiceBottom02 .box_wrap .box {
    width: 100%;
    margin: 0 !important;
  }
  .boxServiceBottom02 .box_wrap .box:nth-child(n+2) {
    margin-top: 2rem !important;
  }
  .boxServiceBottom02 .lead {
    font-size: 1rem;
  }
  .boxServiceBottom02Wrap {
    padding-bottom: 5rem;
    margin-bottom: -5rem;
  }
  /* 横スクロール全体 */
  .scroll_wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* 横に並べる */
  .scroll_wrap > div {
    display: flex;
    flex-wrap: nowrap;
    width: max-content; /* 重要 */
  }

  /* 各セルを縮ませない */
  .scroll_wrap .item {
    flex: 0 0 auto;   /* ← 最重要 */
    min-width: 160px; /* 必要に応じて調整 */
  }
  .boxMovePlan03 .box02 .item.item_title {

  }
  .boxMovePlan03 .box02 .item.item_title > div {
    font-size: 1.6rem;
  }
  .boxKomattakamo02 .box_wrap .box .img {
    margin-bottom: 1rem;
  }
  .boxKomattakamo02 .box_wrap .box .ttl {
    font-size: 1.3rem;
    margin-bottom: 0.8em;
  }
  .boxKomattakamo02 .box_wrap .box .ttl:before {
    top: 0.35em;
  }
  .boxKomattakamo02 .box_wrap .box .ttl:after {
    top: 0.5em;
  }
  .boxMovePlan04In01 .flex_wrap .item .img .num {
    left: 7vw;
  }
  .boxFlexContent01 {
    display: block;
  }
  .boxFlexContent01 .cont {
    width: 100%;
    padding: 0;
    margin-bottom: 3.5rem;
  }
  .boxHikitry01 .boxFlexContent01 .cont .ttl01 {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .boxKomattakamo01.boxHikitry01 .cont .p01 {
    padding: 0;
    margin: 0.8em 0 0 0;
    display: block;
  }
  .boxKomattakamo01.boxHikitry01 .cont .p01 br {
    display: none;
  }
  .boxHikitry01 .p_wrap {
    display: block;
  }
  .boxHikitry01 .boxFlexContent01 .img {
    width: 100%;
    padding: 2rem 0
  }
  .pageEstate .boxHikitry01 .boxFlexContent01 .img {
    padding: 0;
  }
  .boxHikitry01 .boxFlexContent01 .img img {
    transform: translateX(5%);
    width: 90%;
  }
  .boxKomattakamo02 .ttlBaseH201 {
    margin-top: 0;
  }
  .boxHikitry02In {
    display: block;
    margin-bottom: 0;
  }
  .boxHikitry02In .img {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .boxHikitry02In .cont {
    width: 100%;
    padding: 0;
  }
  .boxHikitry02In .cont .boxBaseCom {
    padding-left: 0;
  }
  .boxHikitry02In .cont dl {
    display: block;
  }
  .boxHikitry02In .cont dl dt {
    width: 100%;
    font-size: 1.125rem;
    margin-bottom: 1rem;
    padding: 0.6em 0;
  }
  .boxHikitry02In .cont dl dt br {
    display: none;
  }
  .boxHikitry02In .cont dl dd {
    width: 100%;
    padding: 0;
  }
  .boxKomattakamo02.boxHikitry02 .box_wrap .box {
    width: 100%;
    overflow: hidden;
  }
  .boxKomattakamo02.boxHikitry02 .box_wrap .box:nth-child(n+2) {
    margin-top: 2.5rem;
  }
  .boxKomattakamo02.boxHikitry02 .box_wrap .box .img {
    float: left;
    width: 32%;
    margin-bottom: 0;
  }
  .boxKomattakamo02.boxHikitry02 .box_wrap .box .ttl,
  .boxKomattakamo02.boxHikitry02 .box_wrap .box p {
    width: 64%;
    float: right;
   }
  .boxKomattakamo02.boxHikitry02 .box_wrap .box .ttl {
    font-size: 1.125rem;
  }
  .boxKomattakamo02.boxHikitry02 .box_wrap .box p {
    min-height: auto;/*6em;*/
  }
  .boxKomattakamo02Wrap {
    padding-bottom: 70px;
  }
  .boxServiceBottom01 .ttl {
    font-size: 1.6rem;
  }
  .boxServiceBottom01 .btn_area {
    display: block;
  }
  .boxServiceBottom01 .btn_area .btn03 {
    margin: 1rem 0 0 0;
  }
  .boxServiceBottom01 .tel_area {
    display: block;
    margin-top: 1rem;
  }
  .boxServiceBottom01 .tel_area .p02 a {
    font-size: 2.2rem;
  }
  .boxServiceBottom01 .tel_area .p02 {
    text-align: center;
    margin-top: 0.5rem;
  }
  .boxServiceBottom01 .tel_area .p03 {
    text-align: center;
    margin-top: 0.5rem;
  }
  .boxServiceBottom01 .btn_area a {
    width: 100%;
  }
  .boxFlexContent01 .cont .ttl01 {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .boxKomattakamo01 .cont .dl_wrap dl:nth-of-type(2) span:not(.txt_red) {
    display: block;
  }
  .pageMoveplan .boxKomattakamo01 .cont .dl_wrap dl:nth-of-type(2) span {
    display: inline;
  }
  .boxKomattakamo01 .cont .dl_wrap dl:nth-of-type(2) ul {
    margin: 1rem 0 0 0;
  }
  .boxFlexContent01 .img {
    width: 100%;
  }
  .pageHikitry .boxKomattakamo01 .boxFlexContent01 .img {
    padding: 0;
  }
  .boxKomattakamo01 .boxFlexContent01 .img img {
    width: 90%;
    padding: 2rem 0;
    text-align: center;
  }
  .pageHikitry .boxKomattakamo01 .boxFlexContent01 .img img {
    margin: -2.0em 0;
    padding: 0;
    transform: none;
  }
  .boxKomattakamo02 .box_wrap .box {
    width: 90%;
    margin: 0 auto !important;
  }
  .boxKomattakamo02 .box_wrap .box:nth-child(n+2) {
    margin-top: 2.0rem !important;
  }
  .boxKomattakamo02 .box_wrap .box.box02 {
    width: 90%;
  }
  .boxMoive01 .boxMovieLead {
    padding-bottom: 0;
  }
  .boxMoive02 .box .ttl01 {
    display: block;
    margin-bottom: 2em;
    padding: 20px 15px 20px 90px;
  }
  .boxMoive02 .box .ttl01 .p02:before {
    margin: 1px 5px 0 0;
  }
  .boxMoive02 .box .box_wrap {
    display: block;
  }
  .boxMoive02 .box .box_wrap .movie-wrap {
    width: 100%;
  }
  .boxMoive02 .box .box_wrap .cont {
    width: 100%;
    padding: 0;
    margin-top: 2rem;
  }
  .boxMoive02 .box .box_wrap .cont .ttl02 {
    font-size: 1.4rem;
  }
  .boxMoive02 .box .box_wrap .btnBase01 {
    text-align: center;
  }
  .boxMoive02Wrap {
    padding-bottom: 5rem;
  }
  .boxMoive03 .box_wrap {
    display: block;
  }
  .boxMoive03 .box_wrap .item {
    width: 100%;
    margin: 0 !important;
  }
  .boxMoive03 .box_wrap .item:nth-child(n+2) {
    margin-top: 2.5rem !important;
  }
  .boxMoive03Wrap {
    padding-bottom: 5rem;
  }
  .boxMoive03 .box_wrap .item .meta .p02 {
    padding-top: 4px;
  }
  .boxMoive02 .box .ttl01 .p01 {
    font-size: 1.4rem;
  }
  .boxMovePlan01 .boxFlexContent01 .cont {
    margin-bottom: 0;
  }
  ul.page-numbers {
    padding:0 5%;
  }
  ul.page-numbers > li.liPrev, ul.page-numbers > li.liNext {
    position: absolute;
  }
  ul.page-numbers > li.liPrev {
    left: 5%;
  }
  ul.page-numbers > li.liNext {
    right: 5%;
  }
  
}
.boxMovePlan05Wrap {
  padding: 85px 0 80px 0;
  background: url(../../images/moveplan/bg-campaign.jpg) no-repeat left top;
  background-size: cover;
}
.boxMovePlan05 .ttl {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
  position: relative;
}
.boxMovePlan05 .ttl .en.alpha {
  font-size: 3.4rem;
  color: #09a6da;
  letter-spacing: 0.1em;
}
.boxMovePlan05 .ttl .ja {
  margin-left: 2em;
}
.boxMovePlan05 .ttl .btn {
  position: absolute;
  right: 0;
  top: 0;
}
.boxMovePlan05 .ttl .btn a {
    width: 330px;
    height: 53px;
    border-radius: 10em;
    font-weight: bold;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    background: url(../../images/common/svg/arrow_green02.svg) no-repeat right 18px center;
    background-size: 21px;
    background-color: #fff;
}
.boxMovePlan05 .box_wrap {
  display: flex;
  flex-wrap: wrap;
}
.boxMovePlan05 .box_wrap .box {
  width: 23%;
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  padding-bottom: 20px;
  margin-left: 2.666%;
}
.boxMovePlan05 .box_wrap .box:nth-of-type(4n+1) {
  margin-left: 0;
}
.boxMovePlan05 .box_wrap .box:nth-child(n+5) {
  margin-top: 2.5rem;
}
.boxMovePlan05 .box_wrap .box .img {
  margin-bottom: 17px;
}
.boxMovePlan05 .box_wrap .box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width:751px) {
  .boxMovePlan05 .box_wrap .box .img {
    height: 198px;
  }
}
.boxMovePlan05 .box_wrap .box .date {
  display: flex;
  font-family: "Oswald","Noto Sans JP","游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
  align-items: center;
  margin-bottom: 22px;
}
.boxMovePlan05 .box_wrap .box .date span:nth-of-type(1) {
  width: 66px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  border-bottom-right-radius: 10em;
  border-top-right-radius: 10em;
  color: #fff;
  background-color: #259950;
}
.boxMovePlan05 .box_wrap .box .date span:nth-of-type(2) {
  width: calc(100% - 66px);
  padding-left: 13px;
  font-size: 1.125rem;
}
.boxMovePlan05 .box_wrap .box .title {
  padding: 0 20px;
  font-size: 1.375rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.boxMovePlan05 .box_wrap .box p {
  padding: 0 20px;
}
.boxFormFlow {
  margin-bottom: 65px;
}
.boxFormFlow .ttl {
  font-weight: bold;
  color: #0b5b29;
  font-size: 1.75rem;
  text-align: center;
  margin: 1em;
}
.boxFormFlow .box_wrap {
  display: flex;
  justify-content: center;
}
.boxFormFlow .num {
  width: 53px;
  height: 53px;
  border-radius: 10em;
  background-color: #edeeef;
  color: #424242;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px;
  font-size: 1.2rem;
  padding-left: 1px;
  position: relative;
}
.boxFormFlow .num.active {
  background-color: #fcff00;
  color: #000;
}
.boxFormFlow .num:not(:last-child):after {
  content: "";
  width: 32px;
  height: 1px;
  background-color: #878787;
  position: absolute;
  top: 50%;
  right: -34px;
}
.dlKazoku .boxInput {
  position: relative;
}
.dlKazoku .wpcf7-list-item{
  display: block;
  margin-left: 0;
}
.dlKazoku .wpcf7-list-item:nth-child(n+2) {
  margin-top:1.5em;
}
.dlKazoku .text1 {
  width: 5em;
  position: absolute;
  top: 2.7rem;
  left: 5.5rem;
}.dlKazoku .text2 {
  width: 15em;
  position: absolute;
  top: 5.7rem;
  left: 5.5rem;
}
.wpcf7-submit[value="次へ"],.wpcf7-submit[value="送信する"] {
  font-size: 1.375rem;
  font-weight: 800;
  width: 248px;
  height: 64px;
  line-height: 1;
  border-radius: 10em;
  background-color: #fff100;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 75px auto 0 auto;
  border: none;
  cursor: pointer;
  color: #000;
}
.wpcf7-previous[value="戻る"] {
  font-size: 1.375rem;
  font-weight: 800;
  width: 248px;
  height: 64px;
  line-height: 1;
  border-radius: 10em;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 75px auto 0 auto;
  cursor: pointer;
  color: #8c8c8c;
  border: 2px solid #8c8c8c;
}
.dlKazoku .wpcf7-not-valid-tip {
  margin-top: 1em;
}

.boxConstIn0102 .box_wrap {
  display: flex;
  flex-wrap: wrap;
}
.boxConstIn0102 .box_wrap .box {
  background-color: #f5f5f5;
  border-radius: 16px;
  padding: 20px;
  width: 23.3%;
  margin-left: 2.26666667%;
}
.boxConstIn0102 .box_wrap .box:nth-of-type(4n+1) {
  margin-left: 0;
}
.boxConstIn0102 .box_wrap .box:nth-child(n+5) {
  margin-top: 2.26666667%;
}
.boxConstIn0102 .box_wrap .box .p01 {
  font-weight: bold;
  color: #259950;
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 1em;
}
.boxConstIn0102 .box_wrap .box .img {
  width: 150px;
  height: 150px;
  border-radius: 10em;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13px;
  margin: 0 auto 25px auto;
}
.boxConstIn0102 .box_wrap .box .img img {
  max-width: 100%;
  max-height: 100%;
}
.boxConstIn0102>.box_wrap>.box>.inputArea {
}
.boxConstIn0102>.box_wrap>.box>.inputArea>dl {
  display: flex;
  align-items: center;
}
.boxConstIn0102>.box_wrap>.box>.inputArea>dl:nth-child(n+1) {
  margin-top: 10px;
}
.boxConstIn0102>.box_wrap>.box>.inputArea>dl>dt {
  width: calc(100% - 100px);
}
.boxConstIn0102>.box_wrap>.box>.inputArea>dl>dd {
  width: 100px;
}
.boxConstIn0102>.box_wrap>.box>.inputArea>dl>dd>.number-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.boxConstIn0102>.box_wrap>.box>.inputArea>dl>dd>.number-wrap input[type=text] {
  background-color: #fff;
  width: 2.5em;
  border-radius: 4px;
  border: 1px solid #000;
  padding: 0;
  text-align: center;
}
.boxConstIn0102>.box_wrap>.box>.inputArea>dl>dd>.number-wrap button {
  cursor: pointer;
}
.boxConstIn0102>.box_wrap>.box>.inputArea>dl>dd>.number-wrap>.minus {
  background-color: #259950;
  border-radius: 10em;
  width: 22px;
  height: 22px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  margin-right: 9px;
  flex-shrink: 0;
}
.boxConstIn0102>.box_wrap>.box>.inputArea>dl>dd>.number-wrap>.plus {
  background-color: #259950;
  border-radius: 10em;
  width: 22px;
  height: 22px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  margin-left: 9px;
   flex-shrink: 0;
}
.boxConstIn01 {
  margin-bottom: 5rem;
}
.boxCostFormBtnArea {
  display: flex;
  justify-content: center;

}
.boxCostFormBtnArea .wpcf7-submit[value="次へ"],
.boxCostFormBtnArea .wpcf7-previous[value="戻る"],
.boxCostFormBtnArea .wpcf7-submit[value="送信する"] {
  margin: 0 15px;
}
.wpcf7-spinner {
  display: none !important;
}
.boxConstIn0102 .box_wrap {
  display: none;
  transition: all 0.3s;
}
.boxConstIn0102 .box_wrap.show {
  display: flex;
}
.boxConstIn0102 .toggle_title {
  cursor: pointer;
}
.boxConstIn0102 .toggle_title > div {
  width: 100%;
  position: relative;
}
.boxConstIn0102 .toggle_title > div:after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  position: absolute;
  right: 16px;
  transform: rotate(135deg);
  top: 0.3em;
}
.boxConstIn0102 .toggle_title.show > div:after {
  top: 0.6em;
  transform: rotate(-45deg);
}
.csnkForm.confirm .boxConstIn0102 .toggle_title > div:after {
  content: none;
}
.boxConstIn0102 .box_wrap .box.car-area dl {
  display: block;
}
.boxConstIn0102 .box_wrap .box.car-area dl dt {
  width: 100%;
}
.boxConstIn0102 .box_wrap .box.car-area dl dd {
  width: 100%;
  margin-top: 15px;
}
.boxConstIn0102 .box_wrap .box.car-area dl dd textarea {
  background-color: #fff;
  height: 6em;
}
.boxContactThanks>.img {
  width: 207px;
  margin: 0 auto 30px auto;
}
.boxContactThanks>.img>img {
  width: 100%;
}
.boxContactThanks>.ttl {
  font-size: 1.5rem;
  font-weight: bold;
  color: #0b5b29;
  text-align: center;
  margin-bottom: 1em;
}
.boxContactThanks>.boxBaseCom {
  margin-bottom: 70px;
}
.boxContactThanks>.boxBaseCom.mb50>p {
}
.boxContactThanks>.btnBase02 {
  text-align: center;

}
.boxContactThanks .btnBase02>a {
    background-position: left 20px center;
    justify-content: center;
    padding-right: 1em;
    background-image: url(../../images/common/svg/arrow_green02_left.svg);
}
.wpcf7 form .wpcf7-response-output {
  border: none;
  text-align: center;
  color: #e5151f;
}
.pageTrankroom .boxHikitry01 .boxFlexContent01 .cont .ttl01,
.pageTrankroom .boxKomattakamo02.boxHikitry02 .ttlBaseH301,
.pageTrankroom .boxVoiceS03.boxKomattakamo03 .ttl .en,
.pageTrankroom .boxKomattakamo04 .ttlBaseH202 .e,
.pageTrankroom .boxKomattakamo04 .boxFaq01 .dl .dd .alpha,
.pageTrankroom .boxKomattakamo04 .ttlBaseH202 .en {
  color: #16ade1;
}
.pageTrankroom .boxHikitry01 .cont .dl_wrap dt,
.pageTrankroom .boxKomattakamo02.boxHikitry02 .ttlBaseH301 h3:before,
.pageTrankroom .boxHikitry02In .cont dl dt,
.pageTrankroom .boxHikitry02In .cont dl dd ul li:before,
.pageTrankroom .boxHikitry02 .box_wrap .box .ttl:after,
.pageTrankroom .btnBaseText.pink a:before,
.pageTrankroom .boxKomattakamo03 .boxVoiceList01 .box dl dt, 
.pageTrankroom .boxKomattakamo04 .boxFaq01 .dl .dt > div,
.pageTrankroom .boxKomattakamo04 .boxFaq01 .dl .dt {
  background-color: #16ade1;
}
.pageTrankroom .boxHikitry02 .box_wrap .box .ttl:before {
  background-color: #84c6dd;
}
.boxHikitry02In .cont dl.mt {
  margin-top: 1rem;
}
.link_border {
  text-decoration: underline;
}
.pageTrankroom .boxKomattakamo02 .box_wrap .box .ttl {
  min-height: 2.7em;
}
.pageTrankroom .boxHikitry01 .boxFlexContent01 .img img {
  transform: none;
}
.pageTrankroom .boxHikitry01 .boxFlexContent01 .img {
    border-color: #49b8df;
    background-color: #afe9fd;
}

/*pageEstate*/
.pageEstate .boxHikitry01 .boxFlexContent01 .cont .ttl01,
.pageEstate .boxKomattakamo02.boxHikitry02 .ttlBaseH301,
.pageEstate .boxVoiceS03.boxKomattakamo03 .ttl .en,
.pageEstate .boxKomattakamo04 .ttlBaseH202 .e,
.pageEstate .boxKomattakamo04 .boxFaq01 .dl .dd .alpha,
.pageEstate .boxKomattakamo04 .ttlBaseH202 .en {
  color: #836dad;
}
.pageEstate .boxHikitry01 .cont .dl_wrap dt,
.pageEstate .boxKomattakamo02.boxHikitry02 .ttlBaseH301 h3:before,
.pageEstate .boxHikitry02In .cont dl dt,
.pageEstate .boxHikitry02In .cont dl dd ul li:before,
.pageEstate .boxHikitry02 .box_wrap .box .ttl:after,
.pageEstate .btnBaseText.pink a:before,
.pageEstate .boxKomattakamo03 .boxVoiceList01 .box dl dt, 
.pageEstate .boxKomattakamo04 .boxFaq01 .dl .dt > div,
.pageEstate .boxKomattakamo04 .boxFaq01 .dl .dt {
  background-color: #836dad;
}
.pageEstate .boxHikitry02 .box_wrap .box .ttl:before {
  background-color: #d4cce3;
}

.pageEstate .boxKomattakamo02 .box_wrap .box .ttl {
  min-height: 2.7em;
}
@media all and (max-width: 750px){
  .pageEstate .boxKomattakamo02 .box_wrap .box .ttl {
    min-height: auto;
  }
}

.pageEstate .boxHikitry01 .boxFlexContent01 .img img {
  transform: none;
}
.pageEstate .boxHikitry01 .boxFlexContent01 .img {
    border-color: #836dad;
    background-color: #d4cce3;
}


.boxFormOption0301 .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
}
.boxFormOption0301 .wpcf7-list-item {
  width: 32%;
  margin-left: 2%;
}
.boxFormOption0301 .wpcf7-list-item label {
  border: 1px solid #5e5e5e;
  border-radius: 16px;
  padding: 35px 20px;
  display: block;
}
.boxFormOption0301 .wpcf7-list-item:nth-of-type(3n+1) {
  margin-left: 0;
}
.boxFormOption0301 .wpcf7-list-item:nth-child(n+4) {
  margin-top: 2%;
}
.boxFormOption0301 .wpcf7-list-item:last-child {
  width: 100%;
  margin-left: 0;
}
.boxFormOption0301 .wpcf7-list-item-label {
  font-size: 1.125rem;
  font-weight: bold;
  color: #259950;
  margin-bottom: 0.8em;
  display: inline-block;
}
.boxFormOption0301 .wpcf7-list-item.is-checked label{
  background-color: #fff87b;
}
.boxFormOption0301 .option_description {
  font-size: 0.875rem;
  line-height: 1.77;
}
.boxFormOption0301 input[type=checkbox] {
  margin-bottom: 2px;
}
.boxFormOption0301 .lead {
  margin-bottom: 1.5em;
  line-height: 1.6;
}
.ttlBaseH202.no-maginTop {
  margin-top: 0;
}
.pageCorporative .boxFlexContent01 .cont .ttl01 {
  color: #256bc2;
}
.pageCorporative .boxKomattakamo01 .cont .dl_wrap dt {
  background-color: #256bc2;
}
.pageCorporative .boxKomattakamo01 .cont .dl_wrap dd {
  font-weight: normal !important;
}
.pageCorporative .boxKomattakamo01 .cont .dl_wrap .dl01 dd span:nth-of-type(1) {
    font-weight: bold;
    color: #256bc2;
    font-size: 1.625rem;
    margin-bottom: 16px;
    display: block;
}
.pageCorporative .boxKomattakamo01 .cont .dl_wrap .dl01 dd span:nth-of-type(2) {
    font-size: 1rem;
    display: flex;
    align-items: center;
}
.pageCorporative .boxKomattakamo01 .cont .dl_wrap .dl02 dd > span {
  font-weight: bold;
  color: #256bc2;
  font-size: 1.625rem;
  width: auto;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-bottom: 16px;
}
.pageCorporative .boxKomattakamo01 .cont .dl_wrap .dl02 ul li {
  padding-left: 0;
}
.pageCorporative .boxKomattakamo01 .cont .dl_wrap .dl02 ul {
  margin: 0;
}
.pageCorporative .boxKomattakamo01 .cont .dl_wrap .dl02 ul li:before {
  content: none;
}
.pageCorporative .boxProcess .box_wrap02 {
  display: flex;
}
.pageCorporative .boxProcess .box_wrap02 .img {
  width: 50%;
  padding-right: 5%;
}
.pageCorporative .boxProcess .box_wrap02 .img img {
  border-radius: 16px;
}
.pageCorporative .boxProcess .box_wrap02 .cont {
  width: 50%;
  padding-right: 5%;
}
.pageCorporative .boxProcess .box_wrap02 .cont p:nth-child(n+2) {
  margin-top: 1.5em;
}
.pageCorporative .boxProcess .box_wrap02 .cont p {
  line-height: 1.77;
}
.pageCorporative .boxKomattakamo02.boxHikitry02 .ttlBaseH301,
.pageCorporative .boxVoiceS03.boxKomattakamo03 .ttl .en,
.pageCorporative .boxKomattakamo04 .ttlBaseH202 .en,
.pageCorporative .boxKomattakamo04 .boxFaq01 .dl .dd .alpha {
  color: #256bc2;
}
.pageCorporative .boxKomattakamo02.boxHikitry02 .ttlBaseH301 h3:before,
.pageCorporative .btnBaseText.pink a:before {
  background-color: #256bc2;
}
.pageCorporative .boxHikitry02 .box_wrap .box .ttl:before {
  background-color: #8bbcf9;
}
.pageCorporative .boxHikitry02 .box_wrap .box .ttl:after {
  background-color: #256bc2;
}
.pageCorporative .boxKomattakamo03 .boxVoiceList01 .box dl dt, 
.pageCorporative .boxKomattakamo04 .boxFaq01 .dl .dt > div,
.pageCorporative .boxKomattakamo04 .boxFaq01 .dl .dt {
  background-color: #256bc2;
}

.pageCorporative .boxKomattakamo04 .boxFaq01 .dl .dt > div.dtFlex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
.pageCorporative .boxHikitry01 .boxFlexContent01 .img {
    background-color: transparent;
    border: none;
    border-radius: 1rem;
    display: block;
}
.pageCorporative .boxHikitry01 .boxFlexContent01 .img img{
  border-radius: 16px;
  max-width: 100%;
}
.pageCorporative .boxHikitry01 .boxFlexContent01 .img img {
  transform: none;
}
.pageCorporative .boxProcessTitle01 {
  background-color: #256bc2;
}
.pageCorporative .boxProcess .num strong,
.pageCorporative .boxProcess .num {
  color: #256bc2;
}
.pageCorporative .boxKomattakamo02.boxHikitry02 .box_wrap .box {
  width: 23.6%;
  margin: 0 !important;
}
.pageCorporative .boxKomattakamo02.boxHikitry02 .box_wrap {
  justify-content: space-between;
}
.boxMovePlan0202 {
}
.boxMovePlan0202 .box01 {
}
.boxMovePlan0202 .box01 .ttl01 {
  display: flex;
  line-height: 1;
  align-items: center;
  border-top: 8px solid #ffbd94;
  position: relative;
  height: 100px;
  background-color: #f5f5f5;
  justify-content: center;
  margin-bottom: 50px;
}
.boxMovePlan0202 .box01 .ttl01:before {
  content: "";
  width: 100%;
  height: 8px;
  background: url(../../images/moveplan/bg-border01.png) no-repeat center top;
  position: absolute;
  top: -8px;
  left: 0;
}
.boxMovePlan0202 .box01 .ttl01 .num {
  font-weight: bold;
  color: #ffbd94;
  font-size: 2.23rem;
  width: 1.4em;
  text-align: center;
}
.boxMovePlan0202 .box01 .ttl01 .num small {
  display: block;
  font-size: 0.34em;
}
.boxMovePlan0202 .box01 .ttl01 .t01 {
  margin-left: 1rem;
  color: #ff7f2e;
  font-weight: 800;
  font-size: 2.5rem;
  padding-top: 3px;
}
.boxMovePlan0202 .box01 .box_wrap {
  display: flex;
}
.boxMovePlan0202 .box01 .box_wrap .img {
  width: 31.2%;
  background-color: #feffc7;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  height: 340px;
}
.boxMovePlan0202 .box01 .box_wrap .img img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}
.boxMovePlan0202 .box01 .box_wrap .cont {
  width: 68.8%;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 4.5%;
}
.boxMovePlan0202 .box01 .box_wrap .cont .p01 {
  font-size: 1.25rem;
  margin-bottom: 1.2em;
  width: 100%;
}
.boxMovePlan0202 .box01 .box_wrap .cont .cont_in {
  width: 49%;
}
.boxMovePlan0202 .box01 .box_wrap .cont .cont_in .ttl02 {
  color: #ff7f2e;
  font-size: 1.375rem;
  font-weight: bold;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  background-color: #fff4ed;
  border-radius: 8px;
}
.boxMovePlan0202 .box01 .box_wrap .cont .cont_in:last-child .ttl02 {
  font-size: 1.25rem;
  color: #000;
  background-color: #f5f5f5;
}
.boxMovePlan0202 .box01 .box_wrap .cont .cont_in .ul01 {
  padding-left: 8px;
}
.boxMovePlan0202 .box01 .box_wrap .cont .cont_in .ul01 li {
  padding-left: 20px;
  position: relative;
  line-height: 1.6;
}
.boxMovePlan0202 .box01 .box_wrap .cont .cont_in .ul01 li:nth-child(n+2) {
  margin-top: 0.8em;
}
.boxMovePlan0202 .box01 .box_wrap .cont .cont_in .ul01 li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #ff7f2e;
  position: absolute;
  left: 0;
  top: 0.65em;
  border-radius: 10em;
}
.boxMovePlan0202 .lead {
    text-align: center;
    line-height: 1.77;
    margin-bottom: 45px;
}
.boxMovePlan0202 .lead > span {
    color: #e60012;
}
.boxMovePlan0202 .lead > span > span {
    text-decoration: underline;
    text-underline-offset: 8px;
}
.boxMovePlan0202 .box01:not(:last-child) {
  margin-bottom: 50px;
}
.boxMovePlan0202 .box02 .ttl01:before {
  background-image: url(../../images/moveplan/bg-border02.png);
}
.boxMovePlan0202 .box03 .ttl01:before {
  background-image: url(../../images/moveplan/bg-border03.png);
}
.boxMovePlan0202 .box02 .ttl01 {
  border-color: #aadf94;
}
.boxMovePlan0202 .box03 .ttl01 {
  border-color: #a6d8e9;
}
.boxMovePlan0202 .box02 .ttl01 .num {
  color: #aadf94;
}
.boxMovePlan0202 .box02 .ttl01 .t01 {
  color: #58b530;
}
.boxMovePlan0202 .box03 .ttl01 .num {
  color: #a6d8e9;
}
.boxMovePlan0202 .box03 .ttl01 .t01 {
  color: #18a0cd;
}
.boxMovePlan0202 .box02 .box_wrap .img {
  background-color: #e2ffd5;
}
.boxMovePlan0202 .box03 .box_wrap .img {
  background-color: #d7f7f6;
}
.boxMovePlan0202Wrap {
  padding-bottom: 60px;
}
.boxMovePlan0202 .box02 .box_wrap .cont .cont_in .ttl02 {
  background-color: #e5fcdb;
  color: #58b530;
}
.boxMovePlan0202 .box03 .box_wrap .cont .cont_in .ttl02 {
  background-color: #e2f5fc;
  color: #18a0cd;
}
.boxMovePlan0202 .box02 .box_wrap .cont .cont_in .ul01 li:before {
  background-color: #58b530;
}
.boxMovePlan0202 .box03 .box_wrap .cont .cont_in .ul01 li:before {
  background-color: #27a6d0;
}
.pageCompany .boxPostBody .dd a {
  text-decoration: underline;
}

@media only screen and (max-width:750px) {
  .boxFormFlow .ttl {
    font-size: 1.3rem;
  }
}
.post-type-archive-campaign .boxPageWrap {
  padding:0;
}
.post-type-archive-campaign .boxMovePlan05Wrap {
  padding: 75px 0 8em 0;
}
.pageCorporative .boxKomattakamo04Wrap {
  background-color: #edeeef;
}
.pageCorporative .boxKomattakamo04:after {
  border-top-color: #edeeef;
}

@media only screen and (max-width:750px) {
  .boxMovePlan0202 .box01 .ttl01 .t01 {
    font-size: 1.6rem;
  }
  .boxMovePlan0202 .box01 .ttl01 .num {
    font-size: 1.6rem;
  }
  .boxMovePlan0202 .box01 .ttl01 {
    height: 5rem;
    border-width: 4px;
    border-color: #ff7f2e;
    margin-bottom: 1.5em;
  }
  .boxMovePlan0202 .box02 .ttl01 {
    border-color: #58b530;
  }
  .boxMovePlan0202 .box03 .ttl01 {
    border-color: #18a0cd;
  }

  .boxMovePlan0202 .box01 .ttl01:before {
    content: none;
  }
  .boxMovePlan0202 .box01 .box_wrap {
    display: block;
  }
  .boxMovePlan0202 .box01 .box_wrap .img {
    width: 100%;
    height: 56vw;
    padding: 0 5%;
  }
  .boxMovePlan0202 .box01 .box_wrap .img img {
    width: 90%;
  }
  .boxMovePlan0202 .box01 .box_wrap .cont {
    width: 100%;
    padding: 0;
    margin-top: 1.5rem;
    display: block;
  }
  .boxMovePlan0202 .box01 .box_wrap .cont .cont_in {
    width: 100%;
  }
  .boxMovePlan0202 .box01 .box_wrap .cont .cont_in:last-child {
    margin-top: 2rem;
  }
  .boxMovePlan0202Wrap {

  }
  .boxMovePlan0202 .box01 {
    padding-top: 90px;
    margin-top: -90px;
  }
  .boxMovePlan05 .box_wrap {
    display: block;
  }
  .boxMovePlan05 .box_wrap .box {
    width: 100%;
    margin: 0 !important;
  }
  .boxMovePlan05 .box_wrap .box:nth-child(n+2) {
    margin-top: 2rem !important;
  }
  .boxMovePlan05 .ttl .btn {
    top: auto;
    bottom: 0;
    display: flex;
    justify-content: center;
    right: 0;
    left: 0;
    margin: auto;
  }
  .boxMovePlan05 .ttl {
    position: static;
  }
  .boxMovePlan05 {
    position: relative;
    padding-bottom: 8rem;
  }
  .boxMovePlan05 .box_wrap .box .img img {
    object-fit: cover;
    width: 100%;
  }
  .pageTrankroom .boxKomattakamo02 .box_wrap .box .ttl {
    min-height: inherit;
  }
  .boxKomattakamo01.boxHikitry01 .cont .dl_wrap dl:nth-of-type(2) .p_wrap span {
    width: 100%;
  }
  .boxKomattakamo01.boxHikitry01 .cont .dl_wrap dl:nth-of-type(2) .p_wrap span.txt_svg {
    max-width: 100%;
  }
  .pageCorporative .boxKomattakamo01 .cont .dl_wrap dl:nth-of-type(2) span {
    width: auto;
  }
  .pageCorporative .boxKomattakamo01 .cont .dl_wrap dl:nth-of-type(2) span.spInline {
    display: inline;
    width: auto;
  }
  .pageCorporative .boxHikitry01 .boxFlexContent01 .img img {
    width: 100%;
    padding: 0;
  }
  .pageCorporative .boxHikitry01 .boxFlexContent01 .img {
    padding: 0;
  }
  .pageCorporative .boxProcess .box_wrap02 {
    display: block;
  }
  .pageCorporative .boxProcess .box_wrap02 .cont {
    width: 100%;
    padding: 0;
    margin-bottom: 1.5rem;
  }
  .pageCorporative .boxProcess .box_wrap02 .img {
    width: 100%;
    padding: 0;
  }
  .pageCorporative .boxKomattakamo02.boxHikitry02 .box_wrap {
    display: flex;
    justify-content: space-between;
  }
  .pageCorporative .boxKomattakamo02.boxHikitry02 .box_wrap .box {
    width: 49%;
    margin: 0 !important;
  }
  .pageCorporative .boxKomattakamo02.boxHikitry02 .box_wrap .box:nth-child(n+3) {
    margin-top: 1rem !important;
  }
  .pageCorporative .boxKomattakamo02.boxHikitry02 .box_wrap .box .img {
    width: 100%;
    float: none;
    margin-bottom: 0.8rem;
  }
  .pageCorporative .boxKomattakamo02.boxHikitry02 .box_wrap .box .ttl {
    width: 100%;
    float: none;
  }
  .pageCorporative .boxKomattakamo02 .box_wrap .box .ttl:after {
    top: 0.55em;
  }
  .pageCompany .boxPage01 {
    padding-bottom: 0;
  }
  .pageCompany .boxPageWrap {
    margin-bottom: -40px;
  }
  .pageCompany .wp-block-spacer {
    height: 0.2em !important;
  }
  .pageCompany .wp-block-image {
    margin-top: 10px;
  }
  .boxFormFlow .num {
    width: 2.2em;
    height: 2.2em;
  }
  .boxFormFlow .num:not(:last-child):after {
    width: 20px;
  }
  .boxMovePlan0202Wrap .ttlBaseH201,
  .boxMovePlan03 .ttlBaseH201 {
    margin-top: 0;
  }
  .pageLineHowto #posi01 .wp-container-core-columns-is-layout-9d6595d7 > div:nth-child(n+2) {
    margin-top: 3rem;
  }
}
.single-campaign .date {
  display: flex;
  align-items: center;
  margin-bottom: 2em;
}
.single-campaign .date span:nth-of-type(1) {
    width: 66px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    border-bottom-right-radius: 10em;
    border-top-right-radius: 10em;
    color: #fff;
    background-color: #259950;
}
.single-campaign .date span:nth-of-type(2) {
  font-weight: bold;
  margin-left: 1em;
}
.single-campaign .boxBaseSingle01 .boxSingleImg img {
  border-radius: 16px;
}
    #ehime_ai {
        width: calc(100% - 54px);
			max-width:1080px;
			margin:auto;
        /*margin-bottom: 150px;*/
    }
    
    #ehime_ai h2.ttl {
        text-align: center;
        margin-bottom: 40px;
    }
    
    #ehime_ai .txt p {
        margin-bottom: 1.5em;
        line-height: 1.6;
    }
    
    #ehime_ai .txt p:last-child {
        margin-bottom: 0;
    }
    
    #ehime_ai .baloon {
        padding: 24px 33px;
        background-color: rgba(255, 168, 0, 0.29);
        border-radius: 10px;
        margin-left: 40px;
        position: relative;
        width: calc(88% - 215px);
    }
    
    #ehime_ai .baloon strong {
        font-weight: bold;
    }
    
    #ehime_ai .baloon:before {
        content: url(https://takada-hikkosi.co.jp/wp-content/themes/takada/img/tokukoshi/2020/img-baloon.png);
        position: absolute;
        left: -26px;
        top: 50px;
    }
    
    #ehime_ai .box_chara {
        display: flex;
        margin-bottom: 100px;
    }
    
    #ehime_ai .box_table .ttl {
        margin-bottom: 25px;
    }
    
    #ehime_ai .box_table .notice01 {
        text-align: right
    }
    
    #ehime_ai .box_table .nav-tabs {
        position: relative;
        min-height: 50px;
    }
    
    #ehime_ai .box_table .nav-tabs a {
        text-decoration: none;
        color: inherit;
        width: 150px;
    }
    
    #ehime_ai .box_table .nav-tabs a.is-active {
        font-size: 26px;
        width: 190px;
    }
    
    #ehime_ai .box_table .nav-tabs a.is-active span {
        font-size: 36px;
    }
    
    #ehime_ai .box_table .nav-tabs li a {
        display: inline-block;
        position: absolute;
        right: 14%;
        top: 15px;
        font-size: 18px;
        color: #442209;
    }
    
    #ehime_ai .box_table .nav-tabs li a:not(.is-active):before {
        content: '';
        display: inline-block;
        width: 6px;
        height: 6px;
        border-top: solid 1px #442209;
        border-right: solid 1px #442209;
        transform: rotate(45deg);
        vertical-align: 3px;
        margin-right: 35px;
    }
    
    #ehime_ai .box_table .nav-tabs li:nth-of-type(1) a {
        left: 14%;
        top: 15px;
    }
    
    #ehime_ai .box_table .nav-tabs li:nth-of-type(1) a:not(.is-active):before {
        content: none;
    }
    
    #ehime_ai .box_table .nav-tabs li:nth-of-type(1) a:not(.is-active):after {
        content: '';
        display: inline-block;
        width: 6px;
        height: 6px;
        border-top: solid 1px #442209;
        border-right: solid 1px #442209;
        transform: rotate(-135deg);
        vertical-align: 3px;
        margin-left: 35px;
    }
    
    #ehime_ai .box_table .nav-tabs li a.is-active {
        left: 50%;
        transform: translateX(-50%);
        top: 0;
    }
    
    #ehime_ai .box_table .tabContents {
        display: none;
        margin-bottom: 50px;
    }
    
    #ehime_ai .box_table .tabContents_wrap .tabContents:nth-of-type(1) {
        display: block;
    }
    #ehime_ai .box_table table {
        font-size: 15px;
        border-collapse: collapse;
        border: 1px solid #231815;
        width: 100%;
    }
    #ehime_ai .box_table th {
        color: #333333;
        border: 1px solid #bfbfbf;
        text-align: center;
        padding: 10px;
        font-weight: normal;
			vertical-align:middle;
    }
    #ehime_ai .box_table td {
        border: 1px solid #bfbfbf;
        padding: 10px 10px 10px 43px;
        position: relative;
    }
 ? ?#ehime_ai .box_table tr {    background: #f5f5f5;}
    #ehime_ai .box_table th:nth-of-type(1) {
        width: 50px;
    }
    #ehime_ai .box_table th:nth-of-type(2) {
        width: 50px;
    }
    #ehime_ai .box_table th:nth-of-type(3) {
        width: 84px;
    }
    #ehime_ai .box_table table p {
        font-size: 15px;
        display: inline-block;
        width: 45%;
    }
    #ehime_ai .box_table p .kei {
        color: #442209;
        width: 26px;
        height: 26px;
        border-radius: 26px;
        line-height: 27px;
        text-align: center;
        background: #fef200;
        margin-right: 10px;
        vertical-align: 2px;
        display: inline-block;
        font-weight: bold;
    }
    #ehime_ai .box_table p .t1 {
        color: #442209;
        width: 26px;
        height: 26px;
        border-radius: 26px;
        line-height: 27px;
        text-align: center;
        background: #a2d6db;
        margin-right: 10px;
        vertical-align: 2px;
        display: inline-block;
        font-weight: bold;
    }
    #ehime_ai .box_table table .icn_recommend {
        background: url(https://takada-hikkosi.co.jp/wp-content/themes/takada/img/tokukoshi/2020/icn-otoku.png) no-repeat right 15px center;
    }
    #ehime_ai .box_table .sat {
        color: #007eff;
			  background: #dbf2ff;
    }
    #ehime_ai .box_table .sun,#ehime_ai .box_table .holiday {
        color: #e73535;
			    background: #ffecec;
    }
    #ehime_ai .btn_area {
        text-align: center;
        margin-bottom: 50px;
    }
    #ehime_ai .btn_area a {
        margin: 0 10px;
    }
    #ehime_ai .notice02 li {
        text-indent: -1em;
        padding-left: 1em;
        margin-bottom: 0.5em;
        font-size: 14px;
    }
    #ehime_ai .notice02 li.bold {
        font-weight: bold;
    }

#ehime_ai .ttlBaseH301 h3:before{
	top: 18px !important;
}
@media only screen and (max-width:750px) {
  #ehime_ai {
    width: 100% !important;
  }
  #ehime_ai .box_table table {
    font-size: 0.85rem;
  }
  #ehime_ai .box_table th:nth-of-type(1),
  #ehime_ai .box_table th:nth-of-type(2) {
    width: 1em;
  }
  #ehime_ai .box_table th:nth-of-type(3) {
    width: 2.5em;
  }
  #ehime_ai .box_table td {
    padding-left: 1.5em;
  }
  #ehime_ai .box_table table p {
    display: flex;
    width: 65%;
  }
  #ehime_ai .box_table table p:nth-child(n+2) {
    margin-top: 0.5em;
  }
  #ehime_ai .box_table .nav-tabs a.is-active span {
    font-size: 2rem;
  }
  #ehime_ai .box_table .nav-tabs a.is-active {
    font-size: 1.2rem;
  }
  #ehime_ai .box_table .nav-tabs li a {
    font-size: 1rem;
    right: 0;
    width: auto !important;
    transform: none !important;
    position: static !important;
  }
  #ehime_ai .box_table .nav-tabs li a:not(.is-active) {
    position: absolute !important;
    padding-top: 0.2em;
  }
  #ehime_ai .box_table .nav-tabs li:first-child a:not(.is-active) {
    left: 0;
  }
  #ehime_ai .box_table .nav-tabs li:last-child a:not(.is-active) {
    right: 0;
  }
  #ehime_ai .box_table .nav-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #ehime_ai .box_table .nav-tabs li:first-child a:not(.is-active):after {
    margin-left: 1em;
  }
  #ehime_ai .box_table .nav-tabs li:last-child a:not(.is-active):before {
    margin-right: 1em;
  }

}
.pageHikitry .boxKomattakamo01 .cont .dl_wrap dl:nth-of-type(1) {
  display: none;
}
.txt_svg {
  width: 398px !important;
}
.pageCompany .boxDl01 .dt:before {
  top: 1.9em;
}
@media only screen and (max-width:750px) {
    .boxConstIn0102 .box_wrap {
    flex-wrap: wrap;
  }
  .boxConstIn0102 .box_wrap.show {
    display: block;
  }
  .boxConstIn0102 .box_wrap .box {
    width: 100%;
    margin: 0 !important;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .boxConstIn0102 .box_wrap .box:nth-child(n+2) {
    margin-top: 1.5rem !important;
  }
  .boxConstIn0102 .box_wrap .box .p01 {
    width: 100%;
  }
  .boxConstIn0102 .box_wrap .box .img {
    width: 20vw;
    height: 20vw;
    padding: 5px;
    margin: 0;
  }
  .boxConstIn0102>.box_wrap>.box>.inputArea {
    width: calc(100% - 20vw);
    padding-left: 5%;
  }
  .boxConstIn0102>.box_wrap>.box>.inputArea>dl>dt {
    font-size: 0.9375rem;
  }
  .boxConstIn0102>.box_wrap>.box>.inputArea>dl {
    margin-top: 0 !important;
  }
  .boxConstIn0102>.box_wrap>.box>.inputArea>dl:not(:last-child) {
    margin-bottom: 10px;
  }

}
.boxFormFlow .box_wrap02 {
}
.boxFormFlow .box_wrap02 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 783px;
  margin: auto;
}
.boxFormFlow .box_wrap02 ul .tel {
  background-color: #fff;
  border: 6px solid #fff100;
  display: flex;
  justify-content: center;
  align-items: center;
}
.boxFormFlow .box_wrap02 ul .tel .tel_in {
}
.boxFormFlow .box_wrap02 ul .tel .tel_in .t01 {
}
.boxFormFlow .box_wrap02 ul .tel .tel_in .t01 a {
    padding-left: 55px;
    padding-bottom: 6px;
    background: url(../../images/common/svg/freedial.svg) no-repeat left center;
    background-size: 46px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
}
.boxFormFlow .box_wrap02 ul .tel .tel_in .t02 {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.boxFormFlow .box_wrap02 ul .tel .tel_in .t02 span {
    width: 115px;
    background: url(../../images/moveplan/bg-yellow.png) no-repeat left center;
    background-size: 100%;
    color: #259950;
    font-size: 11px;
    font-weight: bold;
    padding: 5px 8px 6px 7px;
}
.boxFormFlow .box_wrap02 ul .tel .tel_in .t02 a {
    font-size: 1.65em;
    font-weight: bold;
    color: #259950;
    line-height: 1;
    margin-left: 5px;
}
.boxFormFlow .box_wrap02 ul li {
  width: 371px;
  height: 108px;
  border-radius: 16px;
  overflow: hidden;
  background-color: #fff100;
  box-sizing: border-box;
}
.boxFormFlow .box_wrap02 ul li:nth-child(n+3) {
  margin-top: 32px;
}
.boxFormFlow .box_wrap02 ul li:not(.tel) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.boxFormFlow .box_wrap02 ul li:not(.tel) a {
  font-size: 1.61rem;
  font-weight: 800;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  background: url(../../images/common/svg/arrow_green02.svg) no-repeat right 20px center;
  background-size: 24px;
  padding-left: 90px;
}
.pageCost .boxFormFlow .box_wrap02 ul li:not(.tel) a {
  background: none;
  font-size: 1.81rem;
}
.boxFormFlow .box_wrap02 ul li.btn01 {
  background-image: url(../../images/common/svg/ico-line.svg);
  background-repeat: no-repeat;
  background-position: left 24px center;
  background-size: 48px;
}
.boxFormFlow .box_wrap02 ul li span {
  line-height: 1;
}
.boxFormFlow .box_wrap02 ul li.btn02 {
  background-image: url(../../images/common/svg/img-mail.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 66px;
}
.boxFormFlow .box_wrap02 ul li.btn03 {
  background-image: url(../../images/common/svg/ico-genchi.svg);
  background-repeat: no-repeat;
  background-position: 21px 28px;
  background-size: 60px;
}
@media only screen and (max-width:750px) {
  .boxFormFlow .box_wrap02 ul {
    width: 100%;
  }
  .boxFormFlow .box_wrap02 ul li {
    margin: 0 !important;
    width: 100%;
    height: 7em;
  }
  .boxFormFlow .box_wrap02 ul li:nth-child(n+2) {
    margin-top: 1rem !important;
  }
  .wpcf7-form-control-wrap > span > span {
    margin: 0 0.8em 0 0;
  }
}
.boxConstIn0102.last .toggle_title.show > div:after {
  content: none;
}
textarea[name=textarea-977] {
  max-width: 800px;
}



@media all and (max-width: 750px){
  .pageForMessage .csnkForm .boxFormSubmit .btnSubmitBack {
    margin-bottom: 0;
    position: static;
    margin-top: 2rem;
  }
  .single-voice .boxPageWrap {
    padding-bottom: 0;
  }
  .post-type-archive-campaign .boxMovePlan05Wrap,
  .post-type-archive-campaign .boxMovePlan05 {
    padding-bottom: 0;
  }
  .post-type-archive-campaign .boxMovePlan05 {
    padding-bottom: 5em;
  }
  .pageLineHowto .boxPage01 {
    padding-bottom: 0;
  }
  .pageForMessage .boxFormSubmit {
    margin-bottom: 0;
    flex-direction: column-reverse;
  }
  .pageForMessage .boxFormSubmit .btnSubmit {
    height: auto;
    margin-bottom:0;

  }
  .pageCostStep2 .boxPage01,.pageCostStep3 .boxPage01,.pageCostStep4 .boxPage01,
  .page-id-3117 .boxPage01 {
    padding-bottom: 0;
  }
  .pageCostStep4 .csnkForm > div:nth-of-type(4) .dlForm {
    padding-bottom: 0;
    margin-bottom: 5rem;
  }
  .pageCostConfirm .boxCostFormBtnArea {
    margin-top: 4em;
  }
  .boxMoveAction01 .box02 .tel .t02 .alpha {
    font-size: 7.5vw;
    white-space: nowrap;
  }
  .boxMoveAction01 .box02 .tel .t02 span {
    padding: 0 0 0 0.5em;
    display: flex;
    align-items: center;
  }
  .boxMoveAction01 .box01 .p01 span:nth-of-type(2):before {
    font-size: 2.5vw;
    top: -1em;
  }
  .pageLineHowto #posi02 .boxBgGreen01 {
    padding-bottom: 2em;
  }
  .boxMoive03 .box_wrap .item .meta .p02:before {
    display: none;
  }
  .pageCompany .wp-elements-1f1cacff8f051761fa17d3dd10410926 {
    font-size: 1.6rem !important;
  }
  .boxBaseSingle01 {
    position: relative;
    padding-top: 3em;
  }
  .boxSingleMeta {
    position: absolute;
    top: 0;
  }
  .pageTokukoshi .boxPage01 {
    padding-bottom: 0;
  }
  .boxMovePlan05Wrap {
    background-color: #d0edff;
    background-image: url(../../images/moveplan/bg-campaign_sp01.png), url(../../images/moveplan/bg-campaign_sp02.png);
    background-repeat: no-repeat, no-repeat;
    background-size: 50%, 50%;
    background-position: left top, left top;
  }
  .textCompany01 strong > span {
    font-size: 1.5rem !important;
  }
}