@charset "utf-8";


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

/*既存のクラス定義を上書き修正（PCの時だけmargin-bottomを0にする） */
#oracle-epm-cloud .product-subtitle { 
    margin-bottom :0em!important;
}
@media screen and (max-width:640px) {
#oracle-epm-cloud .product-subtitle {
    margin-bottom: 0.5em !important;
}
}

/*既存のクラス定義を上書き修正（PCの時だけmargin-bottomを0にする） */
#oracle-epm-cloud .col-sumi{
    color:#333f50;
}
#oracle-epm-cloud .font-feature-settings{
    font-feature-settings: "palt";
}
#oracle-epm-cloud span.roated-315{
    display: inline-block;
    transform:rotate(315deg);
    font-size:24px;
    margin-right:10px;
}

#oracle-epm-cloud span.roated-45{
    display: inline-block;
    transform:rotate(45deg);
    font-size:24px;
    margin-left:10px;
}

#oracle-epm-cloud a.anchor-link{
    border-radius: 2px;
    background-color: #007aff;
    border: 1px solid #007AFF;
    color: #FFFAFA;
    box-shadow:none!important;
    text-decoration: none!important;
    font-size: 16px;
    text-align: center;
    padding-left: 1.8em;
    padding-right: 1.8em;
    padding-top: 1em;
    padding-bottom: 1em;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    align-content: center;
    flex-wrap: wrap;
}
#oracle-epm-cloud a.light-orange{
    background-color: #f2c78e !important;
    border: 1px solid #f2c78e !important;
    color:#333f50;
}
#oracle-epm-cloud a.light-orange:hover{
    background-color: #FFF !important;
    border: 1px solid #f2c78e !important;
    color:#333f50!important;
}
#oracle-epm-cloud a.light-blue{
    background-color: #a5c8ea !important;
    border: 1px solid #a5c8ea !important;
    color:#333f50;
}
#oracle-epm-cloud a.light-blue:hover{
    background-color: #FFF !important;
    border: 1px solid #a5c8ea !important;
    color:#333f50!important;
}

#oracle-epm-cloud a.flex-btn-anchor:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600!important;
    content: "\f0dd";
    margin-right: 10px;
    margin-top: -15px;
    font-size: 28px;
}

#oracle-epm-cloud #performance{
    background-color:#fcf7ee;
    padding:20px;
}
#oracle-epm-cloud .h-ttl-performance{
    color: #333f50;
    font-size: 18px;
    background-color: #FFF;
    margin-left: 0px;
    padding: 0.8em 1em;
    border-left: 8px solid #f2c78e;
}
#oracle-epm-cloud h3.performance{
    border-bottom: solid 3px #fcf7ee;
    position: relative;
    font-size: 18px;
    margin-bottom:20px;
}
#oracle-epm-cloud h3.performance:after,
#oracle-epm-cloud h3.budget:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #000;
    bottom: -3px;
    width: 20%;
}


#oracle-epm-cloud #budget{
    background-color:#ecf1f8;
    padding:20px;
}
#oracle-epm-cloud .h-ttl-budget{
    color: #333f50;
    font-size: 18px;
    background-color: #FFF;
    margin-left: 0px;
    padding: 0.8em 1em;
    border-left: 8px solid #a5c8ea;
}
#oracle-epm-cloud h3.budget{
    border-bottom: solid 3px #ecf1f8;
    position: relative;
    font-size: 18px;
    margin-bottom:20px;
}

#oracle-epm-cloud .heightLine-group2{
    background-color:#FFF;
    padding:20px;
}
#oracle-epm-cloud .white-box{
    width:100%;
     background-color:#FFF;
   padding:20px;
    margin-bottom:20px;
}
#oracle-epm-cloud table.dataTable01b th{
    background-color:#333f50;
    color:#FFF;
    text-align:center;
    font-size: 16px;
    padding-top: 13px;
    padding-bottom: 13px;
}
#oracle-epm-cloud table.dataTable01b th{
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
}
#oracle-epm-cloud table.dataTable01b th:last-of-type{
    border-right:1px solid #333f50;
}
#oracle-epm-cloud table.dataTable01b td.img{
    width:147px;
}
#oracle-epm-cloud table.dataTable01b td.img img{
    max-width:initial;
    width:99px;
}
#oracle-epm-cloud div.flex--col2txt, div.flex--col3txt{
    justify-content:space-between;
    }
#oracle-epm-cloud div.flex--col2txt div.flex-item{
    width:48%;    
    background-color: #FFF;
    padding: 20px;
}
#oracle-epm-cloud div.flex--col2txt div.flex-item .link-list-dot li:last-of-type{
    margin-bottom:0;
}
#oracle-epm-cloud div.flex--col3txt div.flex-item{
    width: 32%;
    background-color: #FFF;
    padding: 20px;
}
#oracle-epm-cloud .detail-flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    align-content: center;
    flex-wrap: wrap;
}
#oracle-epm-cloud .detail-flex .flex-item{
    width: 49%;
}
@media screen and (max-width:767px) and (min-width:1px) {   
#oracle-epm-cloud div.flex--col2txt div.flex-item, div.flex--col3txt div.flex-item{
    margin-bottom: 0.5em;
}
#oracle-epm-cloud div.flex--col2txt div.flex-item, div.flex--col3txt div.flex-item{
    width: 100%!important; /* 20190204 */
}
#oracle-epm-cloud .detail-flex.flex-col2 .flex-item{
    width:100%!important;
}  
}
    
@media screen and (max-width:640px) {
#oracle-epm-cloud div.flex--col3txt div.flex-item{
    width: 100%!important; /* 20190204 */
}
}
@media screen and (max-width: 767px){
#oracle-epm-cloud .font-feature-settings{
    font-size:12px;
}
}

@media screen and (max-width:320px) {
#oracle-epm-cloud .detail-flex.flex-col2 .flex-item .font-feature-settings{
    font-size:10px;
}
}

#oracle-epm-cloud .feature-flex-container {
    align-items:center;
}

#oracle-epm-cloud .merit_indent {
    text-indent: -1.4em;
    padding-left: 1.4em;
}