@charset "utf-8";
/*FORM*/
input[type="email"],
input[type="password"]{
	width: 100%;
	padding: 0.5em !important;
	font-size: 16px;
	letter-spacing: 1px;
}
/*FORM*/
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
button {
    -webkit-appearance: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    box-shadow: none;
}
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;
}
input::-ms-clear {
     visibility:hidden
}
input[type="radio"],
input[type="checkbox"]{
	border: none !important;
}
.form {
    width: 100%;
    margin-inline: auto !important;
}
.form * {
    font-size: 16px;
}
.form-item{
 	width: 100%;
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
    margin: 0.5em 0;
}
.form-item_h6{
	width: 10em;
	font-size: 16px;
    line-height: 1.2;
}
.nd{
	font-size: 12px;
	font-weight: normal;
}
.form-box{
	flex: 1;
}
.form-box input,
.form-box textarea,
.form-box select{
	width: 100%;
	box-shadow: none;
	padding: 10px;
	font-size: 16px !important;
	border: none;
	margin-bottom: 5px;
}
.form-box input#Email{
	font-size: 21px !important;
	letter-spacing: 2px;
	line-height: 1.5;
}
.form-box textarea{
  height: 10em;
}
.form-box_5{
	width: 5em;
}
.form-box_10{
	width: 10em !important;
}
.form-box_20{
	width:20%;
}
.form-box_25{
	width:25%;
}
.form-box_30{
	width:30%;
}
.form-box_49{
	width: 49% !important;
}
.form-box_hf{
	width:1.5em;
	text-align: center;
}
.form-ck label{
	display: inline-block;
	margin-right: 1em;
}
.form-ck input{
	margin: 10px 0;
	width: 20px !important;
	vertical-align: -2px;
}
.form-att{
	font-size: clamp(11px, 1.1vw, 14px);
	padding-left: 1em;
	text-indent: -1em;
}
.form-att:before{
	content: "※"
}
.form-att a{
	text-decoration: underline;
	font-size: clamp(13px, 1.2vw, 14px);
}
.form-att.clicked{
	pointer-events: inherit;
}
.form-send {
    display: flex;
    justify-content: center;
}
.form-send .link-btn {
    width: 15em;
    margin: 0px 1%;
}
@media screen and (max-width: 980px) {
	.form-item_h6 {
		width: 11em;
		text-align: left;
	}
}
@media screen and (max-width: 680px) {
	.form-item{
		display: block;
	}
	.form-item_h6{
		margin-bottom: 0.2em;
	}
	.form-box_ck label{
		display: block;
	}
}
@media screen and (max-width: 480px) {
	.form-thanks p{
		text-align: left;
	}
	.form-thanks br{
		display: none;
	}
	.form-item_h6{
		text-align: left;
	}
}

button.processing {
	opacity: 0.7;
	cursor: not-allowed;
}

/* INQUIRY */

.line-item {
	background: var(--line);
	margin-bottom: 2em;
}

.mail-item {
	background: #fff;
	margin-bottom: 2em;
}

.line-item p {
	margin: 0 auto;
	display: flex;
    justify-content: center;
	font-family: "ab-kirigirisu";
	font-size: 18px;
	padding-bottom: 12px;
	color: #fff;
	text-align: center;
}

.line-contact_a {
	margin: 0 auto;
	padding: 0.5em;
	border-radius: 2em;
	width: 19em;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: var(--line);
}

.line-contact i{
	display: block;
	font-size: clamp(16px, 1.2vw, 18px);
	margin-bottom: 0.15em;
}

.line-contact_a span {
    color: var(--line);
	display: flex;
	align-items: center;
	gap: 1em;
}

.line-contact_a i {
	font-size: 32px;
	color: #fff;
	background-color: var(--line);
	border-radius: 24px;
}

.line-h4{
	font-size: clamp(28px, 5.5vw, 48px);
	margin: 0.5em 0 1em;
	line-height: 0.5;
	position: relative;
	color: #fff;
}
.line-h4 b{
	font-size: clamp(24px, 4.9vw, 42px);
	letter-spacing: -0.05em;
	vertical-align: 0.04em;
}
.line-h4 br{
	display: none;
}
.line-h4:after{
	content: "...";
	display: block;
	margin-top: 0.3em;
}
