.c-topbox{
  max-width: 1056px;
  width: 100%;
  margin:60px auto 100px auto;
}
.c-topbox ul{
  background:#eee url(/service/image/fortify-sca_bg_img01.svg) no-repeat 98% 80%;
    background-size: 20%;
  width: 70%;
  margin:60px auto 20px auto;
  padding: 30px;
}
.c-yabox{
	font-weight: bold;
	font-size: 28px;
    text-align: center;
}
.c-ya{
    width: 60px;
    height: 36px;
    border-right: 30px solid transparent;
    border-bottom: 36px solid #eee;
    border-left: 30px solid transparent;
    transform: rotate(180deg);
    margin: 10px auto;
}
.c-topbox h3{
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
  color: #333;
  margin: 0 auto 40px ;
}
.c-topbox li{
  display: block;
  text-align: left;
  font-size:18px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 40px;
  margin-left: 60px;
  width: 70%;
}
.c-topbox li::before{
  content: "";
    display: block;
    height: 30px;
    width: 100px;
    border-bottom: 8px solid #999;
    border-left: 8px solid #999;
    transform: rotate(310deg) perspective(50px) rotateY(29deg);
    transform-origin: 0 30%;
    position: absolute;
    margin-left: -60px;
    margin-top: 15px ;
}

section{padding:100px 0;}
.c-text2{
  margin:24px 20px 0 20px ;
  font-size: 18px;
}
.c-text2 p.kakaku{
  padding:30px 40px;
  background: #eee;
  line-height: 1.8;
  font-size: 20px;
}
ul.point-list{
margin:60px 20px 0;
}
ul.point-list .point-list_item-text {
    font-size: 20px;
    line-height: 1.6;
}
.point-list_item+.point-list_item {
    margin-top: 48px;
}
ul.reason{
  margin: 0 40px;
}
ul.reason li{
  margin-top: 40px;
}
ul.reason li::before{
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  background: #333;
  position: absolute;
  margin-left: -30px;
  border-radius: 50%;
  margin-top: 6px;
}
ol.qa{
  margin: 0 30px;
}
ol.qa li{
  margin-top: 40px;
  list-style-type:decimal;
}
ol.qa li .qabox{
  margin: 20px 0 0 0;
  overflow:auto;
}
ol.qa li::before{
  content: "";
  display: inline-block;
  width: 2px;
}
ol.qa li>span{
  display: inline-block;
  font-size: 14px;
  margin-top: 10px;
  margin-left: 10px;
  line-height: 1.4;
}
ol.qa li>span::before{
  content: "※";
  position: absolute;
  margin-left: -16px;
}
.c-table_qa{
  width: calc((100% - 40px)/2);
  float: left;
  margin-right:20px;
}
.c-table_qa:nth-of-type(2) {
  margin-right: 0;
}
.c-table_qa th{
  background: #FBE5D6;
  border: 1px solid #fff;
  padding: 20px;
}
.c-table_qa th>span{
      position: absolute;
    line-height: 1.2;
    margin-top: -6px;
}
.c-table_qa td{
  background: #F2F2F2;
  border: 1px solid #fff;
  padding: 20px;
  text-align: right;
  vertical-align:middle;
}
ul.featurebox{
  margin: 40px 0 0 0;
  overflow:hidden;
}
ul.featurebox li{
  width: calc((100% - 40px)/2);
  float: left;
  margin-right:20px;
  height: 160px;
  margin-bottom: 10px;
  display: flex;
}
ul.featurebox li h3{
  position: absolute;
  width: 100px;
  font-size: 16px;
  text-align: center;
  margin-top: 104px;
}
ul.featurebox li:nth-of-type(4) h3{
  font-size: 12px;
}
ul.featurebox li p{
  width: 60%;
  margin-left: 8%;
  font-size: 16px;
}
ul.featurebox li:nth-of-type(2n) {
  margin-right: 0;
}
ul.featurebox li::before{
  content: "";
  display: inline-block;
  height: 100px;
  width: 100px;
  background: #333;
}
ul.featurebox li.ft01::before{background:url(/service/image/ft01.svg) no-repeat;}
ul.featurebox li.ft02::before{background:url(/service/image/ft02.svg) no-repeat;}
ul.featurebox li.ft03::before{background:url(/service/image/ft03.svg) no-repeat;}
ul.featurebox li.ft04::before{background:url(/service/image/ft04.svg) no-repeat;}
ul.featurebox li.ft05::before{background:url(/service/image/ft05.svg) no-repeat;}
.l-inner h3 {
    margin-top: 80px;
}
.l-inner .c-box {
    margin-top: 100px;
    margin-left: 20px;
    margin-right: 20px;
}
.l-inner .c-box .c-img>img {
    border: #ccc 1px solid;
    padding: 5px;
}
.l-inner h4 {
    margin-top:14px;
    font-size: 16px;
    line-height: 1.2;
    display:block;
    font-weight: normal;
}
.l-inner h4 span{
    margin-top: 8px;
    display:block;
    width: fit-content;
    font-size: 14px;
    border-bottom: 1px #333 solid;
}
.c-img span{
text-align:center;
    font-size: 14px;
    line-height: 2.4;
    display:block;
}
.c-text3{
  border: #333 1px solid;
  padding: 30px;
}
.c-text3 a:LINK,
.c-text3 a:VISITED,
.c-text3 a:ACTIVE{ color: #333; text-decoration:none;font-weight: bold;}
.c-text3 a:HOVER { color: #1565c0; text-decoration:none;font-weight: bold;}

@media only screen and (max-width: 800px){

  .c-table_qa{
    width: 100%;
    float: none;
    margin-right:0;
  }
  .c-table_qa:nth-of-type(2n){
    margin-top: -1px;
  }
  .c-table_qa th{
    width: 60%;
  }
  ol.qa{
    margin: 0 ;
  }
  ul.featurebox li {
    width: 100%;
  }
  .c-topbox ul {
    background: #eee url(/service/image/fortify-sca_bg_img01.svg) no-repeat center 98%;
    width: 98%;
    padding: 20px 20px 34vw 20px;
    background-size: min(40%, 220px);
  }  
.c-topbox li {
    margin-bottom: 40px;
    margin-left: 40px;
    width: 90%;
}
.c-topbox li::before {
    height: 20px;
    width: 70px;
    margin-left: -40px;
}
.c-yabox{
	font-size: 22px;
    line-height: 1.2;
    width: 90%;
    margin: 0 auto;
}
.c-yabox img{
    width:80px;
}
.c-table_qa td{
font-size: 4.1vw;
white-space: nowrap;
}
.c-table_qa th{
font-size: 4.1vw;
}
}







#service_fortify_sca .l-grid{
	margin:32px auto 0;
}
.scrollMenu{
	width:100%;
	background:#00509d;
	color:#fff;
	font-weight:bold;
	box-sizing:border-box;
	z-index:2;
    margin-top:2px;
}
.scrollBox{
    max-width: 1056px;
    display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
    margin: 0 auto;
}
.scrollMenu a{
	color:#fff;
	font-weight:bold;
	position:relative;
	margin:0px 0px;
    text-align: center;
    line-height: 1.4;
    font-size: clamp(0vw, 1.5vw, 15px);
    width: calc((100%)/7);
	height:78px;
	border-bottom:1px #00509d solid;
	border-top:1px #00509d solid;
}
.scrollMenu a span{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) 
}
.scrollMenu a.contact_link{
    background: #F2DE79;
    color: #000;
}


#service_fortify_sca .g-siteHeader.hide {
	transform: translateY(-57%);
}

.check_mark01{
	position:relative;
	padding-left:30px;
}

.check_mark01::before{
	content:'\02713';
	display:inline-block;
	font-size:25px;
	font-weight:bold;
	position:absolute;
	top:50%;
	left:0;
	transform: translate(0%, -50%);
}

@media screen and (max-width:768px){
.scrollMenu a{
    width: calc((100%)/4);
    height: 48px;
    font-size: 2.0vw;
}
	.scrollMenu{
		height:auto;
		justify-content: flex-start;
		align-items: start;
		text-align:center;
	}
	.scrollMenu li{
		
	}
	.scrollMenu a:nth-child(3)::after{
		content: "\A" ;
		white-space: pre ;
	}
	#service_fortify_sca .g-siteHeader.hide {
		transform: translateY(-8vh);
	}
	#service_fortify_sca .g-container{
		margin-top:110px;
	}
	#service_fortify_sca .c-underlayerHeading_sub{display:none;}
}
