@charset "utf-8";
/* CSS Document */
*{margin:0;padding:0;}
body{
	font-family: 'Noto Sans JP', sans-serif;
	background: #fffcf7;

  -webkit-text-size-adjust: 100%;
  
}
input{
    -webkit-appearance: none;
}



*{margin:0; padding:0;}
li{
	list-style:none;
}
h1, h2, h2, h3, h5, h6  {  
    font-size: 100%;  
}
li  {  
    list-style-type: none;  
} 
a, ins {
  text-decoration: none;
}
address, em, cite, dfn, var {
  font-style: normal;
}
img {
  vertical-align: baseline;
}
a img {
  border: none;
}

.right{text-align:right;}

.strong {font-weight:bold}

.pointer {cursor:pointer;}

.under{text-decoration:underline;}

/*回り込み解除*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
.red{
	color:#ff0000;
}


textarea {
	display: block;
	width: 100%;
	padding: 15px 10px;

	margin: 0 auto 15px auto;
	font-size: 1rem;
	font-weight: normal;
	border: 1px solid #b3aca2;
	border-radius: 5px;
}

input {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 1rem;
    font-weight: normal;
	border-radius: 5px;
	border: 1px solid #b3aca2;
	height: 4rem;
}
select{
	width: 50%;
	font-size: 1rem;
    font-weight: normal;
	border-radius: 5px;
	border: 1px solid #b3aca2;
	height: 4rem;
	background: #ffffff;
	color: #000000;
}
option {
  color: #000;
}
.tel_num_area {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}


.require{
	color: #ff543d;
	font-size: 0.9rem;
	margin-left: 5px;
	font-family: var(--font-family-sans-serif);
	font-weight: 700;

}

.name_area{
	display:flex;
	justify-content:space-between;
	gap:10px;
}

.tel_num_area{
	display:flex;
	justify-content:space-between;
	gap:10px;
}

::placeholder {
  color: #bbb;
}





 .file_comment {
	position: relative;
	width: 100%;
	 padding: 1rem 0;
	border: 2px dashed #ccc3b8;
	border-radius: 5px;
	 background: #ffffff;
	text-align: center;
	line-height: 1.5;
	font-size: 1rem;
	color: #999;
	cursor: pointer;
	 margin-bottom: 1rem;
    }

	  .file_update_button{
		  display: inline-block;
		  background: #aaa;
		  color: #ffffff;
		  padding: 0.5rem 1rem;
		  margin-bottom: 0.5rem;
		  border-radius: 5px;
	  }

	#imagePreviewContainer{
		display: flex;
		justify-content: left;
		flex-wrap: wrap;
		gap:3px;
	}
	#imagePreviewContainer canvas{
		width: 33%;
	} 


.radio{
	display: flex;
	justify-content: space-between;
	gap:5px;
}
.radiobutton {
  display: none;
}
.radio label {
	display: block;
	width: 100%;
	background-color: #ffffff;
	border: 1px solid #b3aca2;
	padding: 1rem 1.38rem;
	border-radius: 5px;
	text-align: center;
}
.radiobutton:checked + label {
  background-color: #807a73;
	border: 1px solid #807a73;
	color: #ffffff;
}
.multi{
	margin-bottom: 1rem; 
	background: #ff0000; 
	opacity: 0; 
	position: absolute; 
	top:0; 
	left: 0; 
	padding: 2.8rem 0;
}
.MultiFile-list{
	display: flex;
	justify-content: flex-start;
	gap:0.3rem;

}
.MultiFile-remove{
	display: block;
	background: #aaaaaa;
	color: #ffffff;
	font-size: 0.9rem;
	padding: 0.2rem 0;
}
div.MultiFile-label{
	box-sizing: border-box;
	display: inline-block;

}
div.MultiFile-label span{
	display: flex;
	text-align: center;
}
.preview_box{
	min-width: 120px;
	min-height: 120px;
	overflow: hidden;

}
.preview_box img{
	width:100%;
	height: 100%;
	object-fit: cover;
}

