/*
 Theme Name:   JRD
 Template:     ambition-pro
*/
body {
	font-family: 'Noto Sans Japanese', serif;
}

.service-img img{
    border-radius: 1rem;
}

#site-description {
    margin-top: 9px;
}

.tag-links a {
	color: #999;
}

.wp-post-image {
    border-radius: 1rem;
}
.logo {
    width: 37px;
    float: left;
}

.news .title {
	padding-bottom: 5px !important;
}

.news {
	padding-bottom: 15px;
	width:100%;
	position: relative;
}

.news a::after {
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.head {
	display:inline-block;
	border-bottom:3px solid #6ab82d;
	padding-bottom:20px !important;
	margin-bottom:30px;
}

.sub {
    display: inline-block;
    border-bottom: 1px solid #E50829;
    padding-bottom: 10px !important;
}

.head3 {
    margin: 0 0 1em;
    padding: 10px !important;
    border-left: 4px solid #6ab82d;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
}

#secondary .widget-title {
    display: inline-block;
    position: relative;
    padding: 0 .4em .1em;
    background: linear-gradient(transparent 60%, #cfdab9 0%);
    margin-bottom: 15px;
}

.widget ul li a:hover {
	letter-spacing: 5px;
	transition: all .3s;
}

.main-navigation a {
    font-weight: 200;
}

.removal {
	color:#6ab82d;
}

.demolition {
	color:#E50829;
}

.head_sub {
    margin: 0 0 1em;
    padding: 10px !important;
    border-left: 2px solid #6ab82d;
    font-size: 16px;
}

.wp-block-gallery{
	padding-bottom: 1em;
}