<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* index
-----------------------------------------------------*/

.actionTabList{
	text-align: right;
	position: relative;
}

.actionTabListChild {
	display: inline-block;
	border: 1px solid #efefef;
	text-align: left;
}

.actionTabListChild dt{
	position: relative;
	padding: 6px 12px;
	font-weight: bold;
	cursor: pointer;
}

.actionTabListChild dt::after {
  content: "▼";
  color: #b7193f;
  font-size: 12px;
  position: absolute;
  right: 7px;
  top: 9px;
}

.actionTabListChild dt.open::after {
  content: "▲";
}

.actionTabList &gt; .archiveList{
	width: 150px;
	position: absolute;
	top: -80px;
	right: 380px;
	z-index: 99;
	background-color: #FFF;
}

.actionTabList &gt; .programList{
	width: 336px;
	position: absolute;
	top: -80px;
	right: 0;
	z-index: 99;
	background-color: #FFF;
}

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

.actionTabListChild {
	margin-top: 0;
}

.actionTabList {
	width: 98%;
	margin: 0 auto;
	text-align: center;
}
.actionTabList &gt; .archiveList,
.actionTabList &gt; .programList{
	width: 95%;
	position: relative;
	top: 0;
	right: 0;
}

}

.actionTabListChild &gt; dd {
	display: none;
	text-align: left;
	margin-left: 0;
	font-size: 1.4rem;
}

.actionTabListChild &gt; dd &gt; ul {
	padding: 0;
	margin: 0 auto;
	margin-block-start: 0;
	margin-block-end: 0;
}

.actionTabListChild &gt; dd &gt; ul &gt; li{
	list-style-type : none;
}

.actionTabListChild &gt; dd a{
	display: block;
	padding: 6px 12px;
	text-decoration: none;
	color:#333;
}

.actionTabListChild &gt; dd a:hover{
	background-color: #b7193f;
	color: #fff;
}

@media only screen and (max-width: 767px) {
	.actionTabListChild &gt; dd a{
		font-size: 14px;
	}
}
.actionTabListChild &gt; li {
	margin: 0.38% 0 0 0.38%;
	padding: 0;
	list-style-type: none;
	float: left;
	width: 33.08%;
}
.actionTabListChild &gt; li:nth-child(3n + 1) {
	clear: both;
	margin-left: 0;
}
@media only screen and (max-width: 767px) {
	.actionTabListChild &gt; li {
		width: 49%;
		margin: 2% 0 0 2%;
	}
	.actionTabListChild &gt; li:nth-child(3n + 1) {
		clear: none;
		margin-left: 2%;
	}
	.actionTabListChild &gt; li:nth-child(odd) {
		clear: both;
		margin-left: 0;
	}
}
.actionTabListChild &gt; li a {
	display: block;
	text-align: center;
	background: #efefef;
	padding: 20px 0;
	color: #333333;
	text-decoration: none;
}
.actionTabListChild &gt; li a.current {
	color: #ffffff;
	background: #b7193f;
}
@media only screen and (max-width: 767px) {
	.actionTabListChild &gt; li a {
		font-size: 1.2rem;
	}
}
.actionTabListChild &gt; li a:hover {
	opacity: 0.7;
}




.actionTabTtl01 {
	clear: both;
	margin: 30px 0 10px;
}
.actionIndexList01 {
	clear: both;
	margin: 80px 0 0 0;
	padding: 0;
}
@media only screen and (max-width: 767px) {
.actionIndexList01 {
	margin: 30px 0 0 0;
}
}
.actionIndexList01 &gt; li {
	clear: both;
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	list-style-type: none;
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
}
.actionIndexList01 &gt; li a {
	display: block;
	color: #333333;
	text-decoration: none;
}
.actionIndexList01 &gt; li .picBox {
	float: left;
	width: 320px;
	position: relative;
}
.actionIndexList01 &gt; li .picBox img {
	width: 100%;
}
@media only screen and (max-width: 767px) {
	.actionIndexList01 &gt; li .picBox {
		float: none;
		width: auto;
	}
}
.actionIndexList01 &gt; li .picBox figure {
	margin: 0;
}
.actionIndexList01 &gt; li .picBox .ctg {
	margin: 0;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 1.3rem;
	color: #ffffff;
	padding: 0.2em 0.8em;
	background-color: rgba(0,0,0,0.8);
}
.actionIndexList01 &gt; li .txtBox {
	float: right;
	width: 650px;
	margin: 0 30px 0 0;
}
@media only screen and (max-width: 767px) {
	.actionIndexList01 &gt; li .txtBox {
		float: none;
		width: auto;
		margin: 0 0 0 0;
	}
}
.actionIndexList01 &gt; li .txtBox .date {
	font-size: 1.4rem;
	margin: 1em 0 0 0;
}
@media only screen and (max-width: 767px) {
	.actionIndexList01 &gt; li .txtBox .date {
		font-size: 1.2rem;
	}
}
.actionIndexList01 &gt; li .txtBox .ttl {
	margin: 0.2em 0 0 0;	
	color: #b7193f;
	font-weight: bold;
}
.actionIndexList01 &gt; li .txtBox  .comment {
	margin: 0.2em 0 0 0;	
}

/* detail
-----------------------------------------------------*/
.actionDetailHead {
	clear: both;
	margin: 0;
	text-align: center;
	font-size: 2.8rem;
	color: #b7193f;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝B", "ＭＳ Ｐ明朝", serif;
}
@media only screen and (max-width: 767px) {
	.actionDetailHead {
		font-size: 1.8rem;
	}
}
.actionDetailBox01 {
	clear: both;
	margin: 30px 0 0 0;
}
.actionDetailBox01 .clm01 {
	float: left;
}
.actionDetailBox01 .clm02 {
	float: right;
}
@media only screen and (max-width: 767px) {
	.actionDetailBox01 .clm02 {
		clear: both;
	}
}
.actionDetailBox01 .date {
	font-size: 1.4rem;
	margin: 0 0 0 0.5em;
	display: inline-block;
}
.actionDetailBox01 .ctg {
	display: inline-block;
	font-size: 1.4rem;
	margin: 0 0 0 0.5em;
	color: #ffffff;
	padding: 0.2em 0.8em;
	background-color: rgba(0,0,0,0.8);
}
@media only screen and (max-width: 767px) {
	.actionDetailBox01 .date {
		display: block;
	}
}
.actionDetailBox01 .snsBtnList {
	margin: 0;
	padding: 0;
}
.actionDetailBox01 .snsBtnList &gt; li {
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
	float: left;
}
.actionDetailBody {
	clear: both;
	margin: 30px 0 0 0;
}
.actionDetailBody p {
	margin: 2em 0;
}
.actionDetailBody p.indent {
    text-indent: 1em;
}
.actionDetailBody figure {
	margin: 0;
}
.actionDetailBody figure img {
	width: 100%;
}
.actionDetailBody figure figcaption {
	margin: 0.5em 0 0 0;
	font-size: 1.4rem;
}
.actionDetailBody .layoutBox01 ,
.actionDetailBody .layoutBox02 {
	margin: 2em 0;	
}
.actionDetailBody .layoutBox01 .clm01 {
	float: left;
	width: 480px;
}
.actionDetailBody .layoutBox01 .clm02 {
	float: right;
	width: 492px;
}
.actionDetailBody .layoutBox02 .clm01 {
	float: right;
	width: 480px;
}
.actionDetailBody .layoutBox02 .clm02 {
	float: left;
	width: 492px;
}
@media only screen and (max-width: 767px) {
	.actionDetailBody .layoutBox01 .clm01 {
		float: none;
		width: auto;
	}
	.actionDetailBody .layoutBox01 .clm02 {
		float: none;
		width: auto;
		margin-top: 2em;
	}
	.actionDetailBody .layoutBox02 .clm01 {
		float: none;
		width: auto;
	}
	.actionDetailBody .layoutBox02 .clm02 {
		float: none;
		width: auto;
		margin-top: 2em;
	}
}
.actionDetailBody .layoutBox01 .clm01 p:first-child ,
.actionDetailBody .layoutBox02 .clm01 p:first-child {
	margin-top: 0;
}
.actionDetailBody .layoutBox01 .clm01 p:last-child ,
.actionDetailBody .layoutBox02 .clm01 p:last-child {
	margin-bottom: 0;
}
.actionDetailBody .layoutBox01 .clm02 figure ,
.actionDetailBody .layoutBox02 .clm02 figure {
	margin: 30px 0 0 0;
}
.actionDetailBody .layoutBox01 .clm02 figure:first-child ,
.actionDetailBody .layoutBox02 .clm02 figure:first-child {
	margin-top: 0;
}
.actionDetailBody .figureList01 {
	margin: 0;
	padding: 0;
}
.actionDetailBody .figureList01 &gt; li {
	margin: 0 0 2em 56px;
	padding: 0;
	list-style-type: none;
	float: left;
	width: 492px;
}
.actionDetailBody .figureList01 &gt; li:nth-child(odd) {
	clear: both;
	margin-left: 0;
}
@media only screen and (max-width: 767px) {
	.actionDetailBody .figureList01 &gt; li {
		margin: 0 0 2em 0;
		float: none;
		width: auto;
	}
}
.actionDetailBody .actionList {
    list-style-type: none;
}

/* detail table style
-----------------------------------------------------*/
@media only screen and (max-width: 767px) {
    .actionDetailBody .entryTbl01 th ,
	.actionDetailBody .entryTbl01 td {
		display: table-cell;
        padding: 1%;
	}
    .actionDetailBody .entryTbl01 th {
        border-top: 1px solid #dfdfdf;
        border-bottom: 1px solid #dfdfdf;
    }
}

</pre></body></html>