  @charset "UTF-8";

@media screen and (min-width: 668px) {
	.c-plan_wrap.w1000 {
		flex-wrap: wrap;
 		max-width: 1000px;
	}
}



/* COMON overwrite **/
body {
  overflow: visible !important;
}

.l-container,
.l-container_inner,
.c-breadcrumb {
  min-width: auto !important;
}

/* COMON overwrite **/


/*over white start*/

.c-plan-plan .c-accordion {
  width: 920px;
}

.c-plan-plan .c-accordion .c-plan_wrap {
  margin-bottom: 0 !important;
}


@media screen and (max-width: 667px) {
  .c-plan-plan .c-accordion {
    width: 100%;
  }

  .c-plan-plan .c-button-icon {
    width: 100%;
  }

  .c-plan-plan .c-accordion .c-plan_wrap>* {
    width: 100%;
  }
}

.c-button-makapu>span,
.c-button-side>span {
  padding: 0 !important;
  background: none !important;
}

.p-call3 .c-title,
.p-call3 .c-links-square,
.p-call3 .c-links-square-typeD dl dt div,
.p-call3 .c-accordion,
.p-call3 .c-text {
  font-family: "Noto Sans JP", sans-serif !important;
}

/*over white end*/


.c-links-square-typeF {
  display: grid;
  position: relative;
  grid-template-columns: 80px 280px 1fr;
  align-items: center;
  width: 820px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 667px) {
  .c-links-square-typeF {
    grid-template-columns: 1fr;
    gap: 2vw;
    width: 100%;
    padding: 2vw 6vw 4vw;
  }
}

.c-links-square-typeF__media {
  display: grid;
  place-items: center;
  width: 80px;
  height: 80px;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 667px) {
  .c-links-square-typeF__media {
    width: 22vw;
    height: 22vw;
		margin-bottom: -2vw;
  }
}

.c-links-square-typeF__media img {
  display: block;
  max-width: 100%;
  height: auto;
}

.c-links-square-typeF__media img.c-size-80 {
  max-width: 80%;
}

.c-links-square-typeF__title {
  margin: 0;
  font-size: 2.2rem !important;
  font-weight: 700 !important;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 667px) {
  .c-links-square-typeF__title {
    font-size: 5.6vw !important;
  }
}

.c-links-square-typeF__desc {
  margin: 0;
  padding: 0 0 0 35px;
  border-left: 3px dotted #b44;
  font-size: 18px !important;
  line-height: 1.9;
}
@media screen and (max-width: 667px) {
  .c-links-square-typeF__desc {
    padding: 4vw 0 0;
    border-top: 0.6vw dotted #b44;
    border-left: none;
    line-height: 1.6;
    font-size: 4vw !important;
    text-align: center;
  }
}


.fixNav {
  position: fixed;
  bottom: 20px;
  right: 80px;
  width: 420px;
  height: 130px;
  text-align: center;
  z-index: 9;
}
@media screen and (max-width: 667px) {
  .fixNav {
    bottom: 4vw;
		right: auto;
    left: 4vw;
    width: 75vw;
    height: 20vw;
  }
}

.c-button-icon {
  display: inline-flex;
  position: relative;
  gap: 40px;
  align-items: center;
  min-height: 100px;
  padding: 10px 25px;
  border: 4px solid #1a1a1a;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none !important;
  background: #fafafa;
  filter: drop-shadow(0 6px 0 #eadccf);
  will-change: filter;
  transition: .4s;
  cursor: pointer;
}
@media screen and (max-width: 667px) {
  .c-button-icon {
    display: flex;
    gap: 2vw;
    width: auto !important;
    min-height: 10vw;
  }
}

.c-button-icon:hover {
  border-color: #c7361d;
  color: #c7361d;
  opacity: 1;
  transition: .4s;
}

.c-button-icon.c-button-radius {
  border-radius: 16px;
}

.c-button-icon.c-button-radius-s {
  height: 80px;
  padding: 10px 15px;
  border-radius: 16px;
  font-size: 20px;
}

.c-button-icon__icon {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 667px) {
  .c-button-icon__icon {
    width: 8vw;
    height: 8vw;
  }
}

.c-button-icon__icon2 {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  width: 65px;
  height: 65px;
}
@media screen and (max-width: 667px) {
  .c-button-icon__icon2 {
    width: 13vw;
    height: 13vw;
  }
}

.c-button-icon__icon3 {
  display: inline-grid;
  flex: 0 0 auto;
  place-items: center;
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 667px) {
  .c-button-icon__icon3 {
    width: 15vw;
    height: 15vw;
  }
}

.c-button-icon__icon3 img {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 667px) {
  .c-button-icon__icon3 img {
    width: 15vw;
    height: 15vw;
  }
}

.c-button-icon__icon img,
.c-button-icon__icon2 img {
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
  display: block;
  object-fit: contain;
  object-position: center;
}

.c-button-icon__label {
  flex: 1 1 auto;
  font-size: 22px;
  line-height: 1.3;
}
@media screen and (max-width: 667px) {
  .c-button-icon__label {
    font-size: 4vw;
  }
}

.c-icon-arrow {
  width: 15px;
  height: 15px;
  background: url("/dprivate/images/btn_arrow.svg") no-repeat center / contain;
  transition: .4s;
}
@media screen and (max-width: 667px) {
  .c-icon-arrow {
    width: 4vw;
    height: 4vw;
  }
}




.c-plan_wrap_row {
  flex-direction: column;
}
@media screen and (max-width: 667px) {
  .c-plan_wrap_row_sp {
    flex-direction: column;
  }
}
.u-fc-red {
  color: #c7371e;
}

.p-call2 {
  padding-bottom: 110px;
}
@media screen and (max-width: 667px) {
  .p-call2 {
    padding-bottom: 10vw;
  }
}

.p-call2 .c-links-square {
  font-family: "Noto Sans JP", sans-serif !important;
}

.p-call3 {
  position: relative;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  padding: 110px calc(50vw - 560px);
  background: #fff;
  font-family: "Noto Sans JP", sans-serif !important;
}
@media screen and (max-width: 667px) {
  .p-call3 {
    padding: 5vw;
  }
}



.c-call3__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  max-width: 960px;
  margin: 40px auto 80px;
}
.c-call3__wrap.vertical {
  grid-template-columns: 1fr;
  gap: 40px;
}
.c-call3__wrap .c-button-icon__label {
  text-align: center;
}
@media screen and (max-width: 667px) {
  .c-call3__wrap {
    grid-template-columns: 1fr;
    gap: 6vw;
    width: auto;
    margin: 0 0 10vw;
    font-size: 4vw;
  }
}

.c-call3__card {
  border-radius: 20px;
  background: #f7f2ed;
}

.c-call3__card2 {
  border-radius: 20px;
  background: #eee;
}
@media screen and (max-width: 667px) {

  .c-call3__card,
  .c-call3__card2 {
    border-radius: 3vw;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    overflow: hidden;
  }
}

.c-call3__card-title {
  padding: 100px 0 20px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #c7371e url("/dprivate/inquery/images/icon-001.svg") no-repeat 50% 30px / 70px auto;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.c-call3__card-title2 {
  padding: 100px 0 20px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  border: 1px solid #7f7670;
  color: #000;
  background: #fff url("/dprivate/inquery/images/icon-002.svg") no-repeat 50% 35px / 53px auto;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
@media screen and (max-width: 667px) {

  .c-call3__card-title,
  .c-call3__card-title2 {
    padding: 10vw 0 2vw;
    font-size: 4vw;
    background-position: 50% 4vw;
    background-size: 7vw auto;
    border-top-left-radius: 3vw;
    border-top-right-radius: 3vw;
    border-bottom: none;
  }

  .c-call3__card-title.active,
  .c-call3__card-title2.active {
    padding: 14vw 0 2vw;
    background-position: 50% 6vw;
  }

  .c-call3__card-title.active::before,
	.c-call3__card-title2.active::before {
		position: absolute;
		content: "";
		width: 100%;
		height: 1vw;
		left: 0;
		bottom: 0;
	}

	.c-call3__card-title.active::before {
		background: #c7361d;
	}
	.c-call3__card-title2.active::before {
		background: #7f7670;
	}

  .c-call3__card .c-call3__card-title,
  .c-call3__card2 .c-call3__card-title2 {
    display: none;
  }
}

.c-call3__card-text {
  display: grid;
  grid-template-columns: 60px auto;
  gap: 20px;
  align-items: center;
  height: 120px;
  margin: 0 25px 0;
  padding: 15px 0;
  border-top: 1px solid #c7371e;
  font-weight: 500;
}
@media screen and (max-width: 667px) {
  .c-call3__card-text {
    grid-template-columns: 10vw auto;
    gap: 3vw;
    height: auto;
    margin: -1px 3vw 0;
    padding: 3vw 0;
  }
}

.c-call3__card-text img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 667px) {
  .c-call3__card-text img {
    height: 10vw;
  }
}

.c-call3__card2 .c-call3__card-text {
  border-top: 1px solid #1a1a1a;
}

.c-call3__card-text.noborder {
	border-top: none;
}


.tab-buttons {
  display: none;
}

.tab-button {
  cursor: pointer;
}
@media screen and (max-width: 667px) {
  .tab-button {
    width: 43vw;
  }
}

.tab-panel {
  display: block;
}
@media screen and (max-width: 667px) {
  .tab-panel {
    display: none;
  }
}
@media screen and (max-width: 667px) {
  .tab-buttons {
		position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4vw;
    align-items: flex-end;
  }
  .tab-panel.active {
    display: block;
  }
}

.c-call3__wrap2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  max-width: 1120px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 667px) {
  .c-call3__wrap2 {
    grid-template-columns: 1fr;
    gap: 6vw;
    width: auto;
    margin: 0 0 3vw;
  }
}

.c-call3__card3 {
  border-radius: 20px;
  background: #f7f2ed;
}
@media screen and (max-width: 667px) {
  .c-call3__card3 {
    border-radius: 3vw;
  }
}

.c-call3__card3-title {
  padding: 15px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: #c7371e;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
@media screen and (max-width: 667px) {
  .c-call3__card3-title {
    padding: 3vw;
    border-top-left-radius: 3vw;
    border-top-right-radius: 3vw;
  }
}

.c-call3__card3-cont {
  display: grid;
  gap: 20px;
  padding: 30px 40px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 667px) {
  .c-call3__card3-cont {
    gap: 4vw;
    padding: 6vw;
  }
}

.c-call3__card3-tel > span,
.c-call3__card3-tel > a > span{
  position: relative;
  padding-left: 58px;
  display: inline-flex;
  margin: 0 auto;
  font-size: 50px;
  color: #c7361d;
  font-weight: 700;
}
@media screen and (max-width: 667px) {
  .c-call3__card3-tel>span,
	.c-call3__card3-tel > a > span {
    padding-left: 7vw;
    font-size: 6vw;
  }
}

.c-call3__card3-tel>span::before,
.c-call3__card3-tel>a>span::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 38px;
  height: 38px;
  margin: auto 0;
  background: url("/dprivate/images/icon-tel.svg") no-repeat center center/contain;
  content: ""
}
@media screen and (max-width: 667px) {
  .c-call3__card3-tel>span::before {
    width: 5vw;
    height: 5vw;
  }
	.c-call3__card3-tel>a>span::before {
  	content: none !important;
	}
}

.c-call3__card3-date {
  display: inline-flex;
  position: relative;
  gap: 20px;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  line-height: 1.3
}
@media screen and (max-width: 667px) {
  .c-call3__card3-date {
    min-height: 14.4vw;
		gap: 3vw;
  }
}

.c-call3__card3-text {
  font-size: 16px
}
@media screen and (max-width: 667px) {
  .c-call3__card3-text {
    font-size: 4vw;
    letter-spacing: -.02em
  }
}

.c-call3__card3-smallText {
  margin-top: 3px;
  font-size: 12px
}
@media screen and (max-width: 667px) {
  .c-call3__card3-smallText {
    margin-top: .8vw;
    font-size: 3.2vw
  }
}

.c-call3__card3-dateIcon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  font-size: 14px;
  color: #fafafa;
  background-color: #c7361d
}
@media screen and (max-width: 667px) {
  .c-call3__card3-dateIcon {
    width: 14.4vw;
    height: 14.4vw;
    font-size: 3.7333333333vw
  }
}

.c-call3__figure {
  max-width: 880px;
  margin: 0 auto;
  padding: 30px;
  background: #f7f2ed;
}

.c-call3__figure figcaption {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 667px) {
  .c-call3__figure {
    width: auto;
  }

  .c-call3__figure img {
    width: 150vw;
    max-width: 150vw;
  }
}

.c-inquery_link {
  display: grid;
  gap: 25px;
  max-width: 820px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 667px) {
  .c-inquery_link {
    font-size: 3.4375vw;
    gap: 3vw;
    margin-bottom: 10vw;
  }
}

.c-inquery_card {
  display: block;
  position: relative;
  padding: 25px 120px 25px 170px;
  border: 6px solid;
  border-radius: 15px;
  font-weight: 500;
  text-decoration: none !important;
  cursor: pointer;
}
@media screen and (max-width: 667px) {
  .c-inquery_card {
    padding: 3vw 12vw 3vw 18vw;
    border: 1vw solid;
    border-radius: 2vw;
  }
}

.c-inquery_accordion {
  display: block;
  border: 6px solid;
  border-radius: 15px;
}
@media screen and (max-width: 667px) {
  .c-inquery_accordion {
    border: 1vw solid;
    border-radius: 2vw;
  }
}

.c-inquery_card::before,
.c-inquery_card::after,
.c-inquery_link .heading::before,
.c-inquery_link .heading::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
@media screen and (max-width: 667px) {

  .c-inquery_card::before,
  .c-inquery_link .heading::before {
    width: 12vw;
    height: 12vw;
  }

  .c-inquery_card::after,
  .c-inquery_link .heading::after {
    width: 8vw;
    height: 8vw;
  }
}

.c-inquery_card::before,
.c-inquery_link .heading::before {
  left: 50px;
}
@media screen and (max-width: 667px) {

  .c-inquery_card::before,
  .c-inquery_link .heading::before {
    left: 3vw;
  }
}

.c-inquery_card::after,
.c-inquery_link .heading::after {
  right: 40px;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 667px) {

  .c-inquery_card::after,
  .c-inquery_link .heading::after {
    right: 4vw;
    width: 7vw;
    height: 7vw;
  }
}

.c-inquery_link .marker {
  display: inline-block;
  margin-bottom: 0.2em;
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 667px) {
  .c-inquery_link .marker {
    font-size: 4.375vw;
    display: inline;
  }
}

.c-inquery_link .heading {
  position: relative;
  padding: 25px 120px 25px 170px;
  cursor: pointer;
}
@media screen and (max-width: 667px) {
  .c-inquery_link .heading {
    padding: 3vw 12vw 3vw 18vw;
  }
}

.c-inquery_link .description {
  padding: 0 30px 30px;
}
@media screen and (max-width: 667px) {
  .c-inquery_link .description {
    padding: 0 4vw 4vw;
  }
}

.c-inquery_link2 {
  display: grid;
  gap: 25px;
}
@media screen and (max-width: 667px) {
  .c-inquery_link2 {
    gap: 3vw;
  }
}

.c-inquery_card2 {
  display: grid;
  position: relative;
  align-items: center;
  min-height: 80px;
  padding: 10px 80px 10px 160px;
  border: 1px solid #1a1a1a;
  border-radius: 15px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none !important;
  cursor: pointer;
}
@media screen and (max-width: 667px) {
  .c-inquery_card2 {
    min-height: 12vw;
    padding: 3vw 8vw 3vw 16vw;
    border: 0.2vw solid #1a1a1a;
    border-radius: 2vw;
    font-size: 3.125vw;
  }
}

.c-inquery_card2 img {
  width: auto;
  height: 1.5em;
}

.c-inquery_card2::before,
.c-inquery_card2::after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 70px;
  height: 70px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
@media screen and (max-width: 667px) {
  .c-inquery_card2::before {
    width: 9vw;
    height: 9vw;
  }
}

.c-inquery_card2::before {
  left: 30px;
}
@media screen and (max-width: 667px) {
  .c-inquery_card2::before {
    left: 3vw;
  }
}

.c-inquery_card2::after {
  right: 30px;
  width: 15px;
  height: 15px;
  background-image: url("/dprivate/images/btn_arrow.svg");
}
@media screen and (max-width: 667px) {
  .c-inquery_card2::after {
    right: 3vw;
    width: 2vw;
    height: 2vw;
    background-image: url("/dprivate/images/btn_arrow.svg");
  }
}

.c-inquery_card2_text {
  font-size: 18px;
}
@media screen and (max-width: 667px) {
  .c-inquery_card2_text {
    font-size: 2.8vw;
  }
}

.c-inquery_cardA {
  border-color: #d56856;
}

.c-inquery_cardA .marker {
  background: linear-gradient(transparent 40%, #f7e1d0 40%);
}

.c-inquery_cardA::before {
  background-image: url("/dprivate/inquery/images/icon-012.svg");
}

.c-inquery_cardA::after {
  background-image: url("/dprivate/inquery/images/icon-arrow_012.svg");
}

.c-inquery_cardB {
  border-color: #409d96;
}

.c-inquery_cardB .marker {
  background: linear-gradient(transparent 40%, #c4e1df 40%);
}

.c-inquery_cardB::before {
  background-image: url("/dprivate/inquery/images/icon-013.svg");
}

.c-inquery_cardB::after {
  background-image: url("/dprivate/inquery/images/icon-arrow_013.svg");
}

.c-inquery_cardC {
  border-color: #a6ce00;
}

.c-inquery_cardC .marker {
  background: linear-gradient(transparent 40%, #dbeb99 40%);
}

.c-inquery_cardC .heading::before {
  background-image: url("/dprivate/inquery/images/icon-014.svg");
}

.c-inquery_cardC .heading::after {
  background-image: url("/dprivate/inquery/images/icon-arrow_014.svg");
}

.c-inquery_cardC .heading.is-open::after {
  background-image: url("/dprivate/inquery/images/icon-arrow_014_close.svg");
}

.c-inquery_cardC2-1::before {
  background-image: url("/dprivate/inquery/images/icon-017.svg");
}

.c-inquery_cardC2-2::before {
  background-image: url("/dprivate/inquery/images/icon-018.svg");
}

.c-inquery_cardC2-3::before {
  background-image: url("/dprivate/inquery/images/icon-014.svg");
}

.c-inquery_cardC2-4::before {
  background-image: url("/dprivate/inquery/images/icon-019.svg");
}

.c-inquery_cardD {
  border-color: #7171d7;
}

.c-inquery_cardD .marker {
  background: linear-gradient(transparent 40%, #b3b3e9 40%);
}

.c-inquery_cardD .heading::before {
  background-image: url("/dprivate/inquery/images/icon-015.svg");
}

.c-inquery_cardD .heading::after {
  background-image: url("/dprivate/inquery/images/icon-arrow_015.svg");
}

.c-inquery_cardD .heading.is-open::after {
  background-image: url("/dprivate/inquery/images/icon-arrow_015_close.svg");
}

.c-inquery_cardD2-1::before {
  background-image: url("/dprivate/inquery/images/icon-020.svg");
}

.c-inquery_cardE {
  border-color: #83b0d3;
}

.c-inquery_cardE .marker {
  background: linear-gradient(transparent 40%, #adcbe1 40%);
}

.c-inquery_cardE .heading::before {
  background-image: url("/dprivate/inquery/images/icon-016.svg");
}

.c-inquery_cardE .heading::after {
  background-image: url("/dprivate/inquery/images/icon-arrow_016.svg");
}

.c-inquery_cardE .heading.is-open::after {
  background-image: url("/dprivate/inquery/images/icon-arrow_016_close.svg");
}

.c-inquery_cardE2-1::before {
  background-image: url("/dprivate/inquery/images/icon-016.svg");
}

.c-inquery_cardE2-2::before {
  background-image: url("/dprivate/inquery/images/icon-021.svg");
}

.c-inquery_link3 {
  display: grid;
  gap: 40px;
  max-width: 650px;
  margin: 40px auto 70px;
}
@media screen and (max-width: 667px) {
  .c-inquery_link3 {
    gap: 4vw;
    margin: 4vw auto 15vw;
  }
}

.c-button-announce {
  display: inline-block;
  position: relative;
  margin-bottom: 0.5em;
  font-size: 26px;
  font-weight: 700;
}
@media screen and (max-width: 667px) {
  .c-button-announce {
    font-size: 6vw;
  }
}

.c-button-announce::before,
.c-button-announce::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
	margin: auto;
  width: 2px;
  height: 35px;
  background: #000;
}
@media screen and (max-width: 667px) {

  .c-button-announce::before,
  .c-button-announce::after {
    width: 0.4vw;
    height: 7vw;
  }
}

.c-button-announce::before {
  left: -1em;
  transform: rotate(-30deg);
}

.c-button-announce::after {
  right: -1em;
  transform: rotate(30deg);
}

.c-button-makapu {
  width: 820px;
  min-height: 160px;
  margin-bottom: 30px;
  padding: 20px 40px;
}
@media screen and (max-width: 667px) {
  .c-button-makapu {
    padding: 4vw 4vw 4vw 1vw;
    min-height: auto;
  }
}

.c-button-makapu .c-button-icon__label {
  font-size: 30px;
}
@media screen and (max-width: 667px) {
  .c-button-makapu .c-button-icon__label {
    font-size: 4vw;
  }
}

.c-button-makapu::before {
  position: absolute;
  bottom: -105px;
  left: 0;
  width: 121px;
  height: 135px;
  background: url("/dprivate/inquery/images/img_makapu.svg") no-repeat center / contain;
  content: "";
}
@media screen and (max-width: 667px) {
  .c-button-makapu::before {
    width: 18vw;
    height: 18vw;
    bottom: -14vw;
    left: -2vw;
  }
}

.c-button-makapu .border {
  display: inline-block;
  margin-bottom: 0.5em;
  padding: 10px 25px;
  border-radius: 50px;
  font-size: 22px;
  color: #fff;
  background: #c7371e;
}
@media screen and (max-width: 667px) {
  .c-button-makapu .border {
    font-size: 3.125vw;
    padding: 2vw 4vw;
  }
}

.c-inquery_link3-01 {
  position: relative;
  gap: 10px;
  padding: 40px 20px;
}
@media screen and (max-width: 667px) {
  .c-inquery_link3-01 {
    position: relative;
    gap: 2vw;
    padding: 4vw;
  }
}

.c-inquery_link3-label {
  display: grid;
  grid-template-columns: 8em 1fr;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 667px) {
  .c-inquery_link3-label {
    grid-template-columns: 1fr;
    gap: 2vw;
  }
}

.c-inquery_link3-text {
  padding: 20px 0 20px 20px;
  border-left: 2px dotted #c7371e;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 667px) {
  .c-inquery_link3-text {
    padding: 0 0 3vw;
    border-left: none;
    font-size: 3.125vw;
    font-weight: 400;
  }
}

.c-call3__wrap3 {
  max-width: 900px;
  margin: 0 auto;
}


.c-inquery-modal {
  display: grid;
  gap: 30px;
  font-size: 22px;
  margin: 0 30px 30px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 667px) {
  .c-inquery-modal {
    gap: 5vw;
    font-size: 4vw;
    margin: 0;
  }
}






@media screen and (min-width: 668px) {
  .c-usage-block {
    margin-bottom: 120px;
    font-family: Zen Maru Gothic,sans-serif;
  }
  .c-usage-block .u-tac img {
    margin: 0 auto;
  }
  .c-usage-inner {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
  }
  .c-usage-flex {
    display: flex;
    gap: 53px;
  }
  .c-usage-box {
    line-height: 1.2;
    width: 220px;
		position: relative;
		z-index: 0;
		padding-top: 120px;
		text-align: center;
  }
  .c-usage-box::before {
		width: 220px;
		height: 220px;
		position: absolute;
		content: "";
		border-radius: 50%;
		background: #333;
		top: 0;
		left: 0;
		z-index: -1;
	}
	.c-usage-box.cont_01::before {
    background: #fab71e url("/dprivate/inquery/call/images/usage_img08.png") no-repeat 50% 36px;
  }
  .c-usage-box.cont_02::before {
    background: #e59592 url("/dprivate/inquery/call/images/usage_img09.png") no-repeat 50% 36px;
  }
  .c-usage-box.cont_03::before {
    background: #8788b7 url("/dprivate/inquery/call/images/usage_img10.png") no-repeat 50% 36px;
  }
  .c-usage-box.cont_04::before {
    background: #7ecef4 url("/dprivate/inquery/call/images/usage_img11.png") no-repeat 50% 36px;
  }
  .c-usage-box_ttl {
    font-weight: 700;
		color: #fff;
		margin-bottom: 15px;
  }
  .c-usage-box_cont {
	display: flex;
	flex-direction: column-reverse;
	gap: 50px;
	}
  .c-usage-box_txt {
    line-height: 1.4;
		text-align: left;
  }
  .c-usage-box_txt span {
    color: #c7371e;
  }
  .c-usage-box_link {
		text-align: center;
	}
  .c-usage-box_link a {
    padding: 0 40px 0 50px;
    color: #fff !important;
    font-size: 14px;
    position: relative;
  }
  .c-usage-box_link a::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 35px;
    top: 0;
    bottom: 0;
    left: 8px;
    margin: auto;
  }
  .c-usage-box_link a:hover {
    opacity: 1 !important;
  }
  .c-usage-box.cont_01 .c-usage-box_link a::before {
    background: url("/dprivate/inquery/call/images/usage_img12.png");
  }
  .c-usage-box.cont_02 .c-usage-box_link a::before {
    background: url("/dprivate/inquery/call/images/usage_img13.png");
  }
  .c-usage-box.cont_03 .c-usage-box_link a::before {
    background: url("/dprivate/inquery/call/images/usage_img14.png");
  }
  .c-usage-box.cont_04 .c-usage-box_link a::before {
    background: url("/dprivate/inquery/call/images/usage_img15.png");
  }
  .c-usage-block .c-links {
    display: inline-block;
    font-size: 1.6rem;
    text-indent: 0;
  }
}
@media screen and (max-width: 667px) {
	.c-usage-block {
		padding: 5vw;
		margin: 0 -5.3333333333vw;
    font-family: Zen Maru Gothic,sans-serif;
	}
	.c-usage-inner {
    background: #fff;
    padding: 4vw 0;
    border-radius: 2vw;
	}
	.c-usage-block h4 {
		margin-left: 4vw;
		margin-right: 4vw;
	}
  .c-usage-block .u-tac img {
    margin: 0 auto;
  }
	.c-usage-block img.w50 {
		width: 50%;
	}
  .c-usage-flex {
  }
  .c-usage-box_ttl {
    font-weight: 700;
		color: #fff;
		margin: 0 -2vw;
		padding: 2vw 3vw;
		cursor: pointer;
		position: relative;
		background-image: url("/dprivate/inquery/call/images/ico_down_w.png");
		background-repeat: no-repeat;
		background-position:  98% 50%;
		background-size: 26px auto;
  }
  .c-usage-box_ttl.is-open {
		background-image: url("/dprivate/inquery/call/images/ico_up_w.png");
	}
  .c-usage-box_ttl br { 
		display: none;
	}
	.c-usage-box_ttl::before,
	.c-usage-box_ttl::after {
		content: "";
		height: 2vw;
		position: absolute;
		width: 2vw;
		bottom: -2vw;
	}
	.c-usage-box_ttl::after {
		clip-path: polygon(0 0, 100% 0, 100% 100%);
		left: 0;
	}
	.c-usage-box_ttl::before {
		clip-path: polygon(0 0, 100% 0, 0% 100%);
		right: 0;
	}
	.c-usage-box.cont_01 .c-usage-box_ttl { background-color: #fab71e; }
	.c-usage-box.cont_01 .c-usage-box_ttl::before,.c-usage-box.cont_01 .c-usage-box_ttl::after { background: #fa931e; }
  .c-usage-box.cont_02 .c-usage-box_ttl { background-color: #e59592; }
	.c-usage-box.cont_02 .c-usage-box_ttl::before,.c-usage-box.cont_02 .c-usage-box_ttl::after { background: #d65f5b; }
  .c-usage-box.cont_03 .c-usage-box_ttl { background-color: #8788b7; }
	.c-usage-box.cont_03 .c-usage-box_ttl::before,.c-usage-box.cont_03 .c-usage-box_ttl::after { background: #595b9a; }
  .c-usage-box.cont_04 .c-usage-box_ttl { background-color: #7ecef4; }
	.c-usage-box.cont_04 .c-usage-box_ttl::before,.c-usage-box.cont_04 .c-usage-box_ttl::after { background: #3fa3d3; }
  .c-usage-box_cont {
		padding: 5vw;
		overflow: hidden;
		display: none;
		transition: max-height .3s ease;
	}
	.c-usage-box_cont.is-open {
		max-height: 1000px;
	}
  .c-usage-box_txt {
    line-height: 1.4;
		font-size: 3.4vw;
		padding-left: 15vw;
  }
  .c-usage-box_txt span {
    color: #c7371e;
  }
  .c-usage-box_link {
		text-align: right;
		margin-top: 2vw;
	}
  .c-usage-box_link a {
    color: #fff;
    background: #f93;
		font-size: 3.125vw;
    border-radius: 2vw;
    box-shadow: inset 0 -3px 0 0 #f6891d;
		padding: 1vw 3vw;
		display: inline-block;
		text-decoration: none;
	}
	.c-usage-box.cont_01 .c-usage-box_cont {
		background: #fff7da url("/dprivate/inquery/call/images/sp_usage_img08.png") no-repeat 5vw 5vw / 10vw auto;
	}
	.c-usage-box.cont_02 .c-usage-box_cont {
		background: #fff6f6 url("/dprivate/inquery/call/images/sp_usage_img09.png") no-repeat 5vw 5vw / 10vw auto;
	}
	.c-usage-box.cont_03 .c-usage-box_cont {
		background: #efefff url("/dprivate/inquery/call/images/sp_usage_img10.png") no-repeat 5vw 5vw / 10vw auto;
	}
	.c-usage-box.cont_04 .c-usage-box_cont {
		background: #e8f8ff url("/dprivate/inquery/call/images/sp_usage_img11.png") no-repeat 5vw 5vw / 10vw auto;
	}
  .c-usage-block .c-links {
    display: inline-block;
    text-indent: 0;
  }
}








.u-fs-10 { font-size:1rem; }
.u-fs-12 { font-size:1.2rem; }
.u-fs-14 { font-size:1.4rem; }
.u-fs-16 { font-size:1.6rem; }
.u-fs-18 { font-size:1.8rem; }
.u-fs-20 { font-size:2rem; }
.u-fs-22 { font-size:2.2rem; }
.u-fs-24 { font-size:2.4rem; }
.u-fs-26 { font-size:2.6rem; }
.u-fs-28 { font-size:2.8rem; }
.u-fs-30 { font-size:3rem; }
@media screen and (max-width: 667px) {
  .u-fs-10 { font-size: 2.5vw; }
  .u-fs-12 { font-size: 3vw;   }
  .u-fs-14 { font-size: 3.5vw; }
  .u-fs-16 { font-size: 4vw;   }
  .u-fs-18 { font-size: 4.5vw; }
  .u-fs-20 { font-size: 5vw;   }
  .u-fs-22 { font-size: 5.5vw; }
  .u-fs-24 { font-size: 6vw;   }
  .u-fs-26 { font-size: 6.5vw; }
  .u-fs-28 { font-size: 7vw;   }
  .u-fs-30 { font-size: 7.5vw; }
}

