@charset "utf-8";

/* *****共通設定***** */
body {
	font-family: "Roboto", "Noto Sans JP", sans-serif;
}

html {
	font-size: 62.5% !important;
}

* {
	font-family: "Roboto", "Noto Sans JP", sans-serif;
	color: #333;
	font-size: 1.6rem;
}

strong {
	font-family: "Roboto", "Noto Sans JP", sans-serif;
	font-weight: 900;
}

.alphabet {
	font-family: "Roboto", sans-serif;
	letter-spacing: 0.05em;
	font-weight: 900;
	color: #2574be;
}

.mincho-font {
	font-family: "Roboto", "Noto Serif JP", serif;
}

.colorRed {
	color: #ff0000;
}

@media screen and (min-width:400px) {
	.d-ss-none {
		display: none !important;
	}
}

main {
	display: block;
	color: #5B5B5B;
}

main .btn {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
	font-size: 1.5rem;
}

.gray {
	color: #6c757d;
}

.card {
	border-color: #e0c7b2;
}

.img-thumbnail {
	width: 100%;
	padding: .25rem;
	background-color: transparent;
	border: none;
}

.high-light {
	/*background-color: #ffff00;*/
}

.midashi-10 {
	font-size: 10px;
	/* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc(10 + ((1vw - 3.2rem) * 0.625));
}

.midashi-12 {
	font-size: 12px;
	/* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc(12 + ((1vw - 3.2rem) * 0.625));
}

.midashi-14 {
	font-size: 14px;
	/* IE8以下とAndroid4.3以下用フォールバック */
	/* before 16 */
	font-size: calc(14 + ((1vw - 3.2rem) * 0.625));
}

.midashi-16 {
	font-size: 16px;
	/* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc(16 + ((1vw - 3.2rem) * 0.625));
}

.midashi-18 {
	font-size: 18px;
	/* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc(18 + ((1vw - 3.2rem) * 0.625));
}

.midashi-20 {
	font-size: 20px;
	/* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc(20 + ((1vw - 3.2rem) * 0.625));
}

.midashi-22 {
	font-size: 22px;
	/* IE8以下とAndroid4.3以下用フォールバック */
	font-size: calc(22 + ((1vw - 3.2rem) * 0.625));
}


.meinan-midashi h2, h2.meinan-midashi  {
	color: #333;
	font-size: clamp(22px, 5vw,36px);
	max-width: 960px;
    margin-bottom: 40px;
	font-weight: bold;
}

.meinan-midashi h2 span , h2.meinan-midashi span {
	display: block;
    /* text-align: center; */
    font-size: clamp(14px, 3vw, 18px);
    line-height: 2.8em;
    color: #2574be;
	text-transform: uppercase;
}



/*---------------------------------------------
大きいブロックの隙間調整
===============================================*/
section {
	padding-top: 80px;
	padding-bottom: 80px;
}

@media screen and (max-width:767.98px) {
	section {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	section.index-top {
		padding-bottom: 0px;
	}
}

/* 個別ページのsection　背景を白に */
#Page-contact section,
#Page-lesson section {
	background-color: #ffffff;
}

@media screen and (max-width:375px) {
	.max-375 {
		display: none;
	}

}



/*---------------------------------------------
文字サイズ/h1～6
===============================================*/
h1.service-midashi {
	font-size: 3.2rem;
	background: linear-gradient(#1EAB5E, #333333);
	padding: 1rem;
	color: #fff;

}

h1 {
	font-size: 2.8rem;
}

.h-midashi {
	/*	padding: 0.75rem;*/
	font-size: 250%;
	font-weight: bold;
	text-align: center;
	color: #333;
	display: flex;
	align-items: center;
	width: 100%;
	padding: 0;
	margin: 1rem auto 1rem auto;
}

.h-midashi:before {
	content: "";
	flex-grow: 1;
	height: 3px;
	/* 線の太さ  .text-line:before, */
	background: #333333;
	/* 線の色 */
}

.h-midashi:after {
	content: "";
	flex-grow: 1;
	height: 3px;
	/* 線の太さ  .text-line:before, */
	background: #f40000;
	/* 線の色 */
}

.h-midashi:before {
	margin-right: 5rem;
}

.h-midashi:after {
	margin-left: 5rem;
}

.midashi-sub {
	color: #4e454a;
}

.short-udline {
	display: inline-block;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 50px;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #333333;
}

.short-udline:before {
	display: inline-block;
	position: absolute;
	content: '';
	bottom: -10px;
	left: 50%;
	width: 50px;
	height: 3px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%);
	background-color: #256DBE;
}

.short-udlineGra {
	display: inline-block;
	position: relative;
	color: #333;
	padding-bottom: 13px;
	margin-bottom: 30px;
	font-weight: bold;

}

.short-udlineGra:before {
	display: inline-block;
	position: absolute;
	content: '';
	bottom: -10px;
	left: 50%;
	width: 100px;
	height: 5px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%);
	background: linear-gradient(90deg, #00629d, #ffffff);
}

.point-udlineRed {
	display: inline-block;
	position: relative;
	padding-bottom: 3px;
	margin-bottom: 30px;
	font-weight: bold;
}

.point-udlineRed:before {
	display: inline-block;
	position: absolute;
	content: '';
	bottom: -10px;
	left: 50%;
	width: 100%;
	height: 2px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translate(-50%);
	background-color: #f40000;
}


.midashi-leftBar {
	padding: 0.5em 0.5em 0.25em 0.5em;
	/*上下 左右の余白*/
	color: #494949;
	/*文字色*/
	background: linear-gradient(#fff, #e0e0e0);
	border-bottom: solid 3px #333333;
}

.midashi-under {
	border-bottom: solid 2px #333333;
	position: relative;
	padding-bottom: 0.5rem;
	padding-top: 1.5rem;
}

.midashi-under:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 2px #CF6319;
	bottom: -2px;
	width: 30%;
	max-width: 100px;
}

/*蛍光マーカー風見出し*/
.midashi-keikou {
	padding-bottom: 3px;
	background: linear-gradient(transparent 70%, #a7d6ff 70%);
}

@media screen and (min-width:320px) and (max-width:767.98px) {
	.h-midashi {
		color: #333333;
		border-color: #333333;
		border-style: solid;
		border-width: 2px;
		border-left: none;
		border-right: none;
		background-color: #8FFBC0;
		/* #8FFBC0; */
		font-size: 4vw;
		font-weight: bold;
		padding: 2vw 4vw;
		position: relative;
		line-height: 1.3;
		clear: both;
	}

	.h-midashi:before,
	.h-midashi:after {
		content: "";
		flex-grow: 0;
		height: 0px;
		/* 線の太さ  .text-line:before, */
		background: #333333;
		/* 線の色 */
	}

	.h-midashi:before {
		margin-right: 0rem;
	}

	.h-midashi:after {
		margin-left: 0rem;
	}

	h1 {
		font-size: 2.2rem;
	}
}

/*---------------------------------------------
よく使う指示
===============================================*/
.flex-box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: flex-start;
}


.max-960 {
	width: 90%;
	margin: 0 auto;
	max-width: 960px;
}

.max-1200 {
	max-width:1200px;
}


/*---------------------------------------------*/
/* toppage main-bar
============================================== */
#Page-service .main-bar {
	background: url("../images/index-construction.jpeg") no-repeat center;
	background-size: cover;
}

#Page-company .main-bar {
	background: url("../images/index-aboutus.jpeg") no-repeat center;
	background-size: cover;
}

#Page-contact .main-bar {
	background: url("../images/index-contact.jpeg") no-repeat center;
	background-size: cover;
}

#Page-works .main-bar {
	background: url("../images/index-reform.jpg") no-repeat center;
	background-size: cover;
}

#Page-news-detail .main-bar {
	background: url("../images/main-bar-news-detail.jpeg") no-repeat center;
	background-size: cover;
}


.main-bar {
	width: 100vw;
	height: 200px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.main-bar-img {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	height: 200px;
	position: relative;
}

.main-bar span,
.main-bar h2 {
	font-size: 140%;
	position: relative;
	margin: 0;
	text-align: center;
	font-weight: bold;
	z-index: 5;
	display: block;
}

.main-bar h2 {
	color: #ffffff;
	line-height: 1.8em;
}

.main-bar span {
	color: #2574be;
	font-size: 80%;
	text-transform: uppercase;
}

.main-bar::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	/* background-color: rgba(0,0,0,0.2); */
	background-color: rgba(39, 64, 87, 0.25);
}

@media screen and (max-width: 767.98px) {
	.main-bar {
		height: 150px !important;
	}

	.main-bar-img {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		width: 100%;
		height: 150px;
		position: relative;
	}

}

/*---------------------------------------------
index.html .index-top
===============================================*/
.index-top #introduction {
	width: 100%;
	padding: 30px 0;
	margin: 0 auto;
}

.index-top #introduction p {
	line-height: 1.8em;
}

.index-topBox {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	/* gap: 40px; */
	/* align-items: center; */
	margin: 0 auto 0px auto;
	justify-content: space-between;
	/* max-width: 960px; */
}

.index-topBox .inner-img {
	width: 50%;
}

.index-topBox .inner-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index-topBox .inner-text {
	width: 45%;
	padding: 10px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
    align-items: center;
}

.index-topBox .inner-text .flex-shrink-0 {
	width: 90%;
	margin: 0 auto;
}

.index-topBox .inner-text .flex-shrink-0 a {
	width: 100%;
	/* padding: 20px; */
}

.index-topBox h2 {
	color: #333;
}

.index-topBox h2 span {
	display: block;
	text-align: left;
	line-height: 2.8em;
	/* border-bottom: 0.5px solid #333; */
	color: #aaa;
}

.index-topBox .inner-text p.setsumei {
	font-size: clamp(14px, 3vw, 18px);
	line-height: 2.5rem;
	margin: 15px 0;
	position: relative;
	z-index: 5;
}

@media screen and (min-width: 320px) and (max-width:767.98px) {
	.index-topBox {
		flex-direction: column;
		align-items: flex-start;
	}

	.index-topBox .inner-text p.setsumei {
		line-height: 1.5em;
		margin: 15px 0;
	}

	.index-topBox .inner-text {
		width: 90%;
		margin: 0 auto 30px auto;
		padding: 0;
	}

	.index-topBox .inner-img {
		width: 100%;
		height: 300px;
	}
}

@media screen and (min-width: 768px) and (max-width:991.98px) {
	.index-topBox .inner-text p.setsumei {
		line-height: 1.5em;
		margin: 15px 0;
	}

	/* .index-topBox .inner-text, .index-topBox .inner-img {
		width: 100%;
	} */
}


@media screen and (min-width: 992px) {
	.index-topBox {
		flex-direction: row;
		/* justify-content: center; */
		column-gap: 50px;
	}

	.index-topBox .inner-text {
		padding-left: calc((100% - 1200px) /2);
	}
}

/*---------------------------------------------*/
/* index.html #sec-company
============================================== */
#sec-company {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	background-color: rgba(37, 159, 190,.1);
}

#sec-company .sec-businessFrame {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

#sec-company .businessBox {
	/* width: 50%; */
	/* height: 100%; */
	/* height: 500px; */
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	/* margin: auto; */
}

#sec-company .businessBox:first-child {
	width: 50%;
}

#sec-company .businessBox:last-child {
	width: 45%;
	padding-right: calc((100% - 1200px)/2);
}


#sec-company .businessBox .inner-text {
	position: relative;
	width: 90%;
	margin: auto;
	z-index: 6;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	max-width: 750px;
}

#sec-company .businessBox img {
	width: 100%;
	/* height: 60%; */
	/* opacity: 0.8; */
	margin: auto;
	object-fit: cover;
	object-position: bottom;
	z-index: 5;
	max-height: 400px;
}

#sec-company .businessBox a {
	display: block;
	/* padding: 20px; */
	width: 100%;
	text-decoration: none;
}

#sec-company .businessBox a p {
	color: #333;
	text-transform: uppercase;
	margin-top: 10px;
	text-align: left;
}

#sec-company .businessBox h2 {
	/* text-align: center; */
	border-bottom: 0.5px solid #333;
	padding-bottom: 0.5em;
	display: block;
	width: calc(4em * 1.2);
	margin-bottom: 25px;
}

@media screen and (min-width: 320px) and (max-width:767.98px) {
	#sec-company {
		padding-bottom: 0;
	}

	#sec-company .sec-businessFrame {
		flex-direction: column-reverse;
	}

	#sec-company .businessBox {
		width: 100%;
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		
	}

	#sec-company .businessBox img {
		width: 100%;		
	}

	#sec-company .businessBox:first-child {
		width: 100%;
	}

	#sec-company .businessBox:last-child {
		width: 100%;
		margin-bottom: 30px;
	}
}

/*---------------------------------------------*/
/* index.html #sec-business
============================================== */
#sec-business {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	/* padding: 0; */
	background-color: rgba(83, 83, 83,.1);
}

#sec-business .sec-businessFrame {
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

#sec-business .businessBox {
	/* width: 50%;
	height: 100%;
	height: 500px; */
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	/* margin: auto; */
}

#sec-business .businessBox:first-child {
	width: 50%;
}

#sec-business .businessBox:last-child {
	width: 45%;
	padding-left: calc((100% - 1200px)/2);
}

#sec-business .businessBox .inner-text {
	position: relative;
	width: 90%;
	margin: auto;
	z-index: 6;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 750px;
}

#sec-business .businessBox img {
	width: 100%;
	height: 60%;
	opacity: 0.8;
	margin: auto;
	object-fit: cover;
	z-index: 5;
	max-height: 400px;
}

#sec-business .businessBox a {
	display: block;
	/* padding: 20px; */
	width: 100%;
	text-decoration: none;
	margin-top: auto;
}

#sec-business .businessBox a p {
	color: #333;
	text-transform: uppercase;
	margin-top: 10px;
	text-align: left;
}

#sec-business .businessBox h2 {
	/* text-align: center; */
	border-bottom: 0.5px solid #333;
	padding-bottom: 0.5em;
	display: block;
	width: calc(5em * 1.2);
	margin-bottom: 25px;
}

@media screen and (min-width: 320px) and (max-width:767.98px) {
	#sec-business {
		padding-bottom: 0;
	}

	#sec-business .sec-businessFrame {
		flex-direction: column-reverse;
	}

	#sec-business .businessBox {
		width: 100%;
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		/* height: 400px; */
	}

	#sec-business .businessBox:first-child {
		width: 100%;
		
	}

	#sec-business .businessBox:last-child {
		width: 100%;
		margin-bottom: 30px;
	}

	#sec-business .businessBox img {
		height: 100%;
	}

	#sec-business .businessBox .inner-text {
		width: 90%;
	}
}

/*---------------------------------------------
to-contact　お問い合わせフォームへ
===============================================*/
#to-contact div img {
	width: 100%;
}

#to-contact .contact-box {
	padding: 1.5em;
	background-color: #333333;
	text-align: center;
	color: #333333;
	box-sizing: border-box;
}

#to-contact .contact-title {
	font-size: 140%;
	font-weight: bold;
	margin: 0 auto;
	display: block;
	padding-bottom: 15px;
	color: #fff;
}

#to-contact .contact-inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.contact-inner div {
	width: 47%;
}

.contact-inner div a:hover {
	opacity: 0.5;
}

.btn-contact {
	display: block;
	padding: 0.5em 0.75em;
	background-color: #fff;
	color: #333333;
	text-decoration: none;
	font-size: 150%;
	font-weight: bold;
}

@media screen and (min-width:1200px) {
	#to-contact {
		background-color: #333333;
		width: 100%;
		padding: 20px 0;
	}

	.contact-title {
		width: 100%;
		max-width: 800px;
		margin: 0 auto;
		display: block;
	}

	.contact-inner div {
		width: 38%;
	}

	#to-contact .contact-inner {
		justify-content: space-around;
	}
}

@media screen and (max-width:767.98px) {
	#to-contact {
		margin: auto;
		padding-top: 4%;
		padding-bottom: 4.5%;
	}

	.contact-box .contact-inner {
		flex-direction: column;

	}

	.contact-inner div {
		width: 100%;
		padding-bottom: 15px;
	}
}

section#privacy-policy p {
	font-size: 1.3rem;
}

/* 
============================================== */
/*---------------------------------------------*/
/* 
============================================== */
/*---------------------------------------------*/
/* index_jolly.html #sec-business
============================================== */


a.btn-business {
	display: block;
	text-align: center;
	text-decoration: none;
	background-color: #fff;
}

a.btn-business p {
	padding: 1rem 0;
	font-size: 140%;
	font-weight: bold;
}

a.btn-business:hover {
	opacity: 0.5;
}

.business-sub {
	color: #4e454a;
}

.business-sub-security {
	color: #0653b2;
}

@media screen and (min-width:320px) and (max-width:991.98px) {
	#sec-business .businessBox {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	#sec-business .businessBox .inner-business {
		width: 80%;
		margin: 0 auto 50px auto;
	}
}

/*---------------------------------------------*/
/* index_jolly.html #sec-Contact
============================================== */
#sec-Contact .contactBox {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

#sec-Contact .contactBox .inner-contact {
	width: 40%;
	margin-bottom: 30px;
}

a.btn-contactTel {
	border: 1px solid #256DBE;
	color: #256DBE;
	font-family: 'Roboto', 'Noto Serif JP', "sans-serif";
	padding: 0.5em;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3rem;
	height: 70px;
	font-weight: bold;
	text-align: center;
	box-shadow: 2px 2px 5px #aaa;
}

a.btn-contactTel img {
	width: 30px;
}

a.btn-contactForm {
	border: 1px solid #256DBE;
	color: #256DBE;
	padding: 0.5em;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-shadow: 2px 2px 5px #aaa;
	font-size: 2.6rem;
	height: 70px;
}

a.btn-contactTel:hover,
a.btn-contactForm:hover {
	background-color: #256DBE;
	color: #fff;
	box-shadow: none;
}

@media screen and (max-width: 767.98px) {
	#sec-Contact .contactBox {
		flex-direction: column;
	}

	#sec-Contact .contactBox .inner-contact {
		width: 100%;
		text-align: center;
	}

	a.btn-contactTel {
		font-size: 2.8rem;
	}

	a.btn-contactForm {
		font-size: 2.2rem;
	}
}

@media screen and (min-width: 768px) and (max-width: 991.98px) {
	a.btn-contactTel {
		font-size: 2.8rem;
	}

	a.btn-contactForm {
		font-size: 2.2rem;
	}
}


/*---------------------------------------------*/
/* index.html #index-contact
============================================== */

#index-contact {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
	height: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(90deg, rgba(72, 145, 167, 0.3), rgba(109, 199, 149, 0.3), rgba(187, 182, 176, 0.2));
}

#index-contact img {
	width: 100%;
	height: 100%;
	opacity: 0.5;
	margin: auto;
	position: absolute;
	object-fit: cover;
	z-index: 5;
}

.index-contactBox {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/*    margin: 100px auto;*/
	width: 80%;
	max-width: 1080px;
	position: relative;
	z-index: 6;
	margin: 0 auto;
}

.index-contactBox .inner-text h2 {
	text-align: center;
	color: #0e1850;
}

.index-contactBox .inner-text span,
.index-contactBox .inner-text p {
	color: #333;
}

.index-contactBox .inner-img {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	width: 100%;
	max-width: 720px;
}

.index-contactBox .inner-img a {
	width: 100%;
	margin: 30px auto 0 auto;
}

.index-contactBox .inner-img a span {
	font-size: 2.2rem;
	font-weight: bold;
}


@media screen and (min-width:992px) {
	.index-contactBox .inner-img {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.index-contactBox .inner-img a {
		width: 350px;
		margin: 40px 0;
	}
}


.mark {
	background-color: #ffff00;
}


#sec-news {
	/* background-color: rgba(190, 37, 157, 0.05); */
}

#sec-news div {
	max-width: 960px;
	margin: 0 auto;
}




.form-contact-Tel {
	border-radius: 10px;
	border: 2px solid #2574be;
	padding: 30px;
	text-align: center;
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
}

.form-contact-Tel div {
	background-color: rgba(190, 37, 157, 0.1);
	padding: 20px;
	width: 47%;
	border-radius: 10px;
}

.form-contact-Tel a {
	font-size: clamp(22px, 5vw, 35px);
	color: #0298D1;
	font-weight: bold;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
}

.form-contact-Tel a i {
	font-size: clamp(22px, 5vw, 35px);
	color: #0298D1;
	padding-right: 0.25em;
}


a.btn-fax {
	background-color: #2574be;
	padding: 10px;
	color: #fff;
	border-radius: 10px;
	font-size: clamp(14px, 4vw, 18px);
	max-width: 300px;
	margin: 5px auto 0;
}

a.btn-fax i {
	font-size: clamp(14px, 4vw, 18px);
}

@media screen and (max-width: 991.98px) {
	.form-contact-Tel a {
		pointer-events: none;
	}

	.form-contact-Tel {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.form-contact-Tel div {
		width: 100%;
		margin-bottom: 15px;
	}

	.form-contact-Tel div:last-child {
		margin-bottom: 0;
	}

}