@charset "utf-8";
/* ===========================================================

	Title: features.css
	Created: 2019-9-10

=========================================================== */
/*

	features

=========================================================== */
/* ===========================================================

	features

=========================================================== */
/* features-hub
----------------------------------------------------------- */
section.features-hub {
    border: solid 1px #ddd;
    border-top: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 20px;
    margin: 20px 0 !important;
}
section.features-hub + section.features-hub {
    margin: 0 0 20px !important;
}
section.features-hub--half {
    width: calc(50% - 10px);
}
.features-hub section {
    width: 50%;
    margin: 0 !important;
}
.features-hub h3 {
    width: calc(100% + 2px);
    margin: 0 0 0 -1px;
    background-color: #444444;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px 10px 20px;
    color: #fff;
}
.features-hub h4 {
    width: 100%;
    margin: 15px 20px 0 20px;
    color: #e60000;
    font-weight: bold;
}
.features-hub dl {
    margin: 0 20px;
}
.features-hub dt {
    position: relative;
    margin-top: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    padding-left: 1.2em;
}
.features-hub dt + dt {
    margin-top: 5px;
}
.features-hub dt:first-child {
    margin-top: 5px;
}
.features-hub dt::before {
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0.8em;
    width: 10px;
    height: 10px;
    background-color: #bbb;
    border-radius: 100%;
    transform: translate(0, -5px);
}
.features-hub dd {
    position: relative;
    margin-top: 5px;
    margin-left: 1.2em;
    font-size: 1.4rem;
    padding-left: 1.2em;
}
.features-hub dd::before {
    content: "";
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0.6em;
    width: 10px;
    height: 2px;
    background-color: #aaa;
}
.features-hub p {
    margin: 10px 20px 0;
}

.portfolio-policybox .item01{
    display: inline-block;
    text-align: right;
    width: 8em;
}