
#spider_plus {
position: relative;
padding: 8rem 0 ;
overflow: hidden;
}
#spider_plus #category {
margin: 70px auto 0 auto;
}
#spider_plus #category h3 {
font-size: 2.8rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
position: relative;
}
#spider_plus #category h3:after {
content: "";
border-bottom: 7px solid #d40505;
display: block;
margin: 0.5em auto 0 auto;
width: 32%;
}
#spider_plus #category ul {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
margin: 40px auto 0 auto;
}
#spider_plus #category ul li {
width: 32%;
border: 1px solid #d40505;
box-sizing: border-box;
text-align: center;
padding: 1em 1em 2em 1em;
}
#spider_plus #category ul li h4 {
font-size: 2.6rem;
font-weight: 700;
line-height: 1.4;
padding: 0.7em 0 0.7em 0;
position: relative;
color: #d40505;
}
#spider_plus #category ul li p {
font-size: 1.7rem;
line-height: 1.7;
text-align: center;
}

#spider_plus #innovation {
margin: 70px auto 0 auto;
}
#spider_plus #innovation ul {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
margin: 40px auto 80px auto;
}
#spider_plus #innovation ul li {
width: 32%;
border: 1px solid #d40505;
box-sizing: border-box;
text-align: center;
}
#spider_plus #innovation ul li .image {
margin: 0px auto 0 auto;
width: 100%;
}
#spider_plus #innovation ul li .image img {
width: 100%;
height: auto;
}
#spider_plus #innovation ul li .image:after {
content: '';
color: #e6cccc;
display: block;
font-size: 70px;
font-weight: 700;
line-height: 1.4;
}
#spider_plus #innovation ul li:nth-of-type(1) .image:after {
content: '01';
}
#spider_plus #innovation ul li:nth-of-type(2) .image:after {
content: '02';
}
#spider_plus #innovation ul li:nth-of-type(3) .image:after {
content: '03';
}
#spider_plus #innovation ul li h4 {
font-size: 3rem;
font-weight: 700;
line-height: 1.4;
padding: 0.5em 0.7em 1em 0.7em;
position: relative;
}
#spider_plus #innovation ul li p {
font-size: 1.6rem;
line-height: 1.7;
text-align: left;
padding: 0em 1.5em 1.5em 1.5em;
}

#spider_plus #dx {
position: relative;
}
#spider_plus #dx:after {
content: "";
position: absolute;
left: 50%;
bottom: -70px;
transform: translateX(-50%);
width: 0;
height: 0;
border-left: 90px solid transparent;
border-right: 90px solid transparent;
border-top: 45px solid #dab8b8; /* 三角形の色 */
}
#spider_plus #dx dl {
margin: 30px auto 0 auto;
}
#spider_plus #dx .box {
border: 1px solid #e5e5e5;
margin: 0px auto 40px auto;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
}
#spider_plus #dx dt {
width: 35%;
max-width: 400px;
box-sizing: border-box;
}
#spider_plus #dx dd {
width: 65%;
max-width: 850px;
box-sizing: border-box;
padding: 1em;
}
#spider_plus #dx dd h4 {
font-size: 3.2rem;
font-weight: 700;
line-height: 1.4;
color: #d30000;
padding: 0.5em 0 0.5em 0;
}
#spider_plus #dx dd p {
padding-top: 0.5em;
}
#spider_plus #dx dd p b {
color: #352d2d;
font-size: 2.2rem;
line-height: 1.5;
font-weight: 700;
}
#spider_plus #dx dd ul {
font-size: 1.8rem;
line-height: 1.8;
padding: 1em 0 0 0;
}
.serviceContent__ttl--big.mt {
margin-top: 0rem;
}


@media screen and (min-width: 0px) and (max-width: 640px) {
#spider_plus {
position: relative;
padding: 2rem 0 3em 0;
overflow: hidden;
}
#spider_plus #category {
margin: 30px auto 0 auto;
}
#spider_plus #category h3 {
font-size: 2.4rem;
font-weight: 700;
line-height: 1.4;
text-align: center;
position: relative;
}
#spider_plus #category h3:after {
content: "";
border-bottom: 7px solid #d40505;
display: block;
margin: 0.5em auto 0 auto;
width: 32%;
}
#spider_plus #category ul {
display: block;
flex-wrap: wrap;
margin: 20px auto 0 auto;
}
#spider_plus #category ul li {
width: 100%;
border: 1px solid #d40505;
box-sizing: border-box;
text-align: center;
padding: 1em 1em 1em 1em;
margin-bottom: 20px;
}
#spider_plus #category ul li h4 {
font-size: 2rem;
font-weight: 700;
line-height: 1.3;
padding: 0em 0 0.5em 0;
position: relative;
color: #d40505;
}
#spider_plus #category ul li p {
font-size: 1.5rem;
line-height: 1.3;
text-align: center;
}

#spider_plus #innovation {
margin: 30px auto 0 auto;
}
#spider_plus #innovation ul {
display: block;
flex-wrap: wrap;
margin: 20px auto 40px auto;
}
#spider_plus #innovation ul li {
width: 100%;
border: 1px solid #d40505;
box-sizing: border-box;
text-align: center;
margin-bottom: 20px;
}
#spider_plus #innovation ul li .image {
margin: 0px auto 0 auto;
width: 100%;
}
#spider_plus #innovation ul li .image img {
width: 100%;
height: auto;
}
#spider_plus #innovation ul li .image:after {
content: '';
color: #e6cccc;
display: block;
font-size: 50px;
font-weight: 700;
line-height: 1.3;
}
#spider_plus #innovation ul li:nth-of-type(1) .image:after {
content: '01';
}
#spider_plus #innovation ul li:nth-of-type(2) .image:after {
content: '02';
}
#spider_plus #innovation ul li:nth-of-type(3) .image:after {
content: '03';
}
#spider_plus #innovation ul li h4 {
font-size: 2rem;
font-weight: 700;
line-height: 1.3;
padding: 0.5em 0.7em 1em 0.7em;
position: relative;
}
#spider_plus #innovation ul li p {
font-size: 1.4rem;
line-height: 1.3;
text-align: left;
padding: 0em 1em 1.5em 1em;
}

#spider_plus #dx {
position: relative;
}
#spider_plus #dx:after {
content: "";
position: absolute;
left: 50%;
bottom: -60px;
transform: translateX(-50%);
width: 0;
height: 0;
border-left: 90px solid transparent;
border-right: 90px solid transparent;
border-top: 45px solid #dab8b8; /* 三角形の色 */
}
#spider_plus #dx dl {
margin: 30px auto 0 auto;
}
#spider_plus #dx .box {
border: 1px solid #e5e5e5;
margin: 0px auto 20px auto;
display: block;
flex-wrap: wrap;
justify-content: space-between;
}
#spider_plus #dx dt {
width: 100%;
max-width: auto;
box-sizing: border-box;
}
#spider_plus #dx dd {
width: 100%;
max-width: auto;
box-sizing: border-box;
padding: 1em;
}
#spider_plus #dx dd h4 {
font-size: 2.2rem;
font-weight: 700;
line-height: 1.3;
color: #d30000;
padding: 0.5em 0 0.5em 0;
}
#spider_plus #dx dd p {
padding-top: 0.5em;
}
#spider_plus #dx dd p b {
color: #352d2d;
font-size: 1.8rem;
line-height: 1.3;
font-weight: 700;
}
#spider_plus #dx dd ul {
font-size: 1.4rem;
line-height: 1.3;
padding: 1em 0 0 0;
}
.serviceContent__ttl--big.mt {
margin-top: 0rem;
}
}
