@charset "UTF-8";
/* CSS Document */
@media screen and (min-width: 1081px){
#telbanner{
	width: 100vw;
	max-width: 1920px;
	height: autoo;
	padding: 3rem 0;
	background-image: url("../images/telbanner_bg_01.png");
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content:center;
	align-items: center;
}
.telbanner_wrap{
	width: 100%;
	max-width: 1080px;
	height: auto;
	min-height: 300px;
	background: white;
	position: relative;
	z-index: 0;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
.telbanner_top{
	width: 100%;
	height: auto;
}
.telbanner_top img{
	width: 100%;
	height: auto;
}
.telbanner_under{
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	z-index: 0;
}
.telbanner_under img{
	width: 100%;
	height: auto;
}
.telbanner_contents{
	width: 100%;
	height: auto;
	min-height: 158px;
	position: relative;
	z-index: 1;
	padding: 0 0 0 6rem;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.telbanner_tel{
	width: auto;
	height: auto;
	margin: 0 1rem 0 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.telbanner_tel_text{
	width: 659px;
	height: auto;
	margin: 0 0 1rem 0;
}
.telbanner_tel_text img{
	width: 100%;
	height: auro;
}
.telbanner_tel_num{
	width: auto;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.telbanner_icon_tel{
	width: 66px;
	height: auto;
	margin: 0 .5rem 0 0;
}
.telbanner_tel_num img{
	width: 100%;
	height: auto;
}
.telbanner_tel_num_p{
	width: auto;
	height: auto
}
.telbanner_tel_num_p p{
	font-size: 70px;
	font-weight: bold;
	color: #fd721e;
}
.telbanner_mail{
	width: 199px;
	height: 116px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.telbanner_mail img{
	width: 100%;
	height: auto;
}
}
@media screen and (min-width: 751px) and (max-width: 1080px){
#telbanner{
	width: calc(100vw - 4rem);
	height: auto;
	padding: 3rem 2rem;
	background-image: url("../images/telbanner_bg_01.png");
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content:center;
	align-items: center;
}
.telbanner_wrap{
	width: calc(100% - 0rem);
	height: auto;
	min-height: 24vw;
	padding: 0 0rem;
	background: white;
	position: relative;
	z-index: 0;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
.telbanner_top{
	width: 100%;
	height: auto;
}
.telbanner_top img{
	width: 100%;
	height: auto;
}
.telbanner_under{
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	z-index: 0;
}
.telbanner_under img{
	width: 100%;
	height: auto;
}
.telbanner_contents{
	width: calc(100% - 2rem);
	height: auto;
	min-height: 12vw;
	position: relative;
	z-index: 1;
	padding: 0 0 0 2rem;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.telbanner_tel{
	width: auto;
	height: auto;
	margin: 0 1rem 0 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.telbanner_tel_text{
	width: 54vw;
	height: auto;
	margin: 0 0 .5rem 0;
}
.telbanner_tel_text img{
	width: 100%;
	height: auro;
}
.telbanner_tel_num{
	width: auto;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.telbanner_icon_tel{
	width: 6vw;
	height: auto;
	margin: 0 .5rem 0 0;
}
.telbanner_tel_num img{
	width: 100%;
	height: auto;
}
.telbanner_tel_num_p{
	width: auto;
	height: auto
}
.telbanner_tel_num_p p{
	font-size: 6.5vw;
	font-weight: bold;
	color: #fd721e;
}
.telbanner_mail{
	width: 20vw;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.telbanner_mail img{
	width: 100%;
	height: auto;
}
}

@media screen and (max-width: 750px){
#telbanner{
	width: calc(100vw - 8vw);
	height: auto;
	padding: 1rem 4vw;
	background-image: url("../images/telbanner_bg_01.png");
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content:center;
	align-items: center;
}
.telbanner_wrap{
	width: calc(100% - 0rem);
	height: auto;
	min-height: 24vw;
	padding: 0 0rem;
	background: white;
	position: relative;
	z-index: 0;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
.telbanner_top{
	width: 100%;
	height: auto;
}
.telbanner_top img{
	width: 100%;
	height: auto;
}
.telbanner_under{
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	z-index: 0;
}
.telbanner_under img{
	width: 100%;
	height: auto;
}
.telbanner_contents{
	width: calc(100% - .5rem);
	height: auto;
	min-height: 12vw;
	position: relative;
	z-index: 1;
	padding: 0 0 0 .5rem;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.telbanner_tel{
	width: auto;
	height: auto;
	margin: 0 .5rem 0 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
.telbanner_tel_text{
	width: 54vw;
	height: auto;
	margin: 0 0 .5rem 0;
}
.telbanner_tel_text img{
	width: 100%;
	height: auro;
}
.telbanner_tel_num{
	width: auto;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.telbanner_icon_tel{
	width: 6vw;
	height: auto;
	margin: 0 .5rem 0 0;
}
.telbanner_tel_num img{
	width: 100%;
	height: auto;
}
.telbanner_tel_num_p{
	width: auto;
	height: auto
}
.telbanner_tel_num_p p{
	font-size: 6.5vw;
	font-weight: bold;
	color: #fd721e;
}
.telbanner_mail{
	width: 20vw;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.telbanner_mail img{
	width: 100%;
	height: auto;
}
}