h3{
    font-size: 1.3rem;
    margin: 0 auto;
    padding: 0 0 0 70px;
    text-align: left;
    box-shadow: none;
    border-radius: unset;
    font-weight: 700;
    background: none;
    color: #2f2e41;
    position: relative;
}
h3::before{
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 3px;
    width: 50px;
    background: #4fdfc9;
}
.list_01 li{
    font-weight: 700!important;
    font-size: 1rem!important;
    color: #161617!important;
    margin: 5px auto;
}
.list_01 li i {
    line-height: normal;
    background: #d4fff6;
    border-radius: 90px;
    padding: 5px;
    color: #4fdfc9;
    font-size: 15px;
    height: 25px;
    width: 25px;
    display: inline-block;
    font-weight: 400;
    vertical-align: middle;
    margin-right: 20px;
}
.list_01 li:last-child::before{
    content: none;
}
.lower header {
    height: 300px;
    min-height: 300px;
    margin-top: 80px;
    z-index: unset;
    background: linear-gradient(90deg, rgb(164 246 217), rgb(86 219 229));
}
.lower header::before{
    content: none;
}
.lower header h2 {
    color: #fff;
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    margin: 0 auto;
    left: 0;
    right: 0;
}
header .menu{
    top: 0;
    z-index: 99999;
}
main{
    position: relative;
    overflow: unset;
}
.lower_icon{
    position: absolute;
    top: -50px;
    width: 100px;
    height: 100px;
    left: 0;
    right: 0;
    z-index: 5;
    margin: 0 auto;
}
.lower_icon i{
    color: #fff;
    position: absolute;
    font-size: 40px;
    margin: 0 auto;
    top: 35px;
    left: 28%;
    display: block;
    font-weight: 700;
}
.breadcrumb{
    padding: 10px 5%;
    background: #fff;
}
.breadcrumb p{
    display: inline-block;
}
.l_error,.l_contact{
    padding-bottom: 40px;
    background: #fff;
}
.l_contact .base{
    position: relative;
    z-index: 10;
}
/*contact.php*/
.contact_flow{
    justify-content: center;
}
.contact_flow li{
    padding: 20px;
    font-weight: 600;
    border-bottom: 3px solid;
    color: #ccc;
}
.contact_flow li i{
    padding: 3px 0 3px 2px;
    font-weight: 600;
    border: 2px solid;
    border-radius: 90px;
    margin: 0 10px;
}
.contact_flow li.flow_active{
    border-bottom: 3px solid #4fdfc9;
    color: #2f2e41;
}
.contact_flow li.flow_active i{
    background: #4fdfc9;
    color: #fff;
    border-color: #4fdfc9;
}
.contact_tbl{
  margin: 0 auto 30px auto;
}
.contact_tbl{
  border-spacing : 0px 20px;
        border-collapse : separate ;
  width: 100%;
    padding: 10px 60px;
  margin: 2% auto;
}
.contact_tbl td,.contact_tbl th{
  padding: 0 10px;
    text-align: left;
}
.contact_tbl td img{
    max-width: 400px;
}
.contact_tbl th{
  text-align: left;
    width: 200px;
    color: #2f2e41;
    font-weight: 700;
}
.contact_tbl textarea{
  resize: vertical;
  width: 100%;
      background-color: #F3F3F3;
  height: 7em;
  border: 3px #fff;
  padding: 20px;
  outline: 0;
    border-radius: 10px;
}
.textbox{
  height: 3.5rem;
  width:100%;
      background-color: #F3F3F3;
  -webkit-appearance: none;
  border:2px #fff;
  line-height: inherit;
    padding: 0 20px;
  outline: 0;
    border-radius: 10px;
}
.contact_tbl input:focus ,.contact_tbl textarea:focus{
  border: solid 2px #d8f4f0;
    box-shadow: 1px -1px 16px 5px rgb(4 180 148 / 16%);
    background: #fff;
}
.submit_btn:focus,.reset_btn:focus{
  outline: none;
}
.submit_btn{
  position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  cursor: pointer;
    font-size: 0.9em;
    padding: 15px 25px;
    border-radius:10px;
    color: #fff;
    margin: 0 10px;
    width:300px;
    text-align: center;
    font-weight: 700;
    background:#4fdfc9;
    border: 3px solid #4fdfc9;
}
.reset_btn{
    border: solid 3px #ccc;
  background: #fff;
 position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  cursor: pointer;
    font-size: 0.9em;
    padding: 15px 25px;
    border-radius:10px;
    color: #ccc;
    margin: 0 10px;
    width:300px;
    text-align: center;
    font-weight: 700;
}
.submit_btn:hover{
  background:#fff;
  color: #4fdfc9;
}
.reset_btn:hover{
  background: #ccc;
  color: #fff;
}
.contact_btn{
  margin: 50px auto 60px auto;
  width: 80%;
  text-align: center;
}
.checkbox-field {
    display: block;
    margin: 2% auto;
    text-align: center;
    width: 20%;
    box-sizing: border-box;
    border-radius: 100px;
    background: #062e5d;
    box-shadow: 0px 2px 6px 3px #a4ddd4;
    color: #fff;
    font-weight: 700;
}
.checkbox-field label input{
display: none;
}
.checkbox-field label input:checked + .checkbox-field-text:before{
    background: #4fdfc9;
}
.checkbox-field label input:checked + .checkbox-field-text:after{
display: block;
}
.checkbox-field label{
display: inline-block;
margin-right: 20px;
    padding: 20px; 
}
.checkbox-field label .checkbox-field-text{
padding-left: 40px;
position: relative;
cursor: pointer;
}
.checkbox-field label .checkbox-field-text:before{
content: "";
position: absolute;
transition: 0.3s;
left: 0;
top: 0;
bottom: 0;
margin: auto;
width: 25px;
height: 25px;
border: 2px solid #062e5d;
    border-radius: 500px;
background-color: #fff;
}
.checkbox-field label .checkbox-field-text:after{
content: "";
position: absolute;
transition: 0.3s;
display: none;
width: 25px;
height: 15px;
left:0;
top:30%;
margin-top:-8px;
transform:scale(0.5) rotate(-45deg);
border-bottom: 5px solid #fff;
border-left: 5px solid #fff;
}
.checkbox-field label input:checked + .checkbox-field-text:after{
    opacity: 1;
}
.checkbox-field label .checkbox-field-text:after{
    opacity: 0;
    display: block;
}
.checkbox-field label .checkbox-field-text:after{
    transform: rotate(-45deg) scale(0.2);
}
.checkbox-field label input:checked + .checkbox-field-text:after{
    transform:scale(0.5)  rotate(-45deg);
}
.notes .tel{
    display: block;
    font-size: 2.5rem;
    margin-top: 20px;
}
.notes .tel em{
    font-size: 1rem;
    display: block;
    margin-top: 10px;
}
.deco_bottom_right{
    position: absolute;
    right: -35px;
    bottom: 0;
    width: 400px;
}
.deco_bottom_left{
    position: absolute;
    left: 50px;
    bottom: -20px;
    width: 300px;
}
.md-radio th,.md-radio td{
    padding: 10px;
}
.md-radio input[type="radio"] {
  display: none;
}
.md-radio input[type="radio"]:checked + label:before {
  border-color: #4fdfc9;
  animation: ripple 0.2s linear forwards;
}
.md-radio input[type="radio"]:checked + label:after {
  transform: scale(1);
}
.md-radio label {
    position: relative;
    padding: 0 30px;
    cursor: pointer;
    vertical-align: bottom;
}
.md-radio label:before, .md-radio label:after {
  position: absolute;
  content: '';
  border-radius: 50%;
  transition: all .3s ease;
  transition-property: transform, border-color;
}
.md-radio label:before {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid #b5b5b5;
}
.md-radio label:after {
    top: calc(50% - 7px);
    left: 5px;
    width: 14px;
    height: 14px;
    transform: scale(0);
    background: #4fdfc9;
}
/*cases.html*/
.cases_icon i{
    left: 26%;
    font-weight: 300;
}
.sub_bg04{
    background: #f4fffb;
}
.l_cases,.l_about,.l_setup{
padding: 40px 0 100px 0;
}
.l_cases ul{
    position: relative;
    z-index: 3;
    padding: 40px;
    width: 90%;
    box-shadow: 1px -1px 16px 5px rgb(4 180 148 / 16%);
}
.l_cases ul li{
 width: 45%;
    position: relative;
}
.l_cases ul li:first-child img{
display: block;
    max-width: 450px;
    width: 100%;
    margin: 20px auto;
}
.l_cases ul li:last-child{
    margin-top: 120px;
}
.l_cases ul li:last-child .btn01{
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.l_cases h3{
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 20px;
  margin: 0 0 0 -60px;
  font-size: 22px;
  color: white;
  background: #4fdfc9;
  box-shadow: 2px 3px 5px rgb(15 124 124 / 30%);
}
.l_cases h3:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #27afb4;
    transform: none;
    height: auto;
    width: auto;
    background: none;
}
.l_cases div.flex_box a{
    width: 45%;
    border-radius: 10px;
    height: 200px;
    box-shadow: 0px 3px 9px 2px rgb(130 178 169 / 74%);
    position: relative;
}
.l_cases div.flex_box a img{
    border-radius: 10px;
    width: 100%;
    height: 100%;
}
.l_cases div.flex_box a::before{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top:0;
    left: 0;
    background: rgb(79 223 201 / 79%);
    border-radius: 10px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.l_cases div.flex_box a:hover::before{
    opacity: 1;
}
.l_cases div.flex_box a i{
    box-shadow: 0px 3px 9px 2px rgb(130 178 169 / 74%);
    background: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(0%);
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
    width: 50px;
    height: 50px;
    border-radius: 90px;
    font-size: 30px;
    padding: 12px 10px 0 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
}
.l_cases div.flex_box a:hover i{
    opacity: 1;
    transform: translateY(-50%);
}
.report{
    padding:40px!important;
}
.report .list_01 li{
    font-size: 0.9rem!important;
}
.report h2{
    font-size: 1.5rem;
    padding-bottom: 15px;
    letter-spacing: normal;
}
.report .notes{
    padding: 20px 0;
    font-size: 0.9rem;
}
.report .flex_box{
    justify-content: center;
    margin: 10px auto;
}
.report .system{
    flex-wrap: wrap;
    justify-content: space-between;
}
.report .flex_box li{
    align-self: center;
}
.report .system li{
    font-weight: 700;
    font-size: 0.8rem;
    padding: 2px 10px;
}
.report .system li:nth-child(2){
    position: relative;
    padding-left: 50px;
}
.report .system li:nth-child(2) .time{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
}
.report .system li:not(:first-child){
        box-shadow: 0px 0px 8px 0px rgba(0,0,0,.15);
    border-radius: 90px;
    margin: 1% auto;
    width: 22%;
}
.report .system li:first-child{
        padding: 2px 5px;
    margin: 10px auto;
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 90px;
}
.report .flex_box li i{
    line-height: normal;
    background: #d4fff6;
    border-radius: 90px;
    padding: 3px 5px;
    color: #4fdfc9;
    font-size: 20px;
    height: 30px;
    width: 30px;
    display: inline-block;
    font-weight: 400;
    vertical-align: middle;
    margin-right: 5px;
    text-align: center;
}
.report i.signage {
    font-size: 15px!important;
    padding-top: 7px!important;
}
.report h3 {
    font-size: 1.1rem;
}
.report h4{
    font-size: 1.1rem;
    text-align: center;
    border-radius: 10px;
    font-weight: 700;
    color: #4fdfc9;
}
.report div{
    border-top: 2px solid #efefef;
    padding: 20px 0 0 0;
}
.report div p a{
    display: block;
}
.report div .flex_box li:first-child{
    margin-right: 40px;
}
.report div .flex_box img{
    width: 200px;
}
.report .result li:first-child{
    width:57%;
}
.report .result li:last-child{
    width:40%;
}
.cases_deco_l{
    position: absolute;
    left: -20px;
    width: auto!important;
    bottom: 0;
    height: 60%;
}
.cases_deco_r{
    position: absolute;
    right: -10px;
    width: auto!important;
    bottom: 0;
    height: 60%;
}
.setup_about{
    padding: 40px 0;
}
.setup_about h3{
    padding: 0;
    font-size: 1.5rem;
}
.setup_about h3::before{
    content: none;
}
.setup_about h3 i {
    color: #ffffff;
    background: #ffdd00;
    line-height: normal;
    border-radius: 90px;
    padding: 15px;
    font-size: 35px;
    height: 65px;
    width: 65px;
    display: inline-block;
    font-weight: 400;
    vertical-align: middle;
    margin-right: 20px;
}
.setup_about > .flex_box > li:first-child{
    width: 65%;
}
.setup_about > .flex_box > li:last-child{
    width: 35%;
}
.setup_about .flex_box .flex_box{
    justify-content: center;
}
.setup_about .flex_box .flex_box li{
    width: 30%;
}
.setup_about .flex_box .flex_box li + li{
    margin-left: 5%;
}
.setup_about .flex_box .flex_box li a{
box-shadow: 1px 2px 6px 2px rgba(159,174,198,.75);
    background: #fff;
    color: #062e5d;
    font-size: 1.5rem;
        padding: 10px 20px;
    border-radius: 5px;
    margin: 0 auto 20px auto;
    min-width: 190px;
    width: 100%;
}
.setup_about .flex_box .flex_box li a:hover {
    background: #062e5d;
    color: #fff;
}
.setup_about .flex_box .flex_box li a span{
    display: block;
    font-size: 0.8rem;
}
.setup_plan{
    position: relative;
    padding: 80px 40px 40px 40px;
    margin: 50px auto;
    border-radius: 15px;
    box-shadow: 1px 5px 12px 3px rgb(199 245 235 / 52%);
}
.setup_plan::before{
    position: absolute;
    content: "";
    width: calc(100% - 80px);
    height: 15px;
    border-radius: 10px;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #1e246e;
}
.setup_plan h3{
    font-size: 2rem;
}
.setup_plan > ul > li {
    width: 50%;
    align-self: center;
}
.setup_plan > ul > li:last-child{
    width: 50%;
    max-width: 500px;
}
.setup_plan > ul > li > span{
    font-size: 2rem;
    color: #1e246e;
}
.setup_plan > ul > li > h3{
    padding: 40px 0 30px;
    line-height: 3rem;
}
.setup_plan .ex{
    font-weight: 700;
    background: #ffdd00;
    margin: 0;
}
.setup_plan .ex i{
    color:#161617;
}
.setup_plan > ul > li > h3::before {
    position: absolute;
    content: "";
    left: 0;
    top: 100%;
    transform: translateY(-50%);
    height: 5px;
    width: 100px;
    background: #1e246e;
    border-radius: 50px;
}
.gray{
    color: #ccc;
}
.setup_plan .option_list{
    flex-wrap: wrap;
    width: 80%;
    margin: 20px auto;
    justify-content: left;
    font-size: 0.9rem;
}
.setup_plan .option_list li{
    width: 48%;
    padding: 10px 10px 10px 50px;
    margin: 5px 0;
    border-radius: 5px;
    position: relative;
}
.setup_plan .option_list li.sub_color03::before{
    position: absolute;
    content: "";
    height: 80%;
    width: 5px;
    left: 5px;
    border-radius: 5px;
    background:  #4fdfc9;
    top: 10%;
}
.setup_plan .option_list li.sub_color03 i{
    position: absolute;
    top: 15%;
    left: 18px;
    color: #4fdfc9;
    font-size: 25px;
}
.setup_plan .option_list li.gray::before{
    position: absolute;
    content: "";
    height: 80%;
    width: 5px;
    left: 5px;
    border-radius: 5px;
    background:  #ccc;
    top: 10%;
}
.setup_plan .option_list li.gray i{
    position: absolute;
    top: 15%;
    left: 18px;
    color: #ccc;
    font-size: 25px;
}
.setup_plan .cases_deco_l {
    height: 40%;
    left: -40px;
}
.setup_plan .cases_deco_r {
    height: 45%;
}
#details h3{
    padding: 60px 0 20px;
    text-align: center;
}
#details h3::before {
    position: absolute;
    content: "";
    width: calc(100% - 80px);
    height: 15px;
    border-radius: 10px;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #efefef;
}
#details dl{
        justify-content: left;
    margin: 30px auto;
    width: 80%;
    max-width: 600px;
}
#details dt{
    width: 14rem;
    font-weight: 700;
    color: #4fdfc9;
}
/*CYCAM-AIとは　about.html*/
.l_about{
        padding: 0 0 100px 0;
}
.l_about .notes .line{
    margin: 10px auto;
    display: block;
}
.l_about_fst{
    background: #f4fffb;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 40px 5%;
}
.l_about_fst .center{
        width: 100%;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}
.l_about_fst .notes{
    max-width: 1000px;
    margin: auto;
}
.l_about h3{
    padding: 40px 0 30px;
    line-height: 3rem;
    font-size: 2rem;
}
.l_about h3::before {
    position: absolute;
    content: "";
    left: 0;
    top: 100%;
    transform: translateY(-50%);
    height: 5px;
    width: 100px;
    background: #1e246e;
    border-radius: 50px;
}
.l_about_fst > h3{
    padding-left: 0!important;
}
.l_about_fst .center .about_img_01{
        width: 60%;
    max-width: 500px;
}
.l_about_fst .img_03 {
    right: -20px;
}
.l_about_fst h3.en::before{
    content: none;
}
.system_list{
    justify-content: center;
}
.system_list li{
    width: 20%;
    max-width: 200px;
        background: rgb(255 255 255 / 30%);
    border-radius: 20px;
        box-shadow: 0px 0px 17px 4px rgb(61 204 178 / 16%);
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.system_list li+li{
    margin-left: 3%;
}
.system_list li a{
    display: block;
    padding: 5px 5px 40px 5px;
    position: static!important;
    font-weight: 700;
}
.system_list li:hover{
    transform: translateY(-10px);
}
.system_list li a i{
    display: block;
    margin: 10px auto;
    font-weight: 500;
}
.system_list .arrow{
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
        font-size: 2.5rem;
    color: #d5d7d6;
}
.system_list li a .time,
.system_list li a .todo,
.system_list li a .cloud,
.system_list li a .signage{
    border-radius: 90px;
    position: relative;
    font-size: 40px;
    height: 65px;
    width: 65px;
    padding: 0;
}
.system_list li a .time::before,
.system_list li a .todo::before,
.system_list li a .cloud::before,
.system_list li a .signage::before
{
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    letter-spacing: 0;
    line-height: 0;
    width: 40px;
}
.system_list li:first-child a{
    color: #29c4ad;
}
.system_list li:nth-child(2) a{
    color: #5adf4f;
}
.system_list li:nth-child(3) a{
    color: #ffad00;
}
.system_list li:last-child a{
    color: #b371ff;
}
.system_card::before{
    background: #efefef;
}
#system_01{
    background: #d4fff6;
    padding: 50px 0;
}
#system_01 h3::before{
    background: #29c4ad;
}
#system_01 > ul{
    flex-wrap: wrap;
}
#system_01 > ul > li:first-child{
    width: 45%;
}
.system_card .slider {
    width: 100%;
    top: 50%;
    box-shadow: 0px 0px 17px 4px rgb(165 171 170 / 16%);
    border-radius: 10px;
}
.system_card .slider img{
    border-radius: 10px;
}
.l_about .setup_plan{
        background: rgb(255 255 255 / 40%);
}
.l_about .setup_plan .cases_deco_r,
.l_about .setup_plan .cases_deco_l{
    height: 400px;
}
.l_about .setup_plan .cases_deco_l {
    left: -60px;
}
.l_about .setup_plan > ul > li{
    width: 46%;
}
.l_about .setup_plan > ul > li:last-child{
        position: relative;
    height: 500px;
    max-width: 100%;
}
.l_about #system_01 .setup_plan{
    box-shadow: 0px 2px 14px 1px rgb(81 173 153 / 52%);
}
.l_about #system_01 .system_card::before{
    background: #4fdfc9;
}
.l_about .setup_plan .option_list{
    width: 100%;
    padding: 40px;
    background: #f2fffc;
    border-radius: 10px;
    box-shadow: 0px 0px 17px 4px rgb(165 171 170 / 16%);
    justify-content: space-between;
}
.l_about .setup_plan .option_list li{ 
    width: 48%;
}
.l_about .setup_plan .option_list li::before{
    content: none;
}
.l_about .setup_plan .option_list li:not(:first-child){
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 9px 3px rgb(107 185 171 / 16%);
    padding: 10px 50px 10px 50px;
}
.l_about .setup_plan .option_list li:first-child{
    padding-left: 0;
}
.l_about .setup_plan .option_list li:first-child span{
    color: #4fdfc9;
    font-size: 1.5rem;
}
.l_about .setup_plan > ul.option_list > li:last-child{
    width: 48%;
    max-width: 48%;
    height: auto;
}
#system_02{
    background: #b2edaa;
    padding: 60px 0;
}
#system_02 h3::before{
        background: #87ea7e;
}
#system_02 h3 i {
    line-height: normal;
    border-radius: 90px;
    padding: 15px;
    font-size: 35px;
    height: 65px;
    width: 65px;
    display: inline-block;
    font-weight: 400;
    vertical-align: middle;
    margin-right: 20px;
}
.l_about #system_02 .setup_plan{
box-shadow: 1px 5px 12px 3px rgb(159 231 158);
}
.l_about #system_02 .setup_plan .option_list li:first-child span {
    color: #87ea7e;
}
.l_about #system_02 .setup_plan .option_list {
    background: #d9ffd4;
}
#system_02 .setup_plan .option_list li.sub_color03 i {
    color: #87ea7e;
}
#system_02 .slick-dots li.slick-active button:before {
    color: #87ea7e;
}
.l_about #system_02 .system_card::before{
    background: #87ea7e;
}
#system_03{
    background: #fff6bb;
    padding: 60px 0;
}
#system_03 h3::before{
        background: #ffad00;
}
#system_03 h3 i {
    line-height: normal;
    border-radius: 90px;
    padding: 15px;
    font-size: 35px;
    height: 65px;
    width: 65px;
    display: inline-block;
    font-weight: 400;
    vertical-align: middle;
    margin-right: 20px;
}
.l_about #system_03 .setup_plan{
    box-shadow: 1px 5px 12px 3px rgb(252 226 131);
}
.l_about #system_03 .setup_plan .option_list li:first-child span {
    color: #ffad00;
}
.l_about #system_03 .setup_plan .option_list {
        background: #fff6bb;
}
#system_03 .setup_plan .option_list li.sub_color03 i {
    color: #ffad00;
}
#system_03 .slick-dots li.slick-active button:before {
    color: #ffad00;
}
.l_about #system_03 .system_card::before{
    background: #ffad00;
}
.l_about #system_03 .setup_plan .option_list,
.l_about #system_03 .setup_plan .option_list li:not(:first-child) {
    box-shadow: 0px 0px 9px 5px rgb(255 176 69 / 16%);
}
#system_04{
    background: #d5d7ff;
    padding: 60px 0;
}
#system_04 h3::before{
        background: #b371ff;
}
#system_04 h3 i {
    line-height: normal;
    border-radius: 90px;
    padding: 15px;
    font-size: 35px;
    height: 65px;
    width: 65px;
    display: inline-block;
    font-weight: 400;
    vertical-align: middle;
    margin-right: 20px;
}
.l_about #system_04 .setup_plan{
    box-shadow: 1px 5px 12px 3px rgb(202 197 239);
}
.l_about #system_04 .setup_plan .option_list li:first-child span {
    color: #b371ff;
}
.l_about #system_04 .setup_plan .option_list {
        background: #d5d7ff;
}
#system_04 .setup_plan .option_list li.sub_color03 i {
    color: #b371ff;
}
#system_04 .slick-dots li.slick-active button:before {
    color: #b371ff;
}
.l_about #system_04 .system_card::before{
    background: #b371ff;
}
.l_about #system_04 .setup_plan .option_list,
.l_about #system_04 .setup_plan .option_list li:not(:first-child) {
    box-shadow: 0px 0px 9px 5px rgb(46 47 147 / 16%);
}
.l_about #details{
    padding: 40px 0;
}
.l_about #details .setup_plan{
    padding: 0;
    margin: 0 auto;
    border-radius: 0;
    box-shadow: none;
    background: none;
}
.l_about #details .setup_plan::before{
    content: none;
}
.l_about #details .slider{
    width: 100%;
    top: auto;
    transform: none;
    margin: 0 auto;
    position: relative;
        box-shadow: 0px 0px 17px 4px rgb(165 171 170 / 16%);
    border-radius: 10px;
}
.l_about #details .slider img {
    border-radius: 10px;
}
.l_about #details .setup_plan > ul > li:last-child {
    height: auto;
    max-width: 100%;
}
.l_about #details .setup_plan .cases_deco_r {
    right: -20vw;
    bottom: -150px;
    z-index: -1;
}
.l_about #details .setup_plan >ul > li:last-child{
    background: #f4fffb;
    border-radius: 10px;
}
.l_about #details .list_02{
    box-shadow: 0px 0px 9px 5px rgb(131 211 183 / 16%);
    border-radius: 10px;
}
.list_02{
    padding: 40px;
    font-weight: 700;
}
.list_02 li{
    margin: 10px auto;
    position: relative;
    padding-left: 30px;
}
.list_02 li i{
    font-size: 1.2rem;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0;
}
.l_about_nav{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
        z-index: 99999;
    display: none;
}
.l_about_nav a{ 
    display: block;
    margin: 10px auto;
}
.l_about_nav a i{ 
    border-radius: 90px;
    font-size: 20px;
    height: 30px;
    width: 30px;
    display: inline-block;
    font-weight: 400;
    vertical-align: middle;
    margin-right: 20px;
    position: relative;
    text-align: end;
}
.l_about_nav a i::before {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}
.l_about_nav a i.signage{
    font-size: 15px!important;
}
.l_about_nav a i.signage {
    font-size: 14px!important;
    text-align: center;
}
.l_about_nav a:hover{
    transform: scale(1.2);
}