﻿@charset "UTF-8";

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: container */

html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
}
article {
	width: 100%;
	margin: 0 auto;
}
article {
	max-width: 1078px;/* 共通コンテンツ幅 */
	padding-left:1%;
	padding-right:1%;
}
article:after{
	display:block;
	clear:both;
	content:"";
}
.container_wide article {
	max-width: 1200px;/* ワイド版コンテンツ幅 */
}
.lower .container{
	margin-bottom:30px;
}
@media screen and (min-width: 1078px) {
	article {
		padding-left:0;
		padding-right:0;
	}
}
.breadCrumb ul {
	max-width: 1078px;
}

/*--------------------------------------- header */

header {
	position: relative;
	background-color: transparent;
}
header #header_inner {
	max-width: 1078px;
	margin:0 auto;
	padding: 0 10px 0 10px;
	background-color: transparent;
	display: flex;
}
@media screen and (max-width:719px) {
	header #header_inner {
		padding: 0 60px 0 10px;/* sp_menu幅確保 */
	}
}
header #header_logo {
	flex-basis: 350px;/* ロゴの幅 */
	margin: 0;
	padding: 10px 0 10px;
	line-height: 0;
	vertical-align: middle;
}
header #header_contents{
	flex: 1;
}
header #header_logo a {
	display: inline-block;
	padding: 0;
}
header #header_logo img {
	width:100%;
	vertical-align: middle;
}
/* header_contents */
#header_menu_upper{
	float:right;
	font-size:0.9em;
	margin-right:5px;
	margin-left:15px;
}
#header_menu_lower{
	float:right;
	font-size:0.9em;
	padding-top:10px;
}
#header_menu_upper ul,
#header_menu_lower ul{
	margin: 0;
	padding: 0;
	line-height: 1;
	display:inline-block;
}
#header_menu_upper li,
#header_menu_lower li{
	padding:20px 0;
	height:100%;
	display:inline-block;
}
#header_menu_upper li a,
#header_menu_lower li a{
	padding:10px 10px;
	height:100%;
	display:inline-block;
	text-decoration:none;
}
#header_menu_lower li a{
	font-weight:bold;
	transition: all .3s ease 0s;
}
#header_menu_lower li a:hover{
	transform: scale(1.3);
	opacity:0.9;
}
#header_menu_lower li:nth-child(1) a{
	color:#78a683;
}
#header_menu_lower li:nth-child(2) a{
	color:#5c719f;
}
#header_menu_lower li:nth-child(3) a{
	color:#825c9f;
}
#header_menu_lower li:nth-child(4) a{
	color:#9f5c71;
}
#header_menu_lower li:nth-child(5) a{
	color:#9e901b;
}
#header_menu_upper{
	position: relative;
	margin-top: 20px;
}
#header_menu_upper .btn_search {
	display: table-cell;
	width: 80px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
}
#header_menu_upper .btn_search img {
	width: 28px;
	cursor: pointer;
}
#header_menu_upper .search_box {
	display: none;
	position: absolute;
	z-index: 100;
	top: 55px;
	right: 0;
	width: 350px;
	padding: 5px 10px;
	background: #00624B;
	border-radius: 4px;
}
#header_menu_upper .search_box input {
	border-radius: 4px;
	width:100%;
	border-color: 1px solid #888888;
}
#header_menu_upper .search_box.active {
	display: block;
}
@media screen and (max-width:1024px) and (min-width:720px) {
	#header_menu_upper{
		margin-left:0;
		margin-right:0;
	}
	#header_menu_lower li a{
		font-size:1.2vw;
		padding-left:0.15vw;
		padding-right:0.15vw;
	}
}
@media screen and (max-width:719px) {
	#header_menu_upper,
	#header_menu_lower{
		display: none;
	}
}
/* googleカスタム検索 */
.gsc-control-cse{
	padding:0 !important;
}
form.gsc-search-box{
	margin-top:2px !important;
	margin-bottom:2px !important;
}
table.gsc-search-box ,
table.gsc-search-box td{
	border:none !important;
}
/*--------------------------------------- footer */
footer {
	clear:both;
	max-width: 100%;/* フッタ幅100% */
	/* max-width: 1078px; フッタ最大幅1078px */
	line-height:1.5;
}
footer .footerBox_1 {
	padding: 20px;
}
footer .footerBox_1:after {
	content:"";
	clear:both;
	display:block;
}
footer .footerBox_1 ul{
	margin:1.5em 0 0;
	padding:0 0 0 0.2em;
	list-style:none;
}
footer .footerBox_1 ul li{
	line-height:1.1;
	margin-bottom:1.0em;
}
footer .footerBox_1 a{
	color:#FFFFFF;
	text-decoration:none;
}
footer .footerBox_1 a:hover{
	opacity:0.9;
}
footer .footerBox_1 #footer_nav1 table{
	width:66% !important;
	float:left;
}
footer .footerBox_1 #footer_nav2 table{
	width:33% !important;
	float:right;
}
@media screen and (max-width:719px) and (min-width:481px) {
	footer .footerBox_1 #footer_nav1 table{
		width:49% !important;
	}
	footer .footerBox_1 #footer_nav2 table{
		width:49% !important;
	}
}
@media screen and (max-width:480px) {
	footer .footerBox_1 #footer_nav1 table{
		width:96% !important;
	}
	footer .footerBox_1 #footer_nav2 table{
		width:96% !important;
		float:left;
	}
	footer .footerBox_1 ul li{
		line-height:1.1;
		margin-bottom:0.4em;
	}
}
@media screen and (max-width:719px) {
	footer .footer_nav{
		font-size:85%;
	}
}
footer .footerBox_2 {
	padding: 20px 5px 60px;
}
footer .footerBox_2 a{
	text-decoration:none;
	display:inline-block;
}

/*--------------------------------------- sp_menu */

.sp_menu{
	overflow-y: scroll;
	max-height: 100%;
}
@media screen and (min-width: 720px), print {
	.sp_menu_btn,
	.sp_menu {
		display: none;
		/*display: inline-block;
		box-sizing: border-box;*/
	}
}
@media screen and (max-width:719px) {
	.sp_menu_btn,
	.sp_menu_btn span {
		display: inline-block;
		box-sizing: border-box;
	}
}
.sp_menu_btn {
	position: relative;
	width: 40px;
	height: 34px;
	padding:2px;
	background-color:rgba(255,255,255,0.5);
}
.sp_menu_btn.close{
	background-color:transparent;
}
.sp_menu_btn span {
	position: absolute;
	width: 36px;
	height: 4px;
	background-color: #00705F;
	border-radius: 4px;
	transition: transform 0.1s;
}
.sp_menu_btn span:nth-of-type(1) {
	top: 2px;
}
.sp_menu_btn span:nth-of-type(2) {
	top: 14px;
}
.sp_menu_btn span:nth-of-type(3) {
	bottom: 2px;
}
.sp_menu_btn.close span {
	background-color: #00705F;
}
.sp_menu_btn.close span:nth-of-type(1) {
	-webkit-transform: translateY(14px) rotate(-45deg);
	transform: translateY(13px) rotate(-45deg);
}
.sp_menu_btn.close span:nth-of-type(2) {
	opacity: 0;
}
.sp_menu_btn.close span:nth-of-type(3) {
	-webkit-transform: translateY(-15px) rotate(45deg);
	transform: translateY(-13px) rotate(45deg);
}
.sp_menu_btn {
	position: fixed;
	top: 18px;
	right: 10px;
	z-index: 1000;
}
.sp_menu {
	position: fixed;
	z-index: 135;
	right: -100%;
	top: 0;
	width: 100%;
	max-width: 280px;
	height: 100%;
	padding: 60px 0px;
	background-color: #F3F3F3;
	box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.2);
	overflow-y: auto;
	opacity:0;
	transition: right 0.2s;
}
.sp_menu.menu_fixed {
	right: 0;
	opacity: 10;
}
.sp_menu ul{
	border-top:2px solid #00705F;
	list-style:none;
	margin:0;
	padding:0 5%;
}
.sp_menu li{
	border-bottom:1px solid #00705F;
	padding:0;
}
.sp_menu a{
	display:inline-block;
	width:100%;
	height:100%;
	padding:5px 0 5px 15px;
	text-decoration:none;
	color:#222222;
}
.sp_menu ul.sp_menu_upper{
	border-top:none;
	margin:10px 0 0 0;
}
.sp_menu ul.sp_menu_upper li{
	border-bottom:none;
}

.sp_menu ul.sp_menu_upper li:first-child a{
	color:#FFFFFF;
	background-color:#007BC8;
}
.sp_menu ul.sp_menu_upper li:nth-child(2) a{
	color:#FFFFFF;
	background-color:#616161;
}
.sp_menu a{
	text-decoration:none;
	color:#222222;
}
.sp_menu_bg {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 20;
	width: 100%;
	height: 100%;
	display: none;
}
.sp_menu_bg.bg_fixed {
	display: block;
	background-color: transparent;
}


/*--------------------------------------- columnBox */

@media screen and (min-width: 720px), print {
	.columnBox {
		display: table;
		table-layout: fixed;
		width: 100%;
	}
	.columnBox .column {
		display: table-cell;
		vertical-align: top;
		padding:1em 20px;
	}
}
@media screen and (max-width: 719px), print {
	.columnBox .column {
		padding:1em 1%;
	}
}
/*--------------------------------------- sideContaints */

#side {
	padding: 10px;
	position: sticky;
	top: 0;
}
#side .menu_title {
	text-align:center;
	border-bottom: 2px solid #ddd;
	font-size: 1.3em;
	padding: 1em 20px 0;
	margin-bottom:10px;
	word-wrap: break-word;
	overflow-wrap: break-word;
	box-sizing: border-box;
}
#side .menu_title a{
	text-decoration:none;
}
#side ul {
	list-style: none;
	padding: 0 0 0 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#side ul li {
	border: solid 1px #005F49;
	border-radius: 3px;
	position: relative;
	margin-bottom:5px;
}
#side li a {
	color: #333;
	line-height:1.4;
	font-size: 0.95em;
	text-decoration: none;
	display: block;
	padding: 0.5em 0.5em 0.5em 2em;
	transition: color linear 0.2s;
	background-image:url(img/icon_right_arrow.png);
	background-repeat:no-repeat;
	background-position:0.5em 0.6em;
}
#side li a:hover {
	color: #777;
	background-image:url(img/icon_right_arrow.png);
	background-position:0.8em 0.6em;
}
#side li.current a {
	color:#FFFFFF;
	background-image:url(img/icon_right_arrow_white.png);
	background-color: #005F49;
}
@media screen and (min-width:720px) {
	.columnBox .column_side {
		width:280px;
	}
}
@media screen and (max-width: 719px) {
	.columnBox .column_side {
		padding: 1em 0 0;
	}
}
/*--------------------------------------- search */
ul.search_result {
	list-style:none;
	border-top:1px solid #005F49;
	padding:0;
}
ul.search_result li{
	border-bottom:1px solid #005F49;
	font-size:0.8em;
	padding-bottom:10px;
}
ul.search_result li a{
	font-size:1.8em;
	color:#1a0dab;
}
/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: common_setting */

img {
	max-width: 100%;
	height: auto !important;
	width /***/: auto;
}
table td img{
	max-width: 100%;
	height:auto !important;
}
iframe{
	max-width:100%;
}
ul{
	margin:0;
	padding:0 20px;
}
@media screen and (min-width:720px) {
	.only_pc{
		display:block;
	}
	.only_sp{
		display:none;
	}
}
@media screen and (max-width:719px) {
	.only_pc{
		display:none;
	}
	.only_sp{
		display:block;
	}
}

/*--------------------------------------- font */

html {
	font-size: 62.5%;
}
body {
	/* ゴシック体 */
	font-family: "Noto Sans JP","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",Meiryo, sans-serif;
	/* 明朝体
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;*/
	color: #222222;
	font-size: 1.5em;
	line-height: 2;
	letter-spacing: 0.05rem;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
@media screen and (max-width:719px) {
	html,body {
		-webkit-text-size-adjust: 100%;
		-webkit-overflow-scrolling: touch;
	}
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	position: relative;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}
.lower h1,
h2 {
	color:#005F49;
	font-weight: normal;
	padding: 0.5em 10px;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}
/* h:変更した場合はstyle_editor.cssにも反映すること */
h3 {
	text-align:left;
	color:#000000;
	margin:15px 0 15px 0;
	padding: 2px 0 3px 10px;
	border-left:10px solid #005F49;
	background-color:#F6F6F6;
}
h4{
	color: #000000;
	font-weight: bold;
	margin:15px 0 15px 0;
	padding: 2px 0 3px 10px;
	border-left:10px solid #005F49;
}

h5 {
	position: relative;
	padding: 0.5em 0 0.2em 0.4em;
	margin:15px 0 15px 0;
	font-weight:normal;
}
h5::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
h6 {
	font-weight:normal;
	color: #000000;
	margin:15px 0 15px 0;
	padding: 0.5em 0 0.2em 0.4em;
	border-bottom: 1px solid #000000;
}
@media screen and (min-width: 720px), print {
	.lower h1,
	h2 {
		font-size: 1.6em;
	}
	h3 {
		font-size: 1.4em;
	}
	h4 {
		font-size: 1.3em;
	}
	h5 {
		font-size: 1.2em;
	}
	h6 {
		font-size: 1.1em;
	}
}
@media screen and (max-width: 719px) {
	.lower h1,
	h2 {
		font-size: 1.4em;
	}
	h3 {
		font-size: 1.2em;
	}
	h4 {
		font-size: 1.1em;
	}
	h5,h6 {
		font-size: 1em;
	}
}
.bold {
	font-weight: bold;
}
.body_common h2{
	line-height:1;
}
.body_common h2 span{
	display:block;
	font-weight:normal;
	font-size:0.6em;
}
@media screen and (min-width:720px), print {
	.body_common .title_box h2 {
		line-height:1;
	}
	.body_common h2{
		padding-top:50px;
		font-size:2.2em;
		font-weight:bold;
		color:#005f4b;
		position: relative;
		text-align: center;
		margin-bottom:20px;
		line-height:1;
	}
	.body_common h2::before {
		position: absolute;
		bottom: 0;
		left: calc(50% - 50px);
		width: 100px;
		height: 3px;
		content: '';
		border-radius: 3px;
		background: #005f4b;
	}
	.body_common h2.h2_top_link{
		padding-top:20px;
		font-size:1.8em;
	}
	.body_common h2.h2_top_link::before {
		width: 0;
		height: 0;
	}
}
@media screen and (max-width:719px) {
	.body_common h2{
		padding-top:20px;
		font-size:1.6em;
		font-weight:normal;
		color:#005f4b;
		position: relative;
		text-align: center;
		margin-bottom:10px;
		line-height:1;
	}
	.body_common h2::before {
		position: absolute;
		bottom: 0;
		left: calc(50% - 50px);
		width: 100px;
		height: 3px;
		content: '';
		border-radius: 3px;
		background: #005f4b;
	}
	.body_common h2.h2_top_link{
		padding-top:10px;
		font-size:1.3em;
	}
	.body_common h2.h2_top_link::before {
		width: 0;
		height: 0;
	}
}
.lower h2{
	font-size:1.6em;
	color:#005F49;
}
@media screen and (max-width:719px) {
	.lower h2{
		font-size:1.3em;
	}
}
/*--------------------------------------- color */

a {
	color: #000000;
}
a:hover {
	color: #656565;
}
a:hover img{
	opacity: 0.8;
}
.white{color:#FFFFFF;}
.black{color:#000000;}
.red{color:#d2202f;}
.blue{color:#40559F;}
.bg_white{background-color:#FFFFFF;}
.bg_black{background-color:#000000;}
.bg_lightgrey{background-color:#F9F9F9;}
.bg_grey{background-color:#EDEDED;}
.bg_blue{background-color:#014B9C;color:#FFFFFF;}
.bg_lightblue{background-color:#F0FCFF;}
.bg_red{background-color:#d2202f;color:#FFFFFF;}
.bg_lightred{background-color:#FFD9DE;}
.bg_pink{background-color:#f7d8ea;}
.bg_yellow{background-color:#FFF599;}
.bg_green{background-color:#005F49;color:#FFFFFF;}
.bg_lightgreen{background-color:#C5FFDF;}
.bg_cream{background-color:#FFFFFA;}
.bg_ivory{background-color:#F9F8F0;}
.bg_beige{background-color:#E1DCD8;}
.bg_lime{background-color:#D0FDE9;}
.bg_lemon{background-color:#FCFFD8;}

/*--------------------------------------- btn */

.btn {
	text-align: center;
	display: block;
	padding: 0.5em 20px;
}
.btn a {
	border-radius: 5px;
	padding: 0.8em 2em;
	line-height: 1.5;
	background-color: #005F49;
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	transition: background-color linear 0.2s;
}
.btn a:hover {
	background-color: #24836D;
}

/* CMSエディター：ボタン */
.editor-style-btn1 {
	display: inline-block;
	margin: 0.5em 20px;
	color: #FFFFFF;
	border-radius: 5px;
	background-color: #005F49;
	transition: background-color linear 0.2s;
}
.editor-style-btn1:hover {
	background-color: #24836D;
}

.editor-style-btn1 a {
	display: inline-block;
	padding: 0.8em 2em;
	color: #FFFFFF;
	text-decoration: none;
}
.editor-style-btn2 {
	display: inline-block;
	margin: 0.5em 20px;
	color: #FFFFFF;
	border-radius: 5px;
	background-color: #EA345A;
	transition: linear 0.2s;
}

.editor-style-btn2:hover {
	background-color: #D35672;
}

.editor-style-btn2 a {
	display: inline-block;
	padding: 0.8em 2em;
	color: #FFFFFF;
	text-decoration: none;
}
.editor-style-text1 {
	color: #ffffff;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3),-1px -1px 5px rgba(0, 0, 0, 0.3);
}

/*--------------------------------------- table */

table {
	border-collapse: collapse;
}
table th,
table td {
	border: 1px solid #CCCCCC;
}
table th {
	background: #F1F1F1;
}
table[border="0"],
table[border="0"] th,
table[border="0"] td {
	border: none;
}
table[border="1"],
table[border="1"] th,
table[border="1"] td {
	border: 1px solid #CCCCCC;
}
table[border="1"] th table[border="0"] td,
table[border="1"] td table[border="0"] td {
	border: none;
}

@media screen and (max-width:719px) {
	table th {
		width: auto !important;
	}
	.sp_table td,
	.sp_table th,
	.sp_table tr{
		display: block;
		width: 100%!important;
	}
}
table.responsive,
table.responsive2c {
	border-collapse: collapse;
	font-size: 0.95em;
}
table.responsive[border="0"],
table.responsive[border="0"] th,
table.responsive[border="0"] td,
table.responsive2c[border="0"],
table.responsive2c[border="0"] th,
table.responsive2c[border="0"] td {
	border: none;
}
@media screen and (max-width: 719px) {
	table.responsive,
	table.responsive2c {
		max-width:100%;
	}
	table.responsive td,
	table.responsive th{
		display: block;
		width: 100% !important;
	}
	table.responsive2c td,
	table.responsive2c th{
		float:left;
		width: 50% !important;
	}
	table.responsive td img,
	table.responsive2c td img {
		max-width:100%;
		height:auto;
	}

}
table.responsive[border="0"] td table:not([border="0"]) th,
table.responsive[border="0"] td table:not([border="0"]) td,
table.responsive2c[border="0"] td table:not([border="0"]) th,
table.responsive2c[border="0"] td table:not([border="0"]) td{
	border: 1px solid #dddddd;
}
@media screen and (max-width: 480px) {
	.sp_table[border="0"] td table:not([border="0"]) th,
	.sp_table[border="0"] td table:not([border="0"]) td{
		display: table-cell;
		width: auto !important;
		border-left:none;
		border-top:none;
	}
	table.responsive2c td,
	table.responsive2c th{
		width: 100% !important;
	}
}

/*--------------------------------------- list_text */

.list_text,
.list_text li {
	display: block;
	padding: 0;
	margin: 0;
	list-style: none;
}
.list_text {
	padding: 1em 0;
}
.list_text li {
	border-bottom:1px solid #222222;
}
.list_text li a {
	text-decoration:none;
	display: block;
	color: #222222;
}
.list_text li .listBox {
	width: 100%;
}
.list_text li .date {
	font-size: 0.9em;
	width: 8em;
}
.list_text li .new {
	font-size: 0.9em;
	margin: 5px;
	color: #D2202F;
	padding: 0.01em 0.5em;
	border: 1px solid;
	border-radius: 100em;
	margin: 5px;
	display: inline-block;
	vertical-align: middle;
}
@media screen and (min-width: 481px), print {
	.list_text li .listBox {
		display: table;
	}
	.list_text li .listBox .date,
	.list_text li .listBox .text {
		display: table-cell;
		vertical-align: middle;
		padding: 10px 20px;
	}
}
@media screen and (max-width: 480px) {
	.list_text li .listBox {
		padding: 10px 20px;
		display: block;
	}
	.list_text li .listBox .date,
	.list_text li .listBox .text {
		padding: 5px 0;
		display: block;
	}
}

/*--------------------------------------- list_thumbnail */

.list_thumbnail {
	width:100%;
	padding: 1em 0;
	margin: 0;
}
.list_thumbnail li{
	display: inline-block;
	vertical-align: top;
	margin: 0;
}
.list_thumbnail li a {
	display: block;
	text-decoration: none;
}
.list_thumbnail .listBox {
	display: block;
	padding: 0 10px 1em;
	position: relative;
}
.list_thumbnail .thumbnail {
	display: block;
	overflow: hidden;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: relative;
}
.list_thumbnail .thumbnail span{
	padding: 30% 0;
	display: block;
	height: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	transition: all 0.5s ease-out;
}
.list_thumbnail li a:hover .thumbnail span{
	transform: scale(1.1);
	box-shadow: none;
}
.list_thumbnail .dateBox {
	display: block;
	padding: 0 10px;
	background-color: #F9F9F9;
	font-size: 0.9em;
}
.list_thumbnail .date,
.list_thumbnail .icon_entry,
.list_thumbnail .new {
	margin: 5px;
	display: inline-block;
	vertical-align: middle;
}
.list_thumbnail .date {
	padding: 0.1em 0;
}
.list_thumbnail .icon {
	display:block;
}
.list_thumbnail .icon:after {
	content:"";
	clear:both;
	display:block;
}
.list_thumbnail .icon_entry {
	float:left;
	color: #FFFFFF;
	line-height:1.1;
	padding: 0.05em 1em 0.1em;
	border: none;
	background-color:#A80000;
	border-radius: 100em;
}
.list_thumbnail .new {
	float:right;
	color: #FFFFFF;
	line-height:1.1;
	padding: 0em 1em 0.1em;
	border: none;
	background-color:#005F49;
	border-radius: 100em;
}

.list_thumbnail .title {
	display: block;
	padding: 0.5em 10px 1em;
}
.list_thumbnail .text {
	display: block;
	padding: 0.5em 10px 1em;
	border-top: 1px dashed #ddd;
	color: #999;
	font-size: 0.9em;
}
@media screen and (min-width: 1200px) {
	.list_thumbnailC5 li{
		width: 20%;
	}
	.list_thumbnailC6 li{
		width: 16%;
	}
}
@media screen and (min-width: 720px) {
	.list_thumbnailC1 li{
		width: 100%;
		display:block;
	}
	.list_thumbnailC2 li{
		width: 49.5%;
	}
	.list_thumbnailC3 li{
		width: 32.5%;
	}
	.list_thumbnailC4 li{
		width: 24%;
	}
	.list_thumbnailC5 li{
		width: 19.5%;
	}
	.list_thumbnailC6 li{
		width: 15.5%;
	}
}
@media screen and (max-width: 719px) {
	.list_thumbnailC2 .listBox {
		padding: 0 0 2em;
	}
	.column_thumbnail {
		width: 35.2%;
	}
	.list_thumbnail li{
		width: 49%;
	}
	.list_thumbnailC1 li{
		width: 100%;
		display:block;
	}
	.list_thumbnailC2 li,
	.list_thumbnailC3 li {
		width: 48%;
	}
	.list_thumbnailC4 li{
		width: 48%;
	}
	.list_thumbnailC5 li{
		width: 50%;
	}
	.list_thumbnailC6 li{
		width: 50%;
	}
}
@media screen and (min-width: 480px) {
	.list_thumbnailC2 li .listBox {
		padding: 1em;
	}
}
@media screen and (max-width: 479px) {
	.list_thumbnailC2 li,
	.list_thumbnailC3 li {
		width: 48%;
	}
	.list_thumbnailC4 li{
		width: 48%;
	}
}
.news_common ul.list_thumbnail .thumbnail span{
	padding: 30% 0;
}
.news_common ul.list_thumbnail li{
	margin:3px 3px 20px 3px;
}
.news_common ul.list_thumbnail li .thumbnail{
	border:1px solid #E2E2E2;
}
.news_common ul.list_thumbnail li .dateBox{
	background-color:transparent;
	padding:0;
}
.news_common ul.list_thumbnail li .title{
	font-weight:bold;
	text-align:left;
	padding: 0.5em 0 0.5em;
	line-height:1.3;
	background-color:transparent;
}
.news_common ul.list_thumbnail li .overview{
	display:inline-block;
	text-align:left;
	padding: 0.2em 0 0.5em;
	line-height:1.3;
	background-color:transparent;
}
.news_common ul.list_thumbnail li .btn_detail{
	display:inline-block;
	float:right;
	font-weight:bold;
	color:#FFFFFF;
	line-height:1;
	padding:2px 4px 3px;
	background-color:#005F49;
}
.news_common ul.list_thumbnail .icon {
	position:relative;
	z-index: 2;
}
.news_common ul.list_thumbnail .icon_entry {
	position:absolute;
	left:0;
	color: #FFFFFF;
	line-height:1.1;
	padding: 0.01em 1em 0.03em;
	margin:0;
	border: none;
	background-color:#A80000;
	border-radius: 0;
}
.news_common ul.list_thumbnail .new {
	position:absolute;
	right:0;
	color: #FFFFFF;
	line-height:1.1;
	padding: 0.01em 1em 0.03em;
	margin:0;
	border: none;
	background-color:#005F49;
	border-radius: 0;
}

/*--------------------------------------- head_bg */
#lower_headimg {
	position:relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width:100%;
	height:250px;
	background-image:url('./img/bg_page.jpg');
	background-position: center;
	background-size:cover;
	margin-bottom:20px;
}
@media screen and (max-width:719px) {
	#lower_headimg {
		height:160px;
	}
}
.body_lecturer #lower_headimg {
	background-image:url('./img/bg_lecturer.jpg');
}
.body_event #lower_headimg {
	background-image:url('./img/bg_event.jpg');
}

.body_publication #lower_headimg {
	background-image:url('./img/bg_publication.jpg');
}

.body_about #lower_headimg {
	background-image:url('./img/bg_about.jpg?t=2024');
}

.body_poll #lower_headimg {
	background-image:url('./img/bg_poll.jpg');
}

#lower_headimg h1{
	color:#FFFFFF;
}
/*--------------------------------------- breadCrumb */

.breadCrumb {
	position:absolute;
	top: 0;
	width:100%;
	max-width:1078px;
	margin:0 auto;
	font-size: 0.9em;
	color: #222222;
	background-color: none;
}
@media screen and (max-width:719px) {
	.breadCrumb {
		font-size: 0.7em;
	}
}
.breadCrumb ul {
	padding: 0.5em 20px;
	margin:0 auto;
}
.breadCrumb li {
	color: #FFFFFF;
	display: inline;
}
.breadCrumb li a {
	color: #FFFFFF;
	background: transparent url(img/breadcrumb_white.png) no-repeat scroll right center;
	margin-right: 2px;
	padding-right: 16px;
	text-decoration: none;
}
.breadCrumb .fa-home{
	display:inline-block;
	width:12px;
	height:13px;
	background-image: url(img/icon_home.png);
	background-color: transparent;
	background-repeat: no-repeat;
	vertical-align: middle;
}
.breadCrumb br{
	display:none;
}
/*--------------------------------------- pagetop link */

#pgtp {
	border-bottom: solid 1px #b5c3df;
}

#pgtp p {
	text-align: right;
	padding: 20px 0 16px;
}
/*--------------------------------------- pageprev/next link */

.page_link {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 20px 0;
	text-align: center;
}

.page_link a.page_link_left {
	margin: 0 10px 0 0;
	padding: 0 0 0 12px;
	background: url(img/icon_page_link_left.gif) no-repeat left center;
}

.page_link a.page_link_right {
	margin: 0 0 0 10px;
	padding: 0 12px 0 0;
	background: url(img/icon_page_link_right.gif) no-repeat right center;
}

/*--------------------------------------- pager */

.pager_box{
	clear:both;
	text-align:center;
	margin-top:15px;
}
.pager_box .pager{
	width:2.5em;
	display:inline-block;
	border:1px solid #BFBFBE;
	border-radius:3px;
}
.pager_box .pager a{
	display:block;
	width:100%;
	padding-top:0.5em;
	padding-bottom:0.5em;
}
.pager_box .pager a:link,
.pager_box .pager a:visited{
	color:#333333;
	text-decoration:none;
}
.pager_box .pager a:hover,
.pager_box .pager a:active{
	background:#F1F1F1;
	text-decoration:none;
}
.pager_box .pager_current{
	background:#F1F1F1;
	padding-top:0.5em;
	padding-bottom:0.5em;
}
.pager_box .pager_dot{
	width:1.5em;
	display:inline-block;
}
.pager_box .pager_space{
	width:1em;
	display:inline-block;
	padding-left:0.2em;
	padding-right:0.2em;
}
.pager_box .pager_first{
	display:inline-block;
}
.pager_box .pager_last{
	display:inline-block;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: cms common */

.msg{
	margin:20px auto;
}
.invisible {
	display: none;
}
a.tooltiplink {
	display: inline-block;
	margin: 1px 3px 0;
	padding: 1px 3px 0;
	border: 2px solid #C7C7C7;
	background-color: #075698;
	border-radius: 5px;
	-moz-border-radius: 5px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 1.0em;
	font-weight: bold;
}
#input-table a.tooltiplink:link,
#input-table a.tooltiplink:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#input-table a.tooltiplink:hover,
#input-table a.tooltiplink:active {
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: none;
}
a.tooltiplink:link,
a.tooltiplink:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.tooltiplink:hover,
a.tooltiplink:active {
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: none;
}
p.tooltipbox {
	position: absolute;
	top: 100px;
	left: 20px;
	font-size: 1.0em;
	margin: 0;
	padding: 10px;
	min-width: 100px;
	min-height: 30px;
	color: #FFFFFF;
	background: #075698;
	border: 2px solid #075698;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
#input-table p.tooltipbox a:link,
#input-table p.tooltipbox a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
#input-table p.tooltipbox a:hover,
#input-table p.tooltipbox a:active {
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: underline;
}
p.tooltipbox a:link,
p.tooltipbox a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
p.tooltipbox a:hover,
p.tooltipbox a:active {
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: underline;
}

/* comment form */
.comment_box {
	width: 100%;
	margin: 0 0 15px;
	padding: 0;
	border-collapse: collapse;
	border: solid 1px #cccccc;
	background: #eeeeee;
}
.comment_box th,
.comment_box td {
	padding: 10px;
}
.comment_id {
	width: 10%;
	text-align: left;
	white-space: nowrap;
}
.comment_name {
	width: 70%;
	text-align: left;
}
.comment_regist {
	width: 20%;
	text-align: right;
	vertical-align: bottom;
	white-space: nowrap;
	font-size: 0.8em;
	color: #aaaaaa;
}
.comment_box td {
	padding-top: 0;
}
.comment_text {
	padding: 15px;
	background: #ffffff;
}
.icon_comment {
	text-align: right;
}
.icon_comment a {
	padding-left: 30px;
	background: url(./icon_comment.gif) no-repeat left center;
}
/* twitter widget */
#twtr-hd h3,
#twtr-hd h4,
.twtr-widget h3,
.twtr-widget h4,
.twtr-widget p,
.twtr-widget-profile h3,
.twtr-widget-profile h4 {
	clear: none;
	margin: auto;
	padding: auto;
	font-size: auto;
	color: auto;
	border: none;
	background-image: none;
}
/* twitter tweet button */
iframe.twitter-share-button {
	width: 115px!important;
}

/*--------------------------------------- cms form */

.form_flow {
	width: 100%;
	margin: 20px auto 0;
	padding: 0;
	display: table;
	table-layout: fixed;
}

.form_flow li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border-left: 10px solid #ffffff;
	padding: 0 5px;
	width: 34%;
	background-color: #adadad;
}

.form_flow li:first-child {
	border-left: none;
}


.form_flow li span {
	color: #ffffff;
	font-size: 0.9em;
	padding: 10px;
	width: 100%;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.form_flow li.current {
	background-color: #2C8973;
}

.contact_msg {
	font-size: 0.9em;
	margin: 0 auto;
}

.contact_msg_complete {
	padding: 40px;
	margin-bottom:30px;
	box-shadow: inset 0 0 0 2px #f0f0f0;
}

.contact_msg .editor-style-btn1 {
	float: right;
}

.contact_msg .editor-style-btn1:after {
	content: "";
	display: block;
	width: 100%;
	clear: both;
}

.error_box {
	font-size: 0.95em;
	margin: 0 auto;
	background-color: #fff7f6;
	box-shadow: 1px 0px #e5e5e5,-1px 0px #e5e5e5;
	padding: 20px 5%;
}

.error_box .error {
	color: #e72719;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 2px solid #e72719;
}

.error_box .error_msg {
	margin-top: 20px;
}

.contact form {
	text-align: center;
}

#input-table {
	display: block;
	width: 100%;
	max-width: 100%;
}

#input-table table {
	width: 100%;
	padding: 5px;
	margin: 0 auto 20px;
	border: none;
	box-shadow: inset 0 0 0 2px #f0f0f0;
	background-color: #ffffff;
}

#input-table table li {
	margin-left: 0;
}

#input-table table th {
	width: 35%;
	padding: 20px 60px 20px 30px;
	color: #3f4242;
	background: rgba(0, 0, 0, 0);
	text-align: left;
	border: none;
	position: relative;
	vertical-align: top;
}

#input-table table td {
	padding-left: 10px;
}

#input-table table tr {
	transition: background-color linear 0.2s;
	border-top: 1px solid #ccc;
}

#input-table table tr:hover {
	background-color: rgba(0, 0, 0, 0.05);
}

#input-table table tr:first-child {
	border-top: 5px solid #f0f0f0;
}

#input-table table tr:last-child {
	border-top: 2px solid #f0f0f0;
}

.input_required,
.input_not_required:before {
	font-size: 0.9em;
	padding: 2px 6px;
	display: inline-block;
	color: #fff;
	background-color: #23466E;
	position: absolute;
	right: 10px;
	top: 20px;
}
.input_not_required:before {
	color: #ffffff;
}
.input_not_required:before {
	content: "任意";
	background-color: #adadad;
	text-align: center;
}
#input-table .error_msg,
#input-table .error_msg_js {
	padding : 5px 5px 5px 20px;
	background: url(./img/form_error.gif) left 10px no-repeat;
}

#input-table table td {
	padding: 20px 30px;
	border: none;
	text-align: left;
}

#input-table table tr:last-child td {
	text-align: center;
}

#input-table div.formcomment {
	clear: both;
	margin-left: 7px;
	margin-top: 3px;
}

#input-table table td ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

input[type="text"],
input[type="password"] {
	border: 0;
	padding: 4px;
	border: solid 1px #ccc;
	max-width: 100% !important;
	resize: none;
	border-radius: 5px;
}

.body_textbook_form input[type="text"] {
	margin-bottom: 10px;
}

#input-table table .form_input_addnumber {
	width: 40% !important;
}

#input-table table textarea {
	padding: 10px;
	width: 96% !important;
	border: solid 1px #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

input:focus,
input:textarea {
	border: solid 1px #414D99;
}

.input_button {
	font-size: 0.9em;
	font-weight: bold;
	-webkit-appearance: none;
	padding: 4px 10px;
	color: #fff;
	background-color: #1C8970;
	border: none;
	cursor: pointer;
}

#input-table .input_button {
	padding: 10px 50px;
}

#input-table .submit_button {
	text-align: center;
	padding-top: 20px;
}

#input-table .privacy {
	font-size: 0.9em;
	height: 200px;
	overflow: auto;
	border: 1px solid #ddd;
	padding: 10px;
	background: #ffffff;
}

/* セパレーター */
#input-table table tr.input-formgroup-blank th{
	background:#F0F0F0;
	border:none;
}
#input-table table tr.input-formgroup{
	padding-top:20px;
}
#input-table table tr.input-formgroup th{
	text-align:left;
	border:none;
	padding:10px 0 5px 50px;
	background-image:url(./img/icon_arrow_down.png);
	background-repeat:no-repeat;
	background-position: 5px 10px;
	background-color:#074D93;/* セパレーターth背景色 */
	border-top:2px solid #EEEEEE;
	border-left:2px solid #EEEEEE;
	border-right:2px solid #EEEEEE;
	border-bottom:1px solid #EEEEEE;
	border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
}
#input-table table tr.input-formgroup th.formgroup-closed{
	background-image:url(./img/icon_arrow_down.png);
	background-repeat:no-repeat;
	background-position: 5px 10px;
	border-bottom:2px solid #EEEEEE;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#input-table table tr.input-formgroup th:hover{
	cursor:pointer;
	filter: alpha(opacity=90);
	opacity:0.90;
	-moz-opacity:0.90;
	-ms-filter: "alpha(opacity=90)";
}
#input-table table tr.input-formgroup span.input-formgroup-title{
	display:block;
	color:#FFFFFF;/* セパレータータイトル文字色 */
	font-size:1.3em;/* セパレータータイトル文字サイズ */
	padding-bottom:5px;
}
#input-table table tr.input-formgroup span.input-formgroup-text{
	position: relative;
	display:block;
	color:#FFFFFF;/* セパレーター説明文文字色 */
	padding:0 5px 0 1em;
	margin:5px 10px 10px 10px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}
#input-table table tr.input-formgroup span.input-formgroup-text:before{
	position: absolute;
	top: 0.5em;
	left: 0;
	width: 0.5em;
	height: 0.5em;
	background: #FFFFFF;
	content:"";
	border-radius: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
}
#input-table table tr.input-formgroup span.input-formgroup-text a:visited,
#input-table table tr.input-formgroup span.input-formgroup-text a:link{
	color:#FFFFFF;/* セパレーター説明文内リンク色1 */
	text-decoration:underline;
}
#input-table table tr.input-formgroup span.input-formgroup-text a:hover,
#input-table table tr.input-formgroup span.input-formgroup-text a:active{
	color:#66FFFF;/* セパレーター説明文内リンク色2 */
	text-decoration:underline;
}
@media screen and (max-width:719px) {
	#input-table table {
		width: 100%;
		border-collapse: collapse;
		border-bottom: 1px solid #CCCCCC;
	}

	#input-table table th ,
		#input-table table td {
		width: 100%;
		display: block;
		border-top: none;
		text-align: left;
	}

	#input-table table th {
		padding: 6px 45px 6px 12px;
		background: #eeeeee none repeat scroll 0 0;
		font-weight: normal;
	}
	#input-table table td {
		padding-bottom: 20px;
	}
	#input-table table td:after {
		content:"";
		display:block;
		clear:both;
	}
	input[type="text"], input[type="password"] {
		width: 100%!important;
	}
	#input-table table textarea {
		width: 96%;
		max-height: 24vw;
		font-size: 110%;
	}
	.input_required,
	.input_not_required:before {
		position: absolute;
		right: 10px;
		font-size: 0.8em;
		top: 6px;
	}
}
@media screen and (max-width:479px) {
	.form_flow li {
		display: block;
		width: 100%;
		border-left: 10px solid #cccccc;
		border-top: 1px dotted #ccc;
		text-align: left;
	}
	.form_flow li:first-child {
		border-top: none;
	}
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: pages */

/* トップページ */
.body_common .top_image{
	/*max-width:1200px;*/
	margin:0 auto 50px;
	position:relative;
}
.body_common .top_image .slide{
	margin-left:20px;
	margin-right:20px;
}
.body_common .top_image img{
	border-radius:40px;
}
.body_common .top_image .slick-prev,
.body_common .top_image .slick-next{
	background-repeat:no-repeat;
	background-position:center;
	width:40px !important;
	height:40px !important;
}
.body_common .top_image .slick-dots{
	bottom: -35px !important;
}
.body_common .top_image .slick-dots li {
	width:70px !important;
}
.body_common .top_image .slick-dots li button{
}
.body_common .top_image .slick-dots li button::before{
	content: '' !important;
	width:50px !important;
	height:4px !important;
	background-color:#FFFFFF;
	border:1px solid #69AEA2;
	opacity:1;
}
.body_common .top_image .slick-dots li.slick-active button::before{
	background-color:#00705F;
	border:1px solid #00705F;
}

@media screen and (max-width:719px) {
	.body_common .top_image .slide{
		margin-left:3px;
		margin-right:3px;
	}
	.body_common .top_image img{
		border-radius:10px;
	}
	.body_common .top_image .slick-prev,
	.body_common .top_image .slick-next{
		background-repeat:no-repeat;
		background-position:center;
		background-size:cover;
		width:24px !important;
		height:24px !important;
	}
	.body_common .top_image .slick-dots li {
		width:30px !important;
	}
	.body_common .top_image .slick-dots li button{
	}
	.body_common .top_image .slick-dots li button::before{
		content: '' !important;
		width:30px !important;
		height:4px !important;
		background-color:#FFFFFF;
		border:1px solid #69AEA2;
		opacity:1;
	}
	.body_common .top_image .slick-dots li.slick-active button::before{
		background-color:#00705F;
		border:1px solid #00705F;
	}
}
.body_common .top_overlay{
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index:2;
}
.body_common .top_mp4,
.body_common .top_mp4 video{
	max-width:100%;
	height:auto;
}
.body_common .top_youtube{
	max-width:100%;
	height:calc(100vw * 0.5);
}
@media screen and (min-width:1201px) {
	.body_common .top_youtube{
		height:650px;
	}
}
.body_common .contents_box {
	position: relative;
}
.body_common .contents_box article{
	position: relative;
	padding: 5% 0 0;
	overflow:hidden;
	margin-bottom:2%;
}
.body_common .contents_box .content_img {
	z-index: 1;
	/*background-color: #fff;*/
}
.body_common .contents_box .content_img img{
	vertical-align: middle;
}
.body_common .contents_box article:after{
	content: "";
	display: block;
	clear: both;
}
.body_common #content_link img{
	vertical-align:middle;
}
.body_common #content_update #content_update_link{
	text-align:right;
	padding-right:1em;
}
.body_common #content_update #content_update_link img{
	vertical-align:sub;
}
.body_common #content_update #content_update_link a{
	color:#00705F;
	font-weight:bold;
	text-decoration:none;
}
.body_common #content_contents,
.body_common #content_topics,
.body_common #content_update,
.body_common #content_link{
	padding-bottom:40px;
}
.body_common .list_thumbnail{
	text-align:center;
}
.body_common .list_thumbnail .thumbnail span{
	padding: 40% 0;
}
.body_common .list_thumbnail .title{
	font-size: 1.2em;
	font-weight: normal;
}
@media screen and (max-width:719px) {
	.body_common .list_thumbnail .title{
		font-size: 0.95em;
	}
}
.body_common .list_thumbnail{
	text-align:left;
}
.body_common #content_contents .list_thumbnail .thumbnail span,
.body_contents ul.list_thumbnail .thumbnail span{
	padding: 37% 0;
}
.body_common #content_contents .list_thumbnail li,
.body_contents ul.list_thumbnail li{
	background-color:#FFFFFF;
	border-radius:8px;
	box-shadow: 1px 2px 4px 1px rgba(0, 0, 0, 0.2);
	margin:3px 3px 10px;
}
.body_common #content_contents .list_thumbnail li .icon,
.body_contents ul.list_thumbnail li .icon{
	min-height:1.8em;
}
.body_common #content_contents .list_thumbnail li .thumbnail,
.body_contents ul.list_thumbnail li .thumbnail{
	border:1px solid #E2E2E2;
}
.body_common #content_contents .list_thumbnail li .dateBox,
.body_contents ul.list_thumbnail li .dateBox{
	background-color:#FFFFFF;
	padding:0;
}
.body_common #content_contents .list_thumbnail li .title,
.body_contents ul.list_thumbnail li .title{
	text-align:left;
	padding: 0.5em 0 0.5em;
	line-height:1.3;
}
.body_common #content_contents .list_thumbnail li .btn_detail,
.body_contents ul.list_thumbnail li .btn_detail{
	display:inline-block;
	width:100%;
	text-align:right;
	font-weight:bold;
	color:#005F49;
}
.body_common #content_topics .list_thumbnail .thumbnail span,
.body_topics ul.list_thumbnail .thumbnail span{
	padding: 30% 0;
}
.body_common #content_topics .list_thumbnail li,
.body_topics ul.list_thumbnail li{
	margin:3px 3px 20px 3px;
}
.body_common #content_topics .list_thumbnail li .thumbnail,
.body_topics ul.list_thumbnail li .thumbnail{
	border:1px solid #E2E2E2;
}
.body_common #content_topics .list_thumbnail li .dateBox,
.body_topics ul.list_thumbnail li .dateBox{
	background-color:transparent;
	padding:0;
}
.body_common #content_topics .list_thumbnail li .title,
.body_topics ul.list_thumbnail li .title{
	font-weight:bold;
	text-align:left;
	padding: 0.5em 0 0.5em;
	line-height:1.3;
	background-color:transparent;
}
.body_common #content_topics .list_thumbnail li .overview,
.body_topics ul.list_thumbnail li .overview{
	display:inline-block;
	text-align:left;
	padding: 0.2em 0 0.5em;
	line-height:1.3;
	background-color:transparent;
}
@media screen and (max-width:719px) {
	.body_common #content_topics .list_thumbnail li .overview,
	.body_topics ul.list_thumbnail li .overview{
		font-size:0.95em;
	}
}
.body_common #content_topics .list_thumbnail li .btn_detail,
.body_topics ul.list_thumbnail li .btn_detail{
	display:inline-block;
	float:right;
	font-weight:bold;
	color:#FFFFFF;
	line-height:1;
	padding:2px 4px 3px;
	background-color:#005F49;
}
.body_common #content_topics .list_thumbnail .icon ,
.body_topics ul.list_thumbnail .icon {
	position:relative;
	z-index: 2;
}
.body_common #content_topics .list_thumbnail .icon_entry,
.body_topics ul.list_thumbnail .icon_entry {
	position:absolute;
	left:0;
	color: #FFFFFF;
	line-height:1.1;
	padding: 0.01em 1em 0.03em;
	margin:0;
	border: none;
	background-color:#A80000;
	border-radius: 0;
}
.body_common #content_topics .list_thumbnail .new ,
.body_topics ul.list_thumbnail .new {
	position:absolute;
	right:0;
	color: #FFFFFF;
	line-height:1.1;
	padding: 0.01em 1em 0.03em;
	margin:0;
	border: none;
	background-color:#005F49;
	border-radius: 0;
}
@media screen and (max-width:719px) {
	.body_common #content_contents .list_thumbnail .icon_entry,
	.body_common #content_contents .list_thumbnail .new{
		padding: 0.01em 0.5em 0.03em;
		font-size:0.8em;
		margin-left:0;
		margin-right:0;
	}
}
.body_common #content_update ul,
.body_update .container ul.list_text,
.body_information .container ul.list_text{
	max-width:900px;
	margin:0 auto;
}
.body_common #content_update li,
.body_update .container ul.list_text li,
.body_information .container ul.list_text li{
	color:#000000;
	border-bottom:1px solid #D0D1D2;
}
.body_common #content_update li a,
.body_update .container ul.list_text li a,
.body_information .container ul.list_text li a{
	color:#000000;
}
.body_common #content_update .list_text li .listBox .date,
.body_update .container ul.list_text li .listBox .date,
.body_information .container ul.list_text li .listBox .date{
	display: block;
	font-size:1.0em;
	width:100%;
	vertical-align: middle;
	padding: 2px 4px;
}
.body_common #content_update .list_text li .listBox .title,
.body_update .container ul.list_text li .listBox .title,
.body_information .container ul.list_text li .listBox .title{
	padding: 2px 4px;
}
.body_common #content_update .list_text .icon_text,
.body_update .container ul.list_text .icon_text,
.body_information .container ul.list_text .icon_text {
	display:inline-block;
	color: #FFFFFF;
	line-height:1.1;
	padding: 0.01em 0.5em 0.03em;
	margin:0 0 0 1em;
	border: none;
	background-color:#005F49;
	border-radius: 0;
	min-width:8em;
	text-align:center;
}
.body_common #content_update .list_text .icon_text:after,
.body_update .container ul.list_text .icon_text:after,
.body_information .container ul.list_text .icon_text:after {
	content:"";
	clear:both;
	display:block;
}
.body_common #content_update .list_text .new,
.body_update .container ul.list_text .new,
.body_information .container ul.list_text .new {
	float:right;
	color: #005F49;
	font-weight:bold;
	line-height:1.1;
	padding: 0.01em 0.5em 0.03em;
	border: none;
}
/* Contents */
.body_contents .column .date {
	display:block;
	text-align:right;
}

/* Topics */
.body_topics .column .date {
	display:block;
	text-align:right;
}

/* 更新情報 */
.body_update .column .date ,
.body_information .column .date {
	display:block;
	text-align:right;
}

/* 講師（専門家）派遣 */
ul.listbox_normal{
	list-style:none;
	margin:0;
	padding:0;
}
ul.listbox_normal li{
	float:left;
	width:31%;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:30px;
	padding:0 2%;
	border:1px solid #CCCCCC;
	border-radius:15px;
	background-color:#F3F3F3;
	box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1);
}
ul.listbox_normal li a{
	display:block;
	padding:0 0 15px;
	text-decoration:none;
}
ul.listbox_normal li .listbox_title{
	display:block;
	font-size:1.3em;
	margin-top:12px;
	margin-bottom:15px;
	padding-left:10px;
	position: relative;
	border-left:10px solid #005F49;
}
/*.listbox_title::before{
	content: "";
	display: block;
	width: 10px;
	height: 1.4em;
	background: #005F49;
	position: absolute;
	left: 0;
	top: 0.6em;
	bottom: 0;
	margin: auto;
}*/
ul.listbox_normal li .listbox_text{
	display:block;
	line-height:1.4;
}
ul.listbox_normal li .listbox_detail{
	display:block;
	color:#005F49;
	text-align:right;
}
@media screen and (max-width:719px) {
	ul.listbox_normal li{
		float:left;
		width:96%;
	}
}
/* イベント・セミナー */
ul.list_event{
	list-style:none;
	margin:0;
	padding:0;
}
ul.list_event li{
	float:left;
	width:45%;
	margin-left:2%;
	margin-right:2%;
	margin-bottom:30px;
	padding:0 2%;
	border:1px solid #B2B2B2;
	background-color:#FFFED2;
	box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.2);
}
ul.list_event li a{
	display:block;
	height:100%;
	padding:15px 0;
	text-decoration:none;
}
ul.list_event li.bg_ippan{
	background-color:#F3F3F3;
}
ul.list_event li .event_icon{
	display:flex;
	align-items:top;
	font-size:0.9em;
}
ul.list_event li .event_icon1{
	width:70px;
	height:70px;
	text-align:center;
	color:#FFFFFF;
	background-color:#005F49;
	padding-top:0.5em;
}
ul.list_event li .event_icon1.color_grey{
	background-color:#5F5F5F;
	padding-top:1.5em;
}
ul.list_event li .event_icon2{
	flex: 1;
	margin-left:15px;
}
ul.list_event li .event_icon_category{
	display:inline-block;
	margin-right:15px;
	padding:1px;
	text-align:center;
	width:120px;
	line-height:1;
	color:#FFFFFF;
	background-color:#005F49;
	border:1px solid #005F49;
}
ul.list_event li .event_icon_target{
	display:inline-block;
	padding:1px;
	text-align:center;
	width:120px;
	line-height:1;
	color:#005F49;
	background-color:#FFFFFF;
	border:1px solid #005F49;
}
ul.list_event li .event_icon3{
	border-radius:50%;
	font-size:0.8em;
	width:70px;
	height:70px;
	line-height:1.2;
	padding-top:2.0em;
	text-align:center;
	color:#FFFFFF;
	background-color:#FF7A00;
}
ul.list_event li .event_title{
	display:block;
	font-size:1.4em;
	padding-top:12px;
	padding-bototm:8px;
}
ul.list_event li .event_text{
	display:block;
}
ul.list_event li .event_detail{
	display:block;
	text-align:right;
}
@media screen and (max-width:719px) {
	ul.list_event li{
		float:left;
		width:96%;
	}
}

/* 出版物・映像 */
ul.listbox_normal li.publication_list{
	border-radius:3px;
	position:relative;
	padding:15px 0 10px 10px;
	width:31%;
}
@media screen and (max-width:719px) and (min-width:481px) {
	ul.listbox_normal li.publication_list{
		padding:15px 0 10px 20px;
		width:97%;
	}
}
@media screen and (max-width:480px) {
	ul.listbox_normal li.publication_list{
		padding:15px 0 10px 20px;
		width:97%;
	}
}
ul.listbox_normal li.publication_list .publication_box{
	display:flex;
}
ul.listbox_normal li.publication_list a{
	margin:0;
	padding:0;
}
ul.listbox_normal li .publication_photo{
	/*width:140px;*/
	width:120px;
}
ul.listbox_normal li .publication_text{
	flex:1;
	margin-left:10px;
	margin-right:2px;
	line-height:1.2;
}
ul.listbox_normal li.publication_list .listbox_title{
	border-left:12px solid #005F49;
	padding-top: 0px;
	margin-bottom: 10px;
	padding-left: 10px;
}
ul.listbox_normal li.publication_list .listbox_title:before{
	display:none;
}
ul.listbox_normal li .publication_text{
	padding-bottom: 2em;
	line-height:1.3;
	font-size:0.9em;
	display: inline-block;
}
ul.listbox_normal li .publication_text a{
	padding:0.2em 0 0.2em;
	/*margin-right:10px;*/
}
ul.listbox_normal li .publication_link{
	position:absolute;
	bottom:5px;
	right:0;
}
ul.listbox_normal li .publication_link a{
	display: inline-block;
	margin-right:1em;
}
ul.listbox_normal li .publication_link a:hover{
	opacity:0.8;
}
h2.publication_category{
	font-size:1.4em;
	text-align:left;
	color:#000000;
	margin:5px 0 15px 0;
	padding: 2px 0 3px 10px;
	border-left:10px solid #005F49;
	background-color:#F6F6F6;
}
.body_publication #side li.publication_subnavi_title{
	border:none;
	color:#005F49;
	font-weight:bold;
	padding-left:2px;
}
/* 世論調査 */
.seron_nendo{
	width:100%;
	border:1px solid #C3C3C3;
	padding:10px 2% 20px;
}
.seron_nendo ul{
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
}
.seron_nendo ul li{
	float:left;
	width: 196px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom:10px;
}
@media screen and (max-width:719px) {
	.seron_nendo ul li{
		width:48%;
		margin-left:1%;
		margin-right:1%;
	}
}
.seron_nendo ul li a{
	width:100%;
	height:100%;
	display:inline-block;
	text-align:center;
	color:#005F49;
	text-decoration:none;
	border:1px solid #C3C3C3;
}
.seron_nendo ul li.current a{
	color:#FFFFFF;
	background-color:#005F49;
}
.seron_nendo .seron_title{
	display:block;
	margin-bottom:15px;
	padding-left:20px;
	position: relative;
}
.seron_nendo  .seron_title:before{
	content: "";
	display: block;
	width: 10px;
	height: 1.5em;
	background: #005F49;
	position: absolute;
	left: 0;
	top: 0.3em;
	bottom: 0;
	margin: auto;
}
/* 月刊誌　原子力文化　インタビュー */
@media screen and (max-width:719px) {
	#blockC{
		max-width:98%;
		margin:1%;
	}
	#blockC img{
		width:38% !important;
	}
	#blockC #profile{
		float:right;
		margin:0;
		width:55% !important;
	}
	#blockC #profile .info{
	}

}
/* 理事長コラム「まっさんの窓」*/
table.massan_backnumber{
	width:100%;
}
table.massan_backnumber th,
table.massan_backnumber td{
	padding:10px 20px;
}
table.massan_backnumber th{
	text-align:left;
	white-space:nowrap;
}
@media screen and (max-width:719px) {
	table.massan_backnumber th,
	table.massan_backnumber td{
		font-size:14px;
	}
	table.massan_backnumber th{
		width:30%;
		white-space:normal;
	}
}