/* ==========================================================================
base
========================================================================== */
.button__group .button__cancel{
  color: #fff;
  width:96%;
}
.button__group .button{
  width:96%;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance:textfield;
}

/* ==========================================================================
layout
========================================================================== */
/* block
----------------------------------------------------------------- */
.inquiry__form__footerText {
  margin-bottom: 40px;
  text-align: center;
  font-size: 14px;
}

.inquiry__form__footerText a {
  color: #000;
}

/* ==========================================================================
component
========================================================================== */
/* utility
----------------------------------------------------------------- */
.caption {
  max-width: 96%;
}

/**
* textarea
*/
textarea {
  height: 120px;
}

/* project
----------------------------------------------------------------- */
.inquiry--lead {
  padding: 3%;
}

.inquiry--lead--title {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #444;
  text-align: center;
}

.inquiry--lead--title > img {
  width: 39%;
}

.inquiry--comp {
  margin-bottom: 50px;
  text-align: center;
}

.inquiry--comp--title {
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
}

.inquiry--comp--text {
}

.text--warning {
  color: #ed0000;
}

.support {
  width: 90.6%;
  margin: 0 auto 40px;
  border: 1px solid #ddd;
  text-align: center;
}

.support__header {
  padding: 10px 0;
  background-color: #f7f7f7;
}

.support__contents {
  padding: 10px;
}

.support__contents__text {
  font-size: 14px;
}

.support__contents__title {
  font-weight: bold;
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #000;
}

.phoneNum {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  padding-left: 27px;
  background: url(../img/icon-phone.png) 0 0 no-repeat;
  background-size: 21px auto;
}

.support__announce {
  font-size:15px;
}
@media screen and (max-width: 767px) {
  .support__announce {
    margin-top:8px;
    margin-inline:auto;
    width:fit-content;
    text-align: left;
    font-size:14px;
  }
}

.check input {
	margin: 0;
}

.text__link{
	color: #0064c3;
}

@media screen and (min-width: 768px) {
  /* ==========================================================================
	base
	========================================================================== */
  /* ==========================================================================
	layout
	========================================================================== */
  /* block
	----------------------------------------------------------------- */
	.button__group .button__cancel{
		width: 30%;
	}
	.button__group .button.submit{
		width: 60%;
	}
  /* ==========================================================================
	component
	========================================================================== */
  /* utility
	----------------------------------------------------------------- */
	.area__form__block .area__select{
		font-size: 14px;
	}

  .caption {
    max-width: 824px;
  }
  .caption.step01 {
    background: url(../img/img-step01.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .caption.step02 {
    background: url(../img/img-step02.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .caption.step03 {
    background: url(../img/img-step03.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  /* project
	----------------------------------------------------------------- */
  .inquiry--lead {
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
  }
  .inquiry--lead--title {
    height: 30px;
    margin: 0 auto 40px;
    padding-bottom: 30px;
    border-bottom: 2px solid  #444;
    background: url(../img/inquiry-title.png) center 0 no-repeat;
  }
  .inquiry--lead--title img {
    display: none;
  }
  .inquiry--comp {
    margin-bottom: 60px;
  }
  .inquiry--comp--title {
    font-size: 24px;
  }
  .inquiry--comp--text {
  }
  .support {
    width: 680px;
  }
  .support__header {
    font-size: 14px;
  }
  .support__header br {
    display: none;
  }
  .support__contents {
    padding: 20px 60px;
  }
  .support__contents__title {
    font-size: 14px;
  }
  .infoGroup:after {
    display: block;
    content: "";
    clear: both;
  }
  .infoGroup .phoneNum {
    float: left;
    padding-left: 45px;
    font-size: 26px;
    background: url(../img/icon-phone.png) 0 50% no-repeat;
    background-size: 35px auto;
    font-weight: normal;
    letter-spacing: 2px;
  }
  .infoGroup .support__contents__text {
    float: right;
    font-size: 14px;
    letter-spacing: 1px;
  }
  /* ==========================================================================
	component
	========================================================================== */
  /* utility
	----------------------------------------------------------------- */
}

  @media screen and (min-width: 768px) and (max-width: 1100px) {
	.button__group .button__cancel{
		width: 28%;
		margin-left:2%;
	}
	.button__group .button.submit{
		width: 58%;
		margin-right:2%;
	}
  }


/* pagetop-block
----------------------- */
@media screen and (max-width: 767px) {
	.pagetop-block {
		display: none;
	}
}



/* 202401 Add */
.check > input:checked + span:after {
  left:3px;
}
@media screen and (max-width: 767px) {
  .header .logo {
    padding:10px;
  }
  .header .logo img {
    width:160px;
    height:auto;
  }
  .generalBlockA01 {
    margin-inline:2%;
  }
}

.area__form__wrapper {
  display:none !important;
}
.button.close {
  margin-block:0 60px;
}


/* 241028 Add */
.errBalloon {
  max-width:unset !important;
}
.errBalloon .balloon {
  transform:translateY(2px);
  padding:4px 6px 3px;
}
.errBalloon .balloon::before {
  border-width: 6px 5px 0px 5px;
  bottom:-6px;
}
.errBalloon .balloon::after {
  margin-top: -3px;
  border-width: 5px 4px 0px 4px;
  bottom:-5px;
}
.errBalloon .balloon .errMsg div {
  font-size:13px;
  margin-right:-.5em;
}
@media screen and (min-width: 768px) {
  .table__name + .table__name {
      margin-top: 30px;
  }
  .table > tbody > tr > td {
    padding-block:20px;
  }
  .errBalloon .balloon .errMsg div {
    letter-spacing: -.02em;
  }
}
@media screen and (max-width: 767px) {
  .errBalloon .balloon {
    transform:translateY(4px);
    padding:2px 4px  1px;
  }
  .table__name + .table__name {
      margin-top: 20px;
  }
  .table__name .table__name__item__group {
    margin-bottom:20px;
  }
  .errBalloon .balloon .errMsg div {
    font-size:12px;
  }
}