html {
	font-size: 16px;
}

.container {
	
	@media screen and (max-width: 768px) {
		padding: 16px;
	}
	
	.content_wrap {
		display: flex;
		
		@media screen and (max-width: 768px) {
			flex-direction: column;
		}
		
		& > .col-md-9 {
			width: 100%;
			display: block;
		}
		
		
		.side_menu {
			margin-left: 20px;
			min-width: 230px;
			
			@media screen and (max-width: 768px) {
				margin-left: 0;
			}
			
			.tabacms_widget {
				
				& > *:not(h4):not(.tabacms_search) {
					border: 3px solid #2884B8FF;
					padding: 8px;
				}
				
				h4 {
					background: #2884B8FF;
					color: #ffffff;
					text-align: center;
					margin-bottom: 0;
					font-size: 16px;
					line-height: 40px;
					font-weight: normal;
				}
				
				.tabacms_search {
					/*margin-top: 20px;*/
					
					#tabacms_search_form .input-group {
						display: flex;
						align-items: center;
						
						input {
							width: 100%;
							margin: 0;
							
							display: block;
							padding: 0 4%;
							border-radius: 0;
							height: 48px;
							border: none;
						}
						
					}
				}
				button#search {
					width: 100%;
					border: none;
					padding: 8px;
					background: #919191;
					color: #ffffff;
					cursor: pointer;
					white-space: nowrap;
					height: 48px;
				}
				
				select, input {
					border: 1px solid #DDDDDD;
					padding: 8px;
					margin-bottom: 8px;
				}
				
				.tabacms_category_list, .tabacms_tagcloud_list  {
					li {
						
						display: inline-block;
						a {
							background: #919191;
							font-size: 12px;
							color: #ffffff;
							display: inline-block;
							line-height: 1.2;
							padding: 6px 12px 5px;
							border-radius: 2px;
						}
					}
				}
			}
		}
	}
	
	.row {
		.tabacms_blog_list {
			article {
				
				border: 1px solid #dddddd;
				padding: 16px;
				display: flex;
				justify-content: space-between;
				align-items: start;
				
				
				.tabacms_thumbnail_wrapper {
					margin: 0 !important;
					width: 27%;
					
					
					&:before {
						content: none;
					}
					
					.tabacms_thumbnail {
						position: static;
						top: auto;
						left: auto;
						bottom: auto;
						right: auto;
						
						
						img {
							display: block;
							width: 100%;
							height: auto;
						}
					}
				}
				
				.tabacms_detail {
					width: 70%;
					
					& > time {
						font-weight: normal;
						float: none;
						font-size: 11px;
						margin: 0;
					}
					
					& > a {
						
						&:hover {
							text-decoration: underline;
						}
					}
					
					& > label {
						margin: 0;
						background-color: #066598;
					}
				}
				
			}
		}
	}
}

#sec1 .part1 .main_content h2 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	margin: 8px 0 24px;
}

@media screen and (max-width: 768px) {
	
	#sec1 .part1 .main_content h2 {
		padding: 0;
		margin: 6px 0 6px;
        font-size: 15px;
        line-height: 1.4;
	}
	
}

.navigation_part {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 20px;
}
.navigation_part ul {
    display: flex;
    align-items: center;
    height: 35px;
}
.navigation_part ul li {
    padding: 0 15px;
}
.navigation_part ul li span {
    width: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #2884B8FF;
    height: 35px;
    border-radius: 50%;
    color: white;
    font-size: 14px;
}
.navigation_part ul li a {
    font-size: 14px;
    color: #C1C1C1;
    line-height: 1;
}
.ec-pageHeader h1{
	border: none;
	font-size: 120%;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}
@media screen and (max-width: 768px) {
	
.navigation_part {
	display: flex;
        justify-content: center;
        margin-top: 8vw;
}

	.navigation_part ul {
        display: flex;
        align-items: center;
        height: 8vw;
    }
	.navigation_part ul li {
        padding: 0 3vw;
    }
	.navigation_part ul li span {
        width: 7vw;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background: #2884B8FF;
        height: 7vw;
        border-radius: 50%;
        color: white;
        font-size: 3.6vw;
    }
	.navigation_part ul li a {
        font-size: 3.6vw;
        color: #C1C1C1;
        line-height: 1;
    }
}