﻿@charset "utf-8";
a:visited {
	color: #0c8a41 !important;
}
a.btn:hover {
	color: #fff !important;
}
.head--nav a {
	color: #666 !important;
}
.head--nav a:hover {
	color: #0c8a41 !important;
}
.table_style_00 td p {
	margin: 0;
	line-height: 1.7;
}
.index-kv .mainimage {
	height: 350px;
	overflow: hidden;
	border-radius: 16px;
}
.index-kv .kv--copy {
	display: none;
}
.index-kv .mainimage img {
	border-radius: 16px;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.caution {
	text-align: center;
	background: #008000;
	color: #fff;
	padding: 5px 0;
}
section.index--service .list--service article .flex--layout {
	/*min-height: 158px;*/
	min-height: 134px;
}
section.index--service .list--service article .flex--layout>img {
	width: 29%;
}
section.index--service .list--service article .flex--layout>div{
	/*width: 65%;*/
	width: 71%;
}
@media screen and (max-width: 768px){
	.inner {
		position: relative;
	}
	.index--service .list--service article .flex--layout {
		min-height: auto;
	}
	.header .head--cont .head--nav nav {
		top: 0px !important;
		padding: 60px 15px 35px !important;
	}
}
.ttl--h4 {
	font-size: 1.25rem;
	margin-bottom: 10px;
	font-weight: 600;
}
dl.list_dl {
	display: flex;
	flex-wrap: wrap;
}
dl.list_dl dt {
	width: 90px;
}
dl.list_dl dd {
	width: calc(100% - 90px);
}

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

input[type="checkbox"].checkbox-input {
	display: none;
}

.checkbox-parts {
	padding-left: 20px;
	padding-right: 10px;
	position: relative;
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
	width: auto;
}

.checkbox-parts::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #0c8a41;
	box-sizing: border-box;
	margin: auto;
}
.checkbox-parts::before {
	top: 0;
	left: 0;
}

.checkbox-input:checked+.checkbox-parts::before,.checkbox-input:checked + input +.checkbox-parts::before{
	background: #0c8a41;
	border: 1px solid #0c8a41;
}
.checkbox-input:checked+.checkbox-parts::after,.checkbox-input:checked + input +.checkbox-parts::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 4px;
	bottom: 0;
	width: 5px;
	height: 9px;
	transform: rotate(40deg);
	border-bottom: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	margin: auto;
}
.checkbox-input:checked+.checkbox-parts::after,#contact .checkbox-input:checked + input +.checkbox-parts::after {
	top: -2px;
}

/* ページネーション(検索ページの次へや前へ) */

/* pagination */
.pagination {
	margin-bottom: 30px;
}

/* リンクの枠 */
.pagination .nav-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 8px;
}

 /* 数字のリンク */
.pagination .nav-links .page-numbers {
	text-decoration: none;
	color: #0c8a41;
	border: 1px solid #0c8a41;
	display: inline-block;
	border-radius: 6px;
	padding: 0.5em 0.8em;
	-webkit-transition: .3s;
	transition: .3s;
}

/* 現在のページ */
.pagination .nav-links .current {
	background-color: #0c8a41;
	color: #fff;
}

/* 現在のページとドット以外にホバーした時 */
.pagination .nav-links a:hover {
	background-color: #0c8a41;
	color: #fff;
}
.list--cat li {
	max-width: initial !important;
}
.training--layout .list--cat li {
	max-width: 88px !important;
}
.index--info .list--info article figure {
	border-radius: 5px;
	overflow: hidden;
}

.contentArea p {
	line-height: 2;
	margin-top: 1rem;
}
.contentArea p a {
	display: inline-block;
}
.contentArea table.table_style_00 {
	border: 1px solid #ccc;
	width: 100%;
}
.contentArea table.table_style_00 tr th,
.contentArea table.table_style_00 tr td {
	border: 1px solid #ccc;
	padding: 10px;
	background: #fff;
}
.contentArea table.table_style_00 tr th {
	width: 30%;
	font-weight: bold;
}
.contentArea table.table_style_00 tr td {
	width: 70%;
	font-weight: 600;
	word-break: break-all;
}

.post-template-default h2 {
	text-align: left;
}
.post-template-default .date {
	text-align: right;
	margin-bottom: 2rem;
}
.post-password-form label {
	display: inline-block;
}
.post-password-form input {
	border: 1px solid #063;
	height: 2rem;
	border-radius: 5px;
	outline: none;
	appearance: none;
}
.post-password-form input[name=post_password]{
	padding: 0 10px;
}
.post-password-form input[name=Submit]{
	background: #063;
	color: #fff;
	padding: 0 10px;
}
.category_name {
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.error--404 {
	margin: 55px 0;
}
.index--intro .column3--layout article a figure {
	max-width: 144px;
}
.sec--family .clearfix .left {
	max-width: 144px;
}
.searchArea {
	margin-top: 30px;
}
.searchArea table {
	width: 100%;
	border: 4px solid #ccc;
	background: #fff;
}
.searchArea table tr th,
.searchArea table tr td {
	border: 1px solid #ccc;
	padding: 10px;
	font-size: 1.125rem;
	font-weight: 200;
}
.searchArea table tr th {
	width: 17%;
	font-weight: 600;
}
.searchArea table tr td input,
.searchArea table tr td select {
	height: 57px;
	border: 1px solid #0c8a41;
	border-radius: 8px;
	padding: 0 10px;
}
.searchArea .search_btn {
	text-align: center;
	margin: 0;
}
.searchArea .search_btn .search-submit {
	font-size: 1.125rem;
	color: #fff;
	background: #0c8a41;
	border: 1px solid #0c8a41;
	padding: 10px 20px;
	border-radius: 8px;
	cursor: pointer;
	height: auto;
}
.searchArea h2 {
	font-size: 1.125rem;
	margin-bottom: 10px;
	font-weight: bold;
}
.jyouken {
	border: 4px solid #ccc;
	padding: 10px;
	background: #fff;
}
@media screen and (max-width: 768px){
	.header .head--logo img {
		height: 40px !important;
	}
}
.sec--faq .list--faq dl dd:before {
	width: 50px;
}
@media screen and (min-width: 769px){
	.sec--faq .list--faq dl dd:before {
		width: 50px !important;
	}
	.sec--faq .list--faq dl dd p {
		width: calc(100% - 50px) !important;
	}
}
@media screen and (max-width: 768px){
	.sec--faq .list--faq dl dd:before {
		width: 40px !important;
	}
	.sec--faq .list--faq dl dd p {
		width: calc(100% - 40px) !important;
	}
}
ul.list--style-number {
	list-style:none;
}
ul.list--style-number li {
	text-indent: -1em;
	margin-left: 1em;
}
ul.list--style-number > li:not(:first-child) {
	margin-top: 1em;
}
.sec--supporter .list--btn02 li:not(:last-of-type) {
	margin-bottom: 25px;
}
.list--area li a{
	display: flex;
	font-weight: 200;
	font-size: 1rem;
	gap: 10px;
}
.list--area li span{
	word-break: break-all;
}
.list--area li span.title {
	width: 35%;
}
.list--area li span.department {
	width: 35%;
	font-weight: bold;
}
.list--area li span.address {
	width: 50%;
}
.list--area li span.tel {
	width: 15%;
}
.list--area li span.institution {
	width: 40%;
}
.list--area li span.site_url {
	width: 60%;
	padding-left: 30px;
}
.list--area li span.site_url a {
	display: block;
	width: 100%
}
.foot--bnr {
	margin-bottom:  30px;
}
.foot--bnr .bnr-inner {
	margin: 0 auto;
	max-width: 1280px;
	padding: 0 20px;
}
.foot--bnr ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 15px;
}
.foot--bnr ul li {}
.foot--bnr ul li a {
	display: block;
}
.foot--bnr ul li img {
	max-height: 60px;
}
#search .list--area {
	background: #fff;
	padding: 20px;
	margin-top: 20px;
	border: 4px solid #0c8a41;
}
#search .list--area li:not(:first-child) {
	border-top: 1px solid #ccc;
}
#search .list--area li a {
	padding: 10px;
	text-decoration: none;
	color: #333 !important;
	font-weight: bold;
}
#search h2 {
	font-size: 1.125rem;
	margin-bottom: 10px;
	font-weight: bold;
}
.sec_box:not(:first-of-type) {
	margin-top: 20px;
}
.index--banner {
	margin-top: 50px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.index--banner a {
	display: inline-block;
}
.index--service {
	margin-top: 50px;
}
.index--service .list--service article.various {
	background: #9c9;
}
.content_area {
	display: flex;
}
.content_area li {
	line-height: 180%;
}
.content_area li:before {
	content: "・";
}
.content_area p:first-child {
	width: 90px;
	font-weight: 600;
}

.list--useful article h3 {
	height: 60px;
}
.text--area {
	margin-bottom: 30px;
}
.pt20 {
	padding-top: 20px;
}
.pt30 {
	padding-top: 30px;
}
.sentence--area {
	font-size: 1rem;
}
.test .index--about .inner .ttl--about {
	font-size: 1.4rem;
	padding-left: 60px;
	margin-bottom: 10px;
}
.test.test1 .index--about .inner .ttl--about {
	font-size: 1.6rem;
	padding-left: 0;
	margin-bottom: 10px;
	text-align: center;
}
.test .sentence--area {
	font-size: 1em;
}
.sec--supporter .box--border_gray .column2--layout figure.small-img {
	max-width: 200px;
	flex-basis: 200px;
}
.test .index--about .inner .bg_img {
	max-width: 700px;
}
.test.test1 .index--about .inner .bg_img {
	display: none;
}
#tab2 .content--hide .list--area {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ccc;
}
span.cat_des {
	display: block;
	font-size: 14px;
	line-height: 1.4;
	color: #333;
	margin-top: 1em;
	padding-right: 35px;
}
@media screen and (min-width: 769px){
	main .index--about .inner .txt--area {
		padding: 80px 60px 100px;
	}
	main.test .index--about .inner .txt--area {
		padding: 40px 85px 60px 45px;
		max-width: 700px;
	}
	main.test.test1 .index--about .inner .txt--area {
		padding: 20px;
		max-width: 1000px;
		margin: 0 auto;
		position: relative;
		transform: unset;
	}
	.sec--supporter .box--border_gray .column2--layout>div {
		font-size: 16px;
	}
	.test .index--about {
		margin-top: -260px;
	}
	.test.test1 .index--about {
		margin-top: 0px;
	}
	.test .index--service .txt--area{
		margin-top: 0;
		margin-bottom: -70px
	}
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe{
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.sec--new-support-note-able article {
	margin-bottom: 60px;
}
.sec--new-support-note-able h3 {
	font-size: 1.125rem;
	font-weight: 700;
}
.sec--new-support-note-able .ttl--center02 {
	text-align: left;
	font-size: 1.1875rem;
	font-weight: 700;
	margin-bottom: 20px;
}
.mb60 {
	margin-bottom: 60px;
}
.box {
	width: 100%;
	display: table-cell;
}
.box a {
	display: block;
	width: 100%;
	height: 100%;
}
#child_category_checkboxes input {
	width: auto;
	margin-right: 5px;
	height: auto;

}
#child_category_checkboxes label {
	display: flex;
	align-items: center;
}
.new-support-note-able--head {
	border-radius: 20px;
	background-image: url(../images/new-support-note-able/head_bg_sp.png);
	background-image: image-set(url(../images/new-support-note-able/head_bg_sp.png) 1x, url(../images/new-support-note-able/head_bg_sp@2x.png) 2x);
	background-image: -webkit-image-set(url(../images/new-support-note-able/head_bg_sp.png) 1x, url(../images/new-support-note-able/head_bg_sp@2x.png) 2x);
}
@media screen and (min-width: 769px){
	.new-support-note-able--head {
		background-image: url(../images/new-support-note-able/head_bg.png);
		background-image: image-set(url(../images/new-support-note-able/head_bg.png) 1x, url(../images/new-support-note-able/head_bg@2x.png) 2x);
		background-image: -webkit-image-set(url(../images/new-support-note-able/head_bg.png) 1x, url(../images/new-support-note-able/head_bg@2x.png) 2x);
	}
	.header .head--cont .head--nav nav ul {
		grid-template-columns: repeat(5, 1fr) !important;
		text-align: center;
	}
}
.orange {
	color: #FF5E19;
}
.red {
	color: #FF0008;
}
.blue {
	color: #00D0FC;
}
.header .head--cont .head--nav nav ul li.icn--video a:before {
    background-image: url(../images/common/icn_video-library.svg);
}
.header .head--cont .head--nav nav.active ul li.icn--video a:before {
    background-image: url(../images/common/icn_video-library_on.svg);
}
.header .head--cont .head--nav nav ul li.icn--video a:hover:before {
    background-image: url(../images/common/icn_video-library_on.svg);
}
@media screen and (max-width: 768px){
	.list--area li a{
		display: block;
		border-bottom: 1px solid #ccc;
		padding: 10px 0;
		font-size: inherit;
	}
	.list--area li span {
		display: block;
	}
	.list--area li span.title {
		width: 100%;
		font-weight: bold;
	}
	.list--area li span.department {
		width: 100%;
		font-weight: bold;
	}
	.list--area li span.address {
		width: 100%;
		margin-left: 1em;
	}
	.list--area li span.tel {
		width: 100%;
		margin-left: 1em;
	}
	.list--area li span.institution {
		width: 100%;
		font-weight: bold;
	}
	.list--area li span.site_url {
		width: 100%;
		margin-left: 1em;
	}
	.index-kv .mainimage {
		height: 180px;
	}

	.foot--bnr {
		margin-bottom:  30px;
	}
	.foot--bnr .bnr-inner {
		margin: 0 auto;
		max-width: 1280px;
		padding: 0 20px;
	}
	.foot--bnr ul {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		gap: 15px;
	}
	.foot--bnr ul li {}
	.foot--bnr ul li a {
		display: block;
	}
	.foot--bnr ul li img {
		max-height: 60px;
	}

	.searchArea table {
		width: 100%;
		border: 4px solid #ccc;
		background: #fff;
	}
	.searchArea table tr th, .searchArea table tr td {
		border: 1px solid #ccc;
		padding: 10px;
		font-size: .8rem;
		font-weight: 200;
	}
	.searchArea table tr th {
		font-weight: bold;
		width: 90px;
	}
	.searchArea table tr td {
		width: calc(100% - 80px);
	}
	.searchArea table tr td input,
	.searchArea table tr td select {
		width: 100%;
		height: 35px;
	}
	.searchArea .search_btn .search-submit {
		font-size: .9rem;
		padding: 5px 20px;
	}
	#search .list--area {
		padding: 10px;
	}

	.index--banner {
		margin-top: 20px;
	}
	.header .head--cont .head--nav nav ul li:nth-child(1),
	.header .head--cont .head--nav nav ul li:nth-child(2) {
		border-top: 1px solid #0c8a41;
	}
	.header .head--cont .head--nav nav ul li:nth-child(1):before {
		content: "";
		display: block;
		position: absolute;
		top: -6px;
		right: -6px;
		z-index: 2;
		width: 12px;
		height: 12px;
		background: #fff;
	}
	.test .index--service .txt--area {
		margin: 0px -15px 110px -15px;
	}
	.test .index--info .illust {
		width: 40%;
		position: absolute;
		top: 0;
		left: auto;
		right: 0;
		margin-bottom: 15px;
	}
	.test .index--intro .illust {
		top: -168px;
		right: -20px;
		width: 40%;
	}
	.test.test1 .index--about .inner .txt--area {
		position: relative;
		transform: unset;
		padding: 40px 20px 0;
	}
	.test .index--about .inner .ttl--about {
		font-size: 1.4rem;
		padding-left: 0;
		margin-bottom: 0px;
	}
	.index--about .inner .txt--area {
		padding: 40px 50px 40px 30px;
	}
	span.cat_des {
		font-size: 13px;
		margin-top: 0px;
		padding-right: 20px;
	}
	#tab2 .box--border_gray {
		padding: 10px 13px;
	}
	#tab2 .content--hide .list--area {
		margin-top: 10px;
		padding-top: 0;
	}
	.js--accordion.ttl--area {
		font-size: 1.1rem;
	}
    .ttl--bg_green {
		padding: 15px 10px;
		font-size: 1rem;
    }
}