/* main */

#main.front_m {
	background-color: transparent;
	padding-top: 0 !important;
}


/* views */

.views {
    margin-bottom: 50px;
}
.views ul,
.views li {
    list-style-type: none;
}
.view_slider.slick-dotted {
    padding: 0;
}
.view_slider {
    margin: 0 0 50px;
}
.view_slider img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}
.view_slider {
    opacity: 0;
    transition: opacity .3s linear;
}
.view_slider.slick-initialized {
    opacity: 1;
}
.views .slick-dots {
    bottom: -35px;
}
.views-title-bg {
    position: absolute;
    left: 0%;
    bottom: 0%;
    background: #1d2327;
    width: 100%;
    height: 5em;
    opacity: 0.5;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    font-size: 1.3em;
    z-index: 0;
}
.views ul li {
    position: relative;
}
.category {
    position: absolute;
    z-index: 3;
    left: 0%;
    bottom: 5.4em;
    color: #FFF;
    font-size: 1.2em;
    font-weight: bold;
    background: #216382;
    width: 11em;
    text-align: center;
    opacity: 1.0;
    padding: 0.2em;
}
.category a {
    text-decoration-line: none;
}
.views_title {
    position: absolute;
    left: 0%;
    bottom: 0%;
    color: #FFF;
    font-size: 1.3em;
    width: calc(100% - 2em);
    height: 3em;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    margin: 0.5em 1em 0.5em 1em;
    font-weight: 600;
}
/* sidebar */
#content-in {
	position: relative;
}

/* card_set_double */
.card_row {
	margin-bottom: 60px;
}
.card_set_double {
	margin-bottom: 30px;
}
ul.card_set_double,.card_set_double li{list-style-type: none;}
.card_set_double a {
    color: #333;
    text-decoration-line: none;
}
ul.card_set_double {
    display: flex;
    padding: 0;
    justify-content: space-between;
}
.card_set_double li {
    width: calc(50% - 10px);
    background: #FFF;
}

.card_link:hover {
	opacity: .8;
}
.card_thumbnail img {
	vertical-align: bottom;
}
.card_text {
	padding: 10px 15px;
}
  .card_category {
	margin-bottom: 5px;
	text-align: justify;
	letter-spacing: 1px;
	font-size: 0.8em;
	font-weight: 600;
}
.card_category_name {
    color: #fff;
    background-color: #216382;
    padding: 2px 6px 3px;
    line-height: normal;
    display: inline-block;
}
.card_days {
    letter-spacing: 1px;
    margin-right: 10px;
}
.card_content {
	color: #777;
	font-size: 0.9em;
	text-align: justify;
	line-height: 1.65;
    margin-bottom: 5px;
}
.card_title {
	min-height: 50px;
	font-weight: 600;
	font-size: 1.1em;
	margin-bottom: 10px;
	letter-spacing: 1px;
	line-height: 1.6;
}

h3.card_set_title {
	border-bottom: 1px solid #c9c9c9;
	margin-bottom: 20px;
	margin-right: 5px;
	margin-left: 5px;
	font-size: 1.6em;
	letter-spacing: .1em;
	border-left: 0;
	padding: 0 0 0.4em 0;
    font-weight: 600;
}
.card_thumbnail img {
	width: 100%;
	max-height: 225px;
	object-fit: cover;
}
.card_read {
	font-size: 1em;
	text-decoration-line: none;
	position: relative;
	display: block;
	background: #fff;
	padding: 20px 25px 30px;
	text-align: center;
	letter-spacing: .2em;
	font-weight: 600;
	color: #216382;
	transition: .3s;
}
.card_read::before {
	content: "+";
	font-weight: 200;
	margin-right: 15px;
	font-size: 1.25em;
}
.card_read::after {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background: url(../images/more-dot.png) repeat;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .card_read:hover {
	background: #eee;
	letter-spacing: .15em;
	color: #216382;
}
.card_tag_name {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    letter-spacing: 1px;
  }
  .card_tag_name::before {
	content: "";
	margin-right: 4px;
	background: url(../images/tag.png);
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
	display: inline-block;
	background-size: 10px;
	vertical-align: baseline;
	background-position: center;
}
/* closeds */
ul.closeds {
	display: block;
}
@media screen and (max-width: 768px) {
    .views {
        margin-bottom: 40px;
    }
    .views .slick-dots {
        display: block !important;
        bottom: -30px;
    }
    .views_title {
        font-size: 1em;
        width: calc(100% - 2em);
        height: 3.8em;
        margin: 0.2em 1em 0.2em 1em;
    }
    .category {
        position: absolute;
        bottom: 5.1em;
        font-size: 0.9em;
        width: 7.5em;
        padding: 0.2em;
    }
/* card_set_double */
    ul.card_set_double {
        display: block;
    }
    .card_set_double li {
        width: 100%;;
        margin-bottom: 20px;
    }
    .card_title {
        min-height: 35px;
    }
    .card_content {
        margin-bottom: 10px;
    }
    .card_set_title {
        font-size: 1.3em;
        letter-spacing: .08em;
    }
    .card_set_double li:nth-child(2n) {
        margin-left: 0;
    }
    .card_set_double li:last-child {
        margin-bottom: 0;
    }
    .card_thumbnail img {
        max-height: 240px;
    }
    .card_read {
        padding: 15px 15px 25px;
      }
}