<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*****************************
 * アーカイブページ
 *****************************/

.page-u-12 #rbox {
	display: none!important;
}

/* none
------------------------------------------------------ */
.dsp_none{display: none;}
.pc_dsp_none{display: none;}


/* mv
------------------------------------------------------ */

#mv {
	text-align: center;
	margin: 0 auto;
}

#mv img {width: 100%;}

/* content
------------------------------------------------------ */
.page-template #content {
	padding-top: 0!important;
}

/* contents
------------------------------------------------------ */
#content .contents {
	padding: 0 20px;
	font-size: 16px;
}

/* contents h3
------------------------------------------------------ */

#content .contents h3 {
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	color: #f29700;
	font-size: 18px;
	margin-top: 30px;
}

#content .contents h3:after {
    margin-left: 1rem;
    content: '';
    display: inline-block;
    flex: 1;
    height: 3px;
    background-image: url(https://www.v-varen.com/wp-content/themes/vvaren2016-2/images/u-12/h3.png);
    background-size: cover;
    vertical-align: middle;
}

/* contents menu_btn
------------------------------------------------------ */
#content .contents .menu_btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#content .contents .menu_btn li {
	text-align: center;
	box-sizing: border-box;
	border-radius: 5px;
	margin-bottom: 10px;
	width: calc((100% - 4%)/3);
	margin-left: 2%;
	/*padding: 5px;
	background: rgb(0,91,172);
	background: -moz-linear-gradient(270deg, rgba(0,91,172,1) 0%, rgba(0,204,231,1) 100%);
	background: -webkit-linear-gradient(270deg, rgba(0,91,172,1) 0%, rgba(0,204,231,1) 100%);
	background: linear-gradient(270deg, rgba(0,91,172,1) 0%, rgba(0,204,231,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005bac",endColorstr="#00cce7",GradientType=1);*/
}

#content .contents .menu_btn li:nth-child(3n+1) {
	margin-left: 0;
}

#content .contents .menu_btn li a {
	text-decoration: none;
	/*color: #fff;
	font-size: 16px;
	padding: 15px 0;
	border: #fff solid 1px;
	border-radius: 5px;
	background: rgb(0,91,172);
	background: -moz-linear-gradient(270deg, rgba(0,91,172,1) 0%, rgba(0,204,231,1) 100%);
	background: -webkit-linear-gradient(270deg, rgba(0,91,172,1) 0%, rgba(0,204,231,1) 100%);
	background: linear-gradient(270deg, rgba(0,91,172,1) 0%, rgba(0,204,231,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005bac",endColorstr="#00cce7",GradientType=1);*/
}

#content .contents .menu_btn li a img {
	transition: all 0.5s ease;
	width:100%;
}

/* contents info
------------------------------------------------------ */
#content .contents .info {
	display: flex;
    flex-wrap: wrap;
}

#content .contents .info dl {
	width: calc((100% - 3%)/4);
	box-sizing: border-box;
	margin-left: 1%;
	display: flex;
	flex-direction: column;
	color: #707070;
	font-weight: bold;
	border-radius: 5px;
	background: #f2f2f2;
	overflow:hidden;
}

#content .contents .info dl:nth-child(4n + 1) {
	margin-left: 0;
}

#content .contents .info dl img {
	width: 100%;
	align-self: center;
	transition:0.5s all;
}

#content .contents .info dl img:hover{
  transform:scale(1.1,1.1);
  transition:0.5s all;
}

#content .contents .info dl .date{
	padding: 0 10px 5px 10px;
	margin-left: 0;
	text-align: center;
	font-size: 11px;
}

#content .contents .info dl .ttl{
	padding: 0px 10px 15px 10px;
	margin-left: 0;
	font-size: 12px;
}

#content .contents .info dd a {
	color:#707070;
	text-decoration:none;
	display:block;
	transition: all 0.3s ease;
}

#content .contents .info dl {
	transition: all 0.3s ease;
}


#content .contents .info dl:hover,
#content .contents .info dd a:hover {
	color:#f29700!important;
}

#content .contents .more {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 50px;
}
	
#content .contents .more a {
	color: #005bac;
	font-weight: bold;
}

#content .contents .more a::before {
    content: " ＞＞";
}

#content .contents .more a:hover {
	color: #f29700;
	text-decoration:none;
}

/* contents table
------------------------------------------------------ */
#content .contents .table_a  {
	border: solid 1px #fff;
	width: 100%;
}

#content .contents .table_a th,#content .contents .table_a td {
	background: #f2f2f2;
	color: #717171;
	padding: 15px;
}

#content .contents .table_a th {
	text-align: center;
}

/* contents gallery
------------------------------------------------------ */
#content .contents .gallery {
	display: flex;
	flex-wrap: wrap;
}

#content .contents .gallery li {
	width: calc((100% - 6%)/4);
	box-sizing: border-box;
	border-radius: 5px;
	margin-left: 2%;
	margin-bottom: 10px;
}

#content .contents .gallery li:nth-child(4n + 1) {
	margin-left: 0;
}

#content .contents .gallery li img {
	width: 100%;;
}

@media (max-width: 768px) {
	
/* contents
------------------------------------------------------ */
.page-u-12 #contents,.page-u-15 #contents,.page-u-18 #contents {
    padding-left: 0!important;
		padding-right: 0!important;
}

/* none
------------------------------------------------------ */
.tb_dsp_none{display: none;}
.pc_dsp_none{display: block;}

/* contents h3
------------------------------------------------------ */

#content .contents h3:after {
    background-size: contain;
}
	
/* contents menu_btn
------------------------------------------------------ */

#content .contents .menu_btn{
	flex-direction: column;
}

#content .contents .menu_btn li {
	margin-bottom: 5px;
	margin-left:0;
	width:100%;
}

#content .contents .menu_btn li a {
	padding: 0;
	font-size: 1rem;
}

#content .contents .menu_btn li:nth-child(2n){
	margin-left:0;
}

/* contents info
------------------------------------------------------ */
	
#content .contents .info dl {
	width: calc((100% - 2%)/2);
	margin-left: 2%;
	margin-bottom: 15px;
}

#content .contents .info dl:nth-child(4n + 1),#content .contents .info dl:nth-child(odd) {
	margin-left: 0;
}

#content .contents .more {
	justify-content: center;
}
	

	
/* contents table
------------------------------------------------------ */
#content .contents .table_a  {
	border: none;
}

#content .contents .table_a th,#content .contents .table_a td {
	display: block;
}
	
#content .contents .table_a td {
	background: #fff;
}
	
/* contents gallery
------------------------------------------------------ */
#content .contents .gallery li {
	width: calc((100% - 2%)/2);
}

#content .contents .gallery li:nth-child(4n + 1),#content .contents .gallery li:nth-child(2n + 1) {
	margin-left: 0;
}
	
}
</pre></body></html>