/*--------------------------------------------------------------
FLEXIBLE CONTENT
--------------------------------------------------------------*/
.eyecatch{
	width: 100%;
	padding-top:30%;
	background-size: cover;
	background-position: center center;
}
.regular_section{
	padding:20px 60px;
}

.layout_section{
	background-color: #fff;
	padding:50px 60px;
	margin-bottom: 10px;
}
.section_title{
	background-color: #fff;
	margin-bottom: 20px;
}
.section_title h3{
	font-size: 24px;
	font-weight: bold;
    line-height: 1.2;
    padding-bottom: 8px;
    border-bottom: solid 3px #EEEEEE;
    letter-spacing: 0.1rem;
}
.section_title h3 small{
	font-weight: normal;
	font-size:16px;
	line-height: 20px;
}

.section_image{
	margin-bottom:7px;
}
.section_text{
	text-align: justify;
}
.section_text p{
	padding:5px 0px;
}
.section_text ul li{
	display: block;
	padding:10px 0px;
	border-bottom: 1px #ccc dotted;
}
.section_text a{
	color: #97824E;
	font-weight: bold;
	padding-right: 3px;
}
.section_text a.submit{
	display:block;
	width:90%;
	max-width:350px;
	background-color: rgba(170,150,100,0.9);
	margin:10px auto;
	margin-bottom: 5px;
	padding:15px 20px;
	color:#fff;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	border-radius: 5px;
}

.sec_bookmark .section_title h3::before {
	display: inline-block;
	font-family:'Font Awesome 5 Free';
	content:"\f02e";
	font-weight:900;
	margin-right: 10px;
	color: #97824E;
}

.layout_title{
	font-size: 28px;
	font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.15rem;
	text-align: center;
    color:#666;
    margin: 5% 0px;
}
.layout_subtitle{
	font-size: 24px;
	font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.1rem;
    padding: 15px 30px;
    margin-bottom:15px;
    margin-top:25px;
	background-color: #fff;
	border-left: 5px #0071BC solid;
}
.layout_subtitle h3{
	font-size: 24px;
    line-height: 1.2;
    padding-bottom: 8px;
    border-bottom: solid 3px #0071BC;
    font-weight: bold;
    letter-spacing: 0.1rem;
}

.layout_text{
	background-color: #fff;
	padding:50px 60px;
	margin-bottom: 10px;
	text-align: justify;
}
.layout_text.no_padding{
	padding:0px;
}

.layout_text p{
	padding: 5px 0px;
}
.layout_text ul{}
.layout_text ul li{
	display: block;
	padding:10px 0px;
}
.layout_text.sec_cv_center{
	background-color: #0071BC;
	color:#fff;
	font-weight: bold;
	border-radius: 6px;
	padding:20px 60px;
	margin-bottom: 20px;
	/*border-top:15px #7FB8DD solid;*/
	/*border-bottom:15px #7FB8DD solid;*/
}
.layout_text.sec_cv_center h5{
	font-size: 22px;
	text-align: center;
	padding-bottom: 5px;
	border-bottom: 1px #fff solid;
	margin-bottom: 15px;
	letter-spacing: 0.2em;
}
.layout_text.sec_cv_center h6{
	border-left: 5px #fff solid;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
}

.layout_image{
	margin-bottom:15px;
}
.layout_gallery{}
.layout_text_image{
	width:100%;
	margin:15px auto;
	padding:35px;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
}
.layout_text_image.image_left{
	flex-direction:row-reverse;
}
.layout_text_image .image{
	flex-basis: 35%;
}
.layout_text_image .text{
	flex-basis: 60%;
	text-align: justify;
}
.layout_text_image .text h4{
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left:15px;
	border-bottom: 1px #ccc solid;
	margin-bottom: 15px;
	letter-spacing: 0.2em;
	border-left:5px rgba(130,110,80,1) solid;
}
