



.ad1 img{ width:100%;}    


.mo_1 { padding-top:3rem; padding-bottom:5rem;}



.mo_1 .main-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px;
}

.mo_1  .left-section {
    width: 45%;
}
.mo_1  h1 b{
font-size: 1.2rem;
    
}


.mo_1 h1 {
    color: #004a7f;
    font-size: 2rem;
    margin-bottom: 2rem;
    
}

.mo_1  p {
    color: #333;
    margin-bottom: 1rem;
    font-size: 1rem;
    color: #5f5d5d;
}
.mo_1 p em{
    color: #333;
    margin-bottom: 1rem;
    font-size: 0.6rem;
    color: #5f5d5d;
   
}
.mo_1 .functions p 
{
    color: #2f6895;
    margin-bottom: 0.4rem;
    font-size: 1rem;
}
.mo_1  .functions {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

.mo_1  .function-item {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 47%;

}

.mo_1  .function-item img {
    width: 4.6rem;
    height:4.6rem;
}

.mo_1  .disclaimer {
    font-size: 0.8em;
    color: #666;
    margin-bottom: 20px;
}

.mo_1  .sample-btn {
    display: block;
    background: #2f6895;
    padding: 1rem 1.8rem;
    color: rgb(255 255 255 / 80%);
    width: 9rem;
    font-size: 1rem;
    border-radius: 2rem;
    font-weight: normal;
    margin-top: 4.66rem;
    text-align: center;
}

.mo_1  .right-section {
    width: 45%;
}

.mo_1  .right-section img {
    width: 100%;
    border-radius: 15px;
}   
    


    .mo_2 {
        background: #f4f7fa;
        padding: 4rem 0;
}

.tit {
    color: #03487d;
    display: block;
    text-align: center;
    font-size: 2rem;
    line-height: 3rem;
    font-weight:bold;
}

.mo_2 li {
    float: left;
    width: 50%;
    padding-bottom: 2rem;
}

.mo_2 .tit {
    text-align: left;
    margin-bottom: 4rem;
}

.mo_2 li img {
    float: left;
    width:6.2rem
}

.mo_2 li p {
    float: left;
    width: 60%;
    margin-left: 6.6%;
}

.mo_2 li p span {
    display: block;
    color: #2f6895;
    font-size: 1.2rem;
    line-height: 3rem;
    height: 3rem;
    padding-top:0.6rem;
}

.mo_2 li p b {
    color: #888686;
    font-size: 1rem;
    display: block;
    line-height: 1.66rem;
    font-weight: normal;
}
.mo_2 li:nth-child(2n) span,.mo_2 li:nth-child(2n) b {
    text-align: left;
}

.mo_2 li:nth-child(2n) p {
    float: left;
}

.mo_2 li:nth-child(2n) {
    float: right;
    width:41%;
}




     .mo_4s{padding: 4rem 0 5rem;}
.mo_4s .tit{ text-align:left;}

.mo_4s dd h1 {
            color: #333;
            border-bottom: 3px solid #1abc9c;
            padding-bottom: 5px;
                display: inline-block;
    padding-right: 11rem;
    font-size:1.4rem;
        }

     .mo_4s dd  h2 {
            color: #333;
            margin-top: 20px;
        }

     .mo_4s dd ul {
            list-style-type: none;
            padding-left: 1rem;
        }

     .mo_4s dd ul li {
            margin-bottom: 0.47rem;
            font-size:0.92rem;
        }
        .mo_4s dd ul li em {
    font-size: 0.7rem;
}

      .mo_4s dd .table {
            width: 80%;
            border-collapse: collapse;
            margin-top: 1rem;
                background: #fff;
  
        }

      .mo_4s dd .table th, .table td {
            border: 1px solid #ddd;
            padding: 0.6rem;
            text-align:center;
            font-size: 0.9rem;
        }

       .mo_4s dd .table th {
           
        }    
    .mo_4s dd {
    background: #f4f4f4;
}
.mo_4s dl{ display:none;}
.mo_4s dl.cur{ display:block;}
.mo_4s dt {
    float: left;
    width: 36%;
    line-height: 0px;
}

.mo_4s dd {
    position: absolute;
    width: 57%;
    padding: 2%  4% 6% 3%;
    height: 86%;
    right: 0px;
    display: block;
    top: 0px;
}

.mo_4s dt img {
    width: 100%;
}

.mo_4s dl {
    position: relative;
    overflow: hidden;
}

.mo_4s dd h2 {
    position: relative;
    font-weight: normal;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size:1.2rem;
}

.mo_4s dd h2:after {
    content: "";
    background: #1fada0;
    position: absolute;
    width: 0.4rem;
    height: 0.4rem;
    left: 0px;
    top: 0.45rem;
    border-radius: 2rem;
}

body .mo_4s dd h1 {
    position: relative;
    padding-bottom: 1rem;
    border-bottom: 1px solid #1abc9c;
}

body .mo_4s dd h1:after {
    content: "";
    background: #1abc9c;
    width: 20%;
    height: 3px;
    left: 0px;
    bottom: -0.12rem;
    display: block;
    position: absolute;
}

thead {
    background: #fff;
}

.column {
    float: right;
    width: 41%;
    position: relative;
    margin-top: -2rem;
    padding-bottom: 2rem;
}

.column .no {
    display: none;
}

.column li.cur .no {
    display: block;
}

.column li.cur .yes {
    display: none;
}

.column li span {
    display: block;
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    font-size: 1.1rem;
    text-align: center;
}

.column li.cur span {
    font-weight: bold;
}

.column li img {
    height: auto;
    display: block;
        margin: 0 auto;
}

.column li {
    float: right;
    margin: 0 5%;
    width: 39.66%;
    cursor: pointer;
}

.column:after {
    content: "";
    background: #e6e6e6;
    height: 61%;
    width: 1px;
    position: absolute;
    display: block;
    left: 48%;
    top: 0px;
}


    .mo_2b {
        background: #f4f7fa;
        padding: 4.6rem 0 4rem;
}
.mo_2b li:before {
  content: "";
    background: #03487d;
    position: absolute;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 2rem;
    top: 2.3rem;
    left: 0px;
}


.mo_2b li {
    width: 100%;
    padding-bottom: 2.6rem;
    position: relative;
    
}

.mo_2b .tit {
    text-align: left;
    margin-bottom: 4rem;
}

.mo_2b li img {
    float: left;
    width: 18%;
}

.mo_2b li p {
    float: left;
    width: 100%;

}

.mo_2b li p  {
    display: block;
    color: #5f5d5d;
    font-size: 1rem;
    line-height: 5rem;
    height: 4rem;
    padding-left: 1.5rem;
}

.mo_2b ul.clearfix {
    float: right;
    width: 48%;
    margin-top: 6.4rem;
}

.mo_2b .frightimg {
    float: left;
    width: 45%;
    
}

.mo_2b .frightimg img {
    width: 100%;
    border-radius:1.5rem;
}


.mo_55{ padding:8rem 0 0 0;}

 .mo_55   .tit{    text-align: left;}
.mo_5 {
    padding: 3rem 0 2.6rem;
}

.mo_5 .tit {
    text-align: left;
    font-weight: bold;
    margin-bottom: 3rem;
}    


.mo_55 li {
    float: left;
    width: auto;
    font-size: 1rem;
    padding-left: 2%;
    position: relative;
    margin-left: 17%;
    margin-top: 2rem;
}

.mo_55 li:nth-child(4) {
    float: right;
    margin-left: 0px;
}

.mo_55 li:after {
    content: "";
    background: #5f5d5d;
    width: 0.8rem;
    height: 0.8rem;
    display: block;
    border-radius: 2rem;
    left: 0px;
    top: 0.1rem;
    position: absolute;
}

.mo_55 li:nth-child(1) {
    margin-left: 0px;
}

.mo_5 li {
    float: left;
    width: 13%;
    margin-bottom: 4rem;
}

.mo_5 li img {
    width: 100%;
}

.mo_5 li span {
    display: block;
    color: #5f5d5d;
    font-size: 1rem;
    text-align: center;
    padding-top: 0.6rem;
}

.mo_5 li:nth-child(3n) {
    float: right;
}

.mo_5 li:nth-child(2),.mo_5 li:nth-child(5) {
    padding:0px 30.4%;
}

.top_bg {}

.tels {
    background: #f4f7fa;
    padding: 2rem 0;
    font-size: 1.2rem;
    color: #03487d;
    text-align: center;
}

.tels span:nth-child(1) {
    float: left;
}

.tels span:nth-child(2) {
    float: right;
}

.news03s .tit {
    text-align: left;
    margin-bottom: 4rem;
}


.news03s{ margin-bottom:3rem;}
.news03s .news03_m{overflow: hidden; width:100%;}
.news03s .news_list{width: 50%;}
.news03s .news_list a{display: block;width: 500px;height: 110px;color: #333;}
.news03s dl dt{font-size: 1rem;height: 30px;line-height: 30px;position: relative;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;padding-left: 15px;}
.news03s dl dt:before{content: "";width: 5px;height: 5px;background: #28b0a4;position: absolute;top: calc(50% - 2px);left: 0;border-radius: 50%;}
.news03s dl dd{font-size:0.8rem;color: #999;line-height: 26px;display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:2;  overflow: hidden; text-overflow: ellipsis; padding:5px 0 0 15px;}



@media (max-width:768px){

body{min-width:auto;max-width: 1920px;margin: 0 auto;overflow-x: hidden; width: 100%;}
.content{width:auto;margin:0 auto;}


.contents, .content {
    padding: 0 4%;
    width: auto;
}

html{font-size:10px;-webkit-text-size-adjust:none;-webkit-tap-highlight-color:rgba(0,0,0,0);}
@media screen and (min-width:320px){html{font-size:8.6px;}}
@media screen and (min-width:360px){html{font-size:9.6px;}}
@media screen and (min-width:375px){html{font-size:10px;}}
@media screen and (min-width:400px){html{font-size:10.6px;}}
@media screen and (min-width:414px){html{font-size:11px;}}
@media screen and (min-width:440px){html{font-size:11.8px;}}
@media screen and (min-width:480px){html{font-size:12.8px;}}
@media screen and (min-width:520px){html{font-size:13.8px;}}
@media screen and (min-width:560px){html{font-size:15px;}}
@media screen and (min-width:600px){html{font-size:16px;}}
@media screen and (min-width:640px){html{font-size:17px;}}
@media screen and (min-width:680px){html{font-size:18.2px;}}
@media screen and (min-width:700px){html{font-size:18.6px;}}
@media screen and (min-width:720px){html{font-size:19.2px;}}
@media screen and (min-width:750px){html{font-size:20px;}}


@media screen and (min-width: 800px) {html {font-size: 12.6px;}}
@media screen and (min-width: 900px) {html {font-size: 12.6px;}}
@media screen and (min-width: 1000px) {html {font-size: 12.6px;}}
@media screen and (min-width: 1100px) {html {font-size: 12.6px;}}
@media screen and (min-width: 1200px) {html {font-size: 12.6px;}}
@media screen and (min-width: 1280px) {html {font-size: 13.4px;}}
@media screen and (min-width: 1366px) {html {font-size: 14.2px;}}
@media screen and (min-width: 1440px) {html {font-size: 15px;}}
@media screen and (min-width: 1600px) {html {font-size: 16.6px;}}
@media screen and (min-width: 1920px) {html {font-size: 18px;}}



.mo_1 .left-section {
    width: 100%;
}

.mo_1 .right-section {
    width: 100%;
}

.mo_1 .main-container {
    display: block;
}

.top_bg {
    height: auto;
}

.mo_2 li {
    width: 100%;
}

.mo_2 li img {
    width: 24%;
}

.mo_2 li img {width: 15%;}

.mo_2 li p {
    width: 56%;
    margin-left: 8%;
}

.mo_2 li p span {
    width: auto;
    line-height: 2rem;
    height: auto;
}

.mo_2 li p b {
    margin-top: 0px;
    line-height: 1.4rem;
}


.mo_5 li {
    width: 25%;
    margin-bottom: 1rem;
    margin-right: 8%;
}

.mo_5 li img {
    width: 100%;
}

.mo_5 li:nth-child(2), .mo_5 li:nth-child(5) {
    padding: 0px;
}

.mo_5 li:nth-child(3n) {
    float: left;
}

.tels span:nth-child(1) {
    text-align: left;
    display: block;
    width: 100%;
    margin-bottom: 1rem;
}

.tels span:nth-child(2) {
    float: left;
}


.mo_1 .sample-btn {
    margin-top: 2rem;
    margin-bottom: 3rem;
}


.contents.mo_1 {
    padding-bottom: 2rem;
}

.mo_2 ul.clearfix {
    width: 100%;
}

.mo_2 .frightimg {
    width: 100%;
}

.mo_3 dt {
    width: 100%;
}

.mo_3 dd {
    width: 100%;
}

.mo_3 dd p:nth-child(1) {
    margin: 2rem 0 0 0;
}

.mo_3 dd p {
    padding-bottom: 2rem;
}

.mo_5 {
    padding-top: 3rem;
}
    


.column {
    width: 58%;
    margin-top: 0rem;
    float: right;
    margin-bottom: 2rem;
}

.column li img {
    width: auto;
    height: 3rem;
}

.mo_4s dd {
    width: 96%;
    position: relative;
    padding: 4% 2% 6% 2%;
    top: 0px;
    left: 0px;
    height: auto;
}

.mo_4s dt {
    width: 100%;
    height: 0px;
}

.mo_2b .frightimg {
    width: 100%;
}

.mo_2b ul.clearfix {
    width: 100%;
    margin-top: 0rem;
}

.mo_2b li {
    padding-bottom: 1rem;
}
.mo_2b {
    padding-top: 2rem;
}

.mo_2 li:nth-child(2n) {
    width: 101%;
}
}




