@charset "euc-jp";
/* CSS Document */
/* 2506 */

/* ----------------------
	SIMPLE LIST
---------------------- */
.list a {
	text-decoration: none;
}
.list a:link {
	color: #111;
}
.list a:visited {
	color: #555;
}
.list a:hover, .list a:active {
	color: #06C;
}
.list ul {
	list-style: none;
	margin: 0 0 1em;
}
.list ul li {
	border-bottom: dotted 1px #999;
	line-height: 1.4;
	padding: 0.8em 0.5em 0.4em;
	margin-bottom: 0.4em;
}
.list ul li a {
	display: block;
}
.list li a .date {
	color: #666;
	margin-right: 0.5em;
	font-size: 1.4rem;
	position: relative;
	padding-left: 1.4em;
}
.list li a .date::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -6px;
	width: 6px;
	height: 6px;
	border-right: 2px solid #FFAB04;
	border-bottom: 2px solid #FFAB04;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.list li .cate {
	display: block;
	color: #666;
	background: #FFF;
	border-bottom: solid 1px #CCC;
	box-shadow: 1px 1px 2px #DDD;
	font-size: 1.2rem;
	text-align: center;
	padding: 2px 5px;
	width: 12em;
	margin-bottom: 5px;
}

/* 
	COLOR and FONT
---------------------- */

.list li.kinkyu .cate {
	border-right: solid 8px #C33;
}
.list li.topics .cate {
	border-right: solid 8px #FFD24D;
}
.list li.moyooshi .cate {
	border-right: solid 8px #60D0EC;
}
.list li.oteire .cate {
	border-right: solid 8px #59B200;
}

/* 
	SUB LINK
---------------------- */
#ct a {
	color: #06C;
}


/* ------------------------
	MENU LIST
------------------------ */
.fxcontainer {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
/* .fbox {width: 24%;} */
.fbox {
	width: 24%;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
	background: rgba(255, 255, 255, 0.6);
	border-radius: 4px;
	margin-bottom: 1.5em;
	padding: 4px;
	position: relative;
}
.fxcontainer.c2 .fbox {
	width: 49% !important;
}
.fxcontainer.c3 .fbox {
	width: 32% !important;
}
.fbox::after {
	position: absolute;
	content: '';
	display: block;
	width: 22px;
	height: 14px;
	right: 4px;
	bottom: 4px;
	background: url(../images/icon-arrow-g.png); 
	background-size: contain;
	vertical-align: middle;
}
.fbox.hidden {
	padding: 0;
	box-shadow: none;
	background: none;
	border: none;
	border-radius: 0;
	margin: 0;
	height: 1px;
}
.fbox.hidden hr {
	display: none;
}
.fbox.hidden::after {
	display: none;
	width: 0;
	height: 0;
	background: none;
}
.phbox {
	overflow: hidden;
}
.phbox a {
	display: block;
	background-position: center;
	background-size: cover;
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.phbox a:hover, 
.phbox a:active {
	transition: 1s;
	transform: scale(1.05, 1.05);
}
.listthumb {
    position: relative;
	overflow: hidden;
	text-align: center;
	width: 100%;
	height: 100%;
}
.listthumb:after {
    padding-top: 100%;
    display: block;
    content: "";
}
.listthumb > .content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.phbox span {
	display: none;
}
.fxcontainer .txbox {
	padding: 10px;
}
.fxcontainer .txbox p {
	margin: 0;
	line-height: 1.4;
}
.fxcontainer .txbox p a {
	display: block;
	color: #000;
	text-decoration: none;
}
.fxcontainer .txbox p a:hover, 
.fxcontainer .txbox p a:active {
	color: #03F;
}

.list .pagenavi ul {
	background: none !important;
	padding: 0 !important;
}
.list .pagenavi li {
	border: none;
}
input[type="text"], 
textarea {
	font-family: sans-serif;
	line-height: 1.5;
	padding: 0.4em;
	margin-bottom: 5px;
}
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
	border: solid 1px #999;
	border-radius: 6px;
	padding: .3em;
	margin: 0.5em auto;
	font-family: sans-serif;
	text-decoration: none;
	cursor: pointer;
}

@media screen and (max-width:979px){
section.list {
	padding-right: 10% !important;
	padding-left: 10% !important;
}
}

@media screen and (max-width:699px){
section.list {
	padding-right: 5% !important;
	padding-left: 5% !important;
}
.list li a .date {
	font-size: 1.2rem;
}
.list li .cate {
	font-size: 1rem;
}
.fxcontainer .txbox p {
	font-size: 1.4rem;
}
}

@media screen and (max-width:599px){
.fbox {
	width: 49%;
	padding: 3px;
}
}

@media screen and (max-width:499px){
.list .pd10 {
	padding: 0;
}
.fxcontainer.c2 .fbox, 
.fxcontainer.c3 .fbox {
	width: 49% !important;
}
.textbox p {
	font-size: 1.4rem;
}
}
