@charset "utf-8";

.component-form input.size-m {
	width: 96%;
}


#info .info_close{
	font-size:40px;
	text-align:right;
	float: right;
}

/* .icon-partner{
	background-image: url();
	background-repeat: no-repeat;
} */

a[href^="tel:"] {
	cursor: pointer !important;
	color: #a30b1a !important;
	/* text-decoration: none !important; */
  }
a[href^="tel:"]:hover {
	text-decoration: underline !important;
  }

.icon-partner {
    background: url(/shared/icon-0000-partner-map.png) no-repeat left top;
    padding-left: 30px;
	padding-right: 6px;
	padding-bottom: 25px;
}
.icon-result {
    background: url(/shared/icon-0000-partner-map-result.png) no-repeat left top;
    padding-left: 30px;
	padding-right: 6px;
	padding-bottom: 25px;
}
.component-notice-vert dd {
    margin-bottom: 25px;
}

#close_btn_w{
	margin-bottom: 1em;
	padding: 0;
	
	/* 上下、左右 */
	/* margin-bottom: 1.5em; */
	/* margin-left: 3em; */
}

/* #info{
	margin-top:8%;
	margin-left:6%;
	max-height: 400px;
	max-width:300px;
	background-repeat:no-repeat;
	position: absolute;
	background-color: white;
	transform: translate(-50%, -50%);
} */
#com_name{
	margin-top: 5%;
	margin-bottom: 5%;

}
.pl-0{
	padding: 0;
	margin-top: 1em;
}

#info {
	margin-top: 3em;
	margin-left: 3em;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	max-width: 390px;
	background-color: white;
	border:1px solid #ff0000;
	border-radius: 3%;
	/* transform: translate(-50%, -50%); */
	transform: scale3d(0.8,0.8,0.8);
}
#info_in{
	padding: 0px 24px;
}
/* @media screen and (max-width:1024px){
	#info{
		margin-top:52%;
		margin-left:20%;
		height: 100%;
		width:45%;
		background-color: white;
		background-repeat:no-repeat;
		position: relative;
	}
	
} */
@media screen and (max-width:1024px){
	#info {
		/* margin-top: 0%;
		margin-left: 10%; */
		margin-top: 3em;
		margin-left: 1em;
		height: auto;
		width: 100%;
		max-width: 375px;
		background-color: white;
		border:1px solid #ff0000;
		border-radius: 3%;
		background-repeat: no-repeat;
		position: absolute;
		transform: scale3d(0.7,0.7,0.7);
	}
}

@media screen and (max-width:876px){
	#info {
		/* margin-top: 0%;
		margin-left: 10%; */
		margin-top: 3em;
		margin-left: 1em;
		height: auto;
		width: 100%;
		max-width: 355px;
		background-color: white;
		border:1px solid #ff0000;
		border-radius: 3%;
		background-repeat: no-repeat;
		position: absolute;
		transform: scale3d(0.7,0.7,0.7);
	}
	
}

@media screen and (max-width: 580px){
	#info {
		/* margin-top: -128%;
		margin-left: 0%; */
		margin-top: -29em;
		margin-left: 1em;
		height: auto;
		width: 100%;
		max-width: 320px;
		background-color: white;
		border:1px solid #ff0000;
		border-radius: 3%;
		background-repeat: no-repeat;
		position: absolute;
		transform: scale3d(0.7,0.7,0.7);
	}

	#info .info_close{
		margin-top: -0.5em;
	}

	
	/* #close_btn_w a{
		padding: 0;
	} */
	
}


