﻿.color1 {
	background: #666;
	color: #fff;
}

.colorR {
	color: #f00;
}

strong {
	font-weight: bold;
}
/* 202409up */
body {
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; /* Safari */
}

/* Archive Forum Detail
****************************/

.forum .indexlist,
.forum .indexlist2 {
	margin: 1em 0;
	overflow: hidden;
	width: 600px;
}

.forum .indexlist li {
	margin-left: 25px;
	padding-left: 10px;
	background: url(../../common/img/icon_square01.gif) no-repeat 0 9px;
}

.forum .indexlist2 li {
	margin-left: 25px;
	padding-left: 2px;
	/* background: url(../../common/img/icon_arrow01.gif) no-repeat 0 8px; */
	float: left;
}

/* 2020730up  */
.indexlist2 li::before {
	vertical-align: -0.25em;
	display: inline-block;
	position: relative;
	transform: translateY(-50%);
	width: 0px;
	height: 0px;
	border: 0.3em solid transparent;
	border-left: 0.4em solid #333;
	content: "";
}



.forum h2 {
	font-size: 30px;
	line-height: 31px;
	margin: 0 0 5px;
}

.forum h3 {
	padding: 0 10px 3px;
	font-size: 140%;
	border-radius: 3px;
	border: 1px solid #ccc;
}

.forum h3 a {
	text-decoration: none;
	color: #069;
	font-weight: bold;
	padding-left: 25px;
	background: url(../../common/img/icon_arrow03.png) no-repeat 0 6px;
}


.forum h3.typeday {
	margin: .5em 0 0;
	font-size: 120%;
	letter-spacing: .1em;
	background: #7dabb8; 
	color: #fff;
}

.forum h4 {
	margin: .5em 1em;
	font-size: 120%;
	font-weight: bold;
}

.forum h4 span {
	font-size: 80%;
	font-weight: normal;
}

.forum h5 {
	margin: .5em 1.2em;
	font-size: 120%;
	font-weight: bold;
}

.forum .date {
	text-align: right;
	line-height: 1.6;
	margin: -60px 0 30px;
}

.forum .nl {
	font-weight: normal;
	font-size: 70%;
	text-align: right;
	padding-top: 4px;
	float: right;
}

.forum .linklist a {
	font-size: 100%;
	width: 200px;
	display: block;
	margin-top: 10px;
	padding: 0 0 3px;
	color: #069;
	border: 1px solid #069;
	text-align: center;
	border-radius: 4px;
}

.forum .linklist a:hover {
	color: #fff;
	background: #069;
	text-decoration: none;
}


/* Archive event detail
************************************/
table.time {
	width: 100%;
	margin: 0 0 1em;
}

table.time th {
	background: #f4f4f4;
	padding: 5px 0;
	border-bottom:1px dotted #ccc;
	width: 50px;

}

.w80 {
	width: 80px;
	padding: 5px 2px !important;
	vertical-align: top;
}

table.time td {
	padding: 5px;
	border-bottom: 1px dotted #ccc;
}

table.time td.name {
	padding: 5px 2px 5px 10px;
	border-bottom: 1px dotted #ccc;	
}

table.time th.tit {
	/* 2024up*/
	background: #f7f7f7;
	padding: 5px 0;
	border-bottom: 1px dotted #ccc;
	width: 140px;
}

table.time td.tit {
	/* 2024up*/
	padding: 25px 2px 25px 10px;
	border-bottom: 1px dotted #ccc;
}

table.time .title {
	font-size: 110%;
	line-height: 1.4;
	font-weight: bold;
	color: #333;
	font-style: normal;
}


table.time .name {
	font-size: 110%;
	line-height: 1.4;
	font-weight: bold;
	color: #5c5c5c;
	font-style: italic;
}

table.time .class {
	font-weight: normal;
	font-size: 85%;
}


table.time .nolink {
	display: block;
	width: 100%;
	color: #999;
	background: #ccc;
	padding: 0 0 2px;
	text-align: center;
	border-radius: 5px;
	border-bottom: none;
}

table.time .abst a {
	display: block;
	width: 100%;
	background: #80BF04;
	color: #000;
	padding: 0 0 2px;
	text-align: center;
	border-radius: 5px;
	transition: opacity .3s
}


/* table.time .abst a:hover {
	background: #297d31;
	text-decoration: none;
} */

table.time .presen a {
	display: block;
	width: 100%;
	background: #F2C22E;
	color: #000;
	padding: 0 0 2px;
	text-align: center;
	border-radius: 5px;
	transition: opacity .3s
}

/* table.time .presen_new a::before,
table.time .video_new a::before {
	font: var(--fa-font-solid);
	content: '\f101';
	padding: 0 2px 0 0;
} */

/* table.time .presen a:hover{
	background:#e0b01f;
	text-decoration:none;
} */



/* 20180925後藤追加 */
table.time .video a {
	display: block;
	width: 100%;
	background: #f29d27;
	color: #000;
	margin-top: 5px;
	padding: 0 0 2px;
	text-align: center;
	border-radius: 5px;
	transition: opacity .3s
}

/* table.time .video a:hover{
	background:#994545;
	text-decoration:none;
} 
*/
/* table.time .video a:hover {
	opacity: .7;
	text-decoration: none;
} */
.abst a:hover,
.presen a:hover,
.video a:hover {
	opacity: .7;
	text-decoration: none;
}
/* 後藤追加終了 */

.rangai {
	padding: 3px;
}


.snapshotbox {
	width: 700px;
	margin: 2em auto;
}

.snapshotbox td {
	padding: 5px;
}

.newslist li {
	border-bottom: 1px dotted #ccc;
	padding: 12px 0 12px 12px;
	margin-bottom: 0px;
	background: url(../../common/img/icon_arrow01.gif) no-repeat 0 19px;
}

/* 202408up */
.qalist {
	flex-wrap: wrap;
	flex-direction: column;
	line-height: 1.5em;
}

.qalist dt,
.qalist dd {
	border-top: 1px dotted #ccc;
	font-size: 1em;
	padding: 1em 0px 0 50px;
	margin: 20px 0;
}

.qalist dt {
	font-weight: bolder;
}


dl.qalist dt:before,
dl.qalist dd:before {
	font-size: 2em;
	margin: 0 0.5em 0 -2em;
	padding: 0.2em 0.4em;
}

dl.qalist dt:before {
	content: "Q";
	color: #c80021;
}

dl.qalist dd:before {
	content: "A";
	color: #0085C8;
	font-weight: bolder;
}

/* ↑↑202408up↑↑ */

div.background {
	margin: 1em auto 1.5em;
	border: 1px solid #f1f1f1;
	padding: 20px 15px;
	border-radius: 10px;
}

/* 吹き出し本体 */
.balloon {
	position: relative;
	padding: 20px;
	background-color: #ffedab;
	color: #333;
	border-radius: 10px;
	margin-bottom: 10px;
	width: 350px;
}

/* 画像 - 絶対配置で左上に配置 */
.balloon1 .icon {
	position: absolute;
	left: -110px;
	top: 0;
}

/* 色付きの半円 */
.balloon::before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	transform: rotate(-125deg);
	left: -20px;
	top: 15px;
	border-left: 20px solid #ffedab;
	border-top: 20px solid #ffedab;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
}

/* 白い半円 */
.balloon::after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-radius: 50%;
	transform: rotate(-45deg);
	left: -20px;
	top: 2px;
	border-left: 20px solid #ffffff;
	border-top: 20px solid #ffffff;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
}

.button{
	float: right;
	margin-top: 20px;
}

.button a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
  }
  
/* 20240802up */
.members {
	margin-left: 1em;
	border-radius: 4px;
	border: 1px solid #9c9c9c;
	background: none;
	background-color: #fff;
	color: #9c9c9c;
	display: inline-block;
	padding: 0px 4px;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	line-height: 1.1;
}

.members_right {
	margin-top: 10px;
	border-radius: 4px;
	border: 1px solid #9c9c9c;
	background: none;
	background-color: #fff;
	color: #9c9c9c;
	padding: 0px 4px;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	line-height: 1.1;
	float: right;
}

/* more 　2021/10/08伊地知追加　 */
div.index2 input {
	display: none;
}

label {
	cursor: pointer;
	display: inline-block;
	padding: 0 10px 3px;
	/* 8thで変更*/
	border-radius: 2px;
	background: #006699;
	color: #FFF;
	font-weight: normal;
	margin-top: .2em;
	opacity: .6;

}

label:hover {
	background: #006699;
	color: #FFF;
}


/* read more 20221011 6th 伊地知追加 */
.readmore {
	position: relative;
	box-sizing: border-box;
	/*以下お好み*/
	/* ボーダーを付ける場合 */
	padding: 10px 0;
}

.readmore-content {
	position: relative;
	overflow: hidden;
	/*↑設定した高さを超えると非表示になる↑*/
	/*↓最初に表示しておく高さ↓*/
	height: 200px;
}

/* グラデーションをかける設定 */
.readmore-content::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	content: "";
	/*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
	height: 50px;
	/* background: -webkit-linear-gradient(top, rgba(238,238,238,0) 0%, rgba(238,238,238,0.8) 50%, rgba(238,238,238,0.8) 50%, #eee 100%);
	background: linear-gradient(top, rgba(238,238,238,0) 0%, rgba(238,238,238,0.8) 50%, rgba(238,238,238,0.8) 50%, #eee 100%); */
	background: linear-gradient(rgba(238, 238, 238, 0) 0%, rgba(238, 238, 238, 0.8) 50%, rgba(238, 238, 238, 0.8) 50%, #eee 100%);
}

/*チェックで開いた時にグラデーションが残ってしまうため、背景グラデーションを非表示にする*/
.readmore-check:checked~.readmore-content::before {
	display: none;
}

/* 続きを読むボタン */
.readmore-label {
	display: table;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	margin: 0px auto;
	z-index: 2;
	padding: 0 15px;
	background-color: transparent;
	border: 1px solid #006699;
	color: #006699;
	font-size: 90%;
}

.readmore-label:before {
	content: 'Read More';
}

.readmore-check {
	display: none;
}

/*チェック時にボタンを非表示*/
.readmore-check:checked~.readmore-label {
	position: static;
	transform: translateX(0);
	-webkit-transform: translateX(-50%);
	/* 202408up-50% */
	/* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
	/* display: none; */
}

/* ↓チェックボックスにチェックが入った時～readmore-labelのbeforeにcloseを設定する↓ */
.readmore-check:checked~.readmore-label:before {
	content: 'Close';
}

/*　↓チェックボックスにチェックが入った時inputタグ以降の.readmore-contentに高さを自動に戻す*/
.readmore-check:checked~.readmore-content {
	height: auto;
}

img {
	transition: 0.3s;
}


.index,
.index2 {
	overflow: hidden;
	clear: both;
	margin-bottom: 1em;
}

.index dl {
	float: left;
	width: 45%;
	/* 45% 8thで変更 */
	background: #eee;
	padding: 10px 0;
	margin-right: 10px;
	border-radius: 5px;
}

.index2 dl {
	float: left;
	width: 95%;
	background: #eee;
	padding: 10px 0;
	margin-right: 10px;
	border-radius: 5px;
}

.index dl:last-child,
.index2 dl:last-child {
	margin-right: 0;
}

.index dt,
.index2 dt {
	float: left;
	margin: 0 10px;
}

.index dd {
	padding: 5px 0 0 10px;
	position: relative;
	min-height: 110px;
}

.index2 dd {
	float: right;
	padding: 5px 0px 0 10px;
	position: relative;
	min-height: 110px;
	width: 76%;
}

/* more 　2021/10/08伊地知追加　 */
div.index2 input {
	display: none;
}

body {
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	/* safari */
}

/* 2024up */
.bn{
	font-weight: bold;
	display: inline-block;
	border-radius: 5px;
	/* padding: 15px 30px 15px 20px; */
	padding: 0.5em 1em 0.5em 1.5em;
	background: #ffa41c;
	color: #000;
	text-decoration: none;
	position: relative;
	border: 1px solid #ffa41c;
	transition: opacity .2s	
}
.bn::before{
	content: '\f105';
	font: var(--fa-font-solid);
	position: absolute;
	top: 50%;
	left: 0.5em;
	transform: translateY(-50%);
} 

/* .bn:hover{
	background: #fff;
	color: #ea5532;
} */

.presen_dl{
	font-size: 1.4em;
	font-weight: 600;
	display: inline-block;
	border-radius: 5px;
	/* padding: 15px 30px 15px 20px; */
	padding: 0.4em 1em 0.4em 3em;
	background: #c45500;
	letter-spacing: 1px;
	color: #fff;
	text-decoration: none;
	position: relative;
	border: 1px solid #c45500;
	line-height: 1em;
	transition: opacity .2s	
}
.presen_dl::before{
	font-size: 1.5em !important;
	content: "";
	position: absolute;
	background-image: url("../../common/img/icon_download.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 34px;
	height: 34px;
	top: 50%;
	transform: translateY(-50%);
	left: 0.5em;
	}

.bn:hover,.presen_dl_only:hover {
	opacity: .7;
	text-decoration: none;
}

.presen_dl_only{
	font-size: 1.4em;
	font-weight: 600;
	display: inline-block;
	border-radius: 5px;
	/* padding: 15px 30px 15px 20px; */
	padding: 1em 1em 1em 3em;
	background: #c45500;
	letter-spacing: 1px;
	color: #fff;
	text-decoration: none;
	position: relative;
	border: 1px solid #c45500;
	line-height: 1em;
	transition: opacity .2s	
}
.presen_dl_only::before{
	font-size: 1.5em !important;
	content: "";
	position: absolute;
	background-image: url("../../common/img/icon_download.png");
	background-repeat: no-repeat;
	background-size: contain;
	width: 34px;
	height: 34px;
	top: 50%;
	transform: translateY(-50%);
	left: 0.5em;
	}



/* 20241021up */
.note {
	text-indent: 3em;
  }

_::-webkit-full-page-media, _:future, :root .note {
	text-indent: 3.35em;
  }

