.p-plan_cost {
  display: block;
  overflow: hidden;
}

.p-plan_cost main p,
.p-plan_cost main dd,
.p-plan_cost main dt,
.p-plan_cost main a,
.p-plan_cost main h2,
.p-plan_cost main h3,
.p-plan_cost main h4,
.p-plan_cost main span {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  color: #222;
}

.p-plan_cost ul li {
  list-style: none;
}

.p-plan_cost .p-container {
  width: 100%;
  max-width: 830px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-plan_cost .p-container {
    max-width: 100%;
  }
}

.p-plan_cost body {
  margin: 0;
}

.p-plan_cost * {
  box-sizing: border-box;
}

.p-plan_cost .l-wide {
  width: 100%;
  max-width: 988px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-plan_cost .l-wide {
    max-width: 100%;
    padding: 0 10px;
  }
}

.p-plan_cost .l-layer {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-plan_cost .l-layer {
    max-width: 100%;
    padding: 0 20px;
  }
}

.p-plan_cost .l-inside {
  width: 100%;
  max-width: 748px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-plan_cost .l-inside {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-plan_cost .u-sp-hidden {
    display: none;
  }
}

.p-plan_cost .u-pc-hidden {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-plan_cost .u-pc-hidden {
    display: block;
  }
}

.p-plan_cost.-item {
  padding-bottom: 330px;
}

@media screen and (max-width: 768px) {
  .p-plan_cost.-item {
    padding-bottom: 40px;
  }
}

.p-plan_cost .p-box-black {
  padding-bottom: 82px;
}

.p-plan_cost a {
  transition: 0.4s;
}

.p-plan_cost a:hover {
  opacity: 0.7;
}

.p-plan_cost {
  color: #222;
}

.p-plan_cost .p-plan_cost__head {
  text-align: center;
  margin-bottom: 40px;
}

.p-plan_cost .p-plan_cost__contents {
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .p-plan_cost .p-plan_cost__contents {
    margin-top: 26px;
  }
}

.p-plan_cost .c-block-heading01 {
  position: relative;
  margin-bottom: 0;
  padding-left: 80px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 32px;
  line-height: 1.4375;
  background: #EB6120;
  color: #fff;
  font-weight: bold;
}

/*各プランコンテンツここから*/
.p-plan_cost .p-box-light-plan .c-block-heading01 {
  padding: 20px 0px 20px 0px;
}

.p-plan_cost .p-box-light-plan .p-box-light-plan-title {
  display: flex;
  align-items: center;
}

.p-plan_cost .p-box-light-plan .small_title {
  color: #FFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin-left: 20px;
}

.p-plan_cost .p-box-light-plan .title-gaiheki-menu::before {
  content: url(../../assets/img/plan_cost/gaiheki_icon.png);
  display: inline-block;
  width: 60px;
  height: 44px;
  vertical-align: bottom;
  transform: scale(1);
  margin-right: 20px;
}

.p-plan_cost .p-box-light-plan .title-roof-menu::before {
  content: url(../../assets/img/plan_cost/roof_icon.png);
  display: inline-block;
  width: 60px;
    height: 44px;
    vertical-align: bottom;
  transform: scale(1);
  margin-right: 20px;
}

.p-plan_cost .p-box-light-plan .title-gaiheki,
.p-plan_cost .p-box-light-plan .title-roof {
  display: flex;
}

.p-plan_cost .p-box-light-plan .title-gaiheki {
  background: #0093BD;
}

.p-plan_cost .p-box-light-plan .title-roof {
  background: #F1951D;
}

.p-plan_cost .p-box-light-plan .title-roof .title-roof-menu,
.p-plan_cost .p-box-light-plan .title-gaiheki .title-gaiheki-menu {
  color: #FFF;
}

.p-plan_cost .p-box-light-plan .c-block-heading01 img {
  margin-right: 20px;
}

.p-plan_cost .p-box-light-plan .title-gaiheki:before {
  position: absolute;
  top: 0;
  left: -60vw;
  width: 60vw;
  height: 100%;
  content: "";
  background: #0093BD;
  z-index: -1;
}

.p-plan_cost .p-box-light-plan .title-gaiheki:after {
  position: absolute;
  top: 0;
  right: -60vw;
  width: 60vw;
  height: 100%;
  content: "";
  background: #0093BD;
  z-index: -1;
}

.p-plan_cost .p-box-light-plan .title-roof:before {
  position: absolute;
  top: 0;
  left: -60vw;
  width: 60vw;
  height: 100%;
  content: "";
  background: #F1951D;
  z-index: -1;
}

.p-plan_cost .p-box-light-plan .title-roof:after {
  position: absolute;
  top: 0;
  right: -60vw;
  width: 60vw;
  height: 100%;
  content: "";
  background: #F1951D;
  z-index: -1;
}



/*各プランコンテンツここまで*/
@media screen and (max-width: 768px) {
  .p-plan_cost .c-block-heading01 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 22px;
    line-height: 1.3636363636;
    text-align: center;
    padding-left: 0;
  }

  .p-plan_cost .p-box-light-plan .title-gaiheki-menu::before {
    transform: scale(0.7);
    margin-right: 8px;
    vertical-align: text-bottom;
  }

  .p-plan_cost .p-box-light-plan .title-roof-menu::before {
    transform: scale(0.7);
    margin-right: 8px;
    vertical-align: text-bottom;
  }
}

@media screen and (max-width: 768px) {
  .p-plan_cost .c-block-heading01.-sp-height {
    padding: 20px 0;
  }
}

.p-plan_cost .c-block-heading01 .c-block-heading01__icon {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 40px;
}

.p-plan_cost .c-block-heading01 .c-block-heading01__icon img {
  height: 100%;
}

.p-plan_cost .p-yel-box01 {
  background: #FDFCE5;
  padding-bottom: 30px;
  position: relative;
}


.p-plan_cost .c-check-card01 .c-check-card01__head {
  position: relative;
}

.p-plan_cost .c-check-card01 .c-check-card01__head p {
  font-size: 20px;
  line-height: 1.45;
  font-weight: bold;
  text-align: center;
  color: #222;
}

@media screen and (max-width: 768px) {
  .p-plan_cost .c-check-card01 .c-check-card01__head p {
    font-size: 18px;
    line-height: 1.4444444444;
    text-align: left;
    padding-left: 42px;
  }
}

.p-plan_cost .c-check-card01 .c-check-card01__head p .kana {
  position: relative;
  color: #222;
  font-weight: bold;
}

.p-plan_cost .c-check-card01 .c-check-card01__head p .kana .kana__item {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  color: #222;
  white-space: nowrap;
  font-size: 13px;
  line-height: 1;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .p-plan_cost .c-check-card01 .c-check-card01__head p .kana .kana__item {
    font-size: 12px;
    line-height: 1;
  }
}

.p-plan_cost .c-check-card01 .c-check-card01__head .c-check-card01__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(58px/2);
}

@media screen and (max-width: 768px) {
  .p-plan_cost .c-check-card01 .c-check-card01__head .c-check-card01__icon {
    width: 29px;
  }
}

.p-plan_cost .c-check-card01 .c-check-card01__image {
  margin-top: 18px;
}

@media screen and (max-width: 768px) {
  .p-plan_cost .c-check-card01 .c-check-card01__image img {
    width: 100%;
  }
}

.p-plan_cost .p-block {
  margin-top: 23px;
}

/*おすすめプランの枠　ここから*/
.p-plan_cost .p-yel-box01 .p-block .c-copy {
  padding-top: 20px;
}

/*おすすめプランの枠 ここまで*/
@media screen and (max-width: 768px) {
  .p-plan_cost .p-block {
    margin-top: 18px;
  }
}

.p-plan_cost .p-block.-mt32 {
  margin-top: 32px;
}

.p-plan_cost .p-block.-mt50 {
  margin-top: 50px;
}

.p-plan_cost .p-block.-mt64 {
  margin-top: 64px;
}

@media screen and (max-width: 768px) {
  .p-plan_cost .p-block.-sp-mt30 {
    margin-top: 30px;
  }
}

.p-plan_cost .p-block.-padding-type {
  margin: 0;
  padding-top: 23px;
}

@media screen and (max-width: 768px) {
  .p-plan_cost .p-block.-padding-type {
    padding-top: 18px;
  }
}

.p-plan_cost .c-copy p {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.p-plan_cost .c-copy_intro p:before,
.p-plan_cost .c-copy_intro p:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #000;
  /*斜め線の色*/
  width: 2px;
  /*斜め線の太さ*/
  height: 2em;
  /*斜め線の長さ*/
  margin: 0 1em;
  /*テキストとの間に左右余白をつくる*/
  margin-top: -.2em;
  /*斜め線の位置調整*/
  vertical-align: middle;
}

.p-plan_cost .c-copy_intro p:before {
  transform: rotate(-35deg);
  /*角度調整*/
}

.p-plan_cost .c-copy_intro p:after {
  transform: rotate(35deg);
  /*角度調整*/
}

@media screen and (max-width: 768px) {
  .p-plan_cost .c-copy p {
    font-size: 18px;
    line-height: 1.8;
  }

}

.p-plan_cost .c-copy p {
  font-weight: 500;
}

.p-plan_cost .c-arrow-icon {
  width: calc(68px/2);
  margin: 0 auto;
}

.p-plan_cost .c-plan-cont {
  /*max-width: 386px;*/
  margin: 20px auto 0px auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-plan_cost .c-arrow-icon {
    width: 34px;
  }
}

.p-plan_cost .c-weight-font01 {
  font-size: 32px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-plan_cost .c-weight-font01 {
    padding: 0 16px;
    font-size: 18px;
    line-height: 1.6363636364;
    letter-spacing: 0.001em;
  }

  .p-plan_cost .recommend_plan_name_silicon .c-weight-font01,
  .p-plan_cost .recommend_plan_name_muki .c-weight-font01 {
    font-size: 26px;
  }
}

.p-plan_cost .c-weight-font01 span {
  font-weight: bold;
}

.p-plan_cost .c-orange {
  color: #EB6120;
}

.p-plan_cost .p-yel-box01 .ob {
  background: linear-gradient(transparent 80%, #FFFF00 0%);
  font-weight: 600;
}

.p-plan_cost .p-white-comment01 {
  position: relative;
  margin-top: 32px;
  max-width: 883px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 24px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .p-plan_cost .p-white-comment01 {
    width: 90%;
    padding: 20px 15px;
  }
}

.p-plan_cost .p-white-comment01 p {
  font-size: 18px;
  line-height: 1.5555555556;
  letter-spacing: 0.001em;
  font-weight: normal;
  text-align: left;
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .p-plan_cost .p-white-comment01 p {
    font-size: 16px;
    line-height: 1.5;
  }
}

.p-plan_cost .p-white-comment01 .icon-yel {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(84px/2);
}

.p-plan_cost .p-white-comment01 .icon-people {
  position: absolute;
  right: 0;
  bottom: -30px;
  width: 130px;
}

@media screen and (max-width: 768px) {
  .p-plan_cost .p-white-comment01 .icon-people {
    width: 103px;
    bottom: -43px;
  }
}

.p-plan_cost .p-border-title {
  margin-top: 23px;
  padding-left: 32px;
  font-size: 28px;
  line-height: 1.7857142857;
  font-weight: 500;
  border-left: 10px solid #F86613;
  border-bottom: 5px solid #F86613;
}

@media screen and (max-width: 768px) {
  .p-plan_cost .p-border-title {
    padding-left: 14px;
    margin-top: 16px;
    padding-bottom: 5px;
    font-size: 18px;
    line-height: 1.5;
    border-left: 4px solid #F86613;
    border-bottom: 4px solid #F86613;
  }

  .p-plan_cost .p-border-title.-sp-pl {
    padding-left: 28px;
  }
}

.p-plan_cost .p-border-title:before {
  display: none;
}

/*.p-plan_cost .l-in {
  padding: 0 32px;*
}*/
/*ライフプラン　ここから*/
.p-plan_cost .p-circle-group {
  padding: 40px 0px;
  background: #FDF4E6;
  text-align: center;
  margin: 0 auto;
}

.p-plan_cost .p-circle-group img {
  max-width: 591px;
  width: 100%;
  height: auto;
}

/*ライフプランここまで*/

.p-plan_cost .p-circle-group {
  margin-top: 26px;
}

@media screen and (max-width: 768px) {
  .p-plan_cost .p-circle-group {
    margin-top: 16px;
  }

  .p-plan_cost .p-circle-group img {
    padding: 0px 16px;
  }
}

/* 冒頭3種類のボタン　ここから */
.p-plan_cost .p-plan_cost__contents .p-circle-group__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -8px;
}

.p-plan_cost .p-plan_cost__contents .p-circle-group__list .p-circle-group__item {
  /*width: 264px;*/
  color: #FFF;
  background-color: #FF6C00;
  padding: 24px 40px 24px 24px;
  border-radius: 40px;
  position: relative;
  box-shadow: 8px 8px 8px -5px rgba(141, 141, 141, 0.6);
}

.p-plan_cost .p-block .c-plan-cont ul {
  display: flex;
  justify-content: center;
}

.p-plan_cost .p-block .c-plan-cont ul li {
  /*width: 264px;*/
  color: #EB6120;
  font-size: 20px;
  font-weight: 600;
  background-color: #FFF;
  border: 2px solid #FF6C00;
  padding: 12px 18px 12px 18px;
  margin-right: 16px;
  border-radius: 12px;
  position: relative;
  box-shadow: 6px 7px 5px -5px rgba(141, 141, 141, 0.6);
}

.p-plan_cost .p-block .c-plan-cont ul li:not(:last-child)::after {
  content: "";
  background: url("../../assets/img/plan_cost/plan-product.png");
  width: 24px;
  height: 24px;
  display: inline-block;
  left: 99%;
  position: absolute;
  transform: scale(1);
  z-index: 1;
}

.p-plan_cost .p-block .c-plan-cont ul li:last-child {
  margin-right: 0%;
}

@media screen and (max-width: 768px) {
  .p-plan_cost .p-block .c-plan-cont ul li {
    padding: 12px 14px;
    font-size: 16px;
  }
}

.p-plan_cost .p-plan_cost__contents .p-circle-group__list .p-circle-group__item p {
  font-size: 18pt;
  font-weight: 600;
}

.p-plan_cost .p-plan_cost__contents .p-circle-group__list .p-circle-group__item p::after {
  content: "";
  position: absolute;
  background-image: url("../../assets/img/plan_cost/white_arrow.png");
  background-repeat: no-repeat;
  width: 16px;
  height: 8px;
  margin-left: 8px;
  margin-top: 10px;
}

/* 冒頭3種類のボタン　ここまで */
/*おすすめプランについてここから*/
.p-plan_cost__contents .recommend_plan_name_silicon,
.p-plan_cost__contents .recommend_plan_name_muki {
  display: flex;
  justify-content: center;
}

.p-plan_cost__contents .recommend_plan_name_silicon::before {
  content: url("../../assets/img/plan_cost/person_think_yellow.png");
  background-repeat: no-repeat;
  position: absolute;
  width: 64px;
  height: 80px;
  left: 20%;
}

.p-plan_cost__contents .recommend_plan_name_muki::before {
  content: url("../../assets/img/plan_cost/person_think_blue.png");
  background-repeat: no-repeat;
  position: absolute;
  width: 64px;
  height: 80px;
  left: 20%;
}

.p-plan_cost__contents .c-plan-person {
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .p-plan_cost .p-plan_cost__contents .p-circle-group__list {
    display: block;
    margin: 0 auto;
  }

  .p-plan_cost .p-plan_cost__contents .p-circle-group__list .p-circle-group__item {
    width: 88%;
    margin: 0 auto 20px auto;
  }

  .p-plan_cost .p-plan_cost__contents .p-circle-group__list .p-circle-group__item p {
    font-size: 22px;
    text-align: center;
  }

  .p-plan_cost__contents .recommend_plan_name_silicon::before,
  .p-plan_cost__contents .recommend_plan_name_muki::before {
    display: none;
  }
}

.p-plan_cost .p-circle-group .p-circle-group__list .p-circle-group__item img {
  width: 100%;
}

.p-plan_cost .p-circle-group .p-circle-group__list .p-circle-group__item:nth-child(n+4) {
  margin-top: 16px;
}

.p-plan_cost .p-circle-group .p-circle-group__list .p-circle-group__item.-people {
  padding-top: 24px;
}

@media screen and (max-width: 768px) {
  .p-plan_cost .p-circle-group .p-circle-group__list .p-circle-group__item.-people {
    padding-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-plan_cost .p-circle-group .p-circle-group__list .p-circle-group__item:nth-child(n+3) {
    margin-top: 26px;
  }
}

@media screen and (max-width: 768px) {
  .p-plan_cost .p-circle-group .p-circle-group__list .p-circle-group__item:nth-child(5) {
    order: 6;
  }
}

.p-plan_cost .p-circle-group__option {
  margin-top: 14px;
}

.p-plan_cost .p-circle-group__option p {
  text-align: right;
  font-size: 14px;
  line-height: 1.4285714286;
}

.p-plan_cost .p-text {
  margin-top: 28px;
}

@media screen and (max-width: 768px) {
  .p-plan_cost .p-text {
    margin-top: 24px;
  }
}

.p-plan_cost .p-text p {
  font-size: 18px;
  line-height: 1.4444444444;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .p-plan_cost .p-text p {
    font-size: 16px;
    line-height: 1.5;
    margin: auto 16px;
  }
}

.p-plan_cost .p-box-yel {
  margin-top: 32px;
  padding-top: 24px;
  position: relative;
  z-index: 3;
}

.p-plan_cost .p-box-yel:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 460px;
  background: #FDFCE5;
  content: "";
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .p-plan_cost .p-box-yel:before {
    display: none;
  }
}

.p-plan_cost .p-box-yel:after {
  position: absolute;
  top: 460px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: calc(136px*2) 1400px 0 1400px;
  border-color: #FDFCE5 transparent transparent transparent;
  content: "";
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .p-plan_cost .p-box-yel:after {
    display: none;
    top: calc((748/375)*100vw);
    border-width: calc((38/375)*100vw) calc((187.5/375)*100vw) 0 calc((187.5/375)*100vw);
  }
}

@media screen and (max-width: 768px) {
  .p-plan_cost .p-box-yel .p-box-yel__item {
    position: relative;
    z-index: 2;
    background: #FDFCE5;
  }

  .p-plan_cost .p-box-yel .p-box-yel__item:before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    content: "";
    background: #FDFCE5;
  }
}

.p-plan_cost .p-five-grid {
  margin-top: 36px;
  position: relative;
}

.p-plan_cost .p-five-grid ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -32px;
}

@media screen and (max-width: 768px) {
  .p-plan_cost .p-five-grid ul {
    margin: 0 -5px;
    justify-content: flex-start;
  }
}

.p-plan_cost .p-five-grid ul li {
  width: 33.333%;
  padding: 0 32px;
}

@media screen and (max-width: 768px) {
  .p-plan_cost .p-five-grid ul li {
    width: 50%;
    padding: 0 5px;
  }
}

.p-plan_cost .p-five-grid ul li:nth-child(n+4) {
  margin-top: 42px;
}

@media screen and (max-width: 768px) {
  .p-plan_cost .p-five-grid ul li:nth-child(n+3) {
    margin-top: 24px;
  }
}

.p-plan_cost .p-five-grid .p-five-grid__option-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-plan_cost .p-five-grid .p-five-grid__option-sp {
    position: absolute;
    right: 0;
    bottom: -52px;
    display: block;
    width: 136px;
    z-index: 10;
  }
}

.p-plan_cost .c-simple-card01 {
  position: relative;
}

.p-plan_cost .c-simple-card01 .c-simple-card01__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 128px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 19px;
  line-height: 1;
  background: #EB6120;
}

@media screen and (max-width: 768px) {
  .p-plan_cost .c-simple-card01 .c-simple-card01__title {
    width: 98px;
    height: 28px;
    font-size: 14px;
    line-height: 1;
  }
}

.p-plan_cost .c-simple-card01 .c-simple-card01__text {
  margin-top: 8px;
}

.p-plan_cost .c-simple-card01 .c-simple-card01__text p {
  text-align: center;
  font-size: 18px;
  line-height: 1.4444444444;
}

@media screen and (max-width: 768px) {
  .p-plan_cost .c-simple-card01 .c-simple-card01__text p {
    font-size: 15px;
    line-height: 1.4;
  }
}

.p-plan_cost .p-custom-image.-type01 {
  margin-top: 23px;
  margin-left: 164px;
  width: calc(1364px/2);
}

@media screen and (max-width: 768px) {
  .p-plan_cost .p-custom-image.-type01 {
    margin-left: 0;
    width: 100%;
  }
}

.p-plan_cost .p-orange-box {
  margin-top: 32px;
  max-width: 904px;
  width: 100%;
  margin-left: auto;
  border: 4px solid #EB6120;
  border-top: none;
}

.p-plan_cost .p-orange-box .p-orange-box__title {
  position: relative;
  padding-left: 24px;
  background: #EB6120;
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 2.0833333333;
}

@media screen and (max-width: 768px) {
  .p-plan_cost .p-orange-box .p-orange-box__title {
    display: flex;
    padding: 8px 0 8px calc((16/375)*100vw);
    font-size: 22px;
    line-height: 1.3636363636;
    text-align: center;
  }
}

.p-plan_cost .p-orange-box .p-orange-box__title:before {
  display: none;
}

.p-plan_cost .p-orange-box .p-orange-box__title .p-orange-box__title-icon {
  position: absolute;
  top: 0;
  right: -4px;
  width: calc(84px/2);
  height: calc(76px/2);
}

.p-plan_cost .p-orange-box .p-orange-box__contents {
  position: relative;
  padding: 23px;
}

@media screen and (max-width: 768px) {
  .p-plan_cost .p-orange-box .p-orange-box__contents {
    padding: 82px 15px 24px;
  }
}

.p-plan_cost .p-orange-box .p-orange-box__contents p {
  font-size: 18px;
  line-height: 1.5555555556;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .p-plan_cost .p-orange-box .p-orange-box__contents p {
    font-size: 16px;
    line-height: 1.75;
  }
}

.p-plan_cost .p-orange-box .p-orange-box__contents p .c-orange {
  font-weight: bold;
}

.p-plan_cost .p-orange-box .p-orange-box__contents .p-orange-box__people {
  position: absolute;
  right: 36px;
  bottom: 0;
  width: calc(258px/2);
}

@media screen and (max-width: 768px) {
  .p-plan_cost .p-orange-box .p-orange-box__contents .p-orange-box__people {
    bottom: auto;
    top: -82px;
    right: 0;
    width: 90px;
  }
}

.p-plan_cost .p-orange-box .p-orange-box__contents .p-orange-box__people-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-plan_cost .p-orange-box .p-orange-box__contents .p-orange-box__people-inner .p-orange-box__people-inner02 {
  position: relative;
  width: 100%;
  height: 100%;
}

.p-plan_cost .p-orange-box .p-orange-box__contents .p-orange-box__people-inner .p-orange-box__people-inner02 .p-orange-box__people-comment {
  position: absolute;
  top: 16px;
  left: -168px;
  width: calc(423px/2);
}

@media screen and (max-width: 768px) {
  .p-plan_cost .p-orange-box .p-orange-box__contents .p-orange-box__people-inner .p-orange-box__people-inner02 .p-orange-box__people-comment {
    width: 168px;
    top: auto;
    bottom: 6px;
  }
}

.p-plan_cost .p-orange-box .p-orange-box__contents .p-orange-box__people-inner .p-orange-box__people-inner02 .p-orange-box__people-comment .p-orange-box__people-text {
  position: absolute;
  top: 20px;
  left: 27px;
  font-size: 20px;
  line-height: 1;
  color: #222;
}

@media screen and (max-width: 768px) {
  .p-plan_cost .p-orange-box .p-orange-box__contents .p-orange-box__people-inner .p-orange-box__people-inner02 .p-orange-box__people-comment .p-orange-box__people-text {
    top: 17px;
    font-size: 15px;
    line-height: 1;
  }
}

.p-plan_cost .p-box-light-orange {
  position: relative;
  margin-top: 40px;
  padding-top: 23px;
  /*background: #FDF4E6;*/
  z-index: 3;
}

.p-plan_cost .p-box-light-plan {
  display: flex;
  position: relative;
  margin-top: 40px;
  margin-bottom: 0%;
  padding-left: 80px;
  padding-top: 23px;
  padding-bottom: 54px;
  z-index: 3;
  align-items: center;
}

.p-plan_cost #cost {
  padding-top: 115px;
  margin-top: -92px;
}

.p-plan_cost #lifeplan {
  padding-top: 92px;
  margin-top: -69px;
}

.p-plan_cost #payment {
  padding-top: 92px;
  margin-top: -60px;
}

.p-plan_cost .p-box-light-orange .p-box-light-orange__contents {
  margin-top: 42px;
}

@media screen and (max-width: 768px) {
  .p-plan_cost .p-box-light-orange .p-box-light-orange__contents {
    padding: 0;
    margin-top: 30px;
  }
}

.p-plan_cost .p-box-light-orange .p-box-light-orange__contents .p-number-grid ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -21px 20px -21px;
}

@media screen and (max-width: 768px) {
  .p-plan_cost .p-box-light-orange .p-box-light-orange__contents .p-number-grid ul {
    margin: 0 4%;
  }

  .p-plan_cost .p-box-light-orange .p-box-light-orange__contents .p-number-grid .small-font {
    margin: 2% 4%;
  }
}

.p-plan_cost .p-box-light-orange .p-box-light-orange__contents .p-number-grid ul li {
  position: relative;
  width: 33.333%;
  padding: 0 21px;
}

@media screen and (max-width: 768px) {
  .p-plan_cost .p-box-light-orange .p-box-light-orange__contents .p-number-grid ul li {
    width: 50%;
    padding: 0 5px;
  }
}

.p-plan_cost .p-box-light-orange .p-box-light-orange__contents .p-number-grid ul li:nth-child(n+4) {
  margin-top: 34px;
}

@media screen and (max-width: 768px) {
  .p-plan_cost .p-box-light-orange .p-box-light-orange__contents .p-number-grid ul li:nth-child(n+3) {
    margin-top: 30px;
  }
}

.p-plan_cost .p-box-light-orange .p-box-light-orange__contents .p-number-grid ul li .arrow-right {
  position: absolute;
  bottom: 8.5px;
  right: -12px;
  width: 24px;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .p-plan_cost .p-box-light-orange .p-box-light-orange__contents .p-number-grid ul li .arrow-right {
    bottom: 14px;
    right: -14px;
  }
}

.p-plan_cost .c-number-card01 {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
}

.p-plan_cost .c-number-card01 .c-number-card01__image img {
  width: 100%;
}

.p-plan_cost .c-number-card01 .c-number-card01__num {
  position: absolute;
  top: -10px;
  left: -23px;
  width: calc(136px/2);
}

@media screen and (max-width: 768px) {
  .p-plan_cost .c-number-card01 .c-number-card01__num {
    width: 54px;
    top: -14px;
    left: -3px;
  }
}

.p-plan_cost .c-number-card01 .c-number-card01__title {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FDF4E6;
  color: #000;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  text-align: left;
  padding: 10px;
}

.p-plan_cost .c-number-card01 .c-number-card01__title .c-number-title-small {
  font-size: 16px;
}

.p-plan_cost .p-box-promise .c-number-card01 .c-number-card01__title {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .p-plan_cost .c-number-card01 .c-number-card01__title .u-pc-hidden {
    display: none;
  }
}


@media screen and (max-width: 768px) {
  .p-plan_cost .c-number-card01 .c-number-card01__title {
    display: block;
    height: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 1.4444444444;
    padding: 8px;
  }

  .p-plan_cost .c-number-card01 .c-number-card01__title .c-number-title-small {
    font-size: 12px;
  }
}

.p-plan_cost .position-head {
  position: relative;
}

.p-plan_cost .position-head .position-head__title {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(780px/2);
  background: #fff;
  z-index: 10;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-plan_cost .position-head .position-head__title {
    position: static;
    transform: translateX(0%);
    width: 318px;
    margin: 0 auto;
  }
}

.p-plan_cost .position-head .position-head__title img {
  width: calc(740px/2);
}

@media screen and (max-width: 768px) {
  .p-plan_cost .position-head .position-head__title img {
    width: 100%;
  }
}

.p-plan_cost .position-head .c-block-heading02 {
  position: relative;
  padding: 10px 0;
  border-top: 3px solid #000;
  border-bottom: 3px solid #EB6120;
  color: #EB6120;
  font-size: 32px;
  line-height: 1.5625;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-plan_cost .position-head .c-block-heading02 {
    margin-top: 6px;
    font-size: 22px;
    line-height: 1.3636363636;
  }
}

.p-plan_cost .position-head .c-block-heading02:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 25px;
  content: "";
  background: #000;
}

.p-plan_cost .position-head .c-block-heading02:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 3px;
  height: 25px;
  content: "";
  background: #EB6120;
}

.p-plan_cost .position-head .c-block-heading02 .c-block-heading02__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(129px/2);
}

.p-plan_cost .p-number-list {
  margin-top: 32px;
}

@media screen and (max-width: 768px) {
  .p-plan_cost .p-number-list {
    margin-top: 16px;
  }
}

.p-plan_cost .p-number-list li+li {
  margin-top: 20px;
}

.p-plan_cost .p-number-list li {
  list-style: none;
}

.p-plan_cost .c-number-title {
  padding-bottom: 3px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  font-size: 28px;
  line-height: 1.7857142857;
  font-weight: bold;
  border-bottom: 5px solid #EB6120;
}

@media screen and (max-width: 768px) {
  .p-plan_cost .c-number-title {
    font-size: 20px;
    line-height: 1.35;
    padding-bottom: 13px;
  }
}

.p-plan_cost .c-number-title img {
  margin-right: 20px;
  width: 63px;
  display: block;
}

@media screen and (max-width: 768px) {
  .p-plan_cost .c-number-title img {
    width: 38px;
    margin-right: 7px;
  }
}

.p-plan_cost .p-image-unit {
  padding: 24px 38px 0 24px;
  display: flex;
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .p-plan_cost .p-image-unit {
    flex-direction: column-reverse;
    padding: 16px 16px 0;
  }
}

.p-plan_cost .p-image-unit .p-image-unit__sub {
  width: 264px;
}

@media screen and (max-width: 768px) {
  .p-plan_cost .p-image-unit .p-image-unit__sub {
    width: 100%;
  }

  .p-plan_cost .p-image-unit .p-image-unit__sub img {
    width: 100%;
  }
}

.p-plan_cost .p-image-unit .p-image-unit__text {
  width: auto;
  flex: 1;
  padding-left: 36px;
}

@media screen and (max-width: 768px) {
  .p-plan_cost .p-image-unit .p-image-unit__text {
    padding-left: 0;
    margin-top: 20px;
  }
}

.p-plan_cost .p-image-unit .p-image-unit__text p {
  font-size: 16px;
  line-height: 1.5;
}

.p-plan_cost .p-image-unit .p-image-unit__text p.small-font {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.4285714286;
}

.p-plan_cost .p-qa-box {
  margin-top: 32px;
}

.p-plan_cost .p-qa-box .square_orange {
  font-size: 12px;
}

.p-plan_cost .p-qa-box a {
  display: inline;
  color: #EB6120;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .p-plan_cost .p-qa-box {
    padding: 0 16px;
  }
}

.p-plan_cost .p-qa-box .p-qa-box__item+.p-qa-box__item {
  margin-top: 32px;
}

.p-plan_cost .p-qa-box .p-qa-box__title {
  font-size: 24px;
  line-height: 2.0833333333;
  font-weight: bold;
  border-bottom: 1px solid #A09D9A;
}

@media screen and (max-width: 768px) {
  .p-plan_cost .p-qa-box .p-qa-box__title {
    padding-bottom: 8px;
    font-size: 18px;
    line-height: 1.4444444444;
  }
}

.p-plan_cost .p-qa-box .p-qa-box__title span {
  color: #EB6120;
  margin-right: 8px;
  font-weight: bold;
}

.p-plan_cost .p-qa-box .p-qa-box__contents {
  padding: 20px 24px 0;
}

@media screen and (max-width: 768px) {
  .p-plan_cost .p-qa-box .p-qa-box__contents {
    padding: 20px 0 0;
  }
}

.p-plan_cost .p-qa-box .p-qa-box__contents p {
  font-size: 16px;
  line-height: 1.5;
}

.p-plan_cost .p-qa-box .p-qa-box__contents p.small-font {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.4285714286;
}

.p-plan_cost .c-image-copy {
  display: flex;
  justify-content: center;
  padding-bottom: 33px;
}

.p-plan_cost .c-image-copy .c-image-copy__text {
  position: relative;
}

.p-plan_cost .c-image-copy .c-image-copy__text p {
  font-size: 32px;
  line-height: 1.5625;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .p-plan_cost .c-image-copy .c-image-copy__text p {
    font-size: 22px;
    line-height: 1.6363636364;
    text-align: center;
  }
}

.p-plan_cost .c-image-copy .c-image-copy__text p span {
  font-weight: bold;
  color: #EB6120;
  background: linear-gradient(transparent 80%, #FFFF00 0%);
}

.p-plan_cost .c-image-copy .c-image-copy__text .c-image-copy__image {
  position: absolute;
  right: -114px;
  top: 50%;
  transform: translateY(-50%);
  width: 104px;
}

@media screen and (max-width: 768px) {
  .p-plan_cost .c-image-copy .c-image-copy__text .c-image-copy__image {
    position: static;
    transform: translateY(0%);
    margin: 0 auto;
    width: 100px;
  }
}

@media screen and (max-width: 768px) {
  .sp-triangle {
    position: relative;
    display: block;
  }

  .sp-triangle:before {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: calc(136px*2) 1400px 0 1400px;
    border-color: #FDFCE5 transparent transparent transparent;
    content: "";
    z-index: -1;
  }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
  .sp-triangle:before {
    top: calc((-16/375)*100vw);
    border-width: calc(136px*2) 1400px 0 1400px;
  }
}

main.no-margin {
  padding: 0;
}

/*20220426 add */
.c-simple-card01__image img,
.c-check-card01__image img {
  max-height: 160px;
  width: 100%;
}

/* 220601 add plan-cont start */
#plan_cost_cont .p-box-plan-gaiheki {
  margin: 0 auto;
  max-width: 900px;
  border: 2px solid #009FE8;
  margin-bottom: 40px;
}

.p-box-plan-gaiheki .plan-title-gaiheki {
  display: flex;
  max-width: 900px;
  width: 100%;
  background: #009FE8;
  padding: 20px;
}

#plan_cost_cont .l-wide .plan-gaiheki-b {
  border: 2px solid #009D95;
}

#plan_cost_cont .l-wide .plan-gaiheki-b .plan-title-gaiheki {
  background: #009D95;
}

#plan_cost_cont .l-wide .plan-gaiheki-c {
  border: 2px solid #84B74F;
}

#plan_cost_cont .l-wide .plan-gaiheki-c .plan-title-gaiheki {
  background: #84B74F;
}

#plan_cost_cont .l-wide .plan-gaiheki-d {
  border: 2px solid #FFAA3B;
}

#plan_cost_cont .l-wide .plan-gaiheki-d .plan-title-gaiheki {
  background: #FFAA3B;
}

#plan_cost_cont .l-wide .plan-roof-a {
  border: 2px solid #F25C7C;
}

#plan_cost_cont .l-wide .plan-roof-a .plan-title-gaiheki {
  background: #F25C7C;
}

#plan_cost_cont .l-wide .plan-roof-b {
  border: 2px solid #E87243;
}

#plan_cost_cont .l-wide .plan-roof-b .plan-title-gaiheki {
  background: #E87243;
}

#plan_cost_cont .l-wide .plan-roof-c {
  border: 2px solid #EE9803;
}

#plan_cost_cont .l-wide .plan-roof-c .plan-title-gaiheki {
  background: #EE9803;
}

#plan_cost_cont .l-wide .plan-roof-d {
  border: 2px solid #A565FF;
}

#plan_cost_cont .l-wide .plan-roof-d .plan-title-gaiheki {
  background: #A565FF;
}

#plan_cost_cont .l-wide .plan-roof-e {
  border: 2px solid #F5171E;
}

#plan_cost_cont .l-wide .plan-roof-e .plan-title-gaiheki {
  background: #F5171E;
}

.p-box-plan-gaiheki .plan-title-gaiheki p {
  display: flex;
  flex-flow: column wrap;
  color: #FFF;
  font-size: 20px;
  text-align: center;
  margin-right: 20px;
}

.p-box-plan-gaiheki .plan-title-gaiheki p .plan-number {
  color: #FFF;
  font-size: 50px;
  font-weight: 800;
}

.p-box-plan-gaiheki .plan-title-gaiheki .plan-title-gaiheki-sec {
  display: flex;
  flex-flow: column wrap;
  color: #FFF;
  font-size: 40px;
  font-weight: 700;
  border-left: thick dotted #FFF;
  border-width: 2px;
  padding-left: 10px;
}

.p-box-plan-gaiheki .plan-title-gaiheki .plan-title-gaiheki-sec .small-title {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 10px;
}

.p-box-plan-gaiheki .plan-cost {
  display: flex;
  justify-content: space-between;
  margin: 20px;
}

.p-box-plan-gaiheki .plan-cost img {
  max-width: 300px;
  width: 100%;
}

.p-box-plan-gaiheki .plan-cost .plan-cost-price {
  display: flex;
  justify-content: left;
}

.p-box-plan-gaiheki .plan-cost .tax {
  font-size: 32px;
  font-weight: 600;
}

.p-box-plan-gaiheki .plan-cost .plan-cost-price .large-cost-red {
  font-size: 112px;
  font-weight: 800;
  color: #FF0000;
  margin-top: auto;
}

.p-box-plan-gaiheki .plan-cost .plan-cost-price .small-cost-red {
  font-size: 90px;
  font-weight: 800;
  color: #FF0000;
  margin-top: auto;
}

.p-box-plan-gaiheki .plan-cost .plan-cost-price .ob {
  font-size: 40px;
  font-weight: 600;
  color: #000;
  margin-top: auto;
}

.p-box-plan-gaiheki .plan-cost .plan-cost-cont {
  display: flex;
  justify-content: space-between;
  flex-flow: column wrap;
}

.p-box-plan-gaiheki .plan-cost .plan-cost-cont .plan-cost-warranty {
  display: flex;
}

.p-box-plan-gaiheki .plan-cost .plan-cost-cont ul {
  display: flex;
  justify-content: left;
  margin-top: 20px;
}

.p-box-plan-gaiheki .plan-cost .plan-cost-cont ul:first-child {
  margin-right: 20px;
}

/*耐久年数ここから*/
.p-box-plan-gaiheki .plan-cost .plan-cost-cont ul li {
  font-size: 20px;
  font-weight: 800;
  padding: 12px;
  border: 2px solid #10699B;
}

.p-box-plan-gaiheki .plan-cost .plan-cost-cont ul li:nth-child(1) {
  color: #FFF;
  background-color: #10699B;
}

.p-box-plan-gaiheki .plan-cost .plan-cost-cont ul .plan-cost-warranty-gaiheki-b {
  border: 2px solid #0C4440;
}

.p-box-plan-gaiheki .plan-cost .plan-cost-cont ul .plan-cost-warranty-gaiheki-b:nth-child(1) {
  color: #FFF;
  background-color: #0C4440;
}

.p-box-plan-gaiheki .plan-cost .plan-cost-cont ul .plan-cost-warranty-gaiheki-c {
  border: 2px solid #304717;
}

.p-box-plan-gaiheki .plan-cost .plan-cost-cont ul .plan-cost-warranty-gaiheki-c:nth-child(1) {
  color: #FFF;
  background-color: #304717;
}

.p-box-plan-gaiheki .plan-cost .plan-cost-cont ul .plan-cost-warranty-gaiheki-d {
  border: 2px solid #603813;
}

.p-box-plan-gaiheki .plan-cost .plan-cost-cont ul .plan-cost-warranty-gaiheki-d:nth-child(1) {
  color: #FFF;
  background-color: #603813;
}

.p-box-plan-gaiheki .plan-cost .plan-cost-cont ul .plan-cost-warranty-roof-a {
  border: 2px solid #912750;
}

.p-box-plan-gaiheki .plan-cost .plan-cost-cont ul .plan-cost-warranty-roof-a:nth-child(1) {
  color: #FFF;
  background-color: #912750;
}

.p-box-plan-gaiheki .plan-cost .plan-cost-cont ul .plan-cost-warranty-roof-b {
  border: 2px solid #7C3015;
}

.p-box-plan-gaiheki .plan-cost .plan-cost-cont ul .plan-cost-warranty-roof-b:nth-child(1) {
  color: #FFF;
  background-color: #7C3015;
}

.p-box-plan-gaiheki .plan-cost .plan-cost-cont ul .plan-cost-warranty-roof-c {
  border: 2px solid #8A2225;
}

.p-box-plan-gaiheki .plan-cost .plan-cost-cont ul .plan-cost-warranty-roof-c:nth-child(1) {
  color: #FFF;
  background-color: #8A2225;
}

.p-box-plan-gaiheki .plan-about {
  background: #FDF4E6;
  font-size: 16px;
  line-height: 1.6em;
  padding: 20px 20px 20px 32px;
  margin: 0px 20px 12px 20px;
}

.p-box-plan-gaiheki .plan-about .plan-about-orange {
  position: relative;
  color: #EB6120;
  font-size: 18px;
  font-weight: 600;
}

.p-box-plan-gaiheki .plan-about .plan-about-orange::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 20px;
  background-color: #EB6120;
  position: absolute;
  left: -12px;
}

.p-box-plan-gaiheki .plan-about li:nth-child(1) {
  margin-bottom: 20px;
}



@media screen and (max-width: 767px) {
  .p-box-plan-gaiheki .plan-cost {
    display: flex;
    flex-flow: column-reverse;
    margin: 16px;
  }

  .p-box-plan-gaiheki .plan-cost .plan-cost-cont-img img {
    max-width: 100%;
  }

  .p-box-plan-gaiheki .plan-cost .plan-cost-price {
    display: flex;
    font-size: 88px;
  }

  .p-box-plan-gaiheki .plan-cost .plan-cost-price .large-cost-red {
    font-size: 88px;
  }

  .p-box-plan-gaiheki .plan-cost .plan-cost-price .small-cost-red {
    font-size: 72px;
  }

  .p-box-plan-gaiheki .plan-cost .plan-cost-price .ob {
    font-size: 24px;
  }

  .p-box-plan-gaiheki .plan-cost .tax {
    font-size: 20px;
  }

  .p-plan_cost .p-box-light-plan {
    padding: 0%;
    margin: 10px 0 20px;
  }

  .p-plan_cost .p-box-light-plan .c-block-heading01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 32px;
    padding: 10px 0 10px 0;
    margin-top: 20px;
  }

  .p-plan_cost .p-box-light-plan .c-block-heading01 .small_title {
    font-size: 14px;
    width: 100%;
    margin: 0 auto;
  }



  .p-plan_cost .p-box-light-plan .c-block-heading01 img {
    width: 34px;
    height: 25px;
  }

  .p-box-plan-gaiheki .plan-title-gaiheki .plan-title-gaiheki-sec .small-title {
    font-size: 16px;
  }

  .p-box-plan-gaiheki .plan-title-gaiheki .plan-title-gaiheki-sec {
    font-size: 28px;
  }

  .p-box-plan-gaiheki .plan-title-gaiheki p .plan-number {
    font-size: 40px;
  }

  .p-box-plan-gaiheki .plan-cost .plan-cost-cont ul {
    display: block;
    flex-grow: 1;
    text-align: center;
  }

  .p-box-plan-gaiheki .plan-cost .plan-cost-cont ul li {
    font-size: 16px;
    padding: ;
  }

  .p-plan_cost .title-roof-menu,
  .p-plan_cost .title-gaiheki-menu {
    font-size: 32px;
    color: #FFF;
  }
}

/* contactform 20220511 start */
.p-plan_cost #contact_form .c-block-heading01 {
  margin-bottom: 40px;
}

#contact_form {
  /*width: 800px;*/
  margin: 60px auto 0;
  line-height: 1.8em;
}

.wpcf7 {
  display: flex;
  justify-content: center;
}

.wpcf7 input,
select {
  vertical-align: middle;
}

.wpcf7 :checked {
  background: none;
}

.wpcf7 form .table-responsive .under-tbl {
  text-align: left;
}

.wpcf7 form .table-responsive .under-tbl th {
  font-size: 15px;
  color: #000;
  font-family: 'NotoSansCJKjp';
  font-weight: 700;
  border: 1px solid #b2b2b2;
  background: #fdf2ed;
  padding: 10px 15px;
  vertical-align: middle;
}

.wpcf7 form .table-responsive .under-tbl td {
  font-size: 15px;
  color: #000;
  font-family: 'NotoSansCJKjp';
  font-weight: 400;
  border: 1px solid #b2b2b2;
  background: #fff;
  padding: 10px 15px;
}

.wpcf7 form .table-responsive .under-tbl .option {
  border-radius: 3px;
  color: #fff;
  background: #B0B0B0;
  margin-left: 10px;
  padding: 2px;
  padding-right: 8px;
  padding-left: 8px;
  font-weight: normal;
  float: right;
}

.wpcf7 form .table-responsive .under-tbl .hissu {
  border-radius: 3px;
  color: #fff;
  background: #ec163e;
  margin-left: 10px;
  padding: 2px;
  padding-right: 8px;
  padding-left: 8px;
  font-weight: normal;
  float: right;
}

#visit_d,
#visit_t,
#form-name,
#form-kana,
#form-zipcode,
#form-address01,
#form-address02,
#form-address03,
#form-phone,
#form-mail,
#form-consideration,
#form-about,
input.wpcf7-form-control.wpcf7-text.walcf7-datepicker {
  padding: 5px 0px;
  border: 1px solid #CCCCCC;
  border-radius: 5px;
  height: 34px;
  box-sizing: border-box;
}

#zip_btn,
#form-address01,
#form-address02,
#form-zipcode,
#form-address03 {
  margin: 0 0 5px !important;
}

#form-about {
  height: 200px;
  font-size: 18px;
  padding: 10px;
  box-sizing: border-box;
}

.wpcf7 form .table-responsive .under-tbl .wpcf7-list-item {
  margin: 0 10px 0 0 !important;
}

.wpcf7 form .table-responsive .under-tbl .wpcf7-list-item {
  margin: 0 10px 10px 0 !important;
  vertical-align: middle;
}

.wpcf7 form .table-responsive .under-tbl .wpcf7-list-item-label::before,
.wpcf7 form .table-responsive .under-tbl .wpcf7-list-item-label::after {
  content: none;
}

.wpcf7 form .table-responsive .under-tbl #form-zipcode {
  width: 190px
}

.wpcf7 form .table-responsive .under-tbl #zip_btn {
  height: 34px;
  padding: 0 10px;
  background: #eb6120;
  color: #fff;
  font-weight: 900;
  font-size: 14px;
  border: none;
  margin-left: 15px;
}

.wpcf7 form .table-responsive .under-tbl #form-address01 {
  width: 250px;
}

#form-zipcode,
#form-name,
#form-address01,
#form-address02,
#form-address03,
#form-phone,
#form-mail,
#form-kana {
  width: 400px;
  border-radius: 5px;
  height: 34px;
}

.wpcf7-select select {
  -webkit-appearance: listbox;
}

.wpcf7-radio input {
  -webkit-appearance: radio;
}

.submitBox {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 80px;
}

.submitBox input[type="submit"] {
  position: relative;
  z-index: 1;
  -webkit-appearance: none;
  border: 0;
  width: 200px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  background-color: transparent;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: 2px solid #d8d8d8;
  background: #fff;
}

.showroomArea {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .showroomArea {
    pointer-events: auto;
  }

  #contact_form {
    width: 100%;
  }

  #form-name,
  #form-kana,
  #form-phone,
  #form-mail {
    width: 75%;
  }

  #form-address02,
  #form-address03 {
    width: 75%;
  }

  .wpcf7 form .table-responsive .under-tbl th {
    text-align: left;
    padding-top: 10px;
    display: block;
    width: auto;
  }

  .wpcf7 form .table-responsive .under-tbl td {
    display: block;
    width: auto;
    border-bottom: 1px dotted #CCCCCC;
    width: auto;
  }

  #visit_t,
  #visit_d {
    width: 100%;
  }

  .wpcf7 form .table-responsive .under-tbl #form-address01 {
    height: 34px !important;
  }

  #form-about {
    width: 100%;
    height: 150px;
  }
}

/* contactform 20220511 end*/