@charset "UTF-8";

.pgheader {
	background-size: cover;
	height: 126px;
}
.inner {
	width: 1000px;
	margin: 0 auto;
	backdrop-filter: blur(2px);
}
main {
	padding-bottom: 80px;
}
.pgheader h2 {
	color: #fff;
	margin-bottom: 10px;
}
.pgheader p {
	color: #fff;
	font-size: 18px;
	text-shadow: 1px 1px 1px #aaa;
	letter-spacing: 0.05em;
}
.pgheader h2 span {
	border-bottom: solid 1px #fff;
	text-shadow: 1px 1px 1px #aaa;
}
.posts_list {
	width: 100%;
}
.posts_list ul {
	display: flex;
	justify-content:space-between;
	align-items: center;
	flex-wrap: wrap;
}
.posts_list ul:after {
	content: "";
	width: 320px;
}
.posts_list ul li {
	position: relative;
}
.posts_list ul li h3 {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 10px;
	color:#fff;
	width: 300px;
	line-height: 1.5;
	text-shadow: 1px 1px 1px #aaa;
	backdrop-filter: blur(4px);
}

/*Archive Report*/

.archive #report .pgheader {
	background: url(../img/img_bg_report.png) no-repeat;
	background-size: cover;
}
/*Archive Colimn*/
.archive #column .pgheader {
	background: url(../img/img_bg_column.png) no-repeat;
	background-size: cover;
}

/*学会速報レポート親テーマ*/

#report .posts {
	
}
.report_list {
	margin: 30px 0 50px;
}
.report_list ul {
	
}
.report_list ul li {
	padding: 20px;
	border: 1px solid #aaa;
	border-radius: 5px;
	box-shadow: 1px 1px 2px #aaa;
	transition: 0.3s;
}
.report_list ul li:hover {
	opacity: 0.6;
}
.report_list ul li a {
	text-decoration: none;
}
.report_list ul li a .list_hd_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.report_list ul li a .list_hd_wrap .session_day {
	color: #333;
	font-weight: 400;
}
.report_list ul li a .list_hd_wrap .session_day span {
	padding-right: 5px;
	font-weight: 300;
}
.report_list ul li a .list_header {
	display: flex;
	align-items: center;
}
.report_list ul li a .list_header .session_title {
	font-size: 20px;
	font-weight: 600;
	color: #000;
	margin: 0;
}
.report_list ul li a .list_header .report_cat {
	margin-left: 20px;
}
.report_list ul li a .list_header .report_cat ul {
	display: flex;
}
.report_list ul li a .list_header .report_cat ul li {
	font-size:12px;
	background: #DBA02C;
	color:#fff;
	border-radius: 5px;
	padding: 4px 5px 1px;
	margin-right: 10px;
}
.report_list ul li a h3,.report_list ul li a h4 {
	color: #00368B;
	line-height: 1.5;
}
.report_list ul li a h3 {
	margin-top: 10px;
	margin-bottom: 5px;
}
.report_list ul li a h4 {
	margin-top: 0;
	margin-bottom: 10px;
}
.report_list ul li a .entry {
	color: #000;
	font-size: 14px;
	line-height: 1.2;
}
.report_list ul li a .speakers {
	color:#000;
	font-size: 14px;
	margin-top: 10px;
}
.report_list ul li a .speakers dl {
	display: flex;
	align-items: flex-start;
	margin-top: 5px;
	margin-bottom: 5px;
}
/*学会速報レポート子テーマ*/
.report_content {
	margin: 30px 0 50px;
}
.report_content .cont_header_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.report_content .content_header {
	display: flex;
	align-items: center;
}
.report_content .content_header .session_title {
	font-size: 20px;
	font-weight: 600;
	color: #000;
	margin: 0;
}
.report_content .content_header .report_cat {
	margin-left: 20px;
}
.report_content .content_header .report_cat ul {
	display: flex;
}
.report_content .content_header .report_cat ul li {
	font-size:12px;
	background: #DBA02C;
	color:#fff;
	border-radius: 5px;
	padding: 4px 5px 1px;
	margin-right: 10px;
}
.report_content h3,.report_content h4 {
	font-size: 0.95em;
	color: #00368B;
	line-height: 1.5;
}
.report_content h3 {
	margin-top: 10px;
	margin-bottom: 5px;
}
.report_content h4 {
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: solid 1px #aaa;
}
.report_content .speakers {
	color:#000;
	font-size: 18px;
	margin-top: 10px;
}
.report_content .speakers dl {
	display: flex;
	align-items: flex-start;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1.5;
}
.report_content .entry {
	margin: 30px 0;
	color: #000;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
.report_content .content_wrap {
	
}
.report_content .content_wrap h3 {
	padding: 1em;
	border-left: 10px solid #42AAC7;
	background: #DFF1F6;
}
.report_content .content_wrap p {
	line-height: 2;
	padding: 0 0.2em;
}
.swpm-post-not-logged-in-msg {
	width: 60%;
	margin: 50px auto;
	border: solid 1px #DBA02C;
	padding: 20px;
	border-radius:5px;
}
.swpm-post-not-logged-in-msg a {
	display: inline-block;
}
/*single*/
.single .content_wrap {
	width: 100%;
}
.single .content_wrap h3 {
	color: #00368B;
    line-height: 1.5;
	margin-top: 10px;
    margin-bottom: 5px;
	padding: 1em;
	border-left: 10px solid #42AAC7;
	background: #DFF1F6;
}
.single .content_wrap .list {
	margin: 30px 0;
	padding-left: 2em;
	font-size: 18px;
}
.single .content_wrap .list li {
	line-height: 2;
	display: block;
	padding: 0 1.5em;
	position: relative;
}
.single .content_wrap .list li:before {
	font-family:"fontawesome";
	position: absolute;
	content:"\f111";
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
	color: #00368B;
}
.single .content_wrap .notes {
	display: flex;
	justify-content: flex-end;
}
.single .content_wrap .notes p {
	line-height: 1.2;
}
.single .content_wrap .flex {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.single .content_wrap .flex .list {
	width: 43%;
}
.single .content_wrap .flex .image_wrap {
	margin-top: 30px;
	width: 55%;
}
.single .content_wrap h4 {
	margin-bottom: 0;
	line-height: 1.2;
}
.single .content_wrap li span {
	font-weight: 600;
	color: #00368B;
}
.single .content_wrap .dl_list {
	padding: 0.5em 2em;
}
.single .content_wrap dl {
	display: flex;
	line-height: 2;
	font-size: 18px;
}
.single .content_wrap dl dt {
	font-weight: 600;
}
.single .content_wrap dl dd span {
	font-weight: 600;
}
.single .content_wrap dl dt.qus {
	color: #00368B;
}
.single .content_wrap dl dt.ans {
	color: #f08c00;
}
/*contact*/
#contact .content_wrap {
	width: 100%;
}
#contact .content_wrap h3 {
	color: #00368B;
    line-height: 1.5;
	margin-top: 10px;
    margin-bottom: 5px;
	padding: 1em;
	border-left: 10px solid #42AAC7;
	background: #DFF1F6;
}
#contact .content dl {
	display: flex;
	width: 80%;
	margin: 30px 10%;
	align-items: center;
}
#contact .content dl dt {
	width: 20%;
}
#contact .content dl dd {
	width: 80%;
}
#contact .content .submit {
	text-align: center;
}
/*search*/
article img {
	width: auto;
}
@media screen and (max-width: 999px) {
	/* 999px以下に適用されるCSS*/
}
@media screen and (max-width: 780px) {
	/* 780px以下に適用されるCSS（スマホ用） */
}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
}