@charset "UTF-8";

.c-headerModal_Contact {
	background: #ffffff;;
	position: absolute;
	height:auto;
	max-height: 750px;
	overflow-y: scroll;
	max-width:920px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transition: 0.5s;
	border-radius: 24px;
	position: relative;
}
.c-headerModal_Contact_emg_Close{
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 45px;
	height:45px;
	border-radius: 50%; 
	background: #e4000b;
  }
  .c-headerModal_Contact_emg_Close::before,.c-headerModal_Contact_emg_Close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 3px;
	height: 21px;
	background: #fff; /* バツ印の色 */
  }
  .c-headerModal_Contact_emg_Close::before {
	transform: translate(-50%,-50%) rotate(45deg);
  }
  .c-headerModal_Contact_emg_Close::after {
	transform: translate(-50%,-50%) rotate(-45deg);
  }
  .emg{
	font-size: 38px;
	font-weight: 600;
	font-family: 'M PLUS 1p', sans-serif;
  }
  .emg ._large{
	font-size: 52px;
	font-weight: 800;
	color: #e4000b;
  }

  @media screen and (max-width: 768px) {
	.c-headerModal_Contact {
  		position: absolute;
  		width: 90vw;
  	}

  	.c-headerModal_Contact_emg_Close {
  		top: 3%;
  		right: 3%;
  	}
  	.emg {
  		font-size: 8.0vw;
  	}
  	.emg ._large {
  		font-size: 11.8vw;
  	}
  }