@charset "utf-8";
/*=============================================================
 contact Layout
=============================================================*/
/* requireditem
-------------------------------------------------------------*/
.requireditem{
	background-color: #E6E6E6;
	color: #000;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 100%;
	padding: 2px 6px 4px 6px;
	box-sizing: border-box;
	border-radius: 4px;
	margin-right: 10px;
	margin-left: 6px;
}

/* section
-------------------------------------------------------------*/
.section + .section{
	padding: 128px 0 0;
	box-sizing: border-box;
	margin: 0;
	position: relative;
}
.section + .section::after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 64px;
	background: #D0D0D0;
	height: 1px;
}

/* contact-area 
-------------------------------------------------------------*/
.contact-area{
	display: flex;
	flex-wrap: wrap;
	gap: 42px 32px;
}
.contact-area dt{
	color: #000;
	font-weight: 500;
	width: 200px;
	padding: 10px 0;
	box-sizing: border-box;
}
.contact-area dd{width: calc(100% - 232px);}
.contact-area .select-box,
.contact-area .text-box{width: 100%;}
.contact-area .text-box{
	color: #000;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	min-width: 200px;
	padding: 16px 50px 16px 20px;
	background-size: 20px 20px;
	box-sizing: border-box;
	border: 1px solid var(--lineColorGray); 
	border-radius: 4px;
	cursor: pointer;	
}

/* name-box 
-------------------------------------------------------------*/
.name-box{
	display: flex;
	column-gap: 12px;
}
.name-box>div{width: calc((100% - 12px) / 2);}

/* note-ttl
-------------------------------------------------------------*/
.note-ttl{
	color: #000;
	text-align: center;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%
}

/* iframe-box
-------------------------------------------------------------*/
.iframe-box{
	margin-top: 8px;
	border-radius: 4px;
	padding: 30px;
	box-sizing: border-box;
	background: #F1F1F1;
	
}
.iframe-box iframe{
	height: 153px;
}
/* kiyaku
-------------------------------------------------------------*/
#kiyaku{background: #F1F1F1;}

/* kiyaku_main
-------------------------------------------------------------*/
.kiyaku_main {
	line-height: 200%;
  margin: 0;
  margin-right: 10px;
  list-style: none;
  padding: 0;
}

.kiyaku_main ul {
  margin: 0;
  list-style: none;
  padding: 0;
	line-height: 200%;
  padding-bottom: 20px;
  padding-left: 20px;
}

/* agreement-wrap
-------------------------------------------------------------*/
.agreement-wrap{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 130px;
	margin: 0 auto;
}
.agreement-wrap label{
	position: relative;
	padding: 20px 0 20px 36px;
	cursor: pointer;
	user-select: none;
	width: 100%;
}
.agreement-wrap label input{
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.agreement-wrap label span{
	position: absolute;
	top: 50%;
	left: 0;
	height: 24px;
	width: 24px;
	border-radius: 4px;
	border: 1px solid #D0D0D0;
	text-indent: -9999px;
	transform: translate(0, -50%);
}
.agreement-wrap label .agreement-text{
	color: #000;
	font-size: 1.5rem;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
}

/* btn-area
-------------------------------------------------------------*/
.btn-area{
	max-width: 380px;
	margin: 0 auto;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 PC-large
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media (min-width:1920px){}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 Smartphones
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media only screen and (max-width:767px){

/*=============================================================
 contact Layout
=============================================================*/
/* section
-------------------------------------------------------------*/
.section + .section{padding: 128px 0 0;}
.section + .section::after{top: 64px;}

/* contact-area 
-------------------------------------------------------------*/
.contact-area{
	display: block;
}
.contact-area dt{
	width: 100%;
	padding: 0;
	margin-bottom: 8px;
}
.contact-area dd{
	width: 100%;
	margin-bottom: 24px;
}
.contact-area dd:last-child{margin-bottom: 0;}
	
	/* name-box 
-------------------------------------------------------------*/
.name-box{display: block;}
.name-box>div{width: 100%;}
.name-box>div +div{margin-top: 6px;}
	
/* note-ttl
-------------------------------------------------------------*/

/* iframe-box
-------------------------------------------------------------*/
.iframe-box{padding: 20px;}
.iframe-box iframe{height: 153px;}
	
/* kiyaku
-------------------------------------------------------------*/

/* kiyaku_main
-------------------------------------------------------------*/

/* agreement-wrap
-------------------------------------------------------------*/
.agreement-wrap{}

/* btn-area
-------------------------------------------------------------*/
.btn-area{max-width: inherit;}
	
}
