/* ---------------------------------------------------------
   plan-obata.css
----------------------------------------------------------*/
.plan-obata_wrap {
  max-width: 980px;
  margin: 0 auto;
}


@media screen and (max-width: 767px) {
  .plan-obata_wrap {
    padding: 0 10px;
  }
}

@media screen and (min-width: 768px) {
  .m-sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .m-pc {
    display: none !important;
  }
}

.mainvidual .mainimg {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
  height: 220px;
  font-weight: bold;
}

.mainvidual h2 {
  font-size: 40px;
  position: absolute;
  text-align: center;
  left: 7%;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
}

.case-main {
  background-image: url(../../assets/images/plan-obata/plan-obata_main.png);
}

@media screen and (max-width: 767px) {
  .mainvidual .mainimg {
    height: 78px;
  }

  .mainvidual h2 {
    left: 5%;
    font-size: 20px;
  }

}

@media print,
screen and (min-width: 768px) {
  #page_title .plan-obata-main h2 {
    font-size: 40px;
  }
}

.plan-obata {
  width: 980px;
  max-width: 100%;
  margin: auto auto auto;
}


.plan-obata__nav {
  display: flex;
  background-color: #FF971F;
  padding: 16px 49px;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .plan-obata__nav {
    flex-wrap: wrap;
    padding: 4.2666666667vw 5.0666666667vw;
    gap: 4.2666666667vw 0;
  }
}

.plan-obata__nav-item {
  width: 208px;
}

@media screen and (max-width: 767px) {
  .plan-obata__nav-item {
    width: 42.6666666667vw;
  }
}

.plan-obata__nav-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background-color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 9px 0 13px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 767px) {
  .plan-obata__nav-item a {
    border-radius: 20px;
    font-size: 16px;
    padding: 10px 0 13px;
  }
}

.plan-obata__nav-item a::before {
  content: "";
  width: 64px;
  height: 57px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: block;
  margin: auto auto 6px;
}

@media screen and (max-width: 767px) {
  .plan-obata__nav-item a::before {
    width: 50px;
    height: 45px;
    margin-bottom: 7px;
  }
}

.plan-obata__nav-item a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #EB6120 transparent transparent transparent;
  display: block;
  margin: 4px auto auto;
}

@media screen and (max-width: 767px) {
  .plan-obata__nav-item a::after {
    border-width: 9px 8px 0 8px;
    margin-top: 5px;
  }
}

.plan-obata__nav-item:nth-of-type(1) a::before {
  background-image: url(../../assets/images/plan-obata/icon01.svg);
}

.plan-obata__nav-item:nth-of-type(2) a::before {
  background-image: url(../../assets/images/plan-obata/icon02.svg);
}

.plan-obata__nav-item:nth-of-type(3) a::before {
  background-image: url(../../assets/images/plan-obata/icon03.svg);
}

.plan-obata__nav-item:nth-of-type(4) a::before {
  background-image: url(../../assets/images/plan-obata/icon04.svg);
}

.plan-obata__secttl {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  border-bottom: 5px solid #EB6120;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
  .plan-obata__secttl {
    font-size: 24px;
    line-height: 1.5;
    padding-bottom: 14px;
    margin-bottom: 30px;
  }
}

.plan-obata__secttl::before {
  content: "";
  width: 64px;
  height: 57px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  margin-right: 0.5em;
}

@media screen and (max-width: 767px) {
  .plan-obata__secttl::before {
    width: 50px;
    height: 45px;
  }
}

.plan-obata__secttl::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #EB6120 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateY(100%) translateX(-50%);
}

@media screen and (max-width: 767px) {
  .plan-obata__secttl::after {
    border-width: 15px 10px 0 10px;
  }
}

.plan-obata__section {
  padding-top: 65px;
}

@media screen and (max-width: 767px) {
  .plan-obata__section {
    margin-top: -50px;
    padding: 74px 10px 0;
  }
}

.plan-obata__section.sec-price .plan-obata__secttl::before {
  background-image: url(../../assets/images/plan-obata/icon01.svg);
}

.plan-obata__section.sec-reason .plan-obata__secttl::before {
  background-image: url(../../assets/images/plan-obata/icon02.svg);
}

.plan-obata__section.sec-work .plan-obata__secttl::before {
  background-image: url(../../assets/images/plan-obata/icon03.svg);
}

.plan-obata__section.sec-pay .plan-obata__secttl::before {
  background-image: url(../../assets/images/plan-obata/icon04.svg);
}

.plan-obata__section.sec-contact .plan-obata__secttl::before {
  content: none;
}

.plan-obata .sec-price__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 20px 0;
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 24px;
  background-color: #EB6120;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-price__title {
    font-size: 24px;
    margin-bottom: 10px;
    padding: 12px 0;
  }
}

.plan-obata .sec-price__title::before {
  content: "";
  width: 64px;
  height: 40px;
  background-image: url(../../assets/images/plan-obata/icon05.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 0.5em;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-price__title::before {
    width: 32px;
    height: 20px;
  }
}

.plan-obata .sec-price__text {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4583333333;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-price__text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 16px;
  }
}

.plan-obata .sec-price__note {
  background-color: #F4F4F4;
  padding: 11px 0 12px;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-price__note {
    padding: 10px 0 12px;
  }
}

.plan-obata .sec-price__note-text01 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4583333333;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-price__note-text01 {
    font-size: 20px;
  }
}

.plan-obata .sec-price__note-text02 {
  text-align: center;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-price__note-text02 {
    font-size: 16px;
  }
}

.plan-obata .sec-price__list {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-price__list {
    display: block;
  }
}

.plan-obata .sec-price__list+.sec-price__list {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-price__list+.sec-price__list {
    margin-top: 16px;
  }
}

.plan-obata .sec-price__list.m-col2 .sec-price__item {
  width: 485px;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-price__list.m-col2 .sec-price__item {
    width: 100%;
  }

  .plan-obata .sec-price__list.m-col2 .sec-price__item:first-of-type {
    margin-top: 15px;
  }
}

.plan-obata .sec-price__item {
  width: 320px;
  background: #F4F4F4;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-price__item {
    width: 100%;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .plan-obata .sec-price__item:first-of-type {
    margin-top: 0;
  }
}

.plan-obata .sec-price__item-title {
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  font-size: 24px;
  padding: 22px 0 20px;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-price__item-title {
    font-size: 20px;
    padding: 12px 0 13px;
    width: 100%;
  }
}

.plan-obata .sec-price__item-year {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  padding: 8px;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-price__item-year {
    font-size: 16px;
    padding: 7px 8px 9px;
    width: 100%;
  }
}

.plan-obata .sec-price__item-image {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-price__item-image {
    width: 160px;
  }
}

.plan-obata .sec-price__item-image img {
  width: 100%;
  display: block;
}

.plan-obata .sec-price__item-image .flag {
  width: 120px;
  height: 120px;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-price__item-image .flag {
    width: 60px;
    height: 60px;
  }
}

.plan-obata .sec-price__item-image .flag span {
  transform: rotate(-45deg) translateY(-80%);
  display: block;
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  padding-left: 0.5em;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-price__item-image .flag span {
    font-size: 16px;
  }
}

.plan-obata .sec-price__item-image .flag::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 120px 120px 0 0;
  border-color: rgba(235, 97, 32, 0.88) transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-price__item-image .flag::before {
    border-width: 60px 60px 0 0;
  }
}

.plan-obata .sec-price__item-cnt {
  padding: 24px 31px;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-price__item-cnt {
    width: calc(100% - 160px);
    box-sizing: border-box;
    padding: 5px 8px 7px;
  }
}

.plan-obata .sec-price__item-media {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  color: #EB6120;
  padding-bottom: 7px;
  border-bottom: 2px solid #fff;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-price__item-media {
    font-size: 12px;
    padding-bottom: 0;
  }
}

.plan-obata .sec-price__item-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 7px;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-price__item-name {
    font-size: 12px;
    margin-bottom: 4px;
    margin-top: 2px;
  }
}

.plan-obata .sec-price__item-price {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.46875;
  color: #EB6120;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-price__item-price {
    font-size: 20px;
  }
}

.plan-obata .sec-price__item-cate {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 8px;
  margin-top: 7px;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-price__item-cate {
    gap: 4px;
    margin-top: 3px;
  }
}

.plan-obata .sec-price__item-cate li {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  padding: 6px;
  border: 2px solid #000;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-price__item-cate li {
    font-size: 10px;
    padding: 6px 5px;
  }
}

.plan-obata .sec-price__item.m-green .sec-price__item-title {
  background-color: #13A53A;
}

.plan-obata .sec-price__item.m-green .sec-price__item-year {
  background-color: #EAFAEF;
}

.plan-obata .sec-price__item.m-red .sec-price__item-title {
  background-color: #DD4530;
}

.plan-obata .sec-price__item.m-red .sec-price__item-year {
  background-color: #FCF3F2;
}

.plan-obata .sec-price__item.m-blue .sec-price__item-title {
  background-color: #497EBE;
}

.plan-obata .sec-price__item.m-blue .sec-price__item-year {
  background-color: #F2F8FF;
}

@media print,
screen and (min-width: 768px) {
  .plan-obata .sec-reason {
    padding-top: 80px;
  }

  .plan-obata .sec-reason .plan-obata__secttl {
    margin-bottom: 40px;
  }
}

.plan-obata .sec-reason__intro {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 40px;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__intro {
    display: block;
  }
}

.plan-obata .sec-reason__intro__ttl {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.46875;
  color: #EB6120;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__intro__ttl {
    font-size: 20px;
    line-height: 1.45;
    text-align: center;
  }
}

.plan-obata .sec-reason__intro__img {
  width: 420px;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__intro__img {
    width: 210px;
    margin: auto auto auto;
  }
}

.plan-obata .sec-reason__list {
  list-style: none;
  counter-reset: number 0;
  margin-top: 40px;
}

.plan-obata .sec-reason__item:nth-child(n+2) {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item:nth-child(n+2) {
    margin-top: 40px;
  }
}

.plan-obata .sec-reason__item__ttl {
  display: flex;
  align-items: center;
  gap: 0 18px;
  padding: 15px 19px;
  min-height: 86px;
  background: #EB6120;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item__ttl {
    justify-content: center;
    min-height: 79px;
    gap: 0 min(25px, calc(40 / 375 * 100vw));
    padding: 8px 0;
  }
}

.plan-obata .sec-reason__item__ttl__num {
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  color: #FFF500;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item__ttl__num {
    font-size: min(16px, calc(16 / 375 * 100vw));
  }
}

.plan-obata .sec-reason__item__ttl__num::after {
  font-size: 56px;
  counter-increment: number 1;
  content: counter(number);
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item__ttl__num::after {
    font-size: min(32px, calc(32 / 375 * 100vw));
  }
}

.plan-obata .sec-reason__item__ttl__box {
  display: flex;
  align-items: center;
  gap: 0 40px;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item__ttl__box {
    display: block;
  }
}

.plan-obata .sec-reason__item__ttl__box.short-space {
  gap: 0 12px;
}

.plan-obata .sec-reason__item__ttl__main {
  font-weight: 900;
  font-size: 32px;
  line-height: 1.46875;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item__ttl__main {
    font-size: min(20px, calc(20 / 375 * 100vw));
  }
}

.plan-obata .sec-reason__item__ttl__sub {
  font-weight: 900;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item__ttl__sub {
    font-size: clamp(10px, 3.2vw, 12px);
  }
}

.plan-obata .sec-reason__item__sttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item__sttl {
    gap: 0 22px;
    margin-top: 18px;
  }
}

.plan-obata .sec-reason__item__sttl__icon {
  width: 64px;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item__sttl__icon {
    width: 45px;
  }
}

.plan-obata .sec-reason__item__sttl__txt {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item__sttl__txt {
    font-size: 16px;
  }
}

@media print,
screen and (min-width: 768px) {
  .plan-obata .sec-reason__item__sttl__txt.sml-txt {
    font-size: 20px;
    line-height: 1.45;
  }
}

.plan-obata .sec-reason__item .sec-reason__item__flow__block {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item .sec-reason__item__flow__block {
    margin-top: 13px;
  }
}

.plan-obata .sec-reason__item .sec-reason__item__flow__block:nth-child(1) .sec-reason__item__flow__block__item:nth-child(1) {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
}

.plan-obata .sec-reason__item .sec-reason__item__flow__block:nth-child(1) .sec-reason__item__flow__block__item:nth-child(1) .m-title::after {
  display: none;
}

.plan-obata .sec-reason__item .sec-reason__item__flow__block:nth-child(1) .sec-reason__item__flow__block__item:nth-child(1) .m-line::after {
  bottom: -21px;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item .sec-reason__item__flow__block:nth-child(1) .sec-reason__item__flow__block__item:nth-child(1) {
    gap: 8px 0;
  }

  .plan-obata .sec-reason__item .sec-reason__item__flow__block:nth-child(1) .sec-reason__item__flow__block__item:nth-child(1) .m-line::after {
    bottom: -12px;
  }
}

.plan-obata .sec-reason__item .sec-reason__item__flow__block:nth-child(2) .sec-reason__item__flow__block__item:nth-child(1) .m-line {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
}

.plan-obata .sec-reason__item .sec-reason__item__flow__block:nth-child(2) .sec-reason__item__flow__block__item:nth-child(1) .m-line p:last-child::after {
  bottom: -21px;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item .sec-reason__item__flow__block:nth-child(2) .sec-reason__item__flow__block__item:nth-child(1) .m-line {
    gap: 13px 0;
  }

  .plan-obata .sec-reason__item .sec-reason__item__flow__block:nth-child(2) .sec-reason__item__flow__block__item:nth-child(1) .m-line p:last-child::after {
    bottom: -12px;
  }
}

.plan-obata .sec-reason__item .sec-reason__item__flow__block:nth-child(3) .sec-reason__item__flow__block__item:nth-child(1) {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item .sec-reason__item__flow__block:nth-child(3) .sec-reason__item__flow__block__item:nth-child(1) {
    gap: 13px 0;
  }
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item .sec-reason__item__flow__block:nth-child(3) .sec-reason__item__flow__block__item:nth-child(2) {
    margin-top: 53px;
  }
}

.plan-obata .sec-reason__item .sec-reason__item__flow__block:last-child p:last-child::after {
  display: none;
}

.plan-obata .sec-reason__item .sec-reason__item__flow__block__item {
  width: 45%;
  max-width: 432px;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item .sec-reason__item__flow__block__item {
    width: 51.8309859155%;
    max-width: 100%;
  }
}

.plan-obata .sec-reason__item .sec-reason__item__flow__block__item:nth-child(2) {
  max-width: 492px;
  width: 51%;
  display: flex;
  align-items: center;
  background: #ffffff;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item .sec-reason__item__flow__block__item:nth-child(2) {
    width: 45.6338028169%;
    max-width: 100%;
  }
}

.plan-obata .sec-reason__item .sec-reason__item__flow__block .m-border {
  border: 2px solid #EB6120;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item .sec-reason__item__flow__block .m-border {
    border-width: min(2px, calc(2 / 375 * 100vw));
  }
}

.plan-obata .sec-reason__item .sec-reason__item__flow__block .m-border:not(p) {
  height: 100%;
}

.plan-obata .sec-reason__item .sec-reason__item__flow__block .m-center {
  display: flex;
  align-items: center;
  height: 100%;
}

.plan-obata .sec-reason__item .sec-reason__item__flow__block .m-line {
  position: relative;
}

.plan-obata .sec-reason__item .sec-reason__item__flow__block .m-line::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -60px;
  width: 60px;
  height: 2px;
  background: #EB6120;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item .sec-reason__item__flow__block .m-line::before {
    height: min(2px, calc(2 / 375 * 100vw));
  }
}

.plan-obata .sec-reason__item .sec-reason__item__flow__block p {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  background: #F4F4F4;
  padding: 20px;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item .sec-reason__item__flow__block p {
    font-size: 16px;
    line-height: 1.75;
    margin-top: 0;
    padding: 6px 0;
  }
}

.plan-obata .sec-reason__item .sec-reason__item__flow__block p::after {
  content: "";
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #EB6120 transparent transparent transparent;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item .sec-reason__item__flow__block p::after {
    bottom: -10px;
    border-width: 5px 5px 0 5px;
  }
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item .sec-reason__item__flow__block p.m-size2.m-border {
    line-height: 1.5;
    padding-left: 7px;
    padding-right: 7px;
  }
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item .sec-reason__item__flow__block p.m-size3 {
    height: auto;
  }

  .plan-obata .sec-reason__item .sec-reason__item__flow__block p.m-size3.m-border {
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item .sec-reason__item__flow__block p.m-size4.m-border {
    line-height: 1.5;
  }
}

.plan-obata .sec-reason__item .sec-reason__item__flow__block p.m-bg {
  background: #FFEFE8;
}

.plan-obata .sec-reason__item .sec-reason__item__flow__block p.m-title {
  color: #ffffff;
  background: #EB6120;
}

.plan-obata .sec-reason__item .sec-reason__item__flow__block p .orange {
  color: #EB6120;
  font-weight: 700;
}

.plan-obata .sec-reason__item .sec-reason__item__flow__block dl {
  padding: 15px 24px;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item .sec-reason__item__flow__block dl {
    padding: 5px 6px;
  }
}

.plan-obata .sec-reason__item .sec-reason__item__flow__block dl dt {
  font-size: 24px;
  font-weight: 700;
  color: #EB6120;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item .sec-reason__item__flow__block dl dt {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}

.plan-obata .sec-reason__item .sec-reason__item__flow__block dl dd {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  border-top: 2px solid #EB6120;
  margin-top: 0.5em;
  padding-top: 0.5em;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item .sec-reason__item__flow__block dl dd {
    font-size: 10px;
    line-height: 1.5;
    margin-top: 0.1em;
    padding-top: 0.1em;
    border-top-width: min(2px, calc(2 / 375 * 100vw));
  }
}

.plan-obata .sec-reason__item .sec-reason__item__license {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 43px;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item .sec-reason__item__license {
    display: block;
    margin-top: 16px;
  }
}

.plan-obata .sec-reason__item .sec-reason__item__license__txt {
  width: 540px;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item .sec-reason__item__license__txt {
    width: auto;
  }
}

.plan-obata .sec-reason__item .sec-reason__item__license__txt dl dt {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 2px solid #EB6120;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item .sec-reason__item__license__txt dl dt {
    text-align: center;
  }
}

.plan-obata .sec-reason__item .sec-reason__item__license__txt dl dt .orange {
  display: block;
  color: #EB6120;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 4px;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item .sec-reason__item__license__txt dl dt .orange {
    font-size: 16px;
  }
}

.plan-obata .sec-reason__item .sec-reason__item__license__txt dl dt .orange .txt-l {
  font-weight: 700;
  font-size: 32px;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item .sec-reason__item__license__txt dl dt .orange .txt-l {
    font-size: 24px;
  }
}

.plan-obata .sec-reason__item .sec-reason__item__license__txt dl dd {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}

.plan-obata .sec-reason__item .sec-reason__item__license__img {
  width: 400px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item .sec-reason__item__license__img {
    width: auto;
    margin-top: 8px;
  }
}

.plan-obata .sec-reason__item__report-image {
  margin-top: 32px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item__report-image {
    margin-top: 16px;
  }
}

.plan-obata .sec-reason__item__report-text {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  margin: 26px 0 22px;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item__report-text {
    text-align: left;
  }
}

.plan-obata .sec-reason__item__report-text2 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFEFE8;
  color: #EB6120;
  min-height: 2.2em;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item__report-text2 {
    font-size: 20px;
    padding: 0.5em;
    line-height: 1.45;
  }
}

.plan-obata .sec-reason__item__report-text3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  margin: 1em 0;
}

.plan-obata .sec-reason__item__draw__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #EB6120;
  border: 2px solid #EB6120;
  margin-top: 24px;
  padding: 10px 0;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item__draw__title {
    font-size: min(20px, calc(20 / 375 * 100vw));
    line-height: 1.45;
    margin-top: 16px;
    padding: 6px 0 8px;
  }
}

.plan-obata .sec-reason__item__draw__title.m-attention {
  background-color: #FFF500;
  background-image: url(../../assets/images/plan-obata/border-attention.png), url(../../assets/images/plan-obata/border-attention.png);
  background-position: top center, bottom center;
  background-repeat: repeat-x;
  border: none;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item__draw__title.m-attention {
    margin-bottom: 16px;
  }
}

.plan-obata .sec-reason__item__draw__title.m-attention span {
  font-weight: bold;
}

.plan-obata .sec-reason__item__draw__title.m-attention .m-black {
  color: #000;
}

.plan-obata .sec-reason__item__draw__title.m-attention>span {
  font-size: 24px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item__draw__title.m-attention>span {
    font-size: 20px;
    line-height: 1.45;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}

.plan-obata .sec-reason__item__draw__content {
  border: 2px solid #EB6120;
  border-top: none;
}

.plan-obata .sec-reason__item__draw__column {
  display: flex;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item__draw__column {
    display: block;
  }
}

.plan-obata .sec-reason__item__draw__column .box {
  padding: 16px 18px 15px;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item__draw__column .box {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px 0;
  }

  .plan-obata .sec-reason__item__draw__column .box:last-of-type {
    padding-bottom: 15px;
  }
}

.plan-obata .sec-reason__item__draw__column .box.m-bgorange {
  background-color: #FFEFE8;
}

.plan-obata .sec-reason__item__draw__column .box.m-arrow {
  position: relative;
}

.plan-obata .sec-reason__item__draw__column .box.m-arrow::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #EB6120;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(50%);
}

.plan-obata .sec-reason__item__draw__column .box-img {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item__draw__column .box-img {
    width: 152px;
  }
}

.plan-obata .sec-reason__item__draw__column .box-img+.box-txt {
  margin-top: 0.5em;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item__draw__column .box-img+.box-txt {
    margin-top: 0;
  }
}

.plan-obata .sec-reason__item__draw__column .box-txt {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item__draw__column .box-txt {
    padding-left: 10px;
    width: calc(100% - 152px);
    box-sizing: border-box;
  }

  .plan-obata .sec-reason__item__draw__column .box-txt .box-txt {
    width: 100%;
    padding-left: 0;
  }
}

.plan-obata .sec-reason__item__draw__column .box-txt.m-tac {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item__draw__column .box-txt.m-tac {
    text-align: left;
  }
}

.plan-obata .sec-reason__item__draw__column .box-txt span {
  font-weight: bold;
}

.plan-obata .sec-reason__item__draw__column .box-txt .m-orange {
  color: #EB6120;
}

.plan-obata .sec-reason__item__draw__column .box-txt .m-fs24 {
  font-size: 24px;
}

.plan-obata .sec-reason__item__draw__column .box-txt .m-fs20 {
  font-size: 20px;
}

.plan-obata .sec-reason__item__draw__column .box-txt+.box-txt {
  margin-top: 0.5em;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item__draw__column .box-txt+.box-txt {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item__draw__column .box .sp-full {
    width: 100%;
    padding-left: 0;
  }
}

.plan-obata .sec-reason__item__draw__column .box-arrow {
  margin-top: 1em;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item__draw__column .box-arrow {
    display: flex;
    justify-content: center;
  }
}

.plan-obata .sec-reason__item__draw__column .box-arrow p {
  font-size: 24px;
  color: #EB6120;
  font-weight: bold;
  line-height: 1.5833333333;
  position: relative;
  padding-left: 54px;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item__draw__column .box-arrow p {
    font-size: 20px;
  }
}

.plan-obata .sec-reason__item__draw__column .box-arrow p::before {
  content: "";
  display: block;
  width: 38px;
  height: 50px;
  background-image: url(../../assets/images/plan-obata/img_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item__draw__column .box-arrow p::before {
    left: 6px;
    width: 38px;
    height: 50px;
    transform: translateY(-50%) rotate(90deg);
  }
}

.plan-obata .sec-reason__item__draw__column.m-col3 .box {
  width: 33.3%;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item__draw__column.m-col3 .box {
    width: auto;
  }
}

.plan-obata .sec-reason__item__draw__column.m-col2 .box {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item__draw__column.m-col2 .box {
    width: auto;
    display: block;
  }

  .plan-obata .sec-reason__item__draw__column.m-col2 .box .box-img {
    width: 178px;
    margin: auto auto auto;
  }
}

.plan-obata .sec-reason__item__draw__column.m-col2 .box:nth-of-type(2) {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item__draw__column.m-col2 .box:nth-of-type(2) {
    width: auto;
  }
}

.plan-obata .sec-reason__item:nth-child(3) .sec-reason__item__draw>.sec-reason__item__draw__column .box {
  display: block;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item:nth-child(3) .sec-reason__item__draw>.sec-reason__item__draw__column .box {
    margin-top: 16px;
  }

  .plan-obata .sec-reason__item:nth-child(3) .sec-reason__item__draw>.sec-reason__item__draw__column .box:first-of-type {
    margin-top: 0;
  }
}

.plan-obata .sec-reason__item:nth-child(3) .sec-reason__item__draw>.sec-reason__item__draw__column .box::after {
  display: none;
}

.plan-obata .sec-reason__item:nth-child(3) .sec-reason__item__draw>.sec-reason__item__draw__column .box.m-bgorange {
  padding: 50px 28px 48px;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item:nth-child(3) .sec-reason__item__draw>.sec-reason__item__draw__column .box.m-bgorange {
    padding: 15px 12.1126760563% 15px;
  }
}

@media print,
screen and (min-width: 768px) {
  .plan-obata .sec-reason__item:nth-child(3) .sec-reason__item__draw>.sec-reason__item__draw__column .box:nth-child(-n+2) {
    padding: 24px 24px 0 0;
  }
}

@media print,
screen and (min-width: 768px) {
  .plan-obata .sec-reason__item:nth-child(3) .sec-reason__item__draw>.sec-reason__item__draw__column .box.m-arrow::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 12px;
    border-color: transparent transparent transparent #eb6020;
    transform: translateY(-50%);
  }
}

.plan-obata .sec-reason__item:nth-child(3) .sec-reason__item__draw>.sec-reason__item__draw__column .box-img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item:nth-child(3) .sec-reason__item__draw>.sec-reason__item__draw__column .box-img {
    margin-bottom: 16px;
  }
}

.plan-obata .sec-reason__item:nth-child(3) .sec-reason__item__draw>.sec-reason__item__draw__column .box-txt {
  width: 100%;
  padding-left: 0;
}

@media print,
screen and (min-width: 768px) {
  .plan-obata .sec-reason__item:nth-child(3) .sec-reason__item__draw>.sec-reason__item__draw__content:nth-of-type(1) .box:nth-child(1) {
    padding-right: 0;
  }

  .plan-obata .sec-reason__item:nth-child(3) .sec-reason__item__draw>.sec-reason__item__draw__content:nth-of-type(1) .box:nth-child(1) .box-txt {
    margin-top: 39.2px;
  }
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item:nth-child(3) .sec-reason__item__draw>.sec-reason__item__draw__content:nth-of-type(1) .box:nth-child(3) {
    margin-top: 8px;
  }
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item:nth-child(3) .sec-reason__item__draw>.sec-reason__item__draw__content:nth-of-type(2) .box {
    align-items: center;
  }
}

.plan-obata .sec-reason__item:nth-child(4) .sec-reason__item__block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item:nth-child(4) .sec-reason__item__block {
    display: block;
  }
}

.plan-obata .sec-reason__item:nth-child(4) .sec-reason__item__block__box {
  width: 36.3265306122%;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item:nth-child(4) .sec-reason__item__block__box {
    width: 100%;
  }

  .plan-obata .sec-reason__item:nth-child(4) .sec-reason__item__block__box .sec-reason__item__block__img {
    text-align: center;
  }
}

.plan-obata .sec-reason__item:nth-child(4) .sec-reason__item__block__box .sec-reason__item__block__txt {
  text-align: center;
  width: auto;
}

.plan-obata .sec-reason__item:nth-child(4) .sec-reason__item__block__txt {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  width: 59.5918367347%;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item:nth-child(4) .sec-reason__item__block__txt {
    width: 100%;
    margin-top: 15px;
  }
}

.plan-obata .sec-reason__item:nth-child(5) .sec-reason__item__img {
  display: block;
  margin-top: 32px;
}

.plan-obata .sec-reason__item:nth-child(5) .sec-reason__item__block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item:nth-child(5) .sec-reason__item__block {
    display: block;
  }
}

.plan-obata .sec-reason__item:nth-child(5) .sec-reason__item__block__img {
  width: 24.4897959184%;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item:nth-child(5) .sec-reason__item__block__img {
    width: 240px;
    max-width: 100%;
    margin: auto auto auto;
  }
}

.plan-obata .sec-reason__item:nth-child(5) .sec-reason__item__block__dlist {
  width: 72.2448979592%;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item:nth-child(5) .sec-reason__item__block__dlist {
    margin-top: 30px;
    width: 100%;
  }
}

.plan-obata .sec-reason__item:nth-child(5) .sec-reason__item__block__term {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.46875;
  color: #EB6120;
  padding-bottom: 13px;
  border-bottom: 2px solid #EB6120;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item:nth-child(5) .sec-reason__item__block__term {
    font-size: 20px;
  }
}

.plan-obata .sec-reason__item:nth-child(5) .sec-reason__item__block__des {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 15px;
}

.plan-obata .sec-reason__item:nth-child(5) .sec-reason__item__dlist {
  margin-top: 32px;
  padding: 8px 20px 16px;
  background: #F4F4F4;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item:nth-child(5) .sec-reason__item__dlist {
    padding: 8px;
  }
}

.plan-obata .sec-reason__item:nth-child(5) .sec-reason__item__dlist__term {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  margin: 0 auto;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item:nth-child(5) .sec-reason__item__dlist__term {
    font-size: 20px;
  }
}

.plan-obata .sec-reason__item:nth-child(5) .sec-reason__item__dlist__des {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 5px;
}

.plan-obata .sec-reason__item:nth-child(5) .sec-reason__item__btn {
  margin-top: 32px;
}

.plan-obata .sec-reason__item:nth-child(5) .sec-reason__item__btn__link {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 15px 52px 16px 50px;
  width: 100%;
  max-width: 536px;
  border-radius: 10px;
  background: #13A53A;
  box-shadow: 0 4px 0 #0c5820;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item:nth-child(5) .sec-reason__item__btn__link {
    font-size: 16px;
    padding: 21px 53px 22px 20px;
    max-width: 355px;
  }
}

.plan-obata .sec-reason__item:nth-child(5) .sec-reason__item__btn__link:hover {
  box-shadow: 0 0 0 #0c5820;
  transform: translateY(4px);
  opacity: 1;
}

.plan-obata .sec-reason__item:nth-child(5) .sec-reason__item__btn__link::before,
.plan-obata .sec-reason__item:nth-child(5) .sec-reason__item__btn__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.plan-obata .sec-reason__item:nth-child(5) .sec-reason__item__btn__link::before {
  right: 24px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
}

.plan-obata .sec-reason__item:nth-child(5) .sec-reason__item__btn__link::after {
  right: 31px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #13A53A;
}

.plan-obata .sec-reason__item:nth-child(6) .sec-reason__item__block {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item:nth-child(6) .sec-reason__item__block {
    display: block;
  }
}

.plan-obata .sec-reason__item:nth-child(6) .sec-reason__item__block__box {
  width: 36.3265306122%;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item:nth-child(6) .sec-reason__item__block__box {
    width: 178px;
    margin: auto auto auto;
  }
}

.plan-obata .sec-reason__item:nth-child(6) .sec-reason__item__block__box .sec-reason__item__block__txt {
  text-align: center;
  width: auto;
}

.plan-obata .sec-reason__item:nth-child(6) .sec-reason__item__block__txt {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  width: 59.5918367347%;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item:nth-child(6) .sec-reason__item__block__txt {
    width: 100%;
    margin-top: 15px;
  }
}

.plan-obata .sec-reason__item__check {
  border: 2px solid #EB6120;
  margin-top: 32px;
}

.plan-obata .sec-reason__item__check-title {
  text-align: center;
  color: #EB6120;
  font-size: 24px;
  height: 2.1em;
  background-color: #FFEFE8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item__check-title {
    font-size: 20px;
  }
}

.plan-obata .sec-reason__item__check-btm {
  text-align: center;
  color: #ffffff;
  background-color: #EB6120;
  font-size: 24px;
  line-height: 1.5;
  padding: 13.5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item__check-btm {
    font-size: 20px;
    line-height: 1.45;
    padding: 8px 0;
  }
}

.plan-obata .sec-reason__item__check-cnt {
  display: flex;
  padding: 38px 40px 27px;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item__check-cnt {
    display: block;
    padding: 15px 10px 15px;
  }
}

.plan-obata .sec-reason__item__check-list {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item__check-list {
    width: 100%;
    margin-top: 12px;
  }

  .plan-obata .sec-reason__item__check-list:first-of-type {
    margin-top: 0;
  }
}

.plan-obata .sec-reason__item__check-list .item {
  font-size: 20px;
  line-height: 1.45;
  font-weight: bold;
  position: relative;
  padding-left: 28px;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item__check-list .item {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 13px;
  }
}

.plan-obata .sec-reason__item__check-list .item:first-of-type {
  margin-top: 0;
}

.plan-obata .sec-reason__item__check-list .item::before {
  content: "";
  width: 24px;
  height: 20px;
  background-image: url(../../assets/images/plan-obata/icn_check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 5px;
  display: block;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-reason__item__check-list .item::before {
    top: 3px;
  }
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-work .plan-obata__secttl {
    text-align: left;
  }
}

.plan-obata .sec-work__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 6px;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-work__list {
    gap: 8px 2.1333333333vw;
    justify-content: center;
  }
}

.plan-obata .sec-work__list__item {
  display: flex;
  flex-direction: column;
  width: 240px;
  background-color: #FFEFE8;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-work__list__item {
    width: calc((100% - 4.2666666667vw) / 3);
  }
}

.plan-obata .sec-work__list__item-image {
  width: 100%;
}

.plan-obata .sec-work__list__item-text {
  font-size: 20px;
  line-height: 1.45;
  font-weight: bold;
  text-align: center;
  padding: 7px 0 9px;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-work__list__item-text {
    font-size: clamp(10px, 3.4666666667vw, 14px);
    line-height: 1.4285714286;
    padding: 6px 0;
    height: 100%;
    min-height: min(45px, calc(45 / 375 * 100vw));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
  }
}

.plan-obata .sec-work__list__item-text span {
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  top: -0.2em;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-work__list__item-text span {
    font-size: 10px;
    line-height: 1.4;
    display: block;
    text-align: center;
    top: 0;
    margin-top: 3px;
    transform: scale(0.8);
  }
}

.plan-obata .sec-work__note {
  margin-top: 24px;
}

.plan-obata .sec-work__note li {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
}

.plan-obata .sec-pay__tbl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-pay__tbl {
    display: block;
  }
}

.plan-obata .sec-pay__tbl-head {
  width: 165px;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding-left: 1.5em;
  box-sizing: border-box;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-pay__tbl-head {
    width: 100%;
    font-size: 20px;
    margin-bottom: 0;
  }
}

.plan-obata .sec-pay__tbl-head:last-of-type {
  margin-bottom: 0;
}

.plan-obata .sec-pay__tbl-head::before {
  content: "";
  width: 24px;
  height: 24px;
  background-color: #EB6120;
  display: block;
  left: 0;
  top: 1px;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-pay__tbl-head::before {
    top: -1px;
  }
}

.plan-obata .sec-pay__tbl-cnt {
  width: calc(100% - 165px);
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .plan-obata .sec-pay__tbl-cnt {
    width: 100%;
    margin-top: 10px;
  }
}

.plan-obata .sec-pay__tbl-cnt:last-of-type {
  margin-bottom: 0;
}

/* 30秒見積フォーム */
#Top30Form .sec-inner {
  width: 980px;
}

#FooterCommonForm10 {
  margin-bottom: 40px;
}

#FooterCommonForm10Bg {
  background: #ff7e00;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  padding: 20px 20px 0;
  box-sizing: border-box;
}

#FooterCommonForm10Bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(assets/img/common/btn-ptn01.png) repeat;
}

#FooterCommonForm10Bg>div {
  position: relative;
  z-index: 2;
}

#FooterCommonForm10Inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#FormBox,
#FormTitle10Sub {
  background: #fff;
  border-radius: 10px;
  border: 5px solid rgb(255 166 77 / 0.7);
}

#FormBox {
  width: 510px;
  margin-bottom: 20px;
}

#TelBox {
  width: 375px;
}

#FormTitle10Sub {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

#FormTitle10Sub a {
  pointer-events: none;
}

#FormStaff {
  position: absolute;
  right: 0;
  bottom: 0;
}

#FormStaff img {
  height: 184px;
  width: auto;
}

#FormTitle10 {
  margin-top: 24px;
  margin-bottom: 20px;
}

#FormTitle10 img {
  margin-top: -25px;
  margin-left: -16px;
}

#FooterCommonForm10 table {
  width: 90%;
  margin: 10px auto;
  background: #fff;
}

#FooterCommonForm10 table th {
  width: 25%;
  overflow: hidden;
  padding: 10px 0px;
  font-size: 12px;
  text-align: left;
}

#FooterCommonForm10 table th p {
  display: block;
  position: relative;
  font-weight: bold;
}

#FooterCommonForm10 table th p span {
  position: absolute;
  right: 0;
  background: #cb0e12;
  color: #fff;
  font-weight: bold;
  padding: 2px 4px;
  border-radius: 3px;
}

#FooterCommonForm10 table tr:nth-child(1) th p span {
  background: #B0B0B0;
}

.checkbox-10sec span.wpcf7-list-item {
  display: inline-flex;
  margin-left: 5%;
  margin-bottom: 10px;
}

#FooterCommonForm10 table td {
  padding: 5px;
}

#FooterCommonForm10 table td input[type="checkbox"] {
  position: relative;
  top: 0px;
  appearance: auto;
}

#FooterCommonForm10 table td input[type="text"],
#FooterCommonForm10 table td input[type="tel"] {
  margin-left: 5%;
  padding: 8px 5px;
  width: 90%;
  box-sizing: border-box;
  border: 1px solid #bbbbbb;
  background: #fcf8d9;
}

#FooterCommonForm10Submit {
  position: relative;
  display: block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #00a00c;
  border-bottom: solid 2px #017d0a;
  border-radius: 4px;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
  width: 300px;
  text-align: center;
  margin: 0 auto 20px;
}

#FooterCommonForm10Submit:active {
  border-bottom: solid 2px #00a00c;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

#FooterCommonForm10Submit input[type="submit"] {
  border: 0;
  outline: none;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background-color: transparent;
  margin-left: 16px;
  padding: 4px 0 0;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok,
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  text-align: center;
  margin: -20px 0 20px;
}

.screen-reader-response {
  display: none;
}

span.wpcf7-not-valid-tip {
  display: block;
  color: #cb0e12;
  margin-left: 20px;
}

.wpcf7-response-output {
  text-align: center;
  margin-bottom: 50px;
}

.Top30Form-second .wpcf7-spinner {
  display: none;
}

@media screen and (max-width: 767px) {
  .Top30Form-second {
    margin-top: 24px;
  }

  #FooterCommonForm10Submit {
    max-width: 300px;
    width: calc(100% - 25px);
  }

  #FooterCommonForm10Submit input[type="submit"] {
    width: 216px;
    margin: 0 auto;
  }

  #Top30Form .sec-inner {
    width: 100%;
    box-sizing: border-box;
  }

  #FooterCommonForm10Bg {
    padding: 10px 10px 0;
  }

  #FooterCommonForm10Inner {
    flex-direction: column;
  }

  #FormBox,
  #TelBox {
    width: 100%;
    box-sizing: border-box;
  }

  #FormTitle10 img {
    margin-top: -30px;
    margin-left: -10px;
  }

  #FooterCommonForm10 table {
    width: 90%;
    margin: 10px auto;
  }

  #FooterCommonForm10 table th {
    width: 30%;
  }

  .checkbox-10sec span.wpcf7-list-item {
    font-size: 12px;
  }

  #FormTitle10Sub {
    padding: 0;
    margin-bottom: 20px;
  }

  #FormTitle10Sub a {
    display: flex;
    align-items: flex-start;
    padding: 0 5px;
    pointer-events: auto;
  }

  #FormTitle10Sub picture img {
    width: 100%;
    /* margin-top: -30px; */
  }

  #FormStaff {
    display: none;
  }

  #FooterCommonForm10 table td input[type="checkbox"] {
    top: -2px;
  }
}

@media screen and (max-width: 320px) {
  #FooterCommonForm10Submit {
    width: 240px;
  }
}

.wpcf7-spinner {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  line-height: 1.4;
  margin: 2em 0.5em 2em;
  padding: 0.5em 0.2em;
}

/* 30秒見積フォームここまで */
/*# sourceMappingURL=plan-obata.css.map */