@charset "UTF-8";
/* CSS Document */

/*----------------------------------

お問い合わせ

----------------------------------*/

/*----------------------------------

フォーム

----------------------------------*/
table.form th,
table.form td {
  border-left: none;
  border-right: none;
}
table.form th {
  background: var(--gray);
  font-weight: bold;
  width: 18em;
}
.g-recaptcha > div {
  margin: auto auto 2em auto;
}
@media screen and (max-width: 767px) {
table.form th,
table.form td {
  display: block;
  border: none;
  padding-left: 0;
  padding-right: 0;
  }
  table.form th {
  padding-top: 1.5em;
  padding-bottom: 0;
  background: none;
  }
table.form td {
  padding-bottom: 1.5em;
  border-bottom: 1px solid #ccc;
  }
  form .width-50 {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
/*
.form-flow {
	display: flex;
	margin-bottom: 2em;
}
.form-flow li {
	width: calc((100% - 2em) / 3);
	background: #f6f6f6;
	padding: .75em 0;
	font-size: 2.2rem;
	font-weight: bold;
	color: #888;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	line-height: 1;
	height: 48px;
}
.form-flow li:not(:last-child) {
	margin-right: 1em;
}
.form-flow li:not(:first-child)::before,
.form-flow li:not(:last-child)::after {
  content:'';
  position:absolute;
  top: 0;
  bottom: 0;
  width: 1em;
  background: #f6f6f6;
  transform: skew(-15deg);
}
.form-flow li::before {
	left: -.4em;
}
.form-flow li::after {
	right: -.4em;
}
.form-flow li.active:not(:first-child)::before,
.form-flow li.active:not(:last-child)::after {
  content:'';
  position:absolute;
  top: 0;
  bottom: 0;
  width: 1em;
	background: #005bac;
  transform: skew(-15deg);
}
span.form-step {
    display: inline-block;
    margin-right: 1em;
    padding: .25em .5em;
    font-size: 1.5rem;
    background: #ccc;
    color: #fff;
}
.form-flow li.active {
	background: #005bac;
	color: #fff;
}
.form-flow li.active span.form-step {
	background: #fff;
	color: #005bac;
}
.form-step-sp {
	display: none;
}
.lead {
	font-size: 1.8rem;
}
*/
}
@media only screen and (max-width: 767px) {
/*
	.heading-form-end h3 {
		font-size: 2.4rem;
	}
	.heading-form-end p {
		text-align: left;
	}
.form-flow {
	margin-bottom: 2em;
	}
	.form-flow li {
font-size: 2rem;
	display: flex;
	align-items: center;
    color: #005bac;
		border: 1px solid #005bac;
		border-radius: 2em;
}
.form-flow li.sp_none {
	display: none;
}
span.form-step {
    display: inline-block;
    margin-right: 1em;
    font-size: 1.6rem;
}
.form-step-sp {
	background: #005bac;
	color: #fff;
	font-size: 2rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	margin-right: .5em;
}
.lead {
	font-size: 1.6rem;
}
	.table-form col,
	.table-form tbody,
	.table-form tr,
	.table-form th,
	.table-form td {
    display: block;
    width: 100% !important;
		border: none !important;
}
	.table-form th {
		padding: .5em !important;
	}
	.table-form td {
		padding: 1em .5em !important;
	}
*/
}

.wrap-pardot {
  display: none !important;
}
.wrap-form {
  position: relative;
}
.wrap-form section {
	margin-top: 40px;
}
.wrap-form .heading-2 {
	margin-bottom: 1em;
}
/*
.col-form {
	margin:0 auto 60px;
}
*/
.col-confirm {
	border: 1px solid #ccc;
	margin-top: 40px;
}
.col-confirm__contents {
	padding: 20px;
}
.col-confirm__check {
	background: var(--gray);
	font-weight: bold;
	font-size: 1.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
}
.g-recaptcha > div {
  margin: 2em auto 0;
}
.form-required {
  font-size: .8em;
  font-weight: normal;
  background: #e00000;
  color: #fff;
  padding: .25em;
  margin-left: .5em;
}
/*
.lead > .form-required {
  margin-left: 0;
  margin-right: .25em;
}
*/
	
.wrap-name {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wrap-name div {
  width: 48% !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.wrap-add div {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.wrap-name div > span,
.wrap-add div > span {
  margin-right: 1em !important;
}
.wrap-name div > input {
  width: calc(100% - 2em) !important;
}

form input:not([type="checkbox"]):not([type="radio"]), 
form textarea,
form select {
	border: 1px solid #999;
	padding: .4em .75em;
}
form select {
appearance: none; /* デフォルトのスタイルを無効 */
	cursor: pointer;
}
.radio-inquiry,
.check-inquiry {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
}

.radio-inquiry label,
.check-inquiry label {
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 2em;
}
.radio-inquiry label:last-child,
.check-inquiry label:last-child {
  margin-right: auto;
}
.radio-inquiry input[type=radio],
.check-inquiry input[type=checkbox] {
    display: none;
}
.radio-inquiry label span,
.check-inquiry label span {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 0 0 0 30px;
    position: relative;
    width: auto;
}
.radio-inquiry label span::before {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    content: '';
    display: block;
    height: 20px;
    left: 0;
    margin-top: -10px;
    position: absolute;
    top: .75em;
    width: 20px;
}
.radio-inquiry label span::after {
    background: var(--blue);
    border-radius: 50%;
    content: '';
    display: block;
    height: 14px;
    left: 3px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: .75em;
    transform: scale3d(.3,.3,1);
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
    width: 14px;
}
.check-inquiry label span::before {
    background: #fff;
    border: 1px solid #ccc;
    content: '';
    display: block;
    height: 20px;
    left: 0;
    margin-top: -10px;
    position: absolute;
    top: .75em;
    width: 20px;
}
.check-inquiry label span::after {
    border-right: 2px solid var(--blue);
    border-bottom: 2px solid var(--blue);
    content: '';
    display: block;
    height: 14px;
    left: 6px;
    margin-top: -9px;
    opacity: 0;
    position: absolute;
    top: .75em;
    transform: rotate(45deg);
    width: 8px;
}

.radio-inquiry input[type=radio]:checked  + span::before,
.check-inquiry input[type=checkbox]:checked  + span::before {
    border-color: var(--blue);
}
.radio-inquiry input[type=radio]:checked  +span::after {
    opacity: 1;
    transform: scale3d(1,1,1);
}
.check-inquiry input[type=checkbox]:checked  +span::after {
    opacity: 1;
}

@media all and (-ms-high-contrast: none) {
  /* IEのみ */
.radio-inquiry {
  display: block;
}
.radio-inquiry label {
  width: 180px;
}
}

/*
@media only screen and (max-width: 960px) {
.wrap-name {
  margin-bottom: -.5em;
  }
.wrap-name div {
  width: 100% !important;
  display: flex;
  align-items: center;
  margin-bottom: .5em;
}
.wrap-name div > span {
  margin-right: 1em !important;
}
.wrap-name div > input {
  width: calc(100% - 2em) !important;
}

}
*/

.radio-inquiry .radio-input {
  display: inline-block;
  margin-right: 5px;
}
.form-select__inner,
.form-post__input {
	width: 50%;
	position: relative;
}
.form-select__inner::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    margin: -8px 0 0 0;
    border-right: 2px solid var(--blue);
    border-bottom: 2px solid var(--blue);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
    pointer-events: none;
    content: "";
}
.list-dot li {
    position: relative;
    padding-left: 1em;
}
.list-dot li:not(:last-child) {
    margin-bottom: .25em;
}
.list-dot li::before {
    content: '';
    border-radius: 50%;
    width: .5em;
    height: .5em;
    display: inline-block;
    background: #666;
    position: absolute;
    top: .5em;
    left: 0;
}
.col-confirm__check input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}
.col-confirm__check__label > span {
    display: inline-block;
    position: relative;
    padding-left: 32px;
    font-size: 2rem;
    font-weight: bold;
	line-height: 1;
}
.col-confirm__check__label > span::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #999;
    background-color: #fff;
    content: "";
}
.col-confirm__check__label > span::after {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    opacity: 0;
    background-color: var(--blue);
    -webkit-transition: opacity .2s ease-out 0s;
    transition: opacity .2s ease-out 0s;
    content: "";
}
.col-confirm__check [type="checkbox"]:checked + .col-confirm__check__label > span::before{
    border: 1px solid var(--blue);
}
.col-confirm__check [type="checkbox"]:checked + .col-confirm__check__label > span::after {
    opacity: 1;
}
  /* ----- form-error ----- */
  .form-textarea.form-error textarea,
  .form-input.form-error input[type="text"],
  .form-select.form-error select {
    border: 1px solid #e60020 !important;
    background-color: #fff0f2 !important;
  }
  .col-confirm.form-error .col-confirm__check__label {
    background-color: #fff0f2 !important;
  }
  .col-confirm.form-error .col-confirm__check__label > span::before {
    border: 1px solid #e60020 !important;
  }
  
  /* ----- form-error-box ----- */
  .col-form-error {
    margin: 4rem 0;
    padding: 22px 30px;
    border: 1px solid #e60020;
    background-color: #fff0f2;
    color: #e60020;
  }
  .col-form-error > *:last-child {
    margin-bottom: 0 !important;
  }
  .list-form-error {
    margin-bottom: 2rem;
    color: #e60020;
  }
  .list-form-error > li {
    position: relative;
    margin: 0;
    padding-left: 23px;
    font-weight: bold;
  }
  .list-form-error > li + li {
    margin-top: 1rem;
  }
  .list-form-error > li::before {
    position: absolute;
    left: 0;
    top: .4em;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #e60020;
    content: "";
  }
  
  /* ----- form-error-text ----- */
  .form-error-text {
    display: block;
    margin: 1rem 0 0;
    color: #e60020;
    font-weight: bold;
		font-style: normal;
  }
  .form-confirm .form-error-text {
    margin-bottom: 0;
  }

@media only screen and (max-width: 767px) {
	.col-form {
	margin-bottom: 20px;
}
	.form-select__inner,
.form-post__input {
	width: 100%;
}
.col-confirm__check__label > span {
    font-size: 1.6rem;
}
  .col-confirm__contents {
	padding: 10px;
}

/* ----- form-error ----- */
  .form-textarea.form-error textarea,
  .form-input.form-error input[type="text"],
  .form-select.form-error select {
    border: 1px solid #e60020 !important;
    background-color: #fff0f2 !important;
  }
  .col-confirm.form-error .col-confirm__check__label {
    background-color: #fff0f2 !important;
  }
  .col-confirm.form-error .col-confirm__check__label > span::before {
    border: 1px solid #e60020 !important;
  }
  
  /* ----- form-error-box ----- */
  .col-form-error {
    margin: 2.5rem 0;
    padding: 15px 14px;
    border: 1px solid #e60020;
    background-color: #fff0f2;
    color: #e60020;
  }
  .col-form-error > *:last-child {
    margin-bottom: 0 !important;
  }
  .list-form-error {
    margin-bottom: 2rem;
    color: #e60020;
  }
  .list-form-error > li {
    position: relative;
    margin: 0;
    padding-left: 15px;
    font-weight: bold;
  }
  .list-form-error > li + li {
    margin-top: 1rem;
  }
  .list-form-error > li::before {
    position: absolute;
    left: 0;
    top: .4em;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background-color: #e60020;
    content: "";
  }
 }

.form-bt-wrap {
	margin-top: 2em;
	text-align: center;
}
.form-bt-back {
	position: absolute;
	bottom: 0;
}
.form-bt__disable {
		background: #333;
		border: 1px solid #ccc ;
		color: #fff ;
		padding: 1.6em 1.25em;
		text-align: center;
		font-size: 1.125em;
}
.form-bt > button {
		background: var(--blue);
		border: 1px solid var(--blue);
		color: #fff;
		padding: 1.6em 1.25em;
		text-align: center;
		font-size: 1.125em;
		max-width: 360px;
    width: 46%;
}
.form-bt > button:hover {
		background: #fff;
		border: 1px solid var(--blue);
		color: var(--blue);
}
.form-bt > button::after {
}
.form-bt > button:hover::after {
}
.form-bt-back > button {
		padding: 1.6em 1.25em;
		text-align: center;
		font-size: 1.125em;
	border: 1px solid #ddd;
	background: #ddd;
}
.form-bt-back > button:hover {
		border: 1px solid #999;
	background: #fff;
}
.form-bt-back > button::after {
/*
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    transition-duration: 0.3s;
    transform-origin: bottom left;
    box-sizing: border-box;
    background-color: #f6f6f6;
    content: '';
    position: absolute;
    z-index: -1;
*/
}
.form-bt-back > button:hover::after {
/*
    height: 100%;
    width: 100%;
*/
}
@media only screen and (max-width: 959px) {
.form-bt-back {
	position: relative;
	margin-top: 1em;
	text-align: center;
  }
  .form-bt-back > button {
  min-width: inherit;
  width: 46%;
  max-width: 360px;
}
}
@media only screen and (max-width: 767px) {
.form-bt__disable,
.form-bt > button ,
.form-bt-back > button {
	min-width: inherit;
	width: 100%;
	max-width: 360px;
}
.wrap-add div:last-child > span {
	width: 100%;
	margin-left: 0;
	}
	.wrap-name {
		display: block;
	}
}
