@charset "utf-8";


/*
*	Title: SCSK サービス詳細用
*	URI: 
*	Last Modified: 
*	Description: メインカラム（サービス詳細内容）
*/

.obj-fit--cover{object-fit:cover;}
.obj-fit--contain{object-fit:contain;}
.flx-ai--center{align-items:center;}

.function-num,
.feature-num{
width:50px;
height:50px;
border-radius:50%;
background:#68BD1D;
position:relative;
font-weight:400!important;
}
.function-num::before,
.feature-num::before{
color:#FFF;
font-size:16px;
position: absolute;
top: 5px;
left: 9px;
}
.function-num::before{
content:"機能";
}
.feature-num::before{
content:"特長";
}
.function-num .half-circle,
.feature-num .half-circle{
position:absolute;
top:25px;
left:5px;
background:#FFF;
width:40px;
height:20px;
border-bottom-right-radius:30px;
border-bottom-left-radius:30px;
}
.border-bg{
background:url(../img/border-01.png) no-repeat;
background-position:left bottom;
width:calc(100% - 60px)!important;
}
/*.icon-box{
background:#e4f5bf;
border-radius:20px;
width:150px;
height:150px;
padding:20px;
padding-top:10px;
text-align:center;
}
.icon-box img{
width:80px;
}*/
.image-bg{
background:url(../img/img11.png)no-repeat;
background-size:cover;
color:#FFF;
font-size:18px;
text-align:center;
line-height: 40px;
border-radius: 10px;
}

.arrow-box {
margin: 0;
padding: 5px 10px;
width: 40px;
height: 80px;
background: #68BD1D;
position: relative;
color:#FFF
}
.arrow-box span {
font-size: 16px;
line-height: 30px;
text-align: center;
display: block;
color: #FFF;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
padding-top:15px
}
.arrow-box:after {
border-left: 40px solid #68BD1D;
border-top: 50px solid transparent;
border-bottom: 50px solid transparent;
content: "";
position: absolute;
right: -40px;
top: -10px;
}
.arrow02{
position:absolute;
bottom:-15px;
left:30px;
transform:rotate(-90deg);
}
.arrow-box02 {
margin: 10px 10px 20px 10px;
padding: 0;
width: 20px;
height: 20px;
background: #D2E6AE;
position: relative;
}
.arrow-box02:after {
border-left: 20px solid #D2E6AE;
border-top: 20px solid transparent;
border-bottom: 20px solid transparent;
content: "";
position: absolute;
right: -15px;
top: -10px;
}
.arrow03{
position:absolute;
top:-15px;
left:20px;
transform:rotate(90deg);
}
.arrow-box03 {
margin: 10px 10px 20px 10px;
padding: 0;
width: 20px;
height: 20px;
background: #7CBD27;
position: relative;
}
.arrow-box03:after {
border-left: 20px solid #7CBD27;
border-top: 20px solid transparent;
border-bottom: 20px solid transparent;
content: "";
position: absolute;
right: -15px;
top: -10px;
}
.pT100{padding-top:100px;}
.p-relative{position:relative;}
.bd-bottom--1{border-bottom:1px solid #000!important;}
.bd-bottom--3{border-bottom:3px solid #000!important;}
.bd-bottom-green--1{border-bottom:1px solid #68BD1D;}
.bd-bottom-white--1{border-bottom:1px solid #fff;}
.bd-navy{border:1px solid #15218E;}
.bg-navy{background:#15218E;}
.bg-yellowgreen{background:#68BD1D!important;}
.bg-orangered{background:#FC4306;}
.col-salmon{color:#E56954!important;}
.col-yellowgreen{color:#68BD1D!important;}
.col-cream{color:#FFE699!important;}
.bd-radius--05{border-radius:5px;}
.bd-radius--10{border-radius:10px;}
.bd-radius--20{border-radius:20px;}
.opacity-05{opacity:.5;}

.graph-font {
line-height:1;
margin-top:10px !important;
text-align: center !important;}


.graph-timeline {
    position: relative;
    border-bottom-style:dotted solid;
    border-left-style:none!important;
    border-right-style:none!important;
    border-top-style:none!important;
    background-color:transparent;
    height:2px;
    padding:0px!important;}
.graph-timeline::after {
    width:15px;
    height:4px;
    border-left: 7px solid black;
    border-top: 6px solid transparent;
    border-bottom: 7px solid transparent;
    content: "";
    position: absolute;
    right: -14px;
    top: -7px;
}
.graph-timeline::before {
content:"★";
color:#68BD1D!important;
    font-size: 20px;
    position: absolute;
    top: -15px;
    right: -20px;
}

/* レスポンシブ対応 */
@media screen and (max-width:768px) and (min-width:1px) {
.scroll{width: calc(100vw - 20px)!important;}
.sp-about-box-text{
width:calc(100% - 60px)!important;
}
.arrow-box{
transform:rotate(90deg);
width:60px;
margin:0 auto 50px auto;
}
.arrow-box span{
writing-mode: horizontal-tb;
transform: rotate(-90deg);
padding-top: 0;
margin-top: 17px;
}
.sp-fs--16{font-size:16px!important;}
}