:root{--base-color: #2a6982;--hover-color: #4ea4c6;--bg-color: #e5f1f7;--heading-color: #2a6982}.hs-main-visual{background-image:url(/security-assessment/asset/images/common/kv_img_lower_sm.jpg)}@media(min-width: 768px){.hs-main-visual{background-image:url(/security-assessment/asset/images/common/kv_img_lower_lg.jpg)}}.hs-sc-contentsList__wrapper{display:flex;flex-wrap:wrap}.hs-sc-contentsList__wrapper a{line-height:1.3}@media(max-width: 767.98px){.hs-sc-contentsList__wrapper{margin-top:1.6vw;gap:2.6666666667vw}}@media(min-width: 768px){.hs-sc-contentsList__wrapper{gap:0 20px}}@media(max-width: 767.98px){.hs-sc-contentsList{display:flex;flex-direction:column;gap:2.6666666667vw}}@media(min-width: 768px){.hs-sc-contentsList:nth-of-type(1){width:calc((100% - 430px)*.6);min-width:280px}.hs-sc-contentsList:nth-of-type(2){width:calc((100% - 430px)*.4);min-width:150px}.hs-sc-contentsList:nth-of-type(3){width:390px}}.hs-iframe_wrapper iframe{border:none;width:100%;aspect-ratio:795/447;height:auto}.hs-table-block--flat.hs-service_table a{color:#000 !important;text-decoration:underline}.hs-table-block--flat.hs-service_table th,.hs-table-block--flat.hs-service_table td{border-color:#fff !important}

/* --------------------------------
もっと知る　基本は--bg-color
-------------------------------- */
.hs-content-footer {
    background-color: var(--base-color);
}

@media(min-width: 768px){
.top_three_circles p{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 200px;
    padding-top: 70px;
	background-image: url("/security-assessment/asset/images/top/checkmark.png");
    background-color: #def1fa;
    background-position: 50% 20%;
    background-repeat: no-repeat;
    background-size: 40px auto;
    border-radius: 50%;
    font-size: 1.7rem;
    line-height: 1.4;
    text-align: center;
}
}
@media(max-width: 767px){
.top_three_circles p{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 300px;
    padding-top: 70px;
	background-image: url("/security-assessment/asset/images/top/checkmark.png");
    background-color: #def1fa;
    background-position: 50% 20%;
    background-repeat: no-repeat;
    background-size: 50px auto;
    border-radius: 50%;
    font-size: 1.7rem;
    line-height: 1.4;
    text-align: center;
}
	}

.hero-text{
	display: flex;
	align-items: center;
	padding: 5px 8px;
	background: linear-gradient(to bottom, #d0efff, #ffffff);
	/*border: 3px solid #4da3c5;*/
	border-radius: 15px;
	font-weight: bold;	
}

.hs-carousel-hero .hero-text .hero-text-icon {
	width: 30px;
	height: 24px !important;
	margin-right: 6px;
}



