charset "UTF-8";

.p-solution-customize-list {
  margin-top: 0; }

.p-solution-customize-list-txt {
　background-position: top 9px left; }

.p-solution-customize-list-txt span {
    font-weight: 700; }

@media screen and (max-width: 767px) {
　 .p-solution-customize-list-txt {
    background-position: left top 2vw; }
 }
@media screen and (max-width: 767px) {
  .p-solution-customize-list {
    width: 100%;
    margin-top: 6.66667vw; }
}

/*Zabbix設計・構築から保守まで一気通貫で支援*/
.h3-lb-font {
  color: #4788DC;
  font-size: 3rem;
  font-feature-settings: "palt";
  font-weight: 400;
  letter-spacing: 0.08em;
  font-weight: 500;
  margin-top:5rem;
}

 .div-flex-pc{
   display: flex;
   flex-wrap: wrap;
   gap: 0 1em;
   margin: 2rem;
   }

 .div-block img{
    display: block;
    width: 165px;
    margin: 2rem auto;
   }

.div-oval{
    font-size: 1.6rem;
    line-height: 1.3;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: #fff;
    display: block;
    width: 250px;
    margin: 1rem auto;
    padding: 10px;
    background-color: #1d1d1d;
    border: 3px solid #1d1d1d;
    border-radius: 40px;
    text-align: center;
}

.supply-indent{
 padding-left: 8rem;
 text-indent: -8rem;
 }


/*Zabbix設計・構築から保守まで一気通貫で支援の運用・保守部分文字*/
.p-ope-txt
 {
    font-size: 1.6rem;
    line-height: 1.6;
    max-width: 300px;
    margin: 0 auto;
}
/*Zabbix設計・構築から保守まで一気通貫で支援ここまで*/

/*サービス対象環境*/
.lb-box {
    margin: 2rem 0;
    padding: 2rem;
    background: #dcefff;
}
.box-title-sq {
    display: inline-block;
    padding: 1rem 2rem;
    height: 4rem;
    width: 200px;
    line-height: 1;
    font-size: 2rem;
    background: #5fb3f5;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 2rem;
}
.box-title{
    font-size: 1.9rem;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 500;
    margin:2rem 0;
    color: #07367f;
}

.lb-box p {
    font-size: 1.7rem;
    line-height: 1.2;
    letter-spacing: 0.1rem;
}

.indent-txt{
   text-indent: -2rem;
   padding-left: 2rem;
}
ul.list-disc {
    padding-left: 2rem;
    list-style-type: disc;
    margin: 2rem 0;
}
ul.list-disc li{
  font-size:1.7rem;
  line-height:1.5;
}
/*サービス対象環境ここまで*/



/*PC画面*/
@media (min-width: 768px) {
/* ワークフローcssからコピー */
.intro_solutionDetail {
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
}

.intro_solutionDetail span {
    color: #4788DC;
    font-size: 3.3rem;
    font-feature-settings: "palt";
    font-weight: 400;
    letter-spacing: 0.08em;
    font-weight: 500;
    background: linear-gradient(transparent 80%, #FFEE2F 70%);
}
/* ワークフローcssからコピーここまで */

 .div-block{
    padding: 2rem;
    flex: 1;
   }

/*CTCS3つの強み*/
.lg-box {
    display:flex;
    padding: 2rem 5rem 0.5rem 1rem;
    margin: 5rem 0;
    background: #e4fcff;/*背景色*/
    border-top: solid 6px #1dc1d6;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
}
.lg-box img{
    display: block;
    margin: 2rem 3rem;
    width: 150px;
    text-align: center;
}
.lg-box h4 {
    display: inline-block; 
    font-size: 2.3rem;
    line-height: 1.1;
    letter-spacing: 0.1rem;
    font-weight: 700;
    color: #07367f;
    background: linear-gradient(transparent 80%, #FFEE2F 70%);
}
.lg-box p {
   margin: 2rem 0; 
   font-size: 1.7rem;
   line-height: 2rem;
}
/*CTCS3つの強みここまで*/

/*アコーディオン*/

.accordion-strat-div{
  margin: 3rem 0;
}

.accordion-case {
    font-size: 2rem;
}
.accordion-case:not([open]) {
    margin-bottom: 7px;
}
.accordion-case summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    border-left: 5px solid #287f8f;
    background-color: #e6edf3;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.accordion-case summary::-webkit-details-marker {
    display: none;
}

.accordion-case summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #b6bdc3;
    border-right: 3px solid #b6bdc3;
    content: '';
    transition: transform .3s;
}

.accordion-case[open] summary::after {
    transform: rotate(225deg);
}

.accordion-open-div
 {
    background-color: #f8f8f8;
    padding: 0 0 3rem 2rem;
}

.accordion-case p {
    transform: translateY(-10px);
    opacity: 0;
    transition: transform .5s, opacity .5s;
}
.accordion-case[open] p {
    transform: none;
    opacity: 1;
    padding: 0 1rem 0 1rem;
    margin-top: 1rem;
    font-size: 1.7rem;
    line-height: 1.2;
}

.accordion-case-ttl{
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #fff;
    background-color: #07367f;
    display: inline-block;
    padding: 5px 10px;
    margin: 3rem 0 0 0;
}
/*アコーディオンここまで*/
}
/*PCここまで*/
/*スマートフォン用デザイン*/
@media screen and (max-width: 767px){

.intro_solutionDetail {
  font-size: 3.4vw;
  line-height: 1.7;
  text-align: center;
}
.intro_solutionDetail span {
    color: #4788DC;
    font-size: 2rem;
    font-feature-settings: "palt";
    font-weight: 400;
    letter-spacing: 0.08em;
    font-weight: 500;
    word-break: keep-all;
    background: linear-gradient(transparent 80%, #FFEE2F 70%);
}
/*CTCS3つの強み*/
.lg-box {
    display:block;
    padding: 0.5em 1em;
    margin: 2rem 0;
    background: #e4fcff;/*背景色*/
    border-top: solid 6px #1dc1d6;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
}

.lg-box img{
    display:block;
    margin: 1rem auto;
}

.lg-box h4 {
    display: inline-block; 
    font-size: 2rem;
    line-height: 1.1;
    letter-spacing: 0.1rem;
    font-weight: 700;
    color: #07367f;
}
.lg-box p {
   margin: 2rem 0; 
   font-size: 1.7rem;
   line-height: 2rem;
}
/*CTCS3つの強みここまで*/
/*アコーディオン*/

.accordion-strat-div{
  margin: 3rem 0;
}

.accordion-case {
    font-size: 2rem;
}
.accordion-case:not([open]) {
    margin-bottom: 7px;
}
.accordion-case summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1rem;
    border-left: 5px solid #287f8f;
    background-color: #e6edf3;
    font-size: 1.5rem;
    color: #333333;
    font-weight: 500;
    cursor: pointer;
}

.accordion-case summary::-webkit-details-marker {
    display: none;
}

.accordion-case summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 0.5rem;
    height: 0.4rem;
    margin-left: 10px;
    border-bottom: 0.2rem solid #b6bdc3;
    border-right: 0.2rem solid #b6bdc3;
    content: '';
    transition: transform .3s;
}

.accordion-case[open] summary::after {
    transform: rotate(225deg);
}

.accordion-open-div
 {
    background-color: #f8f8f8;
    padding: 0 0 3rem 2rem;
}

.accordion-case p {
    transform: translateY(-10px);
    opacity: 0;
    transition: transform .5s, opacity .5s;
}
.accordion-case[open] p {
    transform: none;
    opacity: 1;
    padding: 0 1rem 0 1rem;
    margin-top: 1rem;
    font-size: 1.7rem;
    line-height: 1.2;
}

.accordion-case-ttl{
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: 0.1em;
    font-weight: 500;
    color: #fff;
    background-color: #07367f;
    display: inline-block;
    padding: 5px 10px;
    margin: 3rem 0 0 0;
}
/*アコーディオンここまで*/
}

