@charset "utf-8";

/* --------- .headline_about --------- */

.headline_about {
    background: url(../images/about/bg_headline.jpg) bottom center no-repeat;
    background-size: cover;
}


/* -----------------------------------------------------------
#about_philosophy
----------------------------------------------------------- */

#about_philosophy {
    padding: 90px 5%;
    color: #000;
}

@media only screen and (max-width: 900px) {
    #about_philosophy {
        padding: 80px 5%;
    }
}

@media only screen and (max-width: 736px) {
    #about_philosophy {
        padding: 70px 5%;
    }
}


/* .catchArea */

#about_philosophy .catchArea {
    position: relative;
    z-index: 2;
    text-align: center;
}

#about_philosophy .catchArea h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.9;
    letter-spacing: 3px;
}

#about_philosophy .catchArea h3 span {
    position: relative;
    z-index: 1;
    padding: 0 60px;
    font-size: 1.5rem;
    color: #00b8ee;
}

#about_philosophy .catchArea h3 span:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 45px;
    height: 0;
    content: "";
    border-top: #222 1px solid;
    z-index: -1;
}

#about_philosophy .catchArea h3 span:after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 45px;
    height: 0;
    content: "";
    border-top: #222 1px solid;
    z-index: -1;
}


/* .txtArea */

#about_philosophy .txtArea {
    margin: 45px auto 0;
    max-width: 1000px;
}

.greetingFlx {
    display: flex;
}

.flexTxt {
    flex: 0 0 70%;
    /* flex: 0 0 100%; */
}

.flexTxt p{
    line-height:1.4;
    margin-top: 20px;
}


.flexImg {
    flex: 0 0 30%;
    padding: 1% 2%;
}

@media only screen and (max-width: 900px) {
    #about_philosophy .catchArea h3 {
        font-size: 25px;
    }
    #about_philosophy .txtArea {
        margin: 35px auto 0;
    }
}

@media only screen and (max-width: 736px) {
    #about_philosophy .catchArea h3 {
        font-size: 16px;
        line-height: 1.9;
        letter-spacing: 1px;
    }
    #about_philosophy .catchArea h3 span {
        padding: 0 25px;
    }
    #about_philosophy .catchArea h3 span:before,
    #about_philosophy .catchArea h3 span:after {
        width: 15px;
    }
    #about_philosophy .txtArea {
        margin: 25px auto 0;
        padding: 0 2.5%;
    }
}

@media only screen and (max-width: 600px) {
    .greetingFlx {
        flex-direction: column;
    }
    .flexTxt {
        flex: 0 0 100%;
        order: 2;
    }
    .flexImg {
        flex: 0 0 100%;
        order: 1;
        text-align: center;
    }
    .flexImg img {
        width: 50%;
        margin: 0 auto;
    }
}


/* -----------------------------------------------------------
#about_company
----------------------------------------------------------- */

#about_company {
    padding: 90px 5%;
    /* background: url(../images/common/noise.png) repeat #f5f5f5; */
    overflow: auto;
    background: #f5f5f5;
}

@media only screen and (max-width: 900px) {
    #about_company {
        padding: 80px 5%;
    }
}

@media only screen and (max-width: 738px) {
    #about_company {
        padding: 70px 5%;
    }
}


/* .aboutArea */

#about_company .aboutArea {
    padding: 50px 5%;
    background: #fefefe;
    overflow: auto;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

#about_company .logoArea {
    /* float: left; */
    width: 100%;
}

#about_company .logoArea .imgArea {
    /* border: #e5e8ef 1px solid; */
    /* display: block; */
    /* width: 100%; */
}

#about_company .logoArea .imgArea img {
    width:100%;
}


/* .infoArea */

#about_company .infoArea {
    /* float: right; */
    width: 100%;
}

@media only screen and (max-width: 900px) {
    /* .aboutArea */
    #about_company .aboutArea {
        padding: 45px 5%;
    }
}

@media only screen and (max-width: 736px) {
    /* .aboutArea */
    #about_company .aboutArea {
        padding: 0;
        background: none;
    }
    #about_company .logoArea {
        float: none;
        width: 100%;
    }
    #about_company .logoArea .imgArea {
        background: #fefefe;
        border: #ddd 1px solid;
    }
    /* .infoArea */
    #about_company .infoArea {
        margin-top: 35px;
        float: none;
        width: 100%;
    }
}



/* 企業方針 */


.mane {
    width: 100%;
    margin: 0 auto 50px;
    text-align: center;
    padding-top:30px;
}


.mane h2{
    font-size: 25px;
    font-weight:400;
    text-align:left;
    padding-left:30px;
}
.mane h2{
    position: relative;
    color: white;
    background: #242e76;
    line-height: 2;
    font-size: 21px;
    /* margin-bottom: 20px; */
}

.mane h2:before {/*疑似要素*/
    font-family: 'Font Awesome 6 pro';
    content: "\f249";
    position: absolute;
    left: 0.3em; /*左端からのアイコンまでの距離*/
}

.mane h3{
    position: relative;
    color: #00406c;
    text-align:left;
    font-size:16px;
    line-height: 2;
    padding-left:50px;
    border-bottom:solid 1px;
    padding: 1rem 30px 1rem;
}

.mane h3:before {/*疑似要素*/
    font-family: 'Font Awesome 6 pro';
    content: "\f111";
    position: absolute;
    left : 0.6em; /*左端からのアイコンまでの距離*/
    font-size: 16px;
    /* top: 0px; */
    line-height:2;
}


/* ======== table.tableOther ======== */
table.company {border-collapse: collapse;text-align: left;font-size: 15px;letter-spacing:1px;line-height:2;width:100%;color: #000;}
table.company tr { }
table.company th {width:25%;padding: 15px;vertical-align: 0;border: #ddd 1px solid;border-right:#ddd 1px dashed;border-right: #ddd 1px solid;}
table.company td {padding: 15px;vertical-align: 0;border: #ddd 1px solid;border-left:none;}
table.company td .linkArea {margin-top:10px;text-align:left;}
table.company td .linkArea a.btn {margin:0;}

/* --- #map_canvas --- */
#map_canvas { width:100%; margin-top:70px; height:400px;position: relative; z-index: 1; border: #ededed 1px solid;}



@media only screen and (max-width: 950px) {
    table.company th {width:30%;padding:20px;}
    table.company td {padding:20px;}	
}

@media only screen and (max-width: 800px) {
    table.company { font-size:13px;}	
}
@media only screen and (max-width: 738px) {
    #outline .imgArea {/* float:none; */width:100%;display: block;}
    #outline .txtArea {float:none;width:100%;/* margin-top:25px; */}
    table.company {/* font-size:12px; */}	
    /*	#map_canvas { display:none; }*/
}
@media only screen and (max-width: 414px) {
    table.company th {width:30%;padding:15px;}
    table.company td {padding:15px;}		
}


/* ul.circle */

ul.circle {
    /* margin: 0; */
    /* padding: 0 0 0 15px; */
    /* list-style: circle; */
    /* font-size: 14px; */
    /* text-align: left; */
}

ul.circle li {
    margin-top: 3px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 2;
}

ul.circle li a {
    border-bottom: #3f5faa 1px dashed;
}

ul.circle li a:hover {
    background: #3f5faa;
    color: #fefefe;
    border-bottom: #3f5faa 1px dashed;
}

@media only screen and (max-width: 900px) {
    ul.circle li {
        font-size: 13px;
    }
    ul.circle li a:hover {
        background: none;
        color: #111;
        border-bottom: #3f5faa 1px dashed;
    }
}

@media only screen and (max-width: 738px) {
    ul.circle li {
        font-size: 12px;
    }
}


/* -----------------------------------------------------------
#link_access
----------------------------------------------------------- */

#link_access {
    padding: 65px 0 0;
    margin: -65px 0 0;
}

@media only screen and (max-width: 900px) {
    #link_access {
        padding: 60px 0 0;
        margin: -60px 0 0;
    }
}

@media only screen and (max-width: 738px) {
    #link_access {
        padding: 50px 0 0;
        margin: -50px 0 0;
    }
}


/* -----------------------------------------------------------
#about_access
----------------------------------------------------------- */

#about_access {
    padding: 90px 0%;
}

@media only screen and (max-width: 900px) {
    #about_access {
        padding: 80px 5%;
    }
}

@media only screen and (max-width: 738px) {
    #about_access {
        padding: 70px 5%;
    }
}

#about_access .group_map{
    /* width:100%; */
    margin:0 auto;
    text-align: center;
}

#about_access .group_map img{
    padding: 0;
    margin:0 auto;
    width: 100%;
    max-width: 1100px;
}



/* .contactArea */

#about_access .contactArea {
    /* margin: -50px -2.5% 0; */
    /* font-size: 0; */
    display: flex;
    flex-wrap: wrap;
    /* align-content: space-between; */
    justify-content: space-between;
}

#about_access .contactBox {
    margin: 30px 1% 0;
    display: inline-block;
    flex: 0 0 31%;
    padding: 20px 2%;
    background: #f5f5f5;
}


/* .titleArea */

#about_access .contactBox .titleArea {
    height: 250px;
    border: #ddd 1px solid;
    margin-top: 20px;
}


/* .txtArea */

.contactBox .txtArea {/*     background: url(../images/common/noise.png) repeat #f5f5f5; */}


/* dl */

.contactBox .txtArea dl {
    padding: 5px 0 5px 5px;
    text-align: left;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.1;
    border-top: #ddd 1px solid;
}

.contactBox .txtArea dl:last-child {
    border-bottom: #ddd 1px solid;
    /* text-align: center; */
}


.contactBox .txtArea dt {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.contactBox .txtArea dd {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    color: #111;
    /* border: #111 2px solid; */
    /* line-height: 55px; */
    font-size: 14px;
    /* text-align: center; */
    position: relative;
}

.contactBox .txtArea .en_txt{
    line-height:1.6;
    font-family: "Century Gothic", sans-serif;
}




.contactBox .txtArea dd a {
    /*     display: inline-block; */
    /*     margin: 10px 0 0; */
    /*     width: 300px; */
    max-width: 100%;
    padding: 0;
    color: #111;
    font-size: 14px;
    line-height: 1.1;
    /* text-align: left; */
    position: relative;
}

.contactBox .txtArea dd a:hover {
    /*     color: #fefefe;
    background: #14357b;
    border-color: #14357b; */
}



.contactBox .txtArea dd a.btnTel {
    color: #14357b;
    text-align: left;
    font-size: 15px;
}

.contactBox .txtArea dd a.btnTel:hover {
    /*     border-bottom: #14357b 1px solid; */
    opacity:0.6;
}

.contactBox .txtArea dd a.btnTel:before {
    font-family: 'Font Awesome 6 pro';
    content: "\f87b";
    font-size: 15px;
    padding-right: 10px;
}
/* 
.contactBox .txtArea dd.btnFax {
color: #14357b;
text-align: left;
} */

.contactBox .txtArea dd a{
    display:inline;
}

.contactBox .txtArea dd span.btnFax{
    font-size: 15px;
}


.contactBox .txtArea dd span.btnFax:before {
    display:inline;
    font-family: 'Font Awesome 6 pro';
    content: "\f1ac";
    font-size: 14px;
    padding-right: 8px;
    padding-left:10px;
}



/* #about_access .contactBox .txtArea dd.btnFax:hover {
border-bottom: #14357b 1px solid;
} */

.contactBox .txtArea dd.btnFax:before {
    font-size: 12px;
    font-family: 'Font Awesome 6 pro';
    content: "\f1ac";
    font-size: 15px;
    padding-right: 10px;
}

.contactBox .txtArea dd a.iconWeb {
    color: #14357b;
    /* background: #14357b; */
    /* border-color: #14357b; */
    text-align: center;
    /* width: 300px; */
    margin: 0 auto;
    display: inline;
}

.contactBox .txtArea dd a.iconWeb:hover {
    color: #31424e;
    /*     background: #f5f5f5;
    border: #14357b 1px solid; */
}

.contactBox .txtArea dd a.iconWeb:before {
    font-family: 'Font Awesome 6 pro';
    content: "\f0ac";
    font-size: 16px;
    padding-right: 10px;
}

/* googlemap */

.contactBox .txtArea dd a.iconGmap {
    color: #14357b;
    /* background: #14357b; */
    /* border-color: #14357b; */
    text-align: center;
    /* width: 300px; */
    margin: 0 auto;
    display: inline;
}

.contactBox .txtArea dd a.iconGmap:hover {
    color: #31424e;
    /*     background: #f5f5f5;
    border: #14357b 1px solid; */
}

.contactBox .txtArea dd a.iconGmap:before {
    font-family: 'Font Awesome 6 pro';
    content: "\f3c5";
    font-size: 16px;
    padding-right: 10px;
    padding-left: 2px;
}







a.btnGoogle:after {
    font-family: 'themify';
    /*     content: "\e649"; */
    font-size: 14px;
    content: "\e693"
}

@media only screen and (max-width: 900px) {
    /* .contactArea */
    #about_access .contactArea {
        margin: -45px -2.5% 0;
    }
    #about_access .contactBox {
        margin-top: 45px;
        padding: 45px 5%;
    }
    #about_access .contactBox .txtArea dl {
        font-size: 13px;
    }
    #about_access .contactBox .txtArea dd a {
        line-height: 50px;
        font-size: 13px;
    }
    #about_access .contactBox .txtArea dd a:hover {
        color: #31424e;
        background: none;
        border: #31424e 2px solid;
    }
}

@media only screen and (max-width: 736px) {
    /* .contactArea */
    #about_access .contactArea {
        margin: 0;
    }
    #about_access .contactBox {
        margin: 40px 0 0;
        padding: 40px 5%;
        display: block;
        width: 100%;
    }
    /* .titleArea */
    #about_access .contactBox .titleArea {
        height: 200px;
        border: #ddd 1px solid;
    }
    /* .txtArea */
    #about_access .contactBox .txtArea {
        float: none;
        width: 100%;
        margin-top: 25px;
        padding: 0;
    }
    #about_access .contactBox .txtArea dl {
        font-size: 12px;
    }
    #about_access .contactBox .txtArea dd a {
        line-height: 45px;
        font-size: 12px;
    }
}



/* -----------------------------------------------------------
#about_access
----------------------------------------------------------- */

#about_history {
    padding: 90px 5%;
}

@media only screen and (max-width: 900px) {
    #about_history {
        padding: 80px 5%;
    }
}

@media only screen and (max-width: 738px) {
    #about_history {
        padding: 70px 5%;
    }
}



/* -----------------------------------------------------------
#about_awords
----------------------------------------------------------- */

#about_awords {
    padding: 90px 0%;
}

@media only screen and (max-width: 900px) {
    #about_awords {
        padding: 80px 0%;
    }
}

@media only screen and (max-width: 738px) {
    #about_awords {
        padding: 70px 0%;
    }
}








.u-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}
.u-inner-min {
    max-width: 1000px;
}
.u-inner::after {
    content: "";
    display: block;
    clear: both;
}


.func {
    padding-top: 30px;
    position: relative;
    z-index: 1;
    background: #fff;
    padding-bottom: 35px;
    color: #000;
}
.func::before {
    content: "";
    display: block;
    width: 100px;
    height: 50px;
    background: url(../img/bg-tip-gray%402x.png) 0 0 no-repeat;
    background-size: 100% 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.func-gray::before {
    background-image: url(../img/bg-tip-white%402x.png);
}
.func-first::before {
    display: none;
}
.func-gray {
    background-color: #F2F2F2;
}
.func_inner .flex {
    align-items: center;
}

.func p{
    line-height:1.5;
    padding: 10px 0;
}
.func h3{font-size: 2rem;text-align: center;font-weight: 600;color: #00b8ee;margin-top: 30px;}
.func.func-gray h3{margin-top: 80px;}

.func .cnt_mini{
    max-width: 300px;
    margin: 20px auto;
}






/* --------- #map_canvas --------- */

#map_canvas_tokyo,
#map_canvas_kyoto,
#map_canvas_yokohama,
#map_canvas_kobe {
    width: 100%;
    position: relative;
    z-index: 1;
    border: #ddd 1px solid;
}

@media only screen and (max-width: 736px) {
    #map_canvas_tokyo,
    #map_canvas_kyoto,
    #map_canvas_yokohama,
    #map_canvas_kobe {
        height: 300px;
    }
}

#about_history {
    padding-bottom: 110px;
    padding: 50px 5%;
    background: #f5f5f5;
    overflow: auto;
}


/* label {
padding: 0px;
line-height: 0;
} */

.timeline {
    margin: 4em auto;
    position: relative;
    max-width: 80em;
    /* background: url("../img/ryowa_history.png"); */
    /* background-repeat: no-repeat; */
    /* background-position: top right; */
    /* background-size: 400px; */
}

@media only screen and (max-width: 500px) {
    .timeline {
        margin: 4em auto;
        position: relative;
        max-width: 80em;
        background: none
    }
}

.timeline::before {
    background-color: rgb(20 53 123);
    content: "";
    margin-left: -1px;
    position: absolute;
    top: 0px;
    left: 2em;
    width: 2px;
    height: 100%;
}

.timeline-event {
    position: relative;
}

.timeline-event:hover .timeline-event-icon {
    transform: rotate(-45deg);
    background-color: rgb(74 136 174);
}

.timeline-event:hover .timeline-event-thumbnail {
    /*     box-shadow: #ddd 10em 0px 10px 0px inset; */
    /*     box-shadow: #ddd 40em 0px 0px 0px inset; */
    /*         border-bottom:2px solid #ddd; */
    transition: transform 0.2s ease-in 0s;
    width: 10em;
}

.timeline-event-icon {
    padding: 0px;
    line-height: 0;
}

.timeline-event-copy {
    padding: 1em 2em;
    position: relative;
    top: -1.875em;
    left: 3em;
    width: 90%;
}

.timeline-event-copy h3 {
    font-size: 18px;
    display: inline;
    padding-left: 10px;
    /* margin-left: 2em; */
    /* text-indent: -2em; */
    color: #000;
    line-height: 1.3;
}

.timeline-event-copy h4 {
    font-size: 1.2em;
    margin-bottom: 1.2em;
}

.timeline-event-copy strong {
    font-weight: 700;
}

.timeline-event-copy p:not(.timeline-event-thumbnail) {
    padding-bottom: 1.2em;
    font-size: 18px;
}

.timeline-event-icon {
    transition: transform 0.2s ease-in 0s;
    /* transform: rotate(45deg); */
    /* background-color: rgb(2, 18, 109); */
    outline: rgb(255 255 255 / 0%) solid 10px;
    background: #14357b;
    border-radius: 50%;
    display: block;
    margin: 0.5em 0.5em 1em -0.5em;
    position: absolute;
    top: -8px;
    left: 1.9em;
    width: 1.2em;
    height: 1.2em;
}

.timeline-event-thumbnail {
    transition: box-shadow 0.5s ease-in 0.1s;
    color: #242e76;
    font-size: 1.1em;
    /* background-color: rgb(2, 18, 109); */
    border-bottom: #ddd;
    /* box-shadow: #3f5faa 0px 0px 0px 0em inset; */
    border-bottom: #ddd;
    display: inline;
    margin-bottom: 1.2em;
    padding: 0.25em 1em 0.2em;
    /* width: 150px; */
}


@media only screen and (max-width: 500px) {

    .timeline-event-thumbnail {
        display:block;
        /* font-size:15px */
    }

    .timeline-event-copy h3 {
        font-size: 16px;
    }

}

.common {
    width: 50%;
    height: 50%;
    border-radius: 50%;
    position: absolute;
    left: 25%;
    top: 25%;
    animation: 60s linear 0s infinite normal none running rotate;
}

.top {
    /* position: absolute; */
    left: 25%;
    top: -25%;
    /* border: 1px solid rgb(51, 51, 51); */
    transform-origin: center 150%;
}

.right {
    position: absolute;
    left: 75%;
    top: 25%;
    transform-origin: -50% center;
}

.bottom {
    position: absolute;
    left: 25%;
    top: 75%;
    transform-origin: center -50%;
}

.left {
    position: absolute;
    left: -25%;
    top: 25%;
    transform-origin: 150% center;
}

.content {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid rgb(51, 51, 51);
    animation: 60s linear 0s infinite reverse none running rotate;
    overflow-wrap: break-word;
    line-height: 100%;
}

.content p {}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



@media screen and (max-width: 767px) {
    .func-first {}
    .func::before {
        content: "";
        display: block;
        width: 100px;
        height: 50px;
        background: url(/img/bg-tip-gray@2x.png) 0 0 no-repeat;
        background-size: 100% 100%;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .func-gray::before {
        background-image: url(/img/bg-tip-white@2x.png);
    }
    .func-first::before {
        display: none;
    }
    .func-gray {
        background-color: #F2F2F2;
    }
    .func_inner {}
    .func_title {
        position: absolute;
        z-index: 1;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        left: 50%;
        line-height: 1;
        text-align: center;
    }
    .func_title > img {
        display: block;
        margin: 0 auto 0;
    }
    .func_title > b {
        display: block;
        font-size: 32px;
        margin: 31px 0 24px;
    }
    .func_title > small {
        display: block;
        font-size: 15px;
        color: #DF5D39;
    }
    .func_cols {
        display: table;
        width: 100%;
    }
    .func_cols::after {
        content: "";
        display: block;
        clear: both;
    }
    .func_col {
        display: table-cell;
        vertical-align: middle;
        width: 50%;
        box-sizing: border-box;
    }
    .func_col:nth-of-type(1) {
        padding-right: 140px;
    }
    .func_col:nth-of-type(2) {
        padding-left: 140px;
        text-align: right;
    }
    .func_col-txt {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .func_col-no1 {}
    .func_headline {
        text-align: left;
        font-size: 28px;
        line-height: 1.75;
        margin-bottom: 25px;
    }
    .func_text {
        text-align: left;
        line-height: 1.3;
    }
    .func_col-image {}
    .func_col-no2 {}
    .func_image {
        position: relative;
        z-index: 1;
        height: 420px;
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
        transition-duration: .5s;
        transition-property: transform, opacity;
        transition-delay: .3s;
    }
    [data-animation="after"] .func_image {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    .func_image > img {}


    .func-first {}
    .func::before {
        width: 50px;
        height: 25px;
    }
    .func-gray::before {}
    .func-first::before {}
    .func-gray {}
    .func_inner {}
    .func_title {
        position: static;
        -webkit-transform: none;
        transform: none;
        margin-bottom: 25px;
    }
    .func_title > img {
        width: auto;
        height: 80px;
    }
    .func_title > b {
        font-size: 22px;
        margin: 15px 0;
    }
    .func_title > small {
        font-size: 12px;
    }
    .func_cols {}
    .func_cols::after {}
    .func_col {
        width: auto;
        vertical-align: top;
    }
    .func_col:nth-of-type(1) {
        padding-right: 40px;
    }
    .func_col:nth-of-type(2) {
        padding-left: 0;
    }
    .func_col-txt {
        padding: 0;
    }
    .func_col-no1 {}
    .func_headline {
        margin-bottom: 15px;
    }
    .func_text {}
    .func_col-image {
        width: 180px;
    }
    .func_col-no2 {}
    .func_image {
        height: auto;
    }
    [data-animation="after"] .func_image {}
    .func_image > img {}
    .otherFunc {}
    .otherFunc_inner {}
    .otherFunc_title {
        font-size: 24px;
    }

    .func-first {}
    .func::before {
        width: 30px;
        height: 18px;
    }


    .func-gray::before {}
    .func-first::before {}
    .func-gray {}
    .func_inner {}
    .func_title {}
    .func_title > img {
        /* height: 60px; */
        width: 200px;
        height: auto;
    }
    .func_title > b {
        margin: 10px 0;
        font-size: 18px;
    }
    .func_title > small {
        font-size: 10px;
    }
    .func_cols {
        display: block;
    }
    .func_cols::after {}
    .func_col {
        display: block;
        width: auto;
        padding: 0;
    }
    .func_col:nth-of-type(1) {
        padding: 0;
    }
    .func_col:nth-of-type(2) {}
    .func_col-txt {}
    .func_col-no1 {}
    .func_headline {
        font-size: 18px;
        margin-bottom: 5px;
        text-align: center;
    }
    .func_text {}
    .func_col-image {}
    .func_col-no2 {}
    .func_image {
        max-width: 140px;
        margin: 15px auto 0;
    }
    [data-animation="after"] .func_image {}
    .func_image > img {}
    .otherFunc {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}