/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

ul {
	list-style: none;
}
.fc_red {
	color:#e8001e;
}
.fs_20 {
	font-size: 2em;
}
.omoi li {
	font-size: 5vw;
	font-weight: bold;
	letter-spacing: 2px;
	text-shadow: 2px 2px 0 #000;
}
.marker {
	background:linear-gradient(transparent 70%, yellow 50%);
	padding:0 5px 2px;
}
.kime {
	font-size: 20px;
}
.tag1 {
	padding:5px;
	background-color: yellow;
	color:#000;
	position:absolute;
	top:5px;
	left:5px;
}

.titleh2 {
	background-color: #007cb1;
	color:#fff;
	line-height: 2;
}
.charm .text_box {
	position: relative;
	
}
.charm .text_box img {
	position: relative;
	
}
.charm .text_box .postit {
	display: inline-block;
	text-align: center;
	font-size: 18px;
	color:#e8001e;
	margin-bottom: 20px;
	font-weight: bold;
	background-color: yellow;
	padding:5px 10px;
	position: absolute;
	top: 50%;
  transform: translateY(-50%);
}
.reason_content {
	padding:5px;
	color:#007cb1;
	font-size: 18px;
	font-weight: bold;
}
.try {
	background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='20' height='20' patternTransform='scale(1) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='%2306195cff'/><path d='M 10,-2.55e-7 V 20 Z M -1.1677362e-8,10 H 20 Z'  stroke-width='0.5' stroke='%23044665ff' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>")
}
.btn_entry a {
	display: block;
	max-width: 60%;
	color:#fff;
	background-color: #fc4407;
	margin:0 auto;
	padding:5px;
	font-size: 18px;
}
#section-contact {
	background:#007cb1;
}
img.thanks {
	filter:blur(5px);
}
.teltel a{
	color:#fff;
}

@media (max-width: 1400px) {
}

@media (max-width: 1200px) {
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
}

@media (max-width: 576px) {
	#header-wrap #logo img {
		height:50px;
	}
	#header {
		position:fixed;
		width:100%;
		z-index:100;
	}
}