@charset "utf-8";

body {
	font-family: "BIZ UDPGothic", "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a:link {color:#cf3434; text-decoration:underline;}
a:visited {color:#cf3434; text-decoration:underline;}
a:hover {color:#e59c0e; text-decoration:underline;}

/* ----------------------------------------------------------------------------------------------------
	contents
---------------------------------------------------------------------------------------------------- */

.subpage #contents h1 {
	text-align: center;
	font-size: 28px;
	margin-bottom: 50px;
	padding-bottom: 20px;
	border-bottom: 2px solid #84aee1;
}

.subpage #contents .content {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.subpage #contents .content h2 {
	font-size: 22px;
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 15px;
	color: #4683cc;
	position: relative;
}

.subpage #contents .content h2 .accordion {
	position: absolute;
	top: 5px;
	right: 0;
	width: 100%;
	height: 30px;
	display: block;
	line-height: 30px;
	text-align: right;
	transition: 0.2s;
}

.subpage #contents .content h2 .accordion:hover {
	cursor: pointer;
	background-color: rgba(255,255,255,0.3);
}

.subpage #contents .content h2 .accordion:after {
	content: "▼";
	transition: 0.2s;
}
.subpage #contents .content h2 .accordion:hover:after {
	content: "▽";
	padding-top: 3px;
}

.subpage #contents .content p {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

.subpage #contents .content img {
	max-width: 100%;
}

.post-data {
	margin-bottom: 30px;
}

/* ----------------------------------------------------------------------------------------------------
	規約 / organization/terms
---------------------------------------------------------------------------------------------------- */

.term-list {
    position: relative;
    box-sizing: border-box;
    padding-left: 80px;
    margin-bottom: 50px;
}

.term-list span {
    position: absolute;
    top: 0;
    left: 0;
}

/* ----------------------------------------------------------------------------------------------------
	企業一覧 / companies_list
---------------------------------------------------------------------------------------------------- */

.companies_list h3 {
    display: block;
    margin-bottom: 30px;
}

.companies_list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: calc(100% + 30px);
	margin-bottom: 30px;
}

.companies_list ul li {
	width: calc(33.333% - 30px);
	float: left;
	margin-right: 30px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

@media screen and (max-width: 900px) {
	.companies_list ul li {
		width: calc(50% - 30px);
	}
}

@media screen and (max-width: 640px) {
	.companies_list ul {
		width: 100%;
	}
	.companies_list ul li {
		width: 100%;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
}

.companies_detail {
}

.companies_detail .company-header {
    margin-bottom: 50px;
}

.companies_detail .company-header img {
    margin-bottom: 30px;
}

.companies_detail table {
}

.companies_detail table th {
}

.companies_detail table td {
}


/* ----------------------------------------------------------------------------------------------------
	広報誌（旧名：かわら版・会報） / relations
---------------------------------------------------------------------------------------------------- */

.relations {
}

.relations ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.relations ul li {
}

@media screen and (max-width: 600px) {
	.relations table th, .relations table th {
		padding: 10px;
	}
}

/* ----------------------------------------------------------------------------------------------------
	総会、定例会 / activities/meeting
---------------------------------------------------------------------------------------------------- */

.meeting .post {
	border: 5px solid #eeeeee;
	padding: 30px;
	padding-top: 24px;
	box-sizing: border-box;
	margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
	.meeting .post {
		padding: 15px;
	}
}

.meeting .post .title {
	font-size: 21px;
	margin-bottom: 20px;
}

.meeting .post .title span {
	font-size: 16px;
	display: block;
	color: #9B9B9B;
}

.meeting .post .detail {
}

@media screen and (max-width: 600px) {
	.meeting .post table th, .meeting .post table td {
		padding: 6px;
		line-height: 1.5;
		font-size: 17px;
	}
}


/* ----------------------------------------------------------------------------------------------------
	入所時教育テキスト / entrance_education/text
---------------------------------------------------------------------------------------------------- */

.education_text {
}

.education_text a {
	display: block;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 15px;
	margin-bottom: 15px;
}


/* ----------------------------------------------------------------------------------------------------
	お知らせ / information
---------------------------------------------------------------------------------------------------- */

.information {
}

.information ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.information ul li {
	position: relative;
	display: block;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 15px;
	margin-bottom: 15px;
	box-sizing: border-box;
}

.information ul li a:after {
	content: "〉";
	color: #84aee1;
	font-size: 12px;
	position: absolute;
	right: 20px;
	top: 23px;
	display: none;
	font-weight: bold;
}

.information .post-data {
	margin-bottom: 15px;
	margin-top: -10px;
	position: relative;
	display: block;
	padding-left: 0;
	text-align: right;
}

.information li .post-data {
	display: inline-block;
	text-align: left;
	padding-left: 120px;
	box-sizing: border-box;
	width: 100%;
}

.information .post-data span {
	background-color: #84aee1;
	display: block;
	padding: 0px;
	padding-top: 2px;
	padding-left: 7px;
	padding-right: 7px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	position: absolute;
	top: 2px;
	left: 0;
	width: 105px;
}

.information .post-data span.cate01 { background-color: #84aee1; }
.information .post-data span.cate02 { background-color: #73b884; }

.information .post-title {
	font-weight: bold;
	display: inline-block;
	padding-left: 10px;
}

.information .post-title a {
	color: #000000;
}

.information .post-title a:hover {
	text-decoration: none;
}

@media screen and (max-width: 640px) {
	.information .post-data span {
		padding: 0px;
		padding-top: 2px;
		padding-left: 7px;
		padding-right: 7px;
		font-size: 16px;
		top: 6px;
		width: 135px;
	}
	.information .post-data {
		padding-left: 150px;
	}
	.information .post-title {
		display: block;
	}
}

.information .category_01 .post-data span { background-color: #a69858; }
.information .category_02 .post-data span { background-color: #7bbc5b; }



