@charset "utf-8";

/* #header */

h1#logo,
h1#logo a:nth-child(2) {
	padding: 10px;
	color: rgba(255 255 255/ 1.00) !important;
	font-size: 1.75rem;
}

h1#logo a:nth-child(2) strong {
	color: rgba(20 60 155/ 1.00) !important;
	font-size: 1.75rem;
	font-weight: bold !important;
}

.page_header {
	display: flex;
	justify-content: start;
	margin: 1.00rem !important;
	font-size: 1.75rem !important;
	font-weight: bold !important;
	text-indent: 0.50rem;
}


.page_header::before {
	content: "";
	width: 10px;
	background: rgba(20 60 155 / 1.00);
}

#btn_hmbg {
	display: none;
}


#header>div>ul {
	display: flex;
	justify-content: start;

	width: auto;
	margin: 10px !important;
}

#header>div>ul li {
	display: flex;
	align-items: center;
	justify-content: center;

	box-sizing: border-box;
	
	height: 80px;
	padding: 0.25rem !important;
	margin-top: 10px !important;
	border: 1px solid white;

	border-radius: 10px;
}

#header>div>ul li:nth-child(1) {
}

#btn_free_consal {
	width: auto;
	padding-right: 1.50rem !important;
	padding-left: 1.50rem !important;
}

#btn_contact {
	box-sizing: border-box;
	width: 200px;
	margin-right: 10px !important;
	background: whitesmoke;
	border: 3px solid rgba(125 155 210 / 1.00);
}

#btn_contact a {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
}

#btn_contact a div:nth-child(1) {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 45px !important;
	height: 45px !important;
	margin-right: 5px;
	border-radius: 60px 60px 60px 60px;
	background: rgba(200 10 10/ 1.00);
}

#btn_contact a div:nth-child(1) i {
	color: white !important;
	font-size: 1.75rem;
}

#btn_contact a div:nth-child(2) {
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100% - 50px);
	color: rgba(200 10 10/ 1.00) !important;
	font-size: 1.25rem;
	font-weight: bold !important;
	line-height: 1.15;
}

#btn_contact a div:nth-child(3) {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 0 !important;
	letter-spacing: -0.05rem;
	white-space: nowrap;
	font-size: 0.75rem !important;
}

#btn_free_consal {
	background: red;
}

#btn_free_consal a,
#btn_free_consal a strong {
	color: white !important;
	font-size: 1.00rem;
}

#btn_free_consal a strong {
	font-size: 1.20rem;
}

#header > div#header_txt {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end !important;
	width: 85%;
	max-width: 1100px;
	min-width: 961px;
	padding-top: 1.00rem !important;
}


#header_txt p {
	margin: 8px !important;
	text-align: right;
}

#header_txt p:nth-child(1) {
	color: rgba(180 180 180/ 1.00);
}

#header_txt p:nth-child(2) * {
	display: inline-flex;
	align-items: center;
	height: 40px;
	font-size: 2.00rem !important;
	font-weight: bold !important;
}

#header_txt p:nth-child(2) i {
	justify-content: center;
	width: 40px;
	height: 40px;
	background: rgba(20 60 155/ 1.00);
	border-radius: 3px;
	color: white !important;
	font-size: 1.10rem !important;
}

#header_txt p:nth-child(3){
	display: flex;
	align-items: center;
	height: 40px;
	font-size: 1.10rem !important;
	font-weight: bold !important;
}

@media all and (max-width: 960px) {
	#header_txt p:nth-child(3){
		/*  margin-left: auto !important; */
	}
	
}


#header_txt p:nth-child(3) i {
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	height: 40px;
	padding: 0 0.50rem;
	background: rgba(20 60 155/ 1.00);
	border-radius: 3px;
	color: white !important;
	font-size: 1.25rem !important;
}

#header_txt p:nth-child(3) > span{
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	height: 40px;
	margin-bottom: 0.50rem;
	font-size: 1.10rem !important;
	font-weight: bold !important;
}

#header_txt p:nth-child(3) > span > span:nth-child(1){
	font-size: 1.10rem !important;
	font-weight: bold;
}

#header_txt p:nth-child(3) > span > span:nth-child(2){
	font-size: 0.90rem !important;
}

