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

/*________________________________________________

	name:			sp.css
	create Date:	2018-02-08
	lastmodified:	****-**-**
________________________________________________*/

/*--------------------------------------------------------------#topicslist*/
#topicslist {
	display: block;
	clear: both;
	margin: 0 0 20px 0;
}
/* clearfix */
#topicslist { zoom:1; }
#topicslist:after {
	content: ""; 
	display: block; 
	clear: both;}
#topicslist .list {
	display: block;
	clear: both;
	margin: 0 0 10px 0;
}
#topicslist .list li {
	display: block;
	clear: both;
	margin: 0;
}
/* clearfix */
#topicslist .list li { zoom:1; }
#topicslist .list li:after {
	content: ""; 
	display: block; 
	clear: both;}
#topicslist li a {
	display: block;
	padding: 10px;
	text-align: left;
	border: 1px #e7f1f9 solid;
	text-decoration: none;
	color: #554738;
}
#topicslist .list li:nth-child(even) a {
	background: #e7f1f9;
}
/* clearfix */
#topicslist .list li a { zoom:1; }
#topicslist .list li a:after {
	content: ""; 
	display: block; 
	clear: both;}

#topicslist li .image {
	display: block;
	clear: both;
	margin-right: 10px;
	width: 100%;
	height: auto;
}
#topicslist li .image img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
#topicslist li .date {
	display: block;
	clear: both;
	margin: 0 0 5px 0;
	font-size: 90%;
}
#topicslist li .groupname {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	-js-display: flex;
	display: flex;
	margin: 0 0 5px 0;
	vertical-align: middle;
}
#topicslist li .groupname .name {
	display: inline-block;
	clear: right;
	margin: 0 10px 0 0;
	padding: 2px 5px;
	color: #ffffff;
	background: #1878c5;
	font-size: 90%;
	white-space: nowrap;
}
#topicslist li .topics_title {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
}
#topicslist li a:hover .topics_title {
	color: #1878c5;
	text-decoration: underline;
}
#topicslist li .datelist {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
}

#topicslist .topicsmore {
	display: block;
	clear: both;
	margin: auto;
	text-align: center;
}
#topicslist .topicsmore a {
	display: block;
	clear: both;
	padding: 10px;
	text-decoration: none;
	color: #ffffff;
	background: #1878c5;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
}
#topicslist .topicsmore a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	zoom:1;
}

/*--------------------------------------------------------------detail*/
.topics_datelist {
	display: block;
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px #e5e5e5 solid;
	text-align: left;
}
.topics_datelist .groupname {
	margin-left: 5.5em;
	margin-bottom: 10px;
}
.topics_datelist .groupname span {
	display: inline-block;
	clear: right;
	margin-right: 10px;
	margin-left: -6em;
	padding: 2px 0;
	width: 5em;
	color: #ffffff;
	background: #1878c5;
	font-size: 90%;
	text-align: center
}
.topics_datelist .date span {
	display: inline-block;
	clear: right;
	margin-right: 10px;
	padding: 2px 0;
	width: 5em;
	color: #ffffff;
	background: #555555;
	font-size: 90%;
	text-align: center
}

.topics_photo {
	display: block;
	clear: both;
	margin: 0 auto 10px auto;
	max-width: 350px;
	width: 100%;
	height: auto;
	text-align: center;
}
.topics_photo img {
	display: block;
	clear: both;
	margin: auto;
	text-align: center;
	width: 100%;
	height: auto;
}
.topics_photo span {
	display: block;
	padding: 5px 10px;
	background: #eeeeee;
	font-size: 90%;
}
.topics_text {
	display: block;
	clear: both;
	margin-bottom: 10px;
}

.topics_linkbox {
	display: block;
	clear: both;
	margin: 10px 0;
	padding-bottom: 5px;
	background: #e1f2ff;
}
.topics_linkbox .itemname {
	display: block;
	clear: both;
	margin-bottom: 10px;
	padding: 10px 20px !important;
	color: #ffffff;
	background: #1878c5;
	white-space: nowrap;
	font-size: 120%;
	text-align: center;
}
.topics_linkbox a {
	display: block;
	margin: 10px !important;
	color: #164398;
}


/*--------------------------------------------------------------published*/
.publishedbox {
	display: block;
	clear: both;
	margin: 20px auto;
	text-align: center;
	font-size: 120%;
}
.publishedbox input {
	margin-right: 10px;
	vertical-align: middle;
}
.publishedbox a {
	text-decoration: none;
	color: #554738;
}
.publishedbox a:hover {
	text-decoration: underline;
}
.publishedbox .check_registration {
	display: block;
	text-align: left;
	word-wrap: break-word;
	white-space: normal;
}
.publishedbox .check_registration label {
	word-wrap: break-word;
	white-space: normal;
}

.btn_privacy a {
	display: block;
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 15px 0;
	color: #ffffff;
	font-size: 100%;
	text-align: center;
	text-decoration: none;
	background: #555555;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
}

.btn_foam,
.btn_privacy {
	display: block;
	clear:  both;
	width: auto;
	height: auto;
	margin: 20px auto 0 auto;
	padding: 0;
	font-size: 100%;
	text-align: center;
}
.btn_foam a {
	display: block;
	width: auto;
	height: auto;
	margin: 0 auto;
	padding: 15px 0;
	color: #ffffff;
	font-size: 100%;
	text-align: center;
	text-decoration: none;
	background: #1878c5;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
}
input.btn_infoam {
	display: block;
	margin: 10px auto;
	padding: 10px;
	text-align: center;
	width: 100%;
	height: auto;
	color: #ffffff;
	font-size: 90%;
	text-decoration: none;
	cursor: pointer;
	border: none;
	background: #1878c5;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
}
input.btn_infoam[disabled] {
	display: block;
	margin: 10px auto;
	padding: 10px;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	cursor: default;
	background: #777777;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
}
.btn_foam a:hover,
.btn_privacy a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	zoom:1;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;
}
input.btn_infoam[disabled]:hover {
	opacity:1;
	filter: alpha(opacity=100);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
	-moz-opacity:1;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 1;              /* Safari 1.x */
	zoom:1;
}


/*--------------------------------------------------------------qa*/
.question {
	position: relative;
	display: inline-block;
	margin: 15px 0 10px 15px;
	padding: 10px;
	font-size: 140%;
	background: #e1f2ff;
}
.question:before{
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
 	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #e1f2ff;
}
.question .icon_q {
	display: block;
	clear: both;
	margin-right: 10px;
	color: #1878c5;
	font-weight: bold;
}
.question .qa_text {
	display: block;
	clear: both;
}

.answer {
	position: relative;
	display: inline-block;
	margin: 10px 70px 30px 15px;
	padding: 10px;
	background: #ffe1e1;
}
.answer .icon {
	position: absolute;
	right: -70px;
	top: 30%;
}
.answer .icon img {
	width: 50px;
	height: auto;
}
.answer:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
 	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #ffe1e1;
}
.answer .icon_a {
	display:  block;
	clear: both;
	margin-right: 10px;
	color: #F02B2E;
	font-size: 140%;
	font-weight: bold;
}
.answer .qa_text {
	display: block;
	clear: both;
}

/*--------------------------------------------------------------
  #topics_wrapper
--------------------------------------------------------------*/
#topics_wrapper {
	clear: both;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
}
#topics_wrapper .topics_cnt {
	clear: both;
	width: auto;
	height: auto;
	margin-bottom: 20px;
	padding: 20px 10px;
	background-color: #ffe6ed;
	text-align: left;
}
#topics_wrapper .tmp_topics_form {
	clear: both;
	width: auto;
	height: auto;
	margin: 0;
	padding: 20px 10px;
	background-color: #e1f2ff;
	text-align: left;
}
#topics_wrapper .tmp_topics_form dt {
	clear: both;
	margin-bottom: 5px;
	font-size: 114%;
	font-weight: bold;
}
#topics_wrapper .tmp_topics_form dt .open,
.topics_cnt .open {
	color: #0562ad;
}
#topics_wrapper .tmp_topics_form dt .hissu {
	display: inline-block;
	float: right;
	width: auto;
	height: auto;
	margin-left: auto;
	color: #ff0000;
	vertical-align: middle;
	font-size: 75%;
	font-weight: normal;
}
#topics_wrapper .tmp_topics_form dt .contact {
	font-size: 80%;
	display: list-item;
	float: left;
	list-style: disc inside;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
#topics_wrapper .tmp_topics_form dd {
	clear: both;
	margin: 0 0 20px 0;
	padding: 0;
}
#topics_wrapper .tmp_topics_form dd:last-child {
	margin-bottom: 0;
}
#topics_wrapper .tmp_topics_form dd p {
	clear: both;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}
#topics_wrapper .tmp_topics_form dd input {
	margin-right: 0.8em;
	vertical-align: middle;
	border: none;
	font-size: 86%;
}
#topics_wrapper .tmp_topics_form dd label {
	vertical-align: middle;
	margin-right: 20px;
	white-space: nowrap;
}
#topics_wrapper .tmp_topics_form dd input.wide {
	width: calc(100% - 0.8em);
	padding-top: 1.6em;
	padding-bottom: 1.6em;
	margin-right: 0;
	text-indent: 0.8em;
	border: none;
	font-size: 86%;
}
#topics_wrapper .tmp_topics_form dd select {
	width: calc(90% - 0.8em);
	padding-top: 1.6em;
	padding-bottom: 1.6em;
	margin-right: 0.8em;
	text-indent: 0.8em;
	border: none;
	font-size: 86%;
}
#topics_wrapper .tmp_topics_form dd select {
	margin-bottom: 0.8em;
}
#topics_wrapper .tmp_topics_form dd textarea {
	width: calc(100% - 1.6em);
	height: 8em;
	margin: 0;
	padding: 0.8em;
	border: none;
	font-size: 86%;
}
#topics_wrapper .tmp_topics_form dd .btn_file {
	width: calc(100% - 2em);
	padding: 0.8em;
	margin-right: 0;
	text-indent: 0.8em;
	background: #ffffff;
	border: 1px #cccccc solid;
}
#topics_wrapper .tmp_topics_form dd .btn_file .selectbtn {
	display: block;
	clear: both;
	margin: 0 10px 5px 10px;
	font-size: 90%;
}
#topics_wrapper .tmp_topics_form dd .btn_file .selectbtn a {
	display: block;
	padding: 2px 5px;
	background: #e1e1e1;
	border: 1px #cccccc solid;
	text-decoration: none;
	color: #333333;
	text-align: center;
}
#topics_wrapper .btn,
#topics_wrapper .back_btn {
	display: block;
	margin: 20px 0 0 0;
	padding: 0;
	width: auto;
	text-align: center;
}
#topics_wrapper .btn button,
#topics_wrapper .back_btn button {
	display: block;
	margin: 0;
	padding: 15px 10px;
	width: 100%;
	text-align: center;
	background-color: #1878c5;
	color: #ffffff;
	outline: none;
	appearance: none;
	cursor: pointer;
	border: none;
	border-radius: 5px;         /* CSS3 */
	-moz-border-radius: 5px;    /* Firefox */
	-webkit-border-radius: 5px; /* Safari,Chrome */
}
#topics_wrapper .btn button:hover,
#topics_wrapper .back_btn button:hover {
	opacity:0.8;
	filter: alpha(opacity=80);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=80)";  /* ie 8 */
	-moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.8;              /* Safari 1.x */
	zoom:1;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all  0.6s ease;
}
</pre></body></html>