
#container_title {
    display: none;
}

#contents {
    overflow: hidden;
}

#container #contents {
    max-width: initial;
}

#quick {
    display: none;
}

@keyframes visualAnimation{
    0%{
        transform:scale(1.1)
    }
    100%{
        transform:scale(1)
    }
}


.sub_main {
    position: relative;
    width: 100%;
    overflow: hidden;

}

.sub_main_top {
    max-width: 1280px;
    margin: 0 auto;
    padding: 50px 0;
}

.sub_main_top > h2 {
    display: inline-block;
    position: relative;
    font-size: 43px;
    letter-spacing: -1.2px;
    color: #222;
}

.sub_main_top > h2::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: -5px;
    vertical-align: bottom;
    border-radius: 3px;
    background: #5195d4;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
    /* -webkit-animation: underline 1s 0.2s 1 forwards linear; */
    animation: underline 1s 0.2s 1 forwards linear;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

@-webkit-keyframes underline {
    0% {
        opacity: 0.3;
        width: 0;
        left: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-animation-timing-function: cubic-bezier(0.04, 0.59, 0.29, 1.01);
        animation-timing-function: cubic-bezier(0.04, 0.59, 0.29, 1.01)
    }

    35% {
        opacity: 0.5;
        width: 100%;
        left: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-animation-timing-function: cubic-bezier(0.04, 0.59, 0.29, 1.01);
        animation-timing-function: cubic-bezier(0.04, 0.59, 0.29, 1.01)
    }

    90% {
        opacity: 0.7;
        width: 10px;
        left: 100%;
        margin-left: 15px;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        opacity: 1;
        width: 10px;
        height: 10px;
        left: 100%;
        margin-left: 15px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

@keyframes underline {
    0% {
        opacity: 0.3;
        width: 0;
        left: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-animation-timing-function: cubic-bezier(0.04, 0.59, 0.29, 1.01);
        animation-timing-function: cubic-bezier(0.04, 0.59, 0.29, 1.01)
    }

    35% {
        opacity: 0.5;
        width: 100%;
        left: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-animation-timing-function: cubic-bezier(0.04, 0.59, 0.29, 1.01);
        animation-timing-function: cubic-bezier(0.04, 0.59, 0.29, 1.01)
    }

    90% {
        opacity: 0.7;
        width: 10px;
        left: 100%;
        margin-left: 15px;
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        opacity: 1;
        width: 10px;
        height: 10px;
        left: 100%;
        margin-left: 15px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

.sub_main_content {
    max-width: 1200px;
    margin: 0 auto;
}


.greeting_grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
}

.greeting_grid h2 {
    font-size: 23px;
    padding: 30px;
    border: 1px solid #ddd;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 50px;
}

.greeting_text > p {
    font-size: 16px;
    line-height: 1.7;
    color: #222;
    padding: 10px 0;
    box-sizing: border-box;
}

.span_blue {
    color: #5195d4;
}


.his_gird {
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    max-width: 1200px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 100px;
    margin: 80px 0;
    box-sizing: border-box;
}

.his_gird::after {
    display: block;
    width: 0.5px;
    height: 100%;
    content: '';
    background-color: #5195d4;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
}

.his_gird > div {
    position: relative;
}

.his_gird > div:nth-child(odd)::before {
    content: "";
    display: block;
    width: 40px;
    background-color: #5195d4;
    height: 1px;
    position: absolute;
    top: calc(35px / 2);
    right: -50px;
}

.his_gird > div:nth-child(even)::before {
    content: "";
    display: block;
    width: 40px;
    background-color: #5195d4;
    height: 1px;
    position: absolute;
    top: calc(35px / 2);
    left: -50px;
}

.his_gird > div:nth-child(odd) {
    text-align: right;
}

.his_gird > div > h2 {
    font-size: 30px;
    color: #5195d4;
    font-weight: 500;
    margin-bottom: 10px;
}

.his_gird > div > p {
    font-size: 16px;
    color: #3d3d3d;
    font-weight: 500;
    line-height: 1.9;
}

.his_gird > div:nth-child(even) {
    text-align: left;
    margin-top: 150px;
}

.his_gird_m {
    display: none;
}

.org_grid {
    display: grid;
    grid-template-columns: repeat(2,auto);
    grid-gap: 50px;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
}

.org_grid > ul {
    display: grid;
    grid-template-columns: repeat(2,auto);
    grid-gap: 1px;
}

.org_grid > ul > li {
    padding: 5px 20px;
    box-sizing: border-box;
    color: #fff;
}

.org_grid > ul > li:nth-child(odd) {
    background-color: #042da3;
}

.org_grid > ul > li:nth-child(even) {
    background-color: #5195d4;
}


.org_main_img {
    padding: 50px 0;
    box-sizing: border-box;
    width: 100%;
}

.patent_main {
    padding-bottom: 50px;
    overflow: hidden;
}

.patent_main > ul {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 10px;
}

.patent_main > ul img {
    width: 100%;
}

.map_main {
    padding-bottom: 50px;
    overflow: hidden;
}

.map_text {
    box-sizing: border-box;
    font-size: 16px;
    padding: 20px 0;
    line-height: 2;
}


.p2 img {
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    padding-bottom: 50px;
    width: 100%;
    max-width: 900px;
}

.catalog_ul1 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px;
    padding-bottom: 30px;
}

.catalog_ul1 a {
    display: block;
    position: relative;
}

.catalog_ul1 img {
    width: 100%;
}

.catalog_ul2 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 10px;
    padding-bottom: 50px;
    overflow: hidden;
}

.catalog_ul2 img {
    width: 100%;
}

.p3 img {
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    padding-bottom: 50px;
    width: 100%;
    max-width: 900px;
}

.prd_main {
    width: 100%;
    position: relative;
}

.prd_top {
    padding-bottom: 40px;
    box-sizing: border-box;
}

.prd_top > h2 {
    font-size: 35px;
}

.prd_top > p {
    font-size: 20px;
    color: #666;
}

.prd_ul {
    display: grid;
    grid-template-columns: repeat(2,auto);
    padding-bottom: 50px;
}

.prd_ul > li > img {
    box-sizing: border-box;
    border: 1px solid #aaa;
    padding: 20px;
    width: 100%;
    max-width: 450px;
}

.prd_ul > li > div {
    max-width: 600px;
}

.prd_ul > li > div > h2 {
    font-size: 24px;
    padding: 20px 0;
    color: #5195d4;
}

.prd_ul > li > div > p {
    font-size: 18px;
    padding-bottom: 16px;
}

.prd_ul > li > div > p::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #5195d4;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    top: -4px;
}

.prd_bottom > div > h2 {
    font-size: 24px;
    padding: 10px;
    color: #5195d4;
}

.prd_bottom img {
    width: 100%;
    max-width: 900px;
}

.p4 img {
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    padding-bottom: 50px;
    width: 100%;
    max-width: 900px;
}

.sub_main .contact_main {
    max-width: initial;
    width: 100%;
}

.contact_top h3 {
    padding-top: 40px;
    text-align: center;
    font-size: 23px;
    line-height: 1.5;
    color: #7c7c7c;
    margin-bottom: 100px;
}

.contact_div {
    background: #eee url(/theme/jeilmce/img/sub/contact_1.png) no-repeat;
    width: 100%;
    padding: 200px 0 200px 0;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.contact_ul {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    max-width: 1200px;
    grid-gap: 50px;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    line-height: 1.5;
}

.contact_ul > li {
    background-color: white;
    padding: 45px 40px;
    box-shadow: 1px 5px 10px 0px rgb(139 142 158 / 25%);
}

.contact_ul_top p {
    font-size: 18px;
    color: #9aa0a5;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
}

.contact_ul_top h2 {
    font-size: 32px;
    color: #5195d4;
    border-bottom: 1px solid #e6e6e7;
    padding-bottom: 35px;
    margin-bottom: 35px;
    text-align: center;
}

.contact_ul_bottom {
    display: inline-block;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    
}

.contact_ul_bottom p {
    font-size: 20px;
    font-weight: 500;
    color: #666;
    position: relative;
    padding-left: 35px;
}

.contact_ul_bottom p:first-child {
    margin-bottom: 25px;
}

.contact_ul_bottom p:first-child::before {
    background: url(/theme/jeilmce/img/sub/contact_2.png) no-repeat;
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    background-size: cover;
}

.contact_ul_bottom p:last-child::before {
    background: url(/theme/jeilmce/img/sub/contact_3.png) no-repeat;
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    background-size: cover;
}

.contact_box {
    background-color: white;
    padding: 45px 40px;
    box-shadow: 1px 5px 10px 0px rgb(139 142 158 / 25%);
    display: inline-block;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
}

.contact_ul_bottom {
    padding: 0 100px;
}

@media all and (max-width:1200px) {
    .sub_main {
        padding: 0 10px;
        box-sizing: border-box;
    }
}

@media all and (max-width:1024px) {
    .sub_main {
        box-sizing: border-box;
        padding: 0 10px;
    }
    .org_grid {
        grid-template-columns: repeat(1,1fr);
        grid-gap: 10px;
    }
    .org_grid > div > img {
        width: 100%;
    }
    .sub_main_content > img {
        width: 100%;
    }
    .prd_ul {
        grid-template-columns: repeat(1,1fr);
        grid-gap: 10px;
    }
    .prd_ul > li:last-child {
        display: grid;
        grid-template-columns: repeat(2,auto);
    }
    .prd_ul > li > div > h2 {
        padding-top: 0;
    }
    .contact_ul {
        grid-gap: 20px;
        padding: 0px 10px;
        box-sizing: border-box;
    }
    .contact_ul > li {
        padding: 5%;
    }
    .contact_ul_top h2 {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
}

@media all and (max-width:767px) {
    .sub_main_top > h2 {
        font-size: 30px;
    }
    .greeting_grid {
        grid-template-columns: repeat(1,1fr);
    }
    .greeting_grid img {
        width: 100%;
    }
    .greeting_grid h2 {
        font-size: 18px;
    }
    .greeting_text > p {
        font-size: 12px;
        line-height: 1.5;
    }
    .his_gird {
        display: none;
    }
    .his_gird_m {
        display: grid;
        grid-gap: 0;
        grid-template-columns: repeat(1,1fr);
    }
    .his_gird::after {
        transform: initial;
        left: 0;
    }
    .his_gird > div:nth-child(odd) {
        text-align: left;
    }
    .his_gird > div:nth-child(odd)::before {
        top: calc(18px / 2);
        left: 0;
        width: 20px;
    }
    .his_gird > div:nth-child(even)::before {
        top: calc(18px / 2);
        left: 0;
        width: 20px;
    }
    .his_gird_m > div {
        padding-left: 30px;
        box-sizing: border-box;
    }
    .his_gird > div > h2 {
        font-size: 18px;
    }
    .his_gird > div > p {
        font-size: 12px;
    }
    .his_gird > div:nth-child(even) {
        margin-top: 20px;
    }
    .his_gird_m > div {
        margin-top: 20px;
    }
    .org_grid {
        grid-template-columns: repeat(1,1fr);
        grid-gap: 10px;
    }
    .org_grid > div > img {
        width: 100%;
    }
    .sub_main_content > img {
        width: 100%;
    }
    .org_grid p {
        font-size: 12px;
    }
    .patent_main > ul {
        grid-template-columns: repeat(2,1fr);
    }
    .wrap_map {
        height: 300px!important;
    }
    .catalog_ul1 {
        grid-template-columns: repeat(1,1fr);
    }
    .catalog_ul2 {
        grid-template-columns: repeat(2,1fr);
    }
    .prd_ul {
        grid-template-columns: repeat(1,1fr);
        grid-gap: 10px;
    }
    .prd_top > h2 {
        font-size: 18px;
    }
    .prd_top > p {
        font-size: 12px;
    }
    .prd_ul > li:last-child {
        display: grid;
        grid-template-columns: repeat(1,1fr);
    }
    .prd_ul > li > div > h2 {
        font-size: 18px;
        padding:20px 0;
    }
    .prd_ul > li > div > p {
        font-size: 12px;
    }
    .prd_ul > li > div > p::before {
        top: -1px;
    }
    .prd_ul > li:last-child > div:last-child {
        margin-top: 30px;
    }
    .prd_bottom > div > h2 {
        font-size: 18px;
        padding-left: 0;
    }
    .contact_div {
        padding: 100px 0;
    }
    .sub_main_top h3 {
        font-size: 20px;
        margin-bottom: 50px;
    }
    .contact_ul_top h2 {
        font-size: 20px;
        margin-bottom: 5px;
        padding-bottom: 5px;
    }
    .contact_ul_top p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .contact_ul_bottom {
        padding-top: 10px;
    }
    .contact_ul_bottom p {
        font-size: 12px;
        padding-left: 15px;
    }
    .contact_ul_bottom p:first-child {
        margin-bottom: 5px;
    }
    .contact_div .contact_ul_bottom p::before {
        background-size: cover;
        width: 12px;
        height: 12px;
    }

}









