@charset "utf-8";

/* glabal */
.text-danger {
	background: rgba(255 0 0/ 0.10);
}

.text-success {
	background: rgba(0 255 0/ 0.10);
}

#main_contents > header {
	margin-bottom: 1.50rem;
}

#main_contents {
	position: relative;
	overflow: hidden;
}

.page_header {
	display: block;
	width: 100%;
}

.content {
	box-sizing: border-box;
	width: 100%;
	padding: 1.00rem;
}

.nobreak {
	display: none;
}

.free_consal {
	font-size: 1.25rem !important;
	text-decoration: rgba(125 155 210 / 1.00) wavy underline 2px !important;
}

.link {
	display: flex;
	flex-direction: column;
}
.link a {
	color: rgba(20 60 155/ 1.00) !important;
	text-align: right;
	text-decoration: underline rgba(20 60 155/ 1.00) !important;
}
#moveto {
	overflow: hidden;

	position: fixed;
	right: 30px;
	bottom: 30px;
	display: flex;
	flex-direction: column;

	width: 100px;
	height: 100px;
	background: rgba(255 255 255/ 0.90);
	border: 5px solid rgba(20 60 155/ 1.00);
	border-radius: 100px;
}

#moveto a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

#moveto a:nth-child(1) {
	height: 40%;
}

#moveto a:nth-child(2) {
	height: 60%;
	background: rgba(20 60 155/ 1.00);
	color: white !important;
	font-size: 15px;
	font-weight: bold;
}


#contact h3 {
    padding: 0.25rem !important;
	font-size: 1.15rem;
    font-weight: bold ;
    background: rgba(125 155 210 / 0.25);
}
