<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
body {
	-webkit-text-size-adjust: 100%;
}
/*アイコンリンク*/
/* --------------------------------------------
    pdf
-------------------------------------------- */
a[href$=".pdf"] {
	padding-right: 24px;
	background: url(../images/pdf_icon.jpg) no-repeat 100% 50%;
	text-decoration: none;
	color: #111;
}

.single-threads a[href$=".pdf"] {
	padding-left: 24px;
	background: url(../images/pdf_icon.jpg) no-repeat left 50%;
	text-decoration: none;
	color: #111;
}

* html a.pdf{
	padding-right: 24px;
	background: url(../images/pdf_icon.jpg) no-repeat 100% 50%;
}
a[href$=".pdf"]:hover {
	color: #85bd9a;
}
/* --------------------------------------------
    word
-------------------------------------------- */
a[href$=".doc"],
a[href$=".docx"] {
	padding-right: 24px;
	background: url(../images/Word.jpg) no-repeat 100% 50%;
	background-size: 18px;
	text-decoration: none;
	color: #111;
}
.single-threads a[href$=".doc"],
.single-threads a[href$=".docx"] {
	padding-left: 24px;
	background: url(../images/Word.jpg) no-repeat left 50%;
	background-size: 18px;
	text-decoration: none;
	color: #111;
}
* html a.doc,
* html a.docx {
	padding-right: 24px;
	background: url(../images/Word.jpg) no-repeat 100% 50%;
	background-size: 18px;
}
a[href$=".doc"]:hover,
a[href$=".docx"]:hover {
	color: #85bd9a;
}
/* --------------------------------------------
    PowerPoint
-------------------------------------------- */
a[href$=".pptx"],
a[href$=".ppt"]{
	padding-right: 24px;
	background: url(../images/PowerPoint.jpg) no-repeat 100% 50%;
	background-size: 18px;
	text-decoration: none;
	color: #111;
}
.single-threads a[href$=".pptx"],
.single-threads a[href$=".ppt"]{
	padding-left: 24px;
	background: url(../images/PowerPoint.jpg) no-repeat left 50%;
	background-size: 18px;
	text-decoration: none;
	color: #111;
}
* html a.pptx,
* html a.ppt {
	padding-right: 24px;
	background: url(../images/PowerPoint.jpg) no-repeat 100% 50%;
	background-size: 18px;
}
a[href$=".pptx"]:hover,
a[href$=".ppt"]:hover{
	color: #85bd9a;
}
/* --------------------------------------------
    Exel
-------------------------------------------- */

a[href$=".xlsx"],
a[href$=".xls"] {
	padding-right: 24px;
	background: url(../images/Excel.jpg) no-repeat 100% 50%;
	background-size: 18px;
	text-decoration: none;
	color: #111;
}
.single-threads a[href$=".xlsx"],
.single-threads a[href$=".xls"] {
	padding-left: 24px;
	background: url(../images/Excel.jpg) no-repeat left 50%;
	background-size: 18px;
	text-decoration: none;
	color: #111;
}
* html a.xlsx,
* html a.xls{
	padding-right: 24px;
	background: url(../images/Excel.jpg) no-repeat 100% 50%;
	background-size: 18px;
}
a[href$=".xlsx"]:hover,
a[href$=".xls"]:hover {
	color: #85bd9a;
}

/* --------------------------------------------
    動画
-------------------------------------------- */
.single-threads a[href$=".mov"],
.single-threads a[href$=".avi"],
.single-threads a[href$=".mp4"],
.single-threads a[href$=".wmv"],
.single-threads a[href$=".flv"],
.single-threads a[href$=".ogg"],
.single-threads a[href$=".asf"],
.single-threads a[href$=".asx"],
.single-threads a[href$=".wvx"],
.single-threads a[href$=".wma"],
.single-threads a[href$=".wax"],
.single-threads a[href$=".mkv"],
.single-threads a[href$=".ogm"] {
	padding-left: 24px;
	background: url(../images/Movie.png) no-repeat left 50%;
	background-size: 18px;
	text-decoration: none;
	color: #111;
}

.single-threads a[href$=".mov"]:hover,
.single-threads a[href$=".avi"]:hover,
.single-threads a[href$=".mp4"]:hover,
.single-threads a[href$=".wmv"]:hover,
.single-threads a[href$=".flv"]:hover,
.single-threads a[href$=".ogg"]:hover,
.single-threads a[href$=".asf"]:hover,
.single-threads a[href$=".asx"]:hover,
.single-threads a[href$=".wvx"]:hover,
.single-threads a[href$=".wma"]:hover,
.single-threads a[href$=".wax"]:hover,
.single-threads a[href$=".mkv"]:hover,
.single-threads a[href$=".ogm"]:hover {
	color: #85bd9a;
}

/* --------------------------------------------
    背景のメイドの変更
-------------------------------------------- */
#blockBack {
	opacity: 0;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 1;
	/*filter: brightness(100%);
	background: #FFF;
	pointer-events: auto;*/
}

/* --------------------------------------------
    パンくずリスト
-------------------------------------------- */
ul.breadcrumb_list {
	font-size: 0.938em;
}
ul.breadcrumb_list li {
	display: inline;
}
li.breadcrumb_item {
	padding: 0 10px 0 15px;
}

/* --------------------------------------------
    ページタイトル
-------------------------------------------- */
.page_title {
	margin: 15px 0;
	font-size: 2em;
	color: #3e6f52;
}

/* --------------------------------------------
    ページサブタイトル
-------------------------------------------- */
.page_subtitle {
	margin: 5px 0;
	font-size: 1.em;
}

/* --------------------------------------------
    よくある質問サブタイトル
-------------------------------------------- */
.faq_subtitle {
	/* width: 100%; */
	padding: 6px 0;
	margin: 1% 0;
	/* color: #FFF; */
	/* background: #6ec392; */
	/* -moz-border-radius: 5px; */
	/* -webkit-border-radius: 5px; */
	/* -o-border-radius: 5px; */
	/* -ms-border-radius: 5px; */
	border: 1px solid #4B9B6C;
	border-left: 13px solid #4B9B6C;
}
.faq_subtitle span {
	/* margin-left: 15px; */
	padding: 12px 0 3px 13px;
	font-size: 1.278em;
	/* border-left: 13px solid #6ec392; */
	/* border-radius: 0px; */
	color: #4B9B6C;
}

/* --------------------------------------------
    よくある質問FAQ  dl dt dd
-------------------------------------------- */
dl.faq{
	width: 100%;
	overflow: hidden;
}
dl.faq dt {
	padding: 0 10px;
	margin: 3% 0 2%;
	cursor: pointer;
}
dl.faq dt span {
	padding: 0 10px;
	font-size: 1.125em;
	font-weight: bolder;
	display: inline-block;
}
dl.faq dt p {
	display: inline-flex;
	width: 90%;
}
dl.faq dd{
	padding-left: 7%;
	margin-bottom: 2%;
	display: none;
}
dl.faq dt.question:hover{
	color: #06c;
}
dl.faq dd span.answer_number {
	padding: 0 5px 0 10px;
	font-size: 1.500em;
	font-weight: bolder;
	color: #ff9c53;
	display: inline-block;
	vertical-align: sub;
}
dl.faq dd .answer_txt {
	display: inline-block;
	width: 90%;
	vertical-align: text-top;
}
p.link_page_top{
	text-align: right;
}
/* --------------------------
    モバイル対応
-------------------------- */
/* @media screen and (max-width: 640px) { */
	dl.faq dt {
		display: flex;
		align-items: baseline;
	}
	dl.faq dt span {
		display: unset;
	}
	dl.faq dt p {
		display: unset;
		width: auto;
	}

	dl.faq dd.answer div {
		display: flex;
		align-items: baseline;
		/* padding-bottom: 10px; */
	}

	dl.faq dd.answer .answer_txt {
		display: block;
	}
	
	dl.faq dd.answer div span {
		display: unset;
		width: auto;
	}
	dl.faq dd.answer div p {
		display: block;
		width: auto;
		/* padding-top: 10px; */
	}
	span.answer_number {
		max-width: 50%;
		word-wrap: break-word;
		padding: 0 12px 0 10px;
	}
/* } */
/* --------------------------------------------
    ボトムボーダーライン サブタイトル h3
-------------------------------------------- */
.borderbottom_subtitle {
	margin-bottom: 10px;
	width: 100%;
	font-size: 1.250em;
	border-bottom: 1px solid #dcdcdc;
}
h3.borderbottom_subtitle span {
	padding: 4px 0 6px 10px;
	border-left: 7px solid #88cc92;
	line-height: 1.5;
}

/* --------------------------------------------
    サブメニューの選択されている項目
-------------------------------------------- */
.select_menu {
	font-weight: bolder;
	padding: 12px 0 7px 26px;
}
.rusinessresults_select {
	padding: 12px 0 7px 24px;
}
li.select_menu.rusinessresults_select {
	border-bottom: none;
}
.select_submenulist {
	font-size: 0.98em;
}


/* --------------------------------------------
    メインのテキスト (Pタグ)
-------------------------------------------- */
.main_text {
	margin-bottom: 4%;
	font-size: 0.95em;
}
.main_text p {
	margin-bottom: 18px;
}

.main_text p span.alert_text {
	color: #EE1A4F;
}


/* --------------------------------------------
    文字を右寄せ
-------------------------------------------- */
.main_text p.text_right {
	margin-bottom: 0;
}
.text_right {
	text-align: right;
}

/* --------------------------------------------
    サブメニュー
-------------------------------------------- */
.twocolumn_sub {
	width: 100%;
	margin: 6% 0 0;
	font-size: 16px;
}
p.sub_submenu {
	color: #FFF;
	background: #42a770;
	padding: 7px 0 7px 20px;
	margin: 0 10px 0 10px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-o-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	font-weight: bold;
	position: relative;
}
img.submenu_imgicon {
	width: 25%;
	position: absolute;
	bottom: 0px;
	right: 15px;
}
p.sub_submenu span {
	position: relative;
}
.twocolumn_sub ul {
	background: rgba(255,255,255,0.9);
	list-style: none;
	padding: 0 16px 16px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	box-shadow: 0px 0px 7px 0px #cccccc;
	-moz-box-shadow: 0px 0px 7px 0px #cccccc;
	-webkit-box-shadow: 0px 0px 7px 0px #cccccc;
}
.twocolumn_sub ul + .banner_link {
	margin-top: 16px;
}
.twocolumn_sub ul li {
	background: url(../images/common/submenu_arrow.png) no-repeat left center;
	background-size: 18px;
	background-position: 2px 14px;
	border-bottom: 1px dashed #CCC;
	word-break: keep-all;
}
.businessresults_icon ul li {
	background-position: 2px 14px;
}
.twocolumn_sub ul li p {
//padding: 0 0 0 7px;
	/*white-space: nowrap;*/
}
.twocolumn_sub ul li a {
	display: block;
	width: 100%;
	padding: 12px 0 7px 26px;
	text-decoration: none;
	color: #111;
	box-sizing: border-box;
}
.twocolumn_sub ul li a:hover {
	color: #85bd9a;
}
.sub_submenu_img {
	padding: 0 8px 3px 0;
	width: 18px;
	vertical-align: text-top;
}
ul.sub_mrnu_list {
	padding: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
ul.sub_mrnu_list {

}
ul.sub_mrnu_list li {
	background: none;
	background-size: 0;
	border-bottom: none;
	list-style: initial;
}
ul.sub_mrnu_list li a {
	display: block;
	width: 100%;
	padding: 0;
	text-decoration: none;
	color: #111;
	font-weight: normal;
	font-size: .9em;
	/* text-decoration: underline; */
}
ul.sub_mrnu_list li p {
	font-size: 0.98em;
	padding: 0;
}
/* --------------------------
    モバイル対応
-------------------------- */
@media screen and (max-width: 640px) {
	.twocolumn_sub {
		width: 100%;
	}
	.twocolumn_sub ul li a {
		width: 95%;
	}
	.sub_submenu_img {
		padding: 0 4% 3px 0;
		width: 21px;
		vertical-align: bottom;
	}
	img.submenu_imgicon {
		max-width: 60px;
		width: 25%;
		position: absolute;
		bottom: 0px;
		right: 15px;
	}
}

/* --------------------------------------------
    ページ内リンク
-------------------------------------------- */
.page_inlink {
	padding: 20px 0;
	text-align: center;
	background: #FFF;
	font-size: 0.938em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
ul.page_inlink li {
	display: inline-block;
}
ul.page_inlink li p {
	padding: 0 15px;
	display: inline-block;
	color: #06C;
}

/* --------------------------------------------
    ２カラム側 テーブル (一般助成事業実績、NPO法人特別助成事業実績テーブル)
-------------------------------------------- */
.tablepress {
	border-collapse: collapse;
	font-size: 16px;
}
.tablepress thead th {
	background: #46aa44;
	border: 1px solid #e5e5e5;
	color: #FFF;
	text-align: center;
}
.tablepress thead th:nth-child(1){
	width: 32%;
}
.tablepress thead th:nth-child(2){
	width: 32%;
}
.tablepress thead th:nth-child(3){
	width: 22%;
}
.tablepress thead th:nth-child(4){
	white-space: nowrap;
}
.tablepress thead th:nth-child(5){
	width: 20%;
}
table tbody .column-4,
table tbody .column-5{
	text-align: center;
}

.text_center {
	text-align: center;
}
.text_left {
	padding: 0 1% 0 2%;
}
.tablepress tbody td {
	border: 1px solid #e5e5e5;
}
.tablepress tr:nth-child(odd) {
	background: #FFF;
}
.tablepress tr:nth-child(even) {
	background-color: #f9f9f9;
}
.table_02 .tablepress thead th:nth-child(1){
	width: 15%;
}
.table_02 .tablepress thead th:nth-child(2){
	width: 16%;
}
.table_02 .tablepress thead th:nth-child(3){
	width: 48%;
}
.table_02 .tablepress thead th:nth-child(4){
	width: 18%;
}
.table_02 .tablepress thead th:nth-child(5){
	white-space: nowrap;
}
#corporateName {
	width: 22%;
}
#facility {
	width: 16%;
}
#grantContent {
	width: 20%;
}
#GrantAmount {
	width: 15%;
}
#location {
	width: 10%;
}
@media screen and (max-width: 640px) {
	.table_scole {
		/* max-width: 200px; */
		/* width: 900px; */
		overflow-x: scroll;
	}
	#corporateName {
		min-width: 200px;
	}
	#facility {
		min-width: 140px;
	}
	#grantContent {
		min-width: 150px;
	}
	#GrantAmount {
		min-width: 140px;
	}
	#location {
		min-width: 100px;
	}
	table tbody .column-1,
	table tbody .column-2,
	table tbody .column-3,
	table tbody .column-4,
	table tbody .column-5{
		text-align: left;
	}
}
/* --------------------------------------------
    テーブル (一般助成事業実績テーブル) 別バージョン
-------------------------------------------- */
.twocolumn_tbl_02 {
	border-collapse: collapse;
}
.twocolumn_tbl_02 th {
	background: #46aa44;
	border: 1px solid #e5e5e5;
	color: #FFF;
	text-align: center;
}
.twocolumn_tbl_02 td {
	border: 1px solid #e5e5e5;
}
.twocolumn_tbl_02 tr:nth-child(odd) {
	background: #FFF;
}
.twocolumn_tbl_02 tr:nth-child(even) {
	background-color: #f9f9f9;
}
#corporateName02 {
	width: 200px;
}
#facility02 {
	width: 140px;
}
#grantContent02 {
	width: 150px;
}
#GrantAmount02 {
	width: 140px;
}
#location02 {
	width: 100px;
}

@media screen and (max-width: 640px) {
	.tablepress {
		border-collapse: collapse;
		border: none;
		margin: 0 auto;
		display: block;
	}
	.tablepress br{
		display: none;
	}
	.tablepress thead {
		display: block;
		float: left;
		width: 40%;
	}

	.tablepress thead th:nth-child(1){
		width: 100%;
	}
	.tablepress thead th:nth-child(2){
		width: 100%;
	}
	.tablepress thead th:nth-child(3){
		width: 100%;
	}
	.tablepress thead th:nth-child(4){
		width: 100%;
	}
	.tablepress thead th:nth-child(5){
		width: 100%;
	}

	.table_02 .tablepress thead th:nth-child(1){
		width: 100%;
	}
	.table_02 .tablepress thead th:nth-child(2){
		width: 100%;
	}
	.table_02 .tablepress thead th:nth-child(3){
		width: 100%;
	}
	.table_02 .tablepress thead th:nth-child(4){
		width: 100%;
	}
	.table_02 .tablepress thead th:nth-child(5){
		width: 100%;
	}

	.tablepress tbody {
		overflow-x: auto;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		display: block;
	}
	.tablepress th {
		background: #46aa44;
		border: 1px solid #e5e5e5;
		color: #FFF;
		text-align: center;
		display: block;
		height: 60px;
		box-sizing: border-box;
		font-size: 0.83em;
	}
	.tablepress td {
		border: 1px solid #e5e5e5;
		display: block;
		font-size: 0.83em;
		height: 60px;
		box-sizing: border-box;
	}
	.tablepress td br{
		display: none;
	}
	.tablepress tbody tr {
		display: inline-block;
		margin: 0 -3px;
	}
	#tablepress-21 thead,
	#tablepress-22 thead{
		width: auto;
	}
	#corporateName02 {
		width: 135px;
		text-align: left;
	}
	#facility02 {
		width: 135px;
		text-align: left;
	}
	#grantContent02 {
		width: 135px;
		text-align: left;
	}
	#GrantAmount02 {
		width: 135px;
		text-align: left;
	}
	#location02 {
		width: 135px;
		text-align: left;
	}
}

/* --------------------------------------------
    テーブル (海外研修事業、国内研修事業)モバイル対応
-------------------------------------------- */
@media screen and (max-width: 640px) {
	.main_text.about_business_domestic table {
		width: 100% !important;
	}

	.main_text.about_business_oversea table {
		width: 100% !important;
	}
}

/* --------------------------------------------
    ページトップアイコン
-------------------------------------------- */
/*#pagetop_box {
	min-width: 1040px;
}*/
.pageTop {
	position: relative;
	width: 100%;
	min-width: 1040px;
	/*width: 1040px;*/
	margin: 0 auto;
	height: 0;
}
.pageTop a {
	position: fixed;
	bottom: 0px;
	left: auto;
	display: block;
	width: 66px;
	hegiht: 66px;
	/* margin-left: 850px; */
	/* margin-left: 90%; */
	right: 20px;
}

/* --------------------------
    モバイル対応
-------------------------- */
@media screen and (max-width: 640px) {
	.pageTop {
		min-width: inherit;
		width: 100%;
	}
	.pageTop a {
		left: -68px;
		margin-left: 100%;
	}
}


/* --------------------------------------------
    沿革（ヒストリー）
-------------------------------------------- */
.history_list {
	list-style: none
}
.history_list li {
	padding: 1%;
}
.history_list li:nth-child(odd) {
	background: #FFF;
}
.history_list li:nth-child(even){
	background: #f9f9f9;
}
.history_list li div {
	display: inline-block;
}
.history_title {
	width: 80%;
}
.time_data {
	width: 120px;
	vertical-align: top;
}
.history_banner {
	text-align: center;
}

/* --------------------------
    モバイル対応
-------------------------- */
@media screen and (max-width: 640px) {
	div.block_space {
		margin: 0 0 3%;
	}
	.time_data {
		/* min-width: 105px; */
		width: 33%;
		vertical-align: top;
	}
	.history_title {
		min-width: 55%;
		width: 65%;
	}
}


/* --------------------------------------------
    理事長からのご挨拶
-------------------------------------------- */

.greeting_top {
	margin-bottom: 30px;
}

.greeting_top:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}

.greeting_top_left{
	float:left;
	font-weight: 100;
	margin-top: 10%;
}

.greeting_top_left p{
	font-size: 1.1em;
}

.greeting_top_left span.title{
	font-size: 1.5em;
	margin-right: 18px;
}

.greeting_top_left span.president_name{
	letter-spacing: 0.5em;
	font-size: 1.7em;
}

.greeting_under{
	clear:both;
	margin-bottom: 4%;
	font-size: 0.95em;
}

.greeting_under p{
	margin-bottom: 30px;
}

.president_photo_img{
	width: 200px;
	float: right;
}

/* --------------------------
    モバイル対応
-------------------------- */
@media screen and (max-width: 640px) {
	.photo_img {
		width: 45%;
		display: block;
		margin: 0 auto 6%;
	}
	.greeting_text {
		width: 100%;
		display: block;
	}
	.president_photo_img {
		width: 50%;
		margin: 0 auto;
		float: none;
	}
	.greeting_top_left {
		font-weight: 100;
		margin: 5% auto;
		float: none;
		width: 200px;
	}
	.greeting_top_left span.title {
		font-size: 1.2em;
	}
	.greeting_top_left span.president_name {
		letter-spacing: 0.3em;
		font-size: 1.5em;
	}
	.greeting_top_left p {
		font-size: 0.9em;
	}
	.greeting_top {
		margin-bottom: 5%;
	}
}


/* --------------------------------------------
    清水基金のあゆみ
-------------------------------------------- */
.thought_text {
	width: 75%;
	vertical-align: top;
}
.thought_photo_img {
	width: 22%;
	float: right;
}
.block_space {
	margin: 0 0 6%;
}
/* --------------------------
    モバイル対応
-------------------------- */
@media screen and (max-width: 640px) {
	.thought_photo_img {
		width: 45%;
		display: block;
		margin: 7% auto 4%;
		float: none;
	}
	.thought_text {
		width: 100%;
		/*vertical-align: top;*/
	}
}


/* --------------------------------------------
    清水基金概要
-------------------------------------------- */
.overview_main_text {
	margin-bottom: 4%;
	font-size: 1em;
}
.overview_main_text div{
	margin-bottom: 10px;
}
.officer_name {
	display: inline-block;
	width: 15%;
	vertical-align: top;
}

.officer_info {
	display:inline-block;
}

@media screen and (max-width: 640px){
	.officer_name {
		display: inline-block;
		width: 30%;
	}

	.officer_info {
		display: inline-block;
		width: 64%;
		vertical-align: top;
	}
}

/* --------------------------------------------
    情報公開
-------------------------------------------- */
.open_information_block {
	padding-left: 3%;
}
.pdf_icon {
	vertical-align: top;
	padding: 0 1%;
}

@media screen and (max-width: 640px) {
	.open_information_block {
		padding-left: 8%;
	}
}

/* --------------------------------------------
    国内研修事業
-------------------------------------------- */
.main_text.about_business_domestic table{
	border-style:double;
	border-width:3px;
}

.main_text.about_business_domestic td{
	border-style:double;
	border-width:3px;
}

/* --------------------------------------------
    一般助成事業実績
-------------------------------------------- */
.businessresults_text_adjustment {
	border-top: 1px dashed #ccc;
	padding-top: 18px;
}
.bold_type {
	font-weight: bolder;
}
.Emphasis{
	font-size: 1.2em;
}
.nendo {
	font-size: 1.2em;
	font-weight: bolder;
}

/* --------------------------------------------
    お知らせ一覧
-------------------------------------------- */
/*お知らせ一覧 下層ページ*/
.noticepage_list {
	margin-top: 1%;
	list-style: none;
}
.noticepage_list li {
	margin: 1% 0;
}
/*お知らせの日付,カテゴリー*/
.noticepage_info_time {
	width: 10%;
	display: inline-block;
}
.page_operation {
	margin: 10% 0 5%;
	font-size: 15px;
}
/*ページ操作リンク*/
.page_operation_link {
	text-align: center;
}
.noticepage_info_title {
	display: inline-block;
}
ul.page_operation_link li {
	display: inline-block;
}
.page_operation_link li a {
	padding: 5px 10px;
	margin: 0 5px;
	color: #FFF;
	background: #CCC;
	text-decoration: none;
}
.page_operation_link li a:hover {
	color: #CCC;
	background: #858585;
}
span.current {
	border: 1px solid #ccc;
	padding: 4px 9px;
	margin: 0 5px;
	box-sizing: border-box;
}

/* --------------------------
    モバイル対応
-------------------------- */
@media screen and (max-width: 640px) {
	.noticepage_info_time {
		/*width: 100px;*/
		width: 25%;
	}
	.noticepage_info_title {
		/*width: 50%;*/
		width: 70%;
		display: inline-flex;
	}
}

/* --------------------------------------------
    アクセス
-------------------------------------------- */
.mapimg_space {
	/*margin: 0 0 3%;*/
	text-align: center;
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 65%;
}
.mapimg_space iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.mapimg_size {
	/*width: 85%;*/
}
.map_description {
	margin: 2% 0 5% 0;
}
.map_link {
	font-size: 0.95em;
}

/* --------------------------
    モバイル対応
-------------------------- */
@media screen and (max-width: 640px) {
	.map_description {
		margin: 10% 0 15%;
	}
}

/* --------------------------------------------
    お問い合わせ
-------------------------------------------- */
.contact_form {
	list-style: none;
	margin: 0 auto 4%;
	font-size: 1.1em;
	width: 85%;
}
.contact_form li {
	padding: 2% 0;
}
.form_name {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	padding: 0 5%;
	text-align: center;
	font-weight: bolder;
}
.form_main {
	display: inline-block;
}
.contact_confirmation {
	margin: 0 0 10%;
	text-align: center;
}
.confirmation_btn {
	background: #80c269;
	padding: 1% 11%;
	margin: 0 2%;
	text-decoration: none;
	color: #FFF;
	font-weight: bolder;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-o-border-radius: 2px;
	-ms-border-radius: 2px;
	font-size: 1.2em;
	border: 1px solid #ccc;
	cursor: pointer;
}

/* Contact Form 7のラジオボタンを縦並びに */
.wpcf7-radio .wpcf7-list-item {
	margin-bottom: 10px;
	margin-left: 0;
	display: block;
}

.wpcf7-radio .wpcf7-list-item input[type=radio] {
	width: 20px;
	height: 20px;
	vertical-align: text-bottom;
}

span.cnfm_message {
	display: block;
	border: 3px solid #94ff00;
	padding: 5px;
}

div.wpcf7-validation-errors {
	border: 3px solid #f00 !important;
	padding: 5px;
	text-align: center;
	width: 90%;
	margin: 0 auto 1em;
}

input[type=text].wpcf7c-conf,
input[type=email].wpcf7c-conf,
input[type=tel].wpcf7c-conf,
textarea.wpcf7c-conf {
	background-color: #fff !important;
	border: none;
}
select.wpcf7c-conf {
	background-color: #ccc !important;
}
.wpcf7-mail-sent-ok {
	display: none !important;
}


/* --------------------------
    モバイル対応
-------------------------- */
@media screen and (max-width: 640px) {
	.contact_form {
		margin: 9% 0 7%;
		width: 90%;
	}
	.form_name {
		width: 100%;
		padding: 0;
		text-align: left;
	}
	.form_main {
		width: 100%;
	}
	a.confirmation_btn {
		padding: 2% 25%;
	}
}



/* --------------------------------------------
    サイトマップ
-------------------------------------------- */
.sitemap_box {
	width: 85%;
	margin: 0 auto;
}
.top_sitemap {
	margin-bottom: 3%;
	width: 100%;
}
.top_sitemap a {
	font-weight: bolder;
	text-decoration: none;
	color: #111;
	background: url(../images/common/submenu_arrow.png) no-repeat left center;
	background-size: 18px;
	padding-left: 24px;
}
.top_sitemap a:hover {
	color: #85bd9a;
}
.sitemap_block {
	display: inline-block;
	width: 49%;
}
.site_map {
	list-style: none;
}
.site_map li {
	padding: 0 0 6% 0;
}
.sub_sitemap {
	list-style: none;
}
.sub_sitemap li {
	padding: 1% 0 1% 5%;
}
.sub_sitemap li a {
	font-weight: normal;
	text-decoration: none;
	color: #111;
	background: url(../images/common/submenu_arrow.png) no-repeat left center;
	background-size: 18px;
	padding-left: 24px;
}
.sub_sitemap li a:hover {
	color: #85bd9a;
}
.sitemap_block_under {
	display: inline-block;
	vertical-align: top;
	width: 49%;
}
.site_map_under {
	list-style: none;
}
.site_map_under li {
	padding: 0 0 0 10%;
	margin-bottom: 6%;
}
.site_map_under li a {
	font-weight: bolder;
	text-decoration: none;
	color: #111;
	background: url(../images/common/submenu_arrow.png) no-repeat left center;
	background-size: 18px;
	padding-left: 24px;
}
.site_map_under li a:hover {
	color: #85bd9a;
}


/* --------------------------
    モバイル対応
-------------------------- */
@media screen and (max-width: 640px) {
	.top_sitemap {
		width: 100%;
	}
	.sitemap_block {
		width: 100%;
	}
	.sitemap_block_under {
		display: block;
		vertical-align: inherit;
		width: 100%;
	}
	.site_map li {
		padding: 2% 0;
	}
	.sub_sitemap li {
		padding: 2% 0 5% 5%;
	}
	.site_map_under li {
		padding: 3% 0 1% 5%;
	}
	.top_sitemap a {
		margin: 0 0 0 5%;
	}
}


/* --------------------------------------------
    海外研修事業実績
-------------------------------------------- */
.banner_wrap {
	width: 1040px;
	margin: 0 auto;
}

.banner_box {
	text-align: center;
	width: 95%;
	margin: 0 auto 40px;
}

.banner_box a {
	display: inline-block;
	width: 48%;
}

.banner_box a:first-child {
	margin-right: 20px;
}

.banner_box img {
	width: 100%;
}

.img_hover:hover{
	opacity: 0.6;
}

.banner_trainee {
	padding: 3%;
	background: #CCC;
	display: block;
}

.course_tbl {
	margin-bottom: 5%;
}

.kenshu_ob {
	/*border: 1px solid rgb(220, 220, 220);*/
}

span.label_title {
	background-color: #88cc92;
	padding: 3px 5px;
	border-radius: 3px;
	/* width: 100%; */
	display: inline-block;
	color: #fff;
	margin-bottom: 5px;
	margin-right: 5px;
	box-sizing: border-box;
}
span.label_title2 {
	display: block;
	border-bottom: 2px dotted #ccc;
	font-weight: bold;
}
span.label_title_comment {
	display: block;
	/*border-bottom: 2px dotted #ccc;*/
	font-weight: bold;
}
.kenshu_ob_box{
	/*float: left;*/
	display: inline-block;
	/*margin-right: 10px;*/
	margin-bottom: 15px;
	font-size: 0.8em;
}
.kenshu_ob_editer{
	clear: both;
	margin-bottom: 10px;
	font-size: 0.8em;
}
.kenshu_ob_editer p{
	margin-bottom: 0;
}

.kenshu_ob_comment{
	clear: both;
	padding-top: 10px;
	background-color: #ffedd6;
}
.kenshu_ob {
	padding-bottom: 20px;
	margin-bottom: 40px;
	margin-top: 20px;
}
.label_title3 {
	display: block;
}
.left_balloon {
	position: relative;
	background: #eaf6ec;
	/*border: 1px solid #dcd;*/
	margin: 10px;
	padding: 10px;
	border-radius: 15px;
	/*margin-right: 20%;*/
	clear: both;
	max-width: 80%;
	float: right;
}
.left_balloon:after,
.left_balloon:before {
	right: 100%;
	top: 12%;
	border: solid #dcd;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.left_balloon:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #eaf6ec;
	border-width: 24px;
	margin-top: -7px;
}
.left_balloon:before {
	border-color: rgba(0, 0, 0, 0);
	/*border-right-color: #dcd;*/
	border-width: 25px;
	margin-top: -8px;
}
.review_img {
	width: 12%;
	margin-top: 20px;
	margin-left: 10px;
}

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

	.banner_wrap {
		width: 100%;
	}

	.banner_box img {
		width: 95%;
		margin-bottom: 25px;
	}

	.banner_box a {
		display: inline;
		width: 95%;
	}

	.left_balloon {
		max-width: 100%;
		float: none;
		margin-top: 30px;
	}
	.left_balloon:after,
	.left_balloon:before {
		top: -45px;
		left: 50%;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}

	.left_balloon:after {
		border-color: rgba(136, 183, 213, 0);
		border-bottom-color: #eaf6ec;
		border-width: 30px;
		margin-left: -30px;
	}
	.left_balloon:before {
		border-width: 36px;
		margin-left: -36px;
	}
	.review_img {
		width: 15%;
		margin: 0 auto;
		display: block;
	}
}

/* --------------------------------------------
    国内研修事業実績
-------------------------------------------- */
.archive_domestic_box{
	margin-bottom: 7%;
}
p.middle_title{
	font-size: 1.33em;
	margin-bottom: 10px;
}


/* --------------------------------------------
    トップページ
-------------------------------------------- */
/*トップページ背景領域*/
.topimg_box {
	min-width: 1040px;
	text-align: center;
	width: 100%;
	background: url(../images/toppage_img01.jpg);
	height: 300px;
	background-repeat: no-repeat;
	background-position: top;
}
/*.topimg_message {*/
/*position: absolute;*/
/*top: 30%;*/
/*left: 0;*/
/*right: 0;*/
/*bottom: 0;*/
/*margin: auto;*/
/*font-size: 2.250em;*/
/*color: #e95620;*/
/*font-weight: bolder;*/
/*}*/
/*.topimg_message_kai {*/
/*color: #FFF;*/
/*font-size: 1.333em;*/
/*filter: dropshadow(color=#e95620,offX= 0,offY=-1) dropshadow(color=#e95620,offX= 1,offY= 0) dropshadow(color=#e95620,offX= 0,offY= 1) dropshadow(color=#e95620,offX=-1,offY= 0);*/
/*-webkit-text-stroke-color: #e95620;*/
/*-webkit-text-stroke-width: 2px;*/
/*text-shadow: #e95620 3px 1px 0px, #e95620 -2px 0px 0px, #e95620 2px -2px 0px, #e95620 -2px 2px 0px;*/
/*}*/
/*トップページ背景画像*/
.toppage_img {
	/*min-width: 1040px;*/
	width: 85%;
}
/*お知らせ領域*/
.notice_box {
	position: relative;
	padding: 15px 10px;
	margin: 0 5px 40px 5px;
	background: rgba( 255, 255, 255, .5 );
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	box-shadow: 0px 0px 7px 0px #a7cfbc;
	-moz-box-shadow: 0px 0px 7px 0px #a7cfbc;
	-webkit-box-shadow: 0px 0px 7px 0px #a7cfbc;
}
/*お知らせタイトル*/
.notice_title {
	padding: 0 17px;
	color: #186904;
	display: inline-block;
}
/*バックナンバーボタン*/
a.backnumber_button {
	padding: 4px 30px 3px 20px;
	text-decoration: none;
	/* font-size: 0.875em; */
	font-size: 14px;
	color: #FFF;
	background: #a7cfbc;
	/* position: absolute; */
	/* top: 24px; */
	/* right: 16px; */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	display: inline-block;
	float: right;
	clear: both;
}
a.backnumber_button:hover {
	background-color: #2eb573;
}
/*バックナンバーボタンのアイコン*/
.backnumber_button_icon {
	padding-right: 10px;
	width: 20px;
	vertical-align: top;
}
/*お知らせ一覧*/
.notice_list {
	margin-top: 1%;
	padding-left: 18px;
	list-style: none;
}
/*お知らせ各項目*/
.notice_list li {
	width: 100%;
	margin: 1% 0;
}

/*お知らせの日付,カテゴリー*/
.info_time {
	width: 19%;
	display: inline-block;
}
/*お知らせのタイトル*/
.info_title {
	/*width: 79%;*/
	display: inline-block;
}
.info_title a[href$=".pdf"] {
	color: #06C;
	text-decoration: underline;
}
.info_title a[href$=".pdf"]:hover {
	text-decoration: none;
}
/*知らせ項目「カテゴリーラベル」*/
span.new {
	background: #e32d7f;
}
span.general {
	background: #54acff;
}
span.npo {
	background: #b18d7c;
}
span.arts {
	background: #3fb130;
}
span.oversea {
	background: #bc74fb;
}
span.domestic {
	background: #6559f5;
}
span.region {
	background: #F559D1;
}
span.investigation {
	background: #D7C90B;
}
.category_icon {
	color: #FFF;
	margin-left: 10px;
	width: 75px;
	text-align: center;
	display: inline-block;
	font-size: 0.8em;
}

/*サブメニューの一覧項目*/
#submenuList_box {
	position: relative;
	background: #e1f9e9 url(../images/index_submenu_bg.jpg) left bottom repeat-x;
	min-width: 1040px;
	margin-bottom: 50px;
}
#submenuList_box .twocolumn_sub ul {
	min-height: 224px;
}
/*サブメニューの表示領域*/
.submenu_box {
	width: 250px;
	display: inline-block;
	padding-right: 13px;
	vertical-align: top;
}
/*サブメニューの表示サイズ*/
.sublist_menu {
	width: 100%;
}
/*最後のサブメニュー*/
.last_submenu {
	padding: 0;
}
.submenu_font_resize {
	font-size: 15px;
}
/*サブメニュータイトル[清水基金について]*/
p.menu_title_about {
	background: #eb595f;
}
/*サブメニュータイトル[助成・研修事業について]*/
p.menu_title_about02 {
	background: #50dce6;
}
/*サブメニュータイトル[よくある質問]*/
p.menu_title_faq {
	background: #3088ce;
}
/*サブメニューアイコン調整*/
img.submenu_imgicon_resize {
	width: 20%;
}
.ollsubmenu_box {
	width: 1040px;
	margin: 0 auto;
	padding: 20px 0px;
}
.top_backgroundimg_left {
	position: absolute;
	top: 0;
	left: 850px;
}
.top_backgroundimg_right {
	position: absolute;
	top: 0;
	right: 850px;
}

/*トップぺージ最後のリンクボタン*/
.toppage_link {
	/*margin: 50px 0;
	width: 100%;*/
	width: 1040px;
	margin: 50px auto;
}
.situation_link_box {
	display: inline-block;
	margin-right: 19px;
}
.report_link_box {
	display: inline-block;
}
a.situation_link {
	padding: 40px 80px;
	background: #acbeb1;
	display: block;
	text-decoration: none;
	font-size: 1.500em;
	color: #FFF;
	font-weight: bolder;
	text-shadow: 2px 2px 1px #CCC,
	-2px 2px 1px #CCC,
	2px -2px 1px #CCC,
	-2px -2px 1px #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
a.situation_link:hover {
	background: #42a770;
}
a.report_link {
	padding: 40px 100px;
	background: #f2f0f0;
	display: block;
	text-decoration: none;
	font-size: 1.500em;
	color: #FFF;
	font-weight: bolder;
	text-shadow: 2px 2px 1px #CCC,
	-2px 2px 1px #CCC,
	2px -2px 1px #CCC,
	-2px -2px 1px #CCC;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
a.report_link:hover {
	background: #DDD;
}
/*リンクボタンのアイコン調整*/
img.link_icon_resize {
	vertical-align: text-top;
	padding: 0 10px 0 0;
}

/* --------------------------
    モバイル対応
-------------------------- */
@media screen and (max-width: 640px) {
	.topimg_box {
		min-width: inherit;
		width: 100%;
		height: 180px;
		background-size: cover;
	}
	.toppage_link {
		width: 100%;
	}
	.situation_link_box{
		margin: 0;
	}
	.report_link_box{
		margin: 0;
	}
	a.situation_link {
		width: 100%;
	}
	a.report_link {
		width: 100%;
	}
	.notice_box {
		position: relative;
		padding: 15px 10px;
		margin: 5% 10px 10%;
		background: rgba( 255, 255, 255, .5 );
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
		box-shadow: 0px 0px 7px 0px #a7cfbc;
		-moz-box-shadow: 0px 0px 7px 0px #a7cfbc;
		-webkit-box-shadow: 0px 0px 7px 0px #a7cfbc;
	}
	.notice_title {
		padding: 0;
		font-size: 20px;
	}
	a.backnumber_button {
		padding: 2px 3% 3px;
		margin-top: 1%;
	}
	.notice_list {
		margin-top: 7%;
		padding: 0;
		list-style: none;
	}
	.notice_list li {
		width: 100%;
		margin: 1% 0 2%;
	}
	.info_time {
		width: 100%;
	}
	.info_title {
		margin: 0 0 1%;
		/* width: 100%; */
	}



	.ollsubmenu_box {
		width: 100%;
		padding: 20px 10px;
		box-sizing: border-box;
	}
	.submenu_box {
		width: 90%;
		display: flex;
		vertical-align: top;
		padding: 0;
		margin: 0 auto;
	}
	#submenuList_box {
		background: #e1f9e9;
		min-width: inherit;
	}
	#submenuList_box .submenu_box {
		width: 100%;
	}
	#submenuList_box .submenu_box #sub_box {
		margin-bottom: 20px;
	}
	#submenuList_box .twocolumn_sub {
		margin-top: 10px;
	}
	#submenuList_box .twocolumn_sub ul {
		min-height: auto;
	}

	a.situation_link {
		padding: 0px;
		background: #acbeb1;
		display: block;
		text-decoration: none;
		font-size: 1.500em;
		color: #FFF;
		font-weight: bolder;
		text-shadow: 2px 2px 1px #CCC,
		-2px 2px 1px #CCC,
		2px -2px 1px #CCC,
		-2px -2px 1px #CCC;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
		-ms-border-radius: 5px;
	}
}


/* --------------------------
    助成物件とご利用状況
-------------------------- */

.box {
	display: inline-block;
	padding-right: 15px;
	padding-bottom: 20px;
	width: 23%;
	vertical-align: top;
}
.box:nth-child(4n) {
	padding-right: 0;
}

.box .group1 {
	text-decoration: none;
	color: #000;
	display: block;
}

.box a img{
	/*width: 240px;
	min-height: 200px;*/
}

.box a:hover img{
	opacity: 0.6;
}

.inline-content table {
	width: 100%;
}

.inline-content {
	padding: 20px 0;
}

.inline-content th {
	width: 25%;
	vertical-align: top;
	text-align-last: justify;
}

.inline-content td {
	width: 65%;
	padding-left: 10px;
}

span.label {
	font-weight: bold;
}

span.editer p {
}

.jyosei_article {
	width: 100%;
}

.cboxIframe {
	overflow:hidden;
	overflow-x:hidden;
	overflow-y:hidden;
	height:100%;
	width:100%;
	position:relative;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
}


.inline-content table{
	font-size: 15px;
}

.jyosei_content {
	background: #fff;
	width: 100%;
	margin: auto;
	padding: 15px;
	box-sizing: border-box;
	font-size: 1.2em;
}
.jyosei_content table{
	width: 100%;
	table-layout: fixed;
}

.jyosei_content th {
    width: 10%;
    text-align-last: justify;
    padding-right: 20px;
}

.jyosei_content td {

}

#content_popup {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color:#000;
	max-height: 95%;
	margin: 0;
	position: relative;
	overflow-y: scroll;
}
.swiper-container {
	height: 80%;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.colorbox{
	display: none;
	opacity: 0;
	position: fixed;
	top: 5%;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
	width: 740px;
	margin: auto;
}
.overlay{
	opacity: 0.5;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 900;
	background-color: #000;
}

#close_btn {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 50px;
	display: block;
	z-index: 100;
}

.slide_img {
	text-align: center;
}

.goriyou {
	/* height: 170px; */
	/* overflow:auto; */
}

img.loader {
	position: fixed;
	top: 40%;
	left: 50%;
	display: block;
	background-color: #fff;
	padding: 10px;
	z-index: 901;
}

.jyosei_introduction {
	margin-bottom: 15px;
}


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

	.colorbox{
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.goriyou {
		/* height: 100px; */
		/* overflow:auto; */
	}


	.box {
		display: block;
		width: auto;
		padding: 20px 0;
		text-align: center;
	}

	.inline-content {
		padding: 10px 0;
		overflow: scroll;
		margin: auto;
		width: 300px;
	}

	.inline-content th {
		width: 15%;
		text-align: left;
		vertical-align: top;
	}

	.inline-content td{
		width: 60%;
		text-align: left;
	}

	.jyosei_content td{
		font-size: 1em;
	}


	.jyosei_content th {
		width: 20%;
		text-align: left;
	}

	.jyosei_article {
		width: 95%;
		float: none;
		margin: 0 auto 10%;
	}

	.close_btn {
		width: 44px;
		float: right;
	}

	.colorbox{
		width: 100%;
	}

	img.loader {
		position: fixed;
		top: 30%;
		left: 45%;
	}

}

/* --------------------------
    研修事業の活動報告
-------------------------- */

#kenshu_main {
	width: 990px;
	margin: 0 auto;
}

.kenshu_title {
	margin: 15px 0;
	font-size: 2em;
	color: #466e98;
}

.kenshu_img {
	display: inline-block;
	width: 48%;
	vertical-align: middle;
	text-align: center;
	/*border: 1px solid #ccc;*/
	box-sizing: border-box;
	margin: 0 3% 3% 0;
}

.kenshu_img:nth-child(even) {
	margin: 0 0 3%;
}

.kenshu_img img {
	max-height: 325px;
	box-sizing: border-box;
}

.kenshu_pdf {
	padding-top: 10px;
	padding-bottom: 5%;
	padding-left: 15px;
}

.kaigai_houkoku {
	/*float: left;
    padding-left: 5px;*/
	padding: 2px 0;
	font-size: 0.92em;
}

.kenshu_pdf_title {
	font-size: 1em;
	border-bottom: 1px solid #dcdcdc
}

.kenshu_pdf a {
	color: #06c
}

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

	#kenshu_main {
		width: 95%;
		margin: 0 auto;
	}
	.kenshu_title {
		margin: 15px 0;
		font-size: 1.5em;
		color: #2372b7;
	}

	.kenshu_photo {
		text-align: center;
	}

	#content_popup {
		background: #fff;
		min-height: 100%;
		height: 100%;
	}

	.kenshu_pdf span {
		text-align: center;
		display: block;
		padding: 5px 0;
	}

	.kenshu_img img {
		padding: 0;
	}

	.kaigai_houkoku {
		float: none;
	}

}

/* --------------------------
    清水フェローシップソサエティ_掲示板一覧
-------------------------- */

.felloship {
	float: left;
}

.felloship img {
	width: 150px;
	padding-right: 30px;
}

p.toukou_title {
	border-bottom: 1px solid #a1a1a1;
	font-size: 1.1em;
	margin: 0;
}

.term_child {
	margin-bottom: 40px;
}

.toukou_list .toukou_title {
	margin-bottom: 0;
}

.term_child .toukou_title a {
	display: block;
	background: url(../images/folder.png) no-repeat left 19px;
	background-size: 23px;
	padding: 16px 5px 0px 33px;
	text-decoration: none;
}

.toukou_list .toukou_title a {
	display: block;
 background: url(../images/file.png) no-repeat 6px 17px;
 background-size: 19px;
	padding: 16px 5px 0px 33px;
	text-decoration: none;
}

.term_child .toukou_title a:hover,
.toukou_list .toukou_title a:hover {
	color: #85bd9a;
}


/* --------------------------
    清水フェローシップソサエティ_ログイン画面
-------------------------- */

#login_box {
	width: 500px;
	margin: 0 auto;
}

#swpm-login-form {
	text-align: left;
}

.swpm-login-submit {
	text-align: center;
}

.swpm-remember-me {
	text-align: center;
}

input.swpm-login-form-submit {
	padding: 5px 15px;
	background: #80c269;
	margin: 15px auto;
	text-decoration: none;
	color: #fff;
	font-weight: bolder;
	-webkit-border-radius: 2px;
	font-size: 1em;
	border: 1px solid #ccc;
	cursor: pointer;
}

input.swpm-login-form-submit:hover {
	opacity: 0.7;
}
.swpm-forgot-pass-link {
	display: none;
}

.swpm-join-us-link {
	display:none
}

.swpm-login-widget-action-msg {
	color: #f00;
}

@media screen and (max-width: 640px) {
	#login_box {
		width: auto;
	}
}


/* --------------------------
    清水フェローシップソサエティ_会員登録画面
-------------------------- */

.member_pass {
	width: 30%;
	margin: 0 auto;
}

.post_password {
	text-align: center;
}


.submit_button {
	padding: 15px 0;
}

.submit_button input[type="submit"] {
	padding: 5px 30px;
	background: #80c269;
	margin: 0 2%;
	text-decoration: none;
	color: #fff;
	font-weight: bolder;
	-webkit-border-radius: 2px;
	font-size: 1.2em;
	border: 1px solid #ccc;
}


/*.main_text .regist_box form {
    /*text-align: center;*/
padding-top: 40px;
}*/

.regist_box form input[type="submit"] {
	text-align: center;
	padding: 5px 30px;
	background: #80c269;
	margin: 0 2%;
	text-decoration: none;
	color: #fff;
	font-weight: bolder;
	-webkit-border-radius: 2px;
	font-size: 1.2em;
	border: 1px solid #ccc;
}

.regist_box #message {
	color: #f00;
}

@media screen and (max-width: 640px) {
}

/* --------------------------
    清水フェローシップソサエティ_登録フォーム画面
-------------------------- */

.regist_box .member_pass {
	width: 50%;
	margin: 0 auto;
	padding: 5% 5% 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	box-shadow: 0px 0px 5px 0px #ccc;
	-moz-box-shadow: 0px 0px 5px 0px #ccc;
	-webkit-box-shadow: 0px 0px 5px 0px #ccc;
}

.regist_box form {
	text-align: center;
}

.regist_box form label {
	padding-right: 15px;
}

.regist_box td {
	padding: 10px 0;
	font-size: 1.2em;
}

.regist_box td:nth-child(odd) {
	width: 25%;
}

.regist_box form input[type="submit"] {
	padding: 5px 30px;
	background: #80c269;
	margin: 0;
	text-decoration: none;
	color: #fff;
	font-weight: bolder;
	-webkit-border-radius: 2px;
	font-size: 1.2em;
	border: 1px solid #ccc;
	cursor: pointer;
}

.regist_box form input[type="submit"]:hover {
	opacity: 0.7;
}

.regist_box .swpm-registration-widget-form #swpm-registration-form {
	text-align: left;
	width: 70%;
	margin: 0 auto;
	padding: 5%;
	font-size: 1.1em;
	font-weight: bolder;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	box-shadow: 0px 0px 5px 0px #ccc;
	-moz-box-shadow: 0px 0px 5px 0px #ccc;
	-webkit-box-shadow: 0px 0px 5px 0px #ccc;
}

.regist_box .swpm-registration-widget-form #swpm-registration-form .swpm-registration-submit-section {
	padding-top: 5%;
}

.regist_box .swpm-registration-widget-form input[type="text"], .swpm-registration-widget-form input[type="password"]{
	font-size: 1.2em;
}

.regist_box .swpm-registration-success-msg {
	text-align: center;
	font-size: 1.7em;
	color: #333;
	padding: 20px 0;
}

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

	.regist_box .swpm-registration-widget-form #swpm-registration-form {
		width: 100%;
	}
}


/* --------------------------
    清水フェローシップソサエティ_掲示板の投稿
-------------------------- */
.input_box {
	padding: 20px 0;
}

h3.thread_title {
	padding: 10px 0;
}

p.toukou_date {
	text-align: right;
	margin: 5px 5px 0;
}

.twocolumn_sub .mega-menu .select_menu a {
	padding: 0;
}
ul.mega-menu &gt; li &gt; a {
    box-sizing: border-box;
}
.comment-respond .required {
	color: #ff4444;
}

p.logged-in-as {
	display: none;
}

.borad_post .submit input {
	padding: 5px 20px;
	background: #80c269;
	margin: 0;
	text-decoration: none;
	color: #fff;
	font-weight: bolder;
	-webkit-border-radius: 2px;
	font-size: 1em;
	border: 1px solid #ccc;
	cursor: pointer;
}

.borad_post .submit input:hover {
	opacity: 0.7;
}

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

}


/* --------------------------
    清水フェローシップソサエティ_コメント
-------------------------- */

div#comments-thread {
    margin-top: 20px;
}

#comments-thread .comment-id,
#comments-thread .form-allowed-tags{
	display:none;
}

#comments-thread .comment-author{
	font-weight:bold;
}

#comments-thread img.avatar {
	float:right;
	margin-right:0;
	margin-left:10px;
}

#commentform label{
	display:block;;
}

#commentform textarea{
	background-color:#fff;
	border:1px solid #aaa;
	margin-bottom:0px;
}

#commentform input {
	padding: 5px;
}

#commentform .logged-in-as {
	display: none;
}

#commentform .comment-form-url {
	display: none;
}

#commentform .form-submit {
	margin-top: 15px;
}

#commentform .comment-form-author,
#commentform .comment-form-email {
	margin:10px 0;
}

#comments-thread .comment-listCon {
	margin: 20px 0;
}

#comments-thread .comment-listCon em {
	color: #f00;
}

#comments-thread ol.commets-list {
	padding-left: 20px;
}

#comments-thread h3#resp {
	font-size: 1.1em;
}

#comments-thread #commentform input[type="submit"] {
	background: #80c269;
	margin: 0;
	text-decoration: none;
	color: #fff;
	font-weight: bolder;
	-webkit-border-radius: 2px;
	font-size: 0.85em;
	border: 1px solid #ccc;
	cursor: pointer;
}

#comments-thread #commentform input[type="submit"]:hover {
	opacity: 0.7;
}

h3#reply-title {
    background: url(../images/memo_icon.png) no-repeat left center;
    padding-left: 36px;
    background-size: 28px;
    margin-bottom: 10px;
    color: #3a3a3a;
}

@media screen and (max-width: 640px) {
	#commentform .form-submit {
		text-align: center;
	}
}

/*-------------------------------------
	サイドバー メガメニュー
-------------------------------------*/

.menu-container {
	width: 80%;
	margin: 0 auto;
	background: #e9e9e9;
}
@font-face{
	font-family:"Ionicons";
	src:url("../fonts/ionicons.eot?v=2.0.1");
	src:url("../fonts/ionicons.eot?v=2.0.1#iefix")format("embedded-opentype"),
	url("../fonts/ionicons.ttf?v=2.0.1")format("truetype"),
	url("../fonts/ionicons.woff?v=2.0.1")format("woff"),
	url("../fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");
	font-weight: bold;
}
.twocolumn_sub a.menu-mobile {
	display: none;
	padding: 20px;
}
.menu-mobile:after {
	content: "\f394";/*モバイル用メニューに表示するアイコン*/
	font-family: "Ionicons";
	font-size: 2.5rem;
	padding: 0;
	float: right;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-25%);
	transform: translateY(-25%);
}
.menu-dropdown-icon i {
	display: none;
}
.submenu_box &gt; .twocolumn_sub &gt; ul &gt; li ul.mega-menu i,
.submenu_box &gt; .twocolumn_sub &gt; ul &gt; li ul.mega-menu:after {
	content: "";
	display: table;
}
.submenu_box &gt; .twocolumn_sub &gt; ul &gt; li ul.mega-menu:after {
	clear: both;
}
.submenu_box &gt; .twocolumn_sub &gt; ul &gt; li ul.mega-menu &gt; li {
	position: relative;
	background: url(../images/folder.png) no-repeat 3px 15px;
	background-size: 17px;
	box-sizing: border-box;
}

.submenu_box &gt; .twocolumn_sub &gt; ul &gt; li ul.mega-menu &gt; li:last-child {
	border-bottom: none;
}
.submenu_box &gt; .twocolumn_sub &gt; ul &gt; li ul.mega-menu &gt; li &gt; ul {
	display: none;
	padding: 20px 20px 10px;
	position: absolute;
	z-index: 99;
	left: 225px;
	top: 0;
	margin: 0;
	list-style: none;
	box-sizing: border-box;
	background: #fff;
	font-size: 0;
}
.submenu_box &gt; .twocolumn_sub &gt; ul &gt; li ul.mega-menu &gt; li &gt; ul:after {
	clear: both;
}
.submenu_box &gt; .twocolumn_sub &gt; ul &gt; li ul.mega-menu &gt; li &gt; ul &gt; li {
	margin: 0 12px 36px;
	padding-bottom: 0;
	list-style: none;
	width: 222px;
	background: none;
	display: inline-block;
	vertical-align: top;
	font-size: 12pt;
	border-bottom: none;
}

.submenu_box &gt; .twocolumn_sub &gt; ul &gt; li ul.mega-menu &gt; li &gt; ul &gt; li a {
	padding: 0;
	display: block;
	border-bottom: 1px solid #999;
 background: url(../images/folder.png) no-repeat 3px 4px;
 background-size: 17px;
 padding-left: 26px;
 box-sizing: border-box;
	word-break: break-all;
}
.submenu_box &gt; .twocolumn_sub &gt; ul &gt; li ul.mega-menu{
	display: none;
}
.submenu_box &gt; .twocolumn_sub &gt; ul &gt; li ul.mega-menu,
.submenu_box &gt; .twocolumn_sub &gt; ul &gt; li ul.mega-menu &gt; li &gt; ul &gt; li &gt; ul {
	padding: 0;
	list-style: none;
	background: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.submenu_box &gt; .twocolumn_sub &gt; ul &gt; li ul.mega-menu &gt; li &gt; ul i,
.submenu_box &gt; .twocolumn_sub &gt; ul &gt; li ul.mega-menu &gt; li &gt; ul:after {
	content: "";
	display: none;
}
.submenu_box &gt; .twocolumn_sub &gt; ul &gt; li ul.mega-menu &gt; li &gt; ul &gt; li &gt; ul:after {
	clear: both;
}
.submenu_box &gt; .twocolumn_sub &gt; ul &gt; li ul.mega-menu &gt; li &gt; ul &gt; li &gt; ul &gt; li {
	padding: 8px 0 7px 15px;
	margin: 0;
	background: none;
	border-bottom: 1px dashed #ccc;
}
.submenu_box &gt; .twocolumn_sub &gt; ul &gt; li ul.mega-menu &gt; li &gt; ul &gt; li &gt; ul &gt; li a {
	border: 0;
}
.submenu_box &gt; .twocolumn_sub &gt; ul &gt; li ul.mega-menu &gt; li &gt; ul.normal-sub {
	width: 300px;
	left: auto;
	padding: 10px 20px;
}
.submenu_box &gt; .twocolumn_sub &gt; ul &gt; li ul.mega-menu &gt; li &gt; ul.normal-sub &gt; li {
	width: 100%;
}
.submenu_box &gt; .twocolumn_sub &gt; ul &gt; li ul.mega-menu &gt; li &gt; ul.normal-sub &gt; li a {
	border: 0;
	padding: 1em 0;
}

p.menu_title_shimz {
	font-size: 0.8em;
	background: #f96233;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
モバイル用
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*サイズは任意で。js側の設定と合わせる*/
@media only screen and (max-width: 640px) {
	.menu-container {
		width: 100%;
	}
	.menu-mobile {
		display: block;
	}
	.menu-dropdown-icon i {
		display: block;
	}
	.submenu_box &gt; ul {
		display: block;
		width: 100%;
	}
	.submenu_box &gt; ul &gt; li {
		width: 100%;
		float: none;
		display: block;
	}
	.submenu_box &gt; .twocolumn_sub &gt; ul.submenu_list &gt; li a {
		width: 95%;
		display: block;
		padding: 12px 0 12px 26px;
		border-bottom: 1px dashed #CCC;
	}
	.submenu_box &gt; .twocolumn_sub &gt; ul.submenu_list &gt; li a.menu-mobile {
		display: none;
	}

	.submenu_box &gt; .twocolumn_sub &gt; ul &gt; li ul.mega-menu {
		position: relative;
	}
	.submenu_box &gt; .twocolumn_sub &gt; ul &gt; li ul.mega-menu.normal-sub {
		width: 100%;
	}
	.submenu_box &gt; .twocolumn_sub &gt; ul &gt; li ul.mega-menu &gt; li {
		float: none;
		width: 100%;
		border-bottom: none;
	}

	.submenu_box &gt; .twocolumn_sub &gt; ul &gt; li ul.mega-menu &gt; li &gt; ul {
		position: relative;
		-webkit-border-radius: 0;
		box-shadow: none;
		-webkit-box-shadow: none;
	}
	.submenu_box &gt; .twocolumn_sub &gt; ul &gt; li ul.mega-menu &gt; li &gt; ul &gt; li {
		float: none;
		width: 100%;
		border-bottom: none;
	}
	.submenu_box &gt; .twocolumn_sub .show-on-mobile {
		display: none;
	}

	.twocolumn_sub a.menu-mobile {
		display: none;
		padding: 20px;
	}
	.submenu_box &gt; .twocolumn_sub &gt; ul &gt; li ul.mega-menu &gt; li &gt; ul {
		display: none;
		width: 100%;
		padding: 20px 20px 0;
		z-index: 99;
		position: static;
		margin: 0;
		list-style: none;
		box-sizing: border-box;
		background: #fff;
		font-size: 0;
	}

	.menu-dropdown-icon i {
		display: inline-block;
		cursor: pointer;
		float: none;
		padding: 0;
		background: #f96233;
		color: #fff;
		position: absolute;
		right: 0;
		top: 5px;
		font-style: normal;
		font-size: 1.5em;
		width: 44px;
		text-align: center;
	}
	.menu-dropdown-icon i:before {
		content: "\f421";
		font-family: "Ionicons";
	}
}

.screen-reader-text, .screen-reader-text span, .ui-helper-hidden-accessible {
    position: absolute;
    margin: -1px;
    padding: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
    word-wrap: normal!important;
}


/* --------------------------
    清水フェローシップトップ新着情報一覧
    add 2018/03/11
-------------------------- */
.threads_top_new_list {
	margin: 30px 0;
}
.threads_top_new_list h2 {
	display: block;
	width: 14em;
	margin: auto;
	padding: 5px 0;
	background-color: #3e6f53;
	border-radius: 4px 4px 0 0;
	text-align: center;
	font-size: 112.5%;
	color: #fff;
	font-weight: normal;
}
.threads_top_new_list table {
	width: 100%;
	table-layout: fixed;
}
.threads_top_new_list table th,
.threads_top_new_list table td {
	padding: 15px;
	border: 1px solid #e6e6e6;
	vertical-align: top;
}
.threads_top_new_list table thead th {
	padding: 20px 10px;
	text-align: center;
	background-color: #ecf9ef;
	color: #3e6f53;
	white-space: nowrap;
}
.threads_top_new_list table thead th.th01 {
	width: 18%;
}
.threads_top_new_list table thead th.th03 {
	width: 20%;
}
.threads_top_new_list table thead th.th04 {
	width: 11%;
}
.threads_top_new_list table tbody th {
	font-weight: normal;
	white-space: nowrap;
}
.threads_top_new_list table tbody th,
.threads_top_new_list table tbody td.center {
	font-size: 75%;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
}
.threads_top_new_list table tbody td a.title {
	display: block;
	margin-bottom: 3px;
	font-weight: bold;
	color: #222;
	text-decoration: none;
	word-break: break-all;
	word-wrap : break-word;
	overflow-wrap : break-word;
}
.threads_top_new_list table tbody td a.title .ud {
	vertical-align: middle;
	text-decoration: underline;
}
.threads_top_new_list table tbody td a.title:hover .ud {
	text-decoration: none;
}
.threads_top_new_list table tbody td .cat {
	margin: 5px 0 0;
	font-size: 75%;
	list-style: none;
	color: #85bd9a;
}
.threads_top_new_list table tbody td .cat li {
	display: inline-block;
}
.threads_top_new_list table tbody td .cat li:after {
	content: " /";
}
.threads_top_new_list table tbody td .cat li:last-child:after {
	content: none;
}
.threads_top_new_list table tbody td .cat a {
	color: #85bd9a;
}
.threads_top_new_list table tbody td .cat a:hover {
}
@media screen and (max-width: 640px) {
	.threads_top_new_list table th,
	.threads_top_new_list table td {
		padding: 10px;
		line-height: 1.3;
	}
	.threads_top_new_list table thead th {
		padding: 10px 5px;
		vertical-align: middle;
		white-space: normal;
	}
	.threads_top_new_list table thead th.th01 {
		display: none;
	}
	.threads_top_new_list table thead th.th02::before {
		content: "日付 ／ ";
	}
	.threads_top_new_list table thead th.th03 {
		width: 15%;
	}
	.threads_top_new_list table thead th.th04 {
		width: 15%;
	}
	.threads_top_new_list table tbody th {
		display: none;
	}
	.threads_top_new_list table tbody td[data-date]::before {
		content: attr(data-date);
		display: block;
		font-size: 90%;
	}
	.threads_top_new_list table tbody td.center {
		padding-right: 5px;
		padding-left: 5px;
	}
}

.threads_new_ico {
	display: inline-block;
	color: #fff;
	background-color: #eb2626;
	padding: 0 8px;
	font-weight: normal;
	font-size: 70%;
	border-radius: 100px;
	vertical-align: middle;
	margin-left: 10px;
}
.term_child .toukou_title a .threads_new_ico {
	vertical-align: 3px;
}
.page_title .threads_new_ico {
	font-size: 50%;
	vertical-align: 5px;
}
.cat-item .threads_new_ico {
	margin-left: 5px;
	vertical-align: 2px;
}
.toukou_title .threads_new_ico {
	vertical-align: 2px;
}
@media screen and (max-width: 640px) {
}

.link_box{
	margin: 14px 0 0;
	.link_txt{
		display: block;
		max-width: fit-content;
		font-size: 16px;
		line-height: 1;
		color: #fff;
		background-color: #389BA2;
		padding: 16px 48px;
		text-decoration: none;
		border-radius: 2px;
		transition: .5s all;
		&amp;:hover{
			background-color: #2B787D;
			transition: .5s all;
		}
		&amp;.style{
			background-color: #389BA2;
		    color: #fff;
			&amp;:hover{
				background-color: #2B787D;
				transition: .5s all;
			}
		}
		&amp;.style02{
			background-color: #DBF3F5;
		    color: #1C7177;
			&amp;:hover{
				background-color: #B6E5E8;
				transition: .5s all;
			}
		}

	}
}

.txt_mt{
	margin-top: 16px;
}

.table_scole_layout table tbody tr td{
	text-align: left;
}
.table_scole_layout table tbody tr td:nth-child(3),
.table_scole_layout table tbody tr td:nth-child(4){
	text-align: center;
}
.table_scole_layout table tbody tr td:nth-child(4) a[href$=".pdf"]{
	background-position: center;
	transition: .5s all;
}
.table_scole_layout table tbody tr td:nth-child(4) a[href$=".pdf"]:hover{
	opacity: .6;
	transition: .5s all;
}
@media screen and (max-width: 640px) {
	.link_box{
		.link_txt{
			margin: auto;
		}
	}
}</pre></body></html>