/*
Theme Name: Futaba Themes
*/ 


@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');

#blog {
    margin-top: 40px;
    margin-bottom: 40px;
    background: #F6F6F6;
}

h2.widgettitle, h4.widgettitle {    
    font-size: 24px;
/*    font-weight: bold;   */
    color: #555555;
    padding: 5px;
    border-bottom: 3px solid #0AD6E5;
    text-align: left;   
    margin-top: 0;
    margin-bottom: 30px;
}

.smile01{
	font-family: 'Noto Serif JP', serif;
	font-size: 1.2em;
	line-height: 200%;
	padding-bottom: 20px;
}
.oso_title {
    font-size: 14px;
    font-weight: 600; 
}

.blog-content {
/*    width: 70%;*/
    float: left;
    background: #fff;
}

.blog-h3 {    
    font-weight: bold;
    border-bottom: solid 3px #2447af;
}

/*
.blog-img {
    padding-right: 0!important;
    padding-left: 3px!important;
}
*/

.txt-date {
    text-align: left;
    font-size: 14px;
}

.txt-excerpt {
    font-size: 14px;
}

.wpwidget{
    float: right!important;
    margin-top: -78px;
}

.wpwidget2{
     margin-top: -20px;
}

.wpwidget a {
    color: #ecd3c3;
}

.widgetrow {	
	padding-bottom: 15px;
/*	padding-top: 15px;*/
    padding-left: 15px;
    padding-right: 15px;   
    background: #fff;
}

.widgetrow ul {
    padding-left: 0;
}

.widgetrow ul li {
    list-style: none;
    color:#000;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px dotted #000;
    padding: 10px 0;
}

.widgetrow ul li a {
    text-decoration: none;
    font-weight: bold;
    color: #000;
}

div.oso_box_12.justify {   
    padding: 10px 20px;
/*
    border: 2px solid #4568A2;   
    border-radius: 15px;
*/
    border-bottom: 1px dotted #000;
    margin-bottom: 20px;
    background-color: #fff;
    color: #000;   
}


div.oso_box_12.justify a:hover {
    color: #2447af;
}

.img-properties img {
/*
    padding-right: 0!important;
    padding-left: 3px!important;
    height: 280px;   
    width: 100%;
    object-fit: cover;
*/
}

.read-more {
  background-color: #FBFBEF;
  border: 2px solid #4568A2;
  color: #4568A2;
  padding: 12px 16px;
  text-align: center;
  text-decoration: none!important;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 12px;
  margin-top: 15px;
  font-weight: bold;  
}

div.oso_box_12.justify a {
    color: #000;
}

.read-more:hover {
    background-color: #4568A2;
    color: #fff;    
}

div.oso_box_12.justify a:hover {
/*    color: #fff;*/
}

/*
.attachment-post-thumbnail {
    width: 150px;
    height: auto;
    object-fit: cover;
}
*/

.pagination {
    display: flex;
    justify-content: center;
    font-weight: bold;
}

.pagination .page-numbers {
    padding: 0 15px;
}

.pagination .current {
    background-color: #0AD6E5;
    color: #fff; 
}



@media screen and (max-width:768px) {
    h2.widgettitle {    
        font-size: 18px;
        font-weight: bold;   
    }
    
    .blog-content {
        width: 100%;
        float: left;
    }

    .wpwidget{
        float: left!important;
        margin-top: 0;
        width: 100%;
    }    

    .widgetrow {	
		width: 100%;
	}
    
     .pagination { 
        float: left;        
        display: flex;
        justify-content: center;
        font-weight: bold;
    }
}





/* Blog */
.blog_wrap {
    padding: 60px 0;
    font-family: 'M PLUS 1p', sans-serif;    
}
.sidebar {
    padding: 0 15px;
    margin-top: -20px;
}
.sidebar .title-style14 {
    margin-top: 0;
}
.sidebar-wrap {
    padding: 20px 10px 30px 10px;
    background-color: #fff;
}

.main-blog-ct {
    background-color: #fff;
/*    padding-bottom: 30px;*/
}
.list-posts .post {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px dotted #000;
}
.list-posts .post:last-child {
/*    margin-bottom: 0;*/
}
.list-posts .post a {
    display: flex;
    flex-wrap: wrap;
}
.list-posts .post a .title {
    font-weight: 600;
}
.list-posts .post a .img {
    width: 30%;
}
.list-posts .post a .img img {
    max-width: 100%;
    height: auto;
}
.list-posts .post a .info {
    width: 100%;
   /* padding-left: 15px;*/
    letter-spacing: 0;   
}
.sidebar ul {
    list-style-type: none;
    padding: 0;
}
.sidebar ul li {
    padding: 10px 0;
    border-bottom: 1px dotted #000;
    font-size: 16px;
    font-weight: 5500;
    letter-spacing: 0;
    list-style-position: inside;
}
.sidebar ul li a {
    color: #000;
}

.sidebar ul li:first-child {
    padding-top: 0;
}
.single img {
    max-width: 100%;
    height: auto;
}
.single-date {
    margin: 15px 0;
    font-size: 16px;
    letter-spacing: 0;
}

.single-ct {
    font-size: 16px;
    padding-bottom: 30px;
    letter-spacing: 0;    
}

.single-ct p {
    line-height: 160%;
}

.single-ct strong {
    font-weight: bolder;
}

.info {
    font-size: 16px;
    line-height: 160%;
}

.mgb-30 {
    margin-bottom: 30px;
}

.sidebar .title-style14 {
    margin-top: 0;
}

.f-24 {
    font-size: 24px;
}

.tal-l {
    text-align: left;
}

.date {
    font-size: 16px;
    font-weight: 550;
}

.excerpt {
    font-weight: 550;
}

.excerpt p {
    line-height: 160%;
}

.info div {
    line-height: 160%;
}

.ig-feed {
    overflow: auto;
}

.img-100 {
    width: 100%;
}

.line-qr {
    position: relative;
    left: 61%;
    top: -106px; 
    width: 100px;
}



@media screen and (max-width: 767px) {
    .blog_wrap {
        padding: 30px 10px;
    }
    .main-blog-ct {
        margin-bottom: 60px;
        padding: 20px 10px 30px 10px;
    }
    .list-posts .post a .img {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }
    .list-posts .post a .info {
        width: 100%;
        padding-left: 0;
    }
    .sidebar {
        padding: 0;
    }
}
/* End Blog */



@charset "UTF-8";
/*--------------------------------------------------------------*/
/* general */
* {
    outline: none !important;
    border-radius: 0 !important;
	line-height: 1.4;
}
.sp {
    display: none;
}
/*--------------------------------------------------------------*/
/* common */
table.base {
    width: 100%;
    max-width: 100%;
}
table.base>tbody>tr>th {
    width: 30%;
    max-width: 250px;
    background-color: #f7f4ee;
    border: 1px solid #FFF;
    font-size: 13px;
    font-weight: bold;
    white-space: nowrap;
    padding: 20px 70px 20px 25px;
}
table.base>tbody>tr>th>.label {
    transform: translateX(120%);
}
table.base>tbody>tr>td {
    background-color: #F6F6F6;
    border: 1px solid #FFF;
    font-size: 13px;
    padding: 20px 25px 20px 25px;
}
table.base>tbody>tr>td[colspan] {
    text-align: center;
}
.input-group-addon,
.form-control {
    box-shadow: none;
    border-color: #E6E6E6;
    height: 28px;
    padding-top: 3px;
    padding-bottom: 3px;
}
form {
    max-width: 100%;
}
form .label-black {
    float: right;
    display: inline-block;
    width: 44px;
    height: 20px;
    line-height: 17px;
    background-color: #362e2b;
    color: #FFF;
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    margin: 0 0 0 10px;
}
form textarea.form-control {
    width: 100% !important;
}
form table td label>input[type=radio] {
    margin-top: 1.5px;
}
/*--------------------------------------------------------------*/
/* header */
/*--------------------------------------------------------------*/
/* .contents */
body:not(#top) header+.contents {
    margin-top: 65px;
}
#message .content_wrap>.container>div>h4 {
    margin: 0 0 1.5em 0;
}
#message .content_wrap>.container>div>div>p+p {
    margin: 1.5em 0 0 0;
}
#message .content_wrap>.container>div>img {
    width: 100%;
}
#privacy_policy .content_wrap>.container>div>h4 {
    border-bottom: 1px solid #DDD;
    margin: 42px 0 18px 0;
    padding: 0 0 19px 0;
}
#privacy_policy .content_wrap>.container>div>p {
    line-height: 24px;
    margin: 0 !important;
}
#asset_management .content_wrap>.container>div {
    text-align: center;
}
#asset_management .content_wrap>.container>div>p,
#asset_management .content_wrap>.container>div>div>p {
    line-height: 25px;
    text-align: left;
    margin: 0 !important;
}
#asset_management .content_wrap>.container>div>img {
    max-width: 100%;
    margin: 30px 0;
}
#works p.btn-block {
    background-color: #a6937c;
    color: #FFF;
    border-radius: 6px !important;
    margin: 0;
    padding: 10px;
}
#works>.contents>.content_wrap>.container>div>p {
    line-height: 24px;
    margin: 0 !important;
}
#works .link-box>[class^=col-] {
    position: relative;
    margin-top: 38px;
    margin-bottom: 0;
}
#works .link-box>[class^=col-]>p {
    position: absolute;
    bottom: 0;
    left: 15px;
    width: calc(100% - 30px);
    background-color: rgba(0, 0, 0, 0.4);
}
#works .link-box>[class^=col-]>p>a {
    display: block;
    color: #FFF;
    text-align: center;
    padding: 10px 0;
}
#company_profile #organization_unit img {
    width: 100%;
    max-width: 600px;
}
#flow>.contents>.content_wrap>.container>div>.text-center>img {
    width: 100%;
    max-width: 500px;
    margin: 52px 0 30px 0;
}
#flow .content_wrap>.container>div>p,
#flow .content_wrap>.container>div>div>p {
    line-height: 25px;
    text-align: left;
    margin: 0 !important;
}
#flow #condition_table {
    margin: 0;
}
#flow #condition_table>thead>tr>th {
    width: 33%;
    background-color: #e2ecfa;
    border-right: 1px solid #FFF;
    font-weight: bold;
    text-align: center;
    padding: 23px 0 21px 0;
}
#flow #condition_table>thead>tr>th:nth-child(3) {
    background-color: #ffecee;
}
#flow #condition_table>tbody>tr>td {
    text-align: center;
}
#message .content_wrap>.container>div>div>p {
    line-height: 25px;
}
#recruit>.contents>.content_wrap>.container>div>.row>[class^=col-]>p {
    line-height: 24px;
}
/*--------------------------------------------------------------*/


/* Style function and raku-------------- */
#hs_create_file_html {
    position: fixed;
    left: 0;
    top: 200px;
    z-index: 9999999;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    width: 220px;
    text-align: left;
    border: 1px #ccc solid;
    background: #fff;
    padding: 10px;
}
.title-func-st1 {
    text-align: center;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 20px;
}
.btn-func-st1 {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    text-align: left;
}
#formAdmin {
    display: none;
}

._edEdit .data-wrap{
    height:auto !important;
    width:inherit !important;
    left:0;
}
._edEdit .data-wrap img{
    max-width: 100% !important;
    position:relative;
    left:0 !important;
    width:100% !important;
    height:auto !important;
    max-height: 100% !important;
}
/* End style function and raku-------------- */

/* Banner */
.banner_ct {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    margin-top: 74px;
}
.overlay_banner {
    background: rgba(0, 0, 0, 0.5);
    padding: 56px 0 52px 0;
}
.banner_ct h2, .banner_ct h1 {
    color: #FFF;
    font-size: 22px;
    margin: 0;
}
.banner_ct_en {
    display: inline-block;
    min-width: 200px;
    border-top: 1px solid #fff;
    color: #FFF;
    font-size: 10px;
    font-weight: normal;
    margin: 10px 0 0 0;
    padding: 12px 0 0 0;
    /*text-transform: uppercase;*/
}
/* End banner */


.txt-indent {
    text-indent: 50px;
}

.img-qr {
    width: 80px;
}

.fa-arrow-down {
    color: #0AD6E5;
    font-size: 24px;    
}

.icon-arrow {
    text-align: center;
}

.txt-center {
    text-align: center;
}

.service_item_p p {
    line-height: 160%;
}

.jobintro-diag {
    clear: both;
    padding: 0 15px;
    margin: 10px 0 0;
}
.jobintro-diag .jd-inner {
    position: relative;
    width: 100%;
    max-width: 500px;
    height: 300px;
    margin: 0 auto;
}
.jd-box {
    position: absolute;
    padding: 15px 20px;
    background-color: #0d2e1e;
    color: #FFF;
    width: 140px;
    text-align: center;
    border-radius: 10px !important;
    font-size: 24px;
}
.jd-box.jdb-1 {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.jd-box.jdb-2 {
    bottom: 0;
    left: 0;
}
.jd-box.jdb-3 {
    bottom: 0;
    right: 0;
}
.jd-arrow {
    position: absolute;
    width: 20%;
    height: auto;
}
.jd-arrow.jda-1 {
    top: 47%;
    left: calc(50% - 20%);
    transform: translate(-50%, -50%) rotate(-60deg);
}
.jd-arrow.jda-2 {
    top: 47%;
    left: calc(50% + 20%);
    transform: translate(-50%, -50%) rotate(60deg);
}
.jd-arrow.jda-3 {
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
}
.jd-txt {
    position: absolute;
}
.jd-txt.jdt-1 {
    top: 42%;
    left: calc(50% - 30%);
    transform: translate(-50%, -50%);
}
.jd-txt.jdt-2 {
    top: 42%;
    left: calc(50% + 30%);
    transform: translate(-50%, -50%);
}
.jd-txt.jdt-3 {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.jd-txt.jdt-4 {
    top: 45%;
    left: calc(50% + 5px);
    transform: translateY(-50%);
    writing-mode: vertical-rl;
}
.jd-line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #0d2e1e;
    width: 1%;
    height: 45%;
}
.jd-line::before {
    content: "▼";
    position: absolute;
    bottom: -10%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 160%;
}
.rec-gal {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.rec-gal-item {
    flex: 100%;
    max-width: calc(100% / 2 - 10px);
    margin: 0 0 20px;
}
.rec-gal-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rec-summary {
    width: 100%;
    border-top: 1px solid #c9c9c9;
    display: flex;
    flex-wrap: wrap;
}
.rscol-style1,
.rscol-style2,
.rscol-style3,
.rscol-style4 {
    flex: 100%;
    padding: 15px 10px;
    border-bottom: 1px solid #c9c9c9;
}
.rscol-style1 {
    max-width: 10%;
}
.rscol-style4 {
    max-width: 90%;
}
.rscol-style2 {
    max-width: calc(40% - 10px);
    margin: 0 20px 0 0;
}
.rscol-style3 {
    max-width: calc(40% - 10px);
}
.rs-time {
    width: 100%;
    display: flex;
}
.rs-time > div {
    flex: 100%;
    max-width: calc(100% / 6);
    color: #FFF;
    background-color: #0d2e1e;
    border: solid #FFF;
    border-width: 0 1px 0 0;
    padding: 3px 0 1px;
    text-align: center;
}
.rs-time > div:first-child {
    background-color: #CCC;
    border-radius: 5px 0 0 5px !important;
}
.rs-time > div:last-child {
    background-color: #CCC;
    border-radius: 0 5px 5px 0 !important;
    border-width: 0;
}

.rec-tag {
    display: inline-block;
    border: solid #0d2e1e;
    border-width: 1px 0 1px 1px;
    padding: 3px 10px 3px 3px;
    margin: 0 20px 0 0;
    position: relative;
}

.rec-tag::after {
    content: "●";
    position: absolute;
    border: solid #0d2e1e;
    border-width: 1px 1px 0 0;
    width: 21px;
    height: 21px;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    font-size: 6px;
    line-height: 16px;
    text-indent: 8px;
    color: #0d2e1e;
}

.hiring-txt1 {
    margin-top: 40px;
    color: #0d2e1e;
}

.hiring-box1 {
    border: 1px solid #0d2e1e;
    border-radius: 10%;
    padding: 15px;
    margin: 20px 0;
}

.title-style1 {
    border-bottom: solid 3px #0d2e1e;
    font-weight: bold;
}

.title-style-hiring {
    font-weight: bold;
    font-size: 16px;
    background-color: #f3f3f3;
    padding: 5px;
    margin: 20px 0;
    clear: both;
}

.rg-line {
    width: 100%;
    display: flex;
    height: 10px;
    margin: 0 0 15px;
}

.rg-line > div {
    flex: 100%;
    max-width: calc(100% / 5);
    background-color: #C9C9C9;
    border: solid #FFF;
    border-width: 0 2px 0 0;
}

.rg-line > div:first-child {
    border-radius: 5px 0 0 5px !important;
}

.rg-line > div:last-child {
    border-radius: 0 5px 5px 0 !important;
    border: unset;
}

.rg-line > div.mark {
    position: relative;
}

.rg-line > div.mark::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #FFF;
    border: #0d2e1e 5px solid;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}
.rg-line-range {
    width: 100%;
    display: flex;
}
.rg-line-range > div {
    flex: 50%;
}
.rg-line-range > div:first-child {
    text-align: left;
}
.rg-line-range > div:last-child {
    text-align: right;
}

.title-style2-hiring {
    border: 1px solid #c9c9c9;
    padding: 15px;
    margin: 0 0 20px 0;
}

.title-style6 {
	font-family: 'Noto Serif JP', serif;
    padding: 0px 10px;
    border-left: solid 5px #0d2e1e;
}

.fc-white {
    color: #fff;
}

.tel-icon {
    font-size: 24px;
    margin-right: 5px;
}

.desc-flow {
    background-color: #FFF;
    border: 1px solid #0d2e1e;
    margin: 0 0 60px;
    position: relative;
}

.desc-flow-title {
    background-color: #0d2e1e;
    color: #FFF;
    padding: 15px;
    text-align: center;
    font-weight: bold;
}

.desc-flow-content {
    padding: 15px;
}

.desc-flow::after {
    content: "\F063";
    font-family: FontAwesome;
    position: absolute;
    bottom: -55px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 40px;
    color: #ff853b;
}

.desc-flows .desc-flow:last-child::after {
    content: unset;
}

.desc-flows .desc-flow:last-child {
    margin: 0;
}
a.desc-cta {
    color: #FFF;
    background-color: #0d2e1e;
    padding: 10px 15px;
    border-radius: 10px !important;
    margin: 0 0 0 10px;
    display: inline-block;
}

.hiring-box {
    border: 1px solid #0d2e1e;
    padding: 20px 15px 0;
    margin: 0;
}

.hiring-item {
    display: flex;
    margin: 0 0 20px;
}

.hiring-item img {
    height: 30px;
    padding: 0 10px 0 0;
}

.bnr-ovtxt {
    position: relative;
}

.ovtxt1, .ovtxt2 {
    position: absolute;
    display: block;
    background: #0d2e1e;
	opacity: 0.8;
    color: #FFF;
    padding: 25px;
    width: 630px;
    height: auto;
    text-align: center;
    font-size: 20px;
	margin-bottom: 20px;
	
	font-family: 'Noto Serif JP', serif;
}

.ovtxt1 {
    top: calc(50% - 30px);
    right: 10%;
    transform: translateY(-50%);
}

.ovtxt2 {
    top: calc(50% + 30px);
    right: 6%;
    transform: translateY(-50%);
}

.title-style-desc {
    text-align: center;
    line-height: 1.8em;
}

.title-style-desc span{
    font-size: 20px;
}
.subhdr-pad {
    position: relative;
}

.subhdr-pad::before,
.subhdr-pad::after {
    content: "|";
    position: absolute;
    font-size: 35px;
    top: 50%;
}

.subhdr-pad::before {
    left: -30px;
    transform: translateY(-50%) rotate(-30deg);
}

.subhdr-pad::after {
    right: -30px;
    transform: translateY(-50%) rotate(30deg);
}

.btn-socials a {
    display: inline-block;
}

.btn-social {
    display: flex;
    width: 250px;
    align-items: center;
    border: 3px solid;
    font-size: 18px;
    font-weight: bold;
}

.btn-social img {
    height: 60px;
    width: 60px;
    object-fit: contain;
    margin: 0 10px 0 0;
}

.btn-social.tw {
    color: #29a8df;
}

.btn-social.ig {
    color: #7b38ac;
}

.btn-social.ln {
    color: #3ace01;
}

.slick-prev:before, .slick-next:before {
    color: #CCC;
}


/*#sb_instagram img { opacity: 1 !important; }*/

/* footer */
/* XS : W < 768px */
@media screen and (max-width: 1024px) {
     .line-qr {
        position: relative;
        left: 0;
        top: 0;  
         margin-bottom: 20px;
         width: 100%;
    }
    
    .mgt-add {
        margin-top: 0;
    }

    .bnr-ovtxt img {
        object-position: 30% center;
    }
}

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

	.logo-ft img {
    width:50%;
    height: auto;
}

	
    .btn-social.tw {
       margin-bottom: 15px;
    }

    .btn-social.ig {
        margin-bottom: 15px;
    }

    .btn-social.ln {
        margin-bottom: 15px;
    }
    .hiring-box {
        width: 100%;
        margin: auto;
    }
    table.base_block>tbody>tr>th {
        display: block;
        width: 100%;
        max-width: none;
        min-width: none !important;
        border-bottom: none;
        padding: 10px 25px;
    }
    table.base_block>tbody>tr>th>.label {
        float: left;
        transform: none;
        margin: 0 10px 0 0;
    }
    table.base_block>tbody>tr>td {
        display: block;
        width: 100%;
        border-top: none;
        border-bottom: 10px solid #FFF;
        padding: 10px 25px 10px 25px;
    }
    table.base_block>tbody>tr>td>.form-control {
        width: 100% !important;
    }
    .table-responsive {
        position: relative;
    }
    .table-responsive>.left,
    .table-responsive>.right {
        content: "";
        position: fixed;
        bottom: 0;
        left: 0;
        display: block;
        width: 30px;
        height: 810px;
        font-size: 16px;
        text-align: center;
        cursor: pointer;
        margin-left: -15px;
        margin-bottom: 203px;
    }
    .table-responsive>.right {
        left: auto;
        right: 0;
        margin-left: 0;
        margin-right: -15px;
    }
    .table-responsive>.left::after,
    .table-responsive>.right::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-image: url(../img/pankuzu_arrow.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50%;
    }
    .table-responsive>.left::after {
        transform: scaleX(-1);
    }
    .table-responsive>table.base>tbody>tr>th {
        white-space: nowrap;
        padding: 10px;
    }
    .table-responsive>table.base>tbody>tr>td {
        white-space: nowrap;
        padding: 10px;
    }
    .jd-box {
        width: 100px;
        padding: 10px 10px;
        height: auto;
    }
    .jd-box.jdb-2 {
        padding: 14px 10px 12px;
    }
    .banner_ct {
        margin-top: 54px;
    }
    .hd-icons {
        width: 35%;
    }
    .rec-gal {
        flex-wrap: wrap;
    }
    .rec-gal-item {
        max-width: 100%;
        margin: 0 0 15px;
    }
    .rscol-style1 {
        max-width: 25%;
    }
    .rscol-style2,
    .rscol-style3,
    .rscol-style4 {
        max-width: 75%;
        margin: 0;
    }
    .ovtxt1, .ovtxt2 {
        font-size: 3.4vw;
        width: 95%;
    }
    .ovtxt1 {
        top: calc(50% - 25px);
        left: calc(50%);
        transform: translate(-50%,-50%);
    }
    .ovtxt2 {
        top: calc(50% + 25px);
        left: calc(50%);
        transform: translate(-50%,-50%);
    }
	a.desc-cta {
		margin: 10px 0 0 0px;
	}
	a.desc-cta:hover {
		filter: brightness(1.5);
	}
}
/*--------------------------------------------------------------*/