@charset "UTF-8";
/*--------------------------------------------------------------
 * this is original style
 *
 * @package isenorgoc
--------------------------------------------------------------*/

/*----------------------------------------------------------------------
  下層ページ
----------------------------------------------------------------------*/

.main_page h2 {
	display: block;
	text-align: center;
	color: #1a9d48;
  position: relative;
  padding-bottom: 0;
  margin: 45px 0 40px;
  font-size: 3.2rem;
}

.main_page h2::before {
	content: "";
	display: block;
	width: 46px;
	height: 45px;
	background-image: url("../img/title-bg.png");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: -22px;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.main_page .philosophy h2 { /* 法人案内ページの理念 */
	margin: 45px 0 65px;
}

.main_page .history h2 { /* 法人案内ページの沿革 */
	margin: 45px 0 50px;
}

.main_page .membership h2 { /* 後援会ページの入会のご案内 */
	margin: 45px 0 35px;
}

.main_page .access_erea h2 { /* アクセスページの事務所一覧 */
	margin: 45px 0 50px;
}

.main_page h3 {
	font-size: 28px;
	font-size: 2.8rem;
	position: relative;
	padding: 0 0 0 35px;
	font-weight: 100;
}

.main_page h3::before {
	position: absolute;
	top: 50%;
	left: 14px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	z-index: 2;
	content: '';
	width: 15px;
	height: 15px;
	border: 5px solid #1a9d48;
	border-radius: 100%;
}

.main_page .history h3 {
	margin: 25px 0 15px;
}

.main_page .membership_erea h3 {/* 後援会ページの入会のご案内 */
	margin: 25px 0 0;
}

.main_page .membership_erea h3.activitie { /* 後援会ページの活動 */
	display: flex;
	align-items: center;
}

.main_page .membership_erea h3.activitie span { /* 後援会ページの入会のご案内 */
	font-size: 18px;
}

.main_page .support h3 {
	margin: 35px 0 10px;
}

.main_page h4 {
	position: relative;
	font-size: 24px;
	font-size: 2.4rem;
	margin: 0;
	padding: 0px 0 0 35px;
  box-sizing: border-box;
	font-weight: 100;
}

.main_page h4::before {
	border: none;
  border-radius: unset;
	content: "";
	width: 22px;
	height: 22px;
	position: absolute;
	top: 50%;
	left: 13px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	background-image: url("../img/th.png");
  background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.main_page .wakakusa_list h4 { /* 法人案内ページのわかくさ福祉会事業一覧 */
	margin: 15px 0 20px;
}

.main_page h5 {
	font-size: 20px;
	font-size: 2.0rem;
	color: #1a9d48;
}

.main_page .wakakusa_list h5 { /* 法人案内ページのわかくさ福祉会事業一覧 */
	margin: 20px 0 18px;
}

.main_page h6 {
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.25;
	margin: 0;
	padding: 0 0 10px;
	box-sizing: border-box;
	color: #1a9d48;
	border-bottom: 1px dashed #1a9d48;
}

.conts_block {
  margin: 0 0 30px;
}

.list_area ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
	margin: 0;
}

.list_area ul li {
	list-style: none;
}

.list {
	margin: 0;
	padding: 0;
}

.list li {
	list-style: none;
	font-size: 16px;
	font-size: 1.6rem;
	position: relative;
	padding-left: 15px;
}

.list li::before {
	font-size: 11px;
	font-size: 1.1rem;
	color: #1a9d48;
	font-family: "Font Awesome 5 Free";
  content: '\f111';
  font-weight: 900;
	position: absolute;
	left: 0;
	top: 5px;
}



@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.main_page h2 {
		font-size: 30px;
    font-size: 3.0rem;
		margin: 45px 0 15px;
	}

	.main_page .philosophy h2,
	.main_page .history h2,
	.main_page .membership h2,
	.main_page .access_erea h2 {
		margin: 45px 0 15px;
	}

	.main_page h3 {
		font-size: 25px;
		font-size: 2.5rem;
		margin: 10px 0;
	}

	.main_page .history h3,
	.main_page .membership_erea h3,
	.main_page .support h3 {
		margin: 10px 0;
	}

}



@media screen and (max-width : 767px) {
	.main_page h2 {
		font-size: 25px;
    font-size: 2.5rem;
		margin: 20px 0 15px;
  }

	.main_page h2::before {
		width: 24px;
    height: 25px;
		top: -9px;
	}

	.main_page .philosophy h2,
	.main_page .history h2,
	.main_page .membership h2,
	.main_page .access_erea h2 {
		margin: 20px 0 15px;
	}

	.main_page h3 {
		font-size: 22px;
		font-size: 2.2rem;
		margin: 10px 0;
	}

	.main_page .history h3,
	.main_page .membership_erea h3,
	.main_page .support h3 {
		margin: 10px 0;
	}

	.main_page .membership_erea h3.activitie span {
		font-size: 11px;
	}

}



/*--------------------------------------------------------------
　法人案内
--------------------------------------------------------------*/
.philosophy {
	padding: 60px 0 120px;
	box-sizing: border-box;
}

.history {
	padding: 0 0 70px;
	box-sizing: border-box;
}

.information .history table tr.total td {
	background-color: #e2f2d6;
}

.history table th,
.history table td {
	font-size: 15px;
	font-size: 1.5rem;
	padding: 17px 20px;
	box-sizing: border-box;
	border-top: 1px solid #4daa35;
	line-height: 1;
}

.history table tr:last-child th,
.history table tr:last-child td,
.history table tr.bb th {
	border-bottom: 1px solid #4daa35;
}

.history table th {
	width: 21%;
	text-align: left;
	border-left: 1px solid #4daa35;
}

.history table tr:first-child th {
	text-align: center;
}

.history table .mix th {
	border-top: none;
}

.history table td {
	width: 80%;
	border-left: 1px solid #4daa35;
	border-right: 1px solid #4daa35;
}

.history table tr:first-child td,
.information .history table tr:nth-child(2) td {
	text-align: center;
}

.history table .mix td {
	border-top: 1px dotted #c2e4aa;
}

.information .history table th,
.information .history table td {
	width: unset;
	font-size: 14px;
	font-size: 1.4rem;
}

.business_view {
	padding: 0 0 30px;
	box-sizing: border-box;
}

.business_view .wakakusa {
	margin: 0 0 45px;
}

.business_view .wakakusa_list {
	margin: 0 0 55px;
}

.business_view .document a {
	margin: 10px 40px;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	color: #444;
	padding: 5px 15px;
	box-sizing: border-box;
	border: 1px solid #1a9d48;
	border-radius: 5px;
	transition: all .3s;
}

.business_view a i {
	color: #1a9d48;
	transition: all .3s;
}

.business_view .document a:hover {
	background-color: #1a9d48;
}

.business_view .document a:hover,
.business_view .document a:hover i {
	color: #fff;
}

@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.philosophy {
		padding: 40px 0 50px;
	}

	.history_erea {
		white-space: nowrap;
		overflow-x: scroll;
	}

	.history table {
		width: 1040px;
	}

	.business_view .wakakusa_list {
		margin: 0 0 30px;
	}

}


@media screen and (max-width : 767px) {
	.philosophy {
		padding: 30px 0 50px;
	}

	.history_erea {
		white-space: nowrap;
		overflow-x: scroll;
	}

	.history {
		padding: 0 0 40px;
	}

	.history table {
		width: 1040px;
	}

	.business_view .wakakusa_list {
		margin: 0 0 30px;
	}

	.business_view .document a {
		width: 100%;
		font-size: 16px;
		font-size: 1.6rem;
		margin: 10px 0 30px;
		text-align: center;
	}

}



/*--------------------------------------------------------------
　事業案内
--------------------------------------------------------------*/
.office_list {
	padding: 65px 0 150px;
	box-sizing: border-box;
}

.office_list ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 10px 0 0;
	box-sizing: border-box;
	margin: 0;
}

.office_list ul li {
	list-style: none;
	width: 32%;
}

.office_list ul li img {
	margin: 0 0 30px;
}



@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.office_list {
		padding: 30px 0 40px;
	}
}



@media screen and (max-width : 767px) {
	.office_list {
    padding: 30px 0 10px;
	}

	.office_list ul {
		display: block;
	}

	.office_list ul li {
		width: 100%;
		margin: 0 0 30px;
	}

	.office_list ul li img {
		width: 100%;
	}

}



/*--------------------------------------------------------------
　日中支援・生活支援・相談支援
--------------------------------------------------------------*/
.business_content_area {
	padding: 100px 0 0;
	box-sizing: border-box;
}

.business_content {
	float: right;
	width: 72%;
	padding: 0 0 85px;
	box-sizing: border-box;
}

.business_list_area {
	padding: 0 0 20px;
	box-sizing: border-box;
}

.business_list_area p {
	text-align: center;
	font-size: 3.0rem;
	background-color: #fce5a6;
	margin: 0 0 45px;
	padding: 10px 0;
	box-sizing: border-box;
	border-radius: 10px;
}

.business_list_area.live p {
	color: #fff;
	background-color: #15baea;
}

.business_list_area.consultation p {
	color: #fff;
	background-color: #72c41b;
}

.business_list_area ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	padding: 0 20px;
	margin: 0;
}

.business_list_area ul::after {
	display: block;
	content: "";
	width: 31%;
}

.business_list_area ul li {
	width: 31%;
	list-style: none;
}

.business_list_area.live ul li {
	width: 46%;
}

.business_list_area ul li a {
	text-align: center;
	color: #333;
	padding: 10px 15px;
	box-sizing: border-box;
	border: 1px solid #1a9d48;
	border-radius: 50px;
	line-height: 1;
	margin: 0 0 10px;
	transition: all .3s;
}

.business_list_area ul li a:hover {
	color: #fff;
	background-color: #1a9d48;
}

.business_list_area ul li a i {
	color: #1a9d48;
	transition: all .3s;
}

.business_list_area ul li a:hover {
	color: #fff;
	background-color: #1a9d48;
}

.business_list_area ul li a:hover i {
	color: #fff;
}

.office_explanation {
	margin: 0 0 90px;
}

.office_explanation .office_explanation_img {
	display: flex;
	justify-content: space-between;
	margin: 0 0 20px;
}

.office_explanation .office_explanation_txt {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 0 30px;
}



@media screen and (min-width: 768px) and (max-width: 1024px) {
	.business_content_area {
		padding: 50px 0 0px;
	}

	.business_list_area p {
		font-size: 28px;
		font-size: 2.8rem;
		margin: 0 0 20px;
	}

	.business_content {
		width: 75%;
		padding: 0 0 20px;
	}

	.business_list_area {
		padding: 0 0 10px;
	}

	.business_list_area ul li {
		width: 48%;
	}

	.business_list_area.live ul li {
		width: 48%;
	}

	.office_explanation {
		margin: 0 0 40px;
	}

	.office_explanation .office_explanation_img img {
		width: 49%;
		height: 100%;
	}

}



@media screen and (max-width : 767px) {
	.business_content_area {
		padding: 30px 0 20px;
	}

	.business_content {
		width: 100%;
		padding: 0 0 10px;
	}

	.business_list_area p {
		font-size: 22px;
		font-size: 2.2rem;
		margin: 0 0 20px;
	}

	.business_list_area ul {
		display: block;
	}

	.business_list_area ul li {
		width: 100%;
	}

	.business_list_area.live ul li {
		width: 100%;
	}

	.business_list_area ul li a {
		margin: 0 0 10px;
	}

	.office_explanation {
		margin: 0 0 60px;
	}

	.office_explanation .office_explanation_img {
		display: block;
		margin: 0 0 10px;
	}

	.office_explanation .office_explanation_img img {
		margin: 0 0 20px;
	}

}


/*--------------------------------------------------------------
　後援会
--------------------------------------------------------------*/
.support {
	padding: 60px 0 170px;
	box-sizing: border-box;
}

.support p {
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0 0 20px;
}

.work ul {
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}

.work ul li {
	width: 48%;
	list-style: none;
}

.work ul li p {
	font-size: 18px;
	font-size: 1.8rem;
	color: #1a9d48;
	margin: 0;
}

.membership {
	padding: 50px 0 80px;
	box-sizing: border-box;
	background-color: #f4fbef;
}

.membership_erea {
	padding: 30px 50px;
	box-sizing: border-box;
	background-color: #fff;
	border: 2px dashed #4daa35;
	border-radius: 20px;
	margin: 0 0 55px;
}

.membership .membership_title {
	font-size: 24px;
	font-size: 2.4rem;
	color: #1a9d48;
	text-align: center;
}

.membership_erea p {
	margin: 0;
}

.membership_erea p span {
	color: #1a9d48;
}



@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.support {
		padding: 40px 0 60px;
	}

	.membership {
		padding: 60px 0 50px;
	}

	.membership_erea {
		padding: 20px 15px;
		margin: 0 0 30px;
	}

}



@media screen and (max-width : 767px) {
	.support {
    padding: 30px 0 10px;
	}

	.work ul {
		display: block;
	}

	.work ul li {
		width: 100%;
		margin: 0 0 30px;
	}

	.membership {
    padding: 50px 0 50px;
	}
	.membership_erea {
    padding: 20px 15px;
		margin: 0 0 30px;
	}

}



/*--------------------------------------------------------------
	アクセス
--------------------------------------------------------------*/
.access {
	padding: 65px 0 0;
	box-sizing: border-box;
}

.access_map_erea {
	text-align: center;
	margin: 0 0 50px;
}

.access_erea {
	padding: 10px 0 60px;
	box-sizing: border-box;
}

.access_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.access_list .access_txt {
	width: 47%;
}

.access_list .access_map {
	width: 49%;
}

.access_list:first-of-type {
	margin: 0 0 60px;
}

.access_list:nth-of-type(2) {
	margin: 0 0 60px;
}

.access_list:nth-of-type(3) {
	margin: 0 0 70px;
}

.access_list:nth-of-type(4) {
	margin: 0 0 60px;
}

.access_list:nth-of-type(5) {
	margin: 0 0 60px;
}

.access_list:nth-of-type(6) {
	margin: 0 0 60px;
}

.access_list:nth-of-type(7) {
	margin: 0 0 60px;
}

.access_list:last-of-type {
	margin: 0 0 10px;
}

.access_subtitle {
	font-size: 18px;
	font-size: 1.8rem;
	color: #1a9d48;
	margin: 15px 0 0;
	line-height: 1;
}



@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.access {
    padding: 30px 0 20px;
	}

}



@media screen and (max-width : 767px) {
	.access {
		padding: 30px 0 15px;
	}

	.access_map_erea {
		margin: 0 0 80px;
	}

	.access_erea {
		padding: 0;
	}

	.access_list {
		display: block
	}
	
	.access_list .access_txt {
		width: 100%;
	}
	
	.access_list .access_map {
		width: 100%;
	}

	.access_list:first-of-type,
	.access_list:nth-of-type(2),
	.access_list:nth-of-type(3),
	.access_list:nth-of-type(4),
	.access_list:nth-of-type(5),
	.access_list:nth-of-type(6),
	.access_list:nth-of-type(7),
	.access_list:last-of-type {
		margin: 0 0 50px;
	}

}

/*--------------------------------------------------------------
	求人募集
--------------------------------------------------------------*/
.recruit {
	padding: 50px 0 60px;
	box-sizing: border-box;
}

.recruit .business_list_area ul {
	justify-content: space-between;
}

.recruit .business_list_area ul li {
	width: 48%;
}

.recruit .business_list_area ul li a {
	padding: 20px 0;
	margin: 0 0 20px;
}



@media screen and (min-width: 768px) and ( max-width: 1024px) {

}



@media screen and (max-width : 767px) {
	.recruit .business_list_area ul {
		display: block;
	}
	
	.recruit .business_list_area ul li {
		width: 100%;
	}

}



/*--------------------------------------------------------------
	お問い合わせ
--------------------------------------------------------------*/

.attention_txt {
	/* width: 85%; */
	margin: 0 auto 40px;
	font-size: 1.4rem;
}

.attention_txt h3 {
	margin: 0;
	font-size: 1.8rem;
}

.attention_txt ul {
	padding-left: 20px;
}

.attention_txt ul li {
	list-style: disc;
}

.mw_wp_form {
  width: 100%;
  margin: 0 auto;
	/* padding: 0 100px; */
}

.mw_wp_form input,
.mw_wp_form textarea {
	border: none;
	background-color: #f3f3f3;
	padding: 10px;
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mw_wp_form textarea {
	width: 100%;
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop,
.mw_wp_form textarea {
	width: 100%;
}

input[type='text'] {
	width: 70%;
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mw_wp_form input[type='text'].contact_add {
	width: 80%;
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop,
.mw_wp_form input[type='text'].contact_add {
	width: 90%;
}

.mw_wp_form input[type='email'].contact_mail {
  width: 100%;
	margin: 0;
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop,
.mw_wp_form input[type='email'].contact_mail {
	width: 90%;
}

.page .entry_content .mw_wp_form table {
	width: 100%;
	border: none;
	border-top: 1px dashed #ccc;
	margin-bottom: 30px;
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
  box-sizing: border-box;
}

.page .entry_content .mw_wp_form table tr {
	border-bottom: 1px dashed #ccc;
}

.page .entry_content .mw_wp_form table th {
  width: 25%;
	border: none;
	background-color: #fff;
	font-size: 1.5rem;
  font-family: "TBUDGothic B";
  background-color: #fffbeb;
}

.page .entry_content .mw_wp_form table th span.nini {
  font-size: 1.3rem;
  color: #ccc;
}

/* IE11 */
_:-ms-lang(x)::-ms-backdrop,
.page .entry_content .mw_wp_form table th {
	width: 30%;
}

.page .entry_content .mw_wp_form table td {
	padding: 35px 20px 35px 40px;
}

.page .entry_content .mw_wp_form table td.pd_right {
	padding: 35px 140px 35px 40px;
}

.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0;
}

/* IE11 */
/* _:-ms-lang(x)::-ms-backdrop,
.page .entry_content .mw_wp_form table td {
	width: 80%;
} */

.page .entry_content .mw_wp_form table td .text-small {
	font-size: 1.3rem;
}

.mw_wp_form .consent {
	text-align: center;
	margin: 0 0 30px;
}

.privacy_link:hover {
  text-decoration: underline;
}

.mw_wp_form input[type='submit'] {
	background-color: #32a8e1;
	padding: 15px 40px;
	display: block;
	margin: 0 auto;
}

.mw_wp_form input[type='submit']:hover {
	opacity: .7;
}

.mw_wp_form p.thanks-page {
	font-size: 2.2rem;
}

.required,
.mw_wp_form .error {
	color: red;
}

.mw_wp_form input[type='submit'].return {
	background-color: #ccc;
	color: #333;
}

.mw_wp_form_complete {
	background-color: #fcfbed;
	padding: 40px 70px 50px;
	/* margin: 0 100px; */
}

.mw_wp_form_complete .thanks-page {
	margin-bottom: 20px;
}



@media screen and (max-width: 767px) {
	.attention_txt {
		width: 100%;
	}
	.mw_wp_form {
    width: 100%;
		padding: 0;
	}
	.mw_wp_form input,
	.mw_wp_form textarea,
	.mw_wp_form input[type='text'].contact_add {
		width: 100%;
	}
	.page .entry_content .mw_wp_form table th {
		display: block;
    width: 100%;
		padding: 10px 10px;
	}
	.page .entry_content .mw_wp_form table td {
		display: block;
		padding: 20px 10px;
	}
  .page .entry_content .mw_wp_form table td.pd_right {
  	padding: 20px 40px;
  }
	.mw_wp_form input[type='checkbox'] {
		width: 5%;
	}
	.mw_wp_form input[type='submit'] {
		width: 70%;
	}
	.mw_wp_form_complete {
		padding: 30px 20px 40px;
		margin: 0;
	}
  .mw_wp_form .horizontal-item {
    display: block;
  }
}



/*--------------------------------------------------------------
  チェックボックススタイル
--------------------------------------------------------------*/

.mwform-checkbox-field input[type='checkbox'].contact_cb,
.mwform-checkbox-field input[type='checkbox'].agree_cb {/* まず、＜input＞タグの表示を消します*/
  display: none;
}

.mwform-checkbox-field input[type='checkbox'].contact_cb + span,
.mwform-checkbox-field input[type='checkbox'].agree_cb + span {/* ＜span＞タグのスタイル（各項目幅や余白など） */
  padding-left: 20px;
  position: relative;
  margin-right: 30px;
  font-size: 1.6rem;
}

.mwform-checkbox-field input[type='checkbox'].contact_cb + span::before,
.mwform-checkbox-field input[type='checkbox'].agree_cb + span::before {/* チェックボックスの大きさや形のスタイル */
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
  background-color: #fff;
}

.mwform-checkbox-field input[type='checkbox']#contact_cb-3 {
  margin-right: 100px;
}

.mwform-checkbox-field input[type='checkbox'].contact_cb:checked + span::after,
.mwform-checkbox-field input[type='checkbox'].agree_cb:checked + span::after {/* 選択時のチェックボックススタイル */
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 4px solid #f04d30;
  border-right: 4px solid #f04d30;
  border-radius: 4px;
}



/*--------------------------------------------------------------
	個人情報保護方針ページスタイル
--------------------------------------------------------------*/

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

.privacy_block ol {
	padding-left: 25px;
}

.privacy_block ol li,
.privacy_block ol li h5 {
	font-size: 2.0rem;
	color: #9bcb60;
}

.privacy_block ol li {
	margin-bottom: 30px;
}

.privacy_block ol li h5 {
	margin-bottom: 5px;
}

.privacy_block ol li p {
	font-size: 1.5rem;
	color: #333;
	margin: 0;
}

.privacy_block ol li ul,
.privacy_block ol li ol {
	padding-left: 20px;
}

.privacy_block ol li ul li,
.privacy_block ol li ol li {
	font-size: 1.5rem;
	color: #333;
	margin-bottom: 0;
}

.privacy_block ol li ul li {
	list-style-type: disc;
}

.privacy_block ol li p a {
	color: #9bcb60;
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	.privacy_block {
		padding: 30px 15px 1px;
	}
	.privacy_block h4 {
		font-size: 2.5rem;
		padding: 0 15px;
		margin-bottom: 25px;
	}
}



/*--------------------------------------------------------------
　お知らせ
--------------------------------------------------------------*/

.single .subvisu h2,
.archive .subvisu h2,
.blog .subvisu h2 {
  text-align: center;
  font-size: 4rem;
  font-weight: 400;
  margin: 0;
  letter-spacing: .1em;
  line-height: 1.2;
}

.single .subvisu h2 span,
.archive .subvisu h2 span,
.blog .subvisu h2 span {
  font-size: 2.4rem;
  color: #dfcdb3;
  letter-spacing: .1em;
  display: block;
  font-family: "aisha-latin";
  font-weight: 400;
  font-style: normal;
}

.post_main {
  width: 72%;
  float: right;
  margin: 0 0 100px;
}

.post_sidebar {
  width: 20%;
  float: left;
}

.archive_post {
  margin: 0 0 40px;
}

.post_main h1 {
	font-size: 20px;
  font-size: 2.0rem;
  text-align: left;
	background-color: #eef9eb;
}

.post_main h1 a {
  color: #333;
  display: block;
  padding: 10px 0 10px 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all .3s;
}

.post_main h1 a:hover {
	background-color: #e3f7de;
}

.blog .entry_content h1,
.single .entry_content h1,
.archive .entry_content h1 {
  border-left: 8px solid #1a9d48;
  background-color: #f6f0e6;
  line-height: 2;
  padding: 5px 0 5px 10px;
  margin: 30px 0;
  border-top: none;
  border-bottom: none;
  font-size: 2.2rem;
}

.blog .entry_content h2,
.single .entry_content h2,
.archive .entry_content h2 {
  position: relative;
  font-size: 2.1rem;
  border-bottom: 4px solid #dcd3c6;
  margin: 30px 0;
}

.blog .entry_content h2::after,
.single .entry_content h2::after,
.archive .entry_content h2::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #1a9d48;
}

.post_main h2.post_title_archive {
  border-bottom: none;
  margin: 10px 0 20px;
}

.post_main h2.post_title_archive::after {
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 0;
  height: 0;
  background-color: #fff;
}

.blog #main .post_wrap .entry_content h3,
.single #main .post_wrap .entry_content h3,
.archive #main .post_wrap .entry_content h3 {
  font-size: 1.9rem;
  position: relative;
  padding: 0 5px 0 25px;
  margin: 30px 0 10px;
}

.blog #main .post_wrap .entry_content h3::after,
.single #main .post_wrap .entry_content h3::after ,
.archive #main .post_wrap .entry_content h3::after {
  position: absolute;
  top: .4em;
  left: 0;
  z-index: 2;
  content: '';
  width: 10px;
  height: 10px;
  border: 4px solid #1a9d48;
  border-radius: 100%;
}

.blog .entry_content h4,
.single .entry_content h4,
.archive .entry_content h4 {
  font-size: 1.7rem;
  border-left: 5px solid #1a9d48;
  padding-left: 10px;
  line-height: 1.5;
  margin: 30px 0 10px;
}

.blog .entry_content h5,
.single .entry_content h5,
.archive .entry_content h5 {
  font-size: 1.6rem;
  font-family: "TBUDRGothic B";
  color: #1a9d48;
  margin: 30px 0 10px;
}

.blog .entry_content h6,
.single .entry_content h6,
.archive .entry_content h6 {
  font-size: 1.55rem;
  font-family: "TBUDRGothic B";
  margin: 30px 0 10px;
}

.post_main .date {
	font-size: 13px;
	font-size: 1.3rem;
	display: block;
  margin: 0 0 15px;
}

.post_main .entry_content p {
  line-height: 1.7;
  overflow: hidden;
	margin: 0;
}

.post_main .entry_content a {
  color: #333;
	transition: all .3s;
}

.post_main .entry_content a:hover {
	color: #1a9d48;
}

.post_main .entry_content .category_box {
	display: flex;
	margin: 0 0 10px;
}

.post_main .entry_content .category a {
	color: #fff;
	display: inline-block;
	text-decoration: none;
	padding: 2px 9px;
	box-sizing: border-box;
	margin-right: 10px;
	transition: all .3s;
}

.post_main .entry_content .category_name p a {
	display: inline-block;
	color: #444444;
	background-color: #e9e9e9;
	padding: 2px 9px;
	box-sizing: border-box;
	line-height: 1.75;
	transition: all .3s;
}

.post_main .entry_content .category_name p a:hover {
	color: #444444;
	background-color: #d2d2d2;
}

.post_main .entry_content .news_box {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.post_main .entry_content .news_img {
	width: 28%;
}

.post_main .entry_content .news_img a {
	transition: all .3s;
}

.post_main .entry_content .news_img a:hover {
	opacity: .7;
}

.post_main .entry_content .news_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post_main .entry_content .news_text {
	width: 70%;
	display: block;
}

.post_main .entry_content table {
  border: 1px solid #ccc;
  margin: 0 auto 30px;
}

.post_main .entry_content table tr {
  border-bottom: 1px solid #ccc;
}

.post_main .entry_content table th,
.post_main .entry_content table td {
  border-left: 1px solid #ccc;
  padding: 15px 10px;
}

.post_main .entry_content table th {
  text-align: center;
  background-color: #ffffe6;
}

.post_main .entry_footer {
  overflow: hidden;
}

.single_news_list {
  text-align: right;
  float: right;
  font-size: 1.3rem;
  display: inline-block;
  margin-right: 30px;
}

.single_news_list a {
  color: #333;
  padding: 5px 10px;
  border-radius: 5px;
  background: #fffade;
}

.single_news_list a:hover {
  background: #f9eeb3;
}

@media screen and (min-width: 768px) and ( max-width: 1024px) {
	.post_main {
		width: 75%;
		margin: 0 0 50px;
	}
}


@media screen and (max-width : 767px) {
  .single .subvisu h2,
  .archive .subvisu h2,
  .blog .subvisu h2 {
    font-size: 2.8rem;
    letter-spacing: .1em;
    line-height: 1.2;
  }
  .single .subvisu h2 span,
  .archive .subvisu h2 span,
  .blog .subvisu h2 span {
    font-size: 1.8rem;
  }
  .post_main {
    margin: 0 0 50px;
  }
  .post_main h1 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .post_main h1 a {
    padding: 5px;
  }
  .blog .entry_content h1,
  .single .entry_content h1,
  .archive .entry_content h1 {
    padding: 2px 0 2px 10px;
  }
  .post_main h2 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .blog #main .post_wrap .entry_content h3,
  .single #main .post_wrap .entry_content h3,
  .archive #main .post_wrap .entry_content h3 {
    font-size: 1.7rem;
    line-height: 1.5;
  }
  .blog #main .post_wrap .entry_content h3::after,
  .single #main .post_wrap .entry_content h3::after,
  .archive #main .post_wrap .entry_content h3::after {
    top: .2em;
  }
  .blog .entry_content h4,
  .single .entry_content h4,
  .archive .entry_content h4 {
    font-size: 1.6rem;
  }
  .blog .entry_content h5,
  .single .entry_content h5,
  .archive .entry_content h5 {
    font-size: 1.55rem;
  }
  .blog .entry_content h6,
  .single .entry_content h6,
  .archive .entry_content h6 {
    font-size: 1.5rem;
  }
	.post_main .entry_content .news_box {
		display: block;
	}
	.post_main .entry_content .news_img {
		width: 100%;
		margin: 0 0 20px;
	}
	.post_main .entry_content .news_text {
		width: 100%;
	}
}



/*--------------------------------------------------------------
  404ページ
--------------------------------------------------------------*/

.post_title_404 {
  text-align: center;
  padding: 3px 0;
  margin: 10px 0 30px;
  background: #eee;
  color: #333;
  border-radius: 5px;
}

.txt_404 {
  text-align: center;
  margin-bottom: 50px;
}



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

}
