@charset "UTF-8";
/*

    OFFSHORE Theme Service

*/

.bold {
    font-weight: bold;
}
.position {
    font-weight: normal;
    font-size: 1.4rem;
}

a {
    color: #333333;
    text-decoration: underline;
}
a:hover {
    text-decoration: none;
}

/* ---------------------------------------------------------

    SECTION

------------------------------------------------------------ */

.upperLine {
    border-bottom: 1px solid #6ABB3A;
}
.localNav {
    width: 960px;
    margin: 0 auto;
    padding: 12px 0;
}
.localNav ul {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.localNav ul li {
    font-size: 1.4rem;
    line-height: 1.4;
    background-image: url(../../comm/img/sp_arrow_b.png);
    background-repeat: no-repeat;
    background-size: 16px 16px;
    padding: 0 0 0 20px;
    margin: 8px 16px 8px 0;
}
.activePage {
    color: #6ABB3A;
}

.serviceNav {
    list-style: none;
    padding: 0 75px;
    display:flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.serviceNav li {
    display: block;
    width: 33.33%;
    margin: 12px 0;
}
.serviceNav li img {
    display: block;
    margin: 0 auto;
}

#serviceSystem p,
#serviceSystem li,
#serviceSystem dd {
    font-size: 1.4rem;
    line-height: 1.6;
}

#serviceSystem h2 {
    display: block;
    width: 100%;
    padding: 8px 0 0 16px;
    height: 40px;
    background-color: #6ABB3A;
    line-height: 1;
}

#serviceSystem dt {
    font-size: 1.8rem;
    line-height: 1.6;
    color: #6ABB3A;
    font-weight: bold;
    margin-bottom: 5px;
}
#serviceSystem dd {
    margin-bottom: 20px;
}

#serviceSystem #system ul {
    margin-left: 20px;
}

#serviceSystem #homepage h2 {
    width: calc(100% - 396px);
}
#serviceSystem #homepage ul {
    margin-left: 20px;
    list-style: circle;
}

#serviceSystem #echodiary ul {
    margin-left: 20px;
    list-style: circle;
}

#serviceSystem #dearbaby ul {
    margin-left: 20px;
    list-style: circle;
}
/*#serviceSystem #homepage ul a {
    color: #6ABB3A;
}*/
#serviceSystem #homepage .hpWorks {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin-left: 0;
}
#serviceSystem #homepage .hpWorks li {
    width: 33.3%;
    text-align: center;
}
#serviceSystem .atlinkvision_h2 {
    width: calc(100% - 396px);
}

#serviceSystem .ul_01 {
    margin-left: 50px;
}
#serviceSystem .flex {
    display: flex;
    justify-content: space-between;
    list-style: none;
    flex-wrap: wrap;
}
#serviceSystem .ul_02 {
    margin: 0 38px;
}
#serviceSystem .ul_02 li {
    margin-bottom: 20px;
}
#serviceSystem h4 {
    text-align: center;
}
#serviceSystem .ul_03 li {
    margin-bottom: 20px;
}

#serviceSystem .alm_inner>div {
    background-color: #FFF9E7;
    padding: 20px;
}
#serviceSystem .alm_inner h3 {
    margin-bottom: 20px;
}

#serviceSystem .alm_samples {
    display: flex;
    justify-content: space-between;
}
#serviceSystem .alm_samples>* {
    width: 50%;
    text-align: center;
}

#serviceSystem .alm_table {
    width: 100%;
    border-collapse: collapse;
}
#serviceSystem .alm_table th,
#serviceSystem .alm_table td {
    padding: 12px 18px;
}
#serviceSystem .alm_table th {
    font-size: 1.6rem;
    color: #ffffff;
    background-color: #FFC926;
}
#serviceSystem .alm_table th.movie_exist {
    background-color: #51D4FF;
    width: 410px;
}
#serviceSystem .alm_table th.movie_first {
    background-color: #FFAEAD;
    width: 410px;
}
#serviceSystem .alm_table td {
    font-size: 1.4rem;
}
#serviceSystem .alm_table tr:first-child>*:first-child {
    background-color: #B2B2B2;
}

#serviceSystem .alm_table tr {
    border-bottom: 1px solid #aaa;
}
#serviceSystem .alm_table tr:first-child {
    border-top: 1px solid #aaa;
}
#serviceSystem .alm_table tr>*:nth-child(2) {
    border-right: 1px solid #aaa;
    border-left: 1px solid #aaa;
}
#serviceSystem .lastTable {
    margin-bottom: 0;
}

#serviceSystem .movie_exist ul {
    margin-left: 20px;
    list-style-image: url(../img/circle_cyan.png);
}
#serviceSystem .movie_first ul {
    margin-left: 20px;
    list-style-image: url(../img/circle_pink.png);
}



/* ---------------------------------------------------------

    RESPONSIVE

------------------------------------------------------------ */

@media (max-width: 767px) {

    .serviceNav {
        list-style: none;
        padding: 0;
        display:flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .serviceNav li {
        width: 48%;
        margin: 12px 0;
    }
    .serviceNav li img {
        width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
    
    #serviceSystem h2 {
        padding: 10px 4px;
        height: auto;
    }
    #serviceSystem h2 img {
        display: block;
        margin: 0 auto;
    }
    
    #serviceSystem .rightButton {
        text-align: center;
    }
    
    #serviceSystem #homepage h2 {
        width: 100%;
    }
    #serviceSystem .atlinkvision_h2 {
        width: 100%;
    }
    
    #serviceSystem .alm_inner h3 img {
        width: 100%;
        height: auto;
        display: block;
        margin: auto 0;
    }
    #serviceSystem .alm_inner li {
        width: calc(100% / 3);
        padding: 5px;
        font-size: 1.2rem;
    }
    #serviceSystem .alm_inner li img {
        width: 100%;
        height: auto;
    }

    #serviceSystem #homepage .hpWorks {
        display: block;
    }
    #serviceSystem #homepage .hpWorks li {
        width: 80%;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 20px;
    }
    #serviceSystem #homepage .hpWorks li img {
        width: 100%;
        height: auto;
    }

    #serviceSystem .ul_01 {
        margin-left: 30px;
    }
    #serviceSystem .flex {
        display: block;
    }
    #serviceSystem .naFlex {
        display: flex;
        justify-content: flex-start;
    }
    #serviceSystem .ul_02 {
        margin: 0;
    }
    #serviceSystem .ul_02 img {
        width: 100%;
        height: auto;
    }
    #serviceSystem .ul_02 li {
        margin-bottom: 20px;
    }
    #serviceSystem h4 {
        text-align: center;
    }
    #serviceSystem .ul_03 li {
        margin-bottom: 10px;
    }
    #serviceSystem .ul_03 img {
        width: 100%;
        height: auto;
    }

    #serviceSystem .alm_samples {
        display: block;
    }
    #serviceSystem .alm_samples>* {
        width: 100%;
        margin-bottom: 20px;
    }
    #serviceSystem .alm_samples>* iframe {
        width: 100%;
        height: auto;
    }
    
    #serviceSystem .alm_table th,
    #serviceSystem .alm_table td {
        padding: 10px 10px;
    }
    #serviceSystem .alm_table th {
        font-size: 1.4rem;
    }
    #serviceSystem .alm_table th.movie_exist {
        width: auto;
    }
    #serviceSystem .alm_table th.movie_first {
        width: auto;
    }
    #serviceSystem .alm_table td, 
    #serviceSystem .alm_table td li {
        font-size: 1.2rem;
    }
}
