/*
 top hoka
*/
/*--------------------------------------------------------------
 Page header
--------------------------------------------------------------*/
/* header image */

.header-img {
	position: relative;
	width: 100%;
	height: 140px;
	margin-bottom: 20px;
    background-image: url(images/kifu_img2.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
.header-img.donate {
    background-image: url(images/kifu_img2.jpg);
}
.header-img.fi {
    background-image: url(images/fi_img.jpg);
}
.header-img.grant {
    background-image: url(images/jyosei_img.jpg);
}
.header-img.blog {
    background-image: url(images/blog_img.jpg);
}
.header-img .inner {
	position: absolute;
	width: calc(100% - 20px);
	top: 50%;
	left: 10px;
	text-align: center;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}
@media (min-width: 768px) {
	.header-img {
		height: 170px;
	}
	.header-img h2 {
		font-size: 28px;
	}
}
.green {
	color: #14850e;
	font-weight: 600;
}
.txt12 {
	font-size: 12px;
}
.txt14 {
	font-size: 14px;
}
.mgbtm,
p.mgbtm {
	margin-bottom: 16px;
}
.mgleft {
	margin-left: 1em;
}
span.mgleft {
	display: inline-block;
}
.margin-cnt,
.mgbtm-lg,
p.mgbtm-lg  {
	margin-bottom: 30px;
}
.margin-side {
	margin-left: 1em;
	margin-right: 1em;
}
.right {
	text-align: right;
}
.caption {
	font-size: 15px;
	line-height: 1.25;
}
.full {
	width: 100%;
}
.full img {
	width: 100%;
	height: auto;
}
img.full {
	width: 100%;
	height: auto;
}
.searchbox {
	width: 100%;
	max-width: 300px;
	border: 1px solid #999;
	border-radius: 25px;
	color: #333;
	padding: 0;
}
.searchbox button {
	border-radius: 50%;
	padding: 10px;
	width: 40px;
	height: 40px;
	background-color: #fff;
	position: relative;
}
.searchbox button::after {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	display: block;
	width: 30px;
	height: 30px;
   	background-image: url(images/icon-search.svg);
   	background-repeat: no-repeat;
   	background-position: top left;
	background-size: contain;
}
.searchbox input[type=search] {
	line-height: 1.4;
	padding: 4px;
	margin: 0 4px 0 10px;
	border: none;
	border-radius: 25px;
}
.searchbox input[type=search]:focus {
	outline: none;
}
.linkbtn {
	text-align: center;
	width: auto;
	display: inline-block;
}

.link-text {
	text-align: right;
}
.link-text.left {
	text-align: left;
}
.link-text a,
.link-text span,
.link-text-2 span,
.link-text-3 span,
.link a {
	display: inline-block;
	position: relative;
}
.link-text a,
.link-text span {
	padding-left: 20px;
}
.link-text.left a,
.link-text-2 span {
	padding-left: 20px;
}
.link-text.word a,
.link-text.excel a,
.link-text.pdf a,
.link-text.pdf span,
.link a,
.link-text-3 span {
	padding-right: 26px;
}
.link-text a::before,
.link-text-2 span::before,
.link-text span::before {
	content: "";
	width: 30px;
	height: 16px;
	position: absolute;
	top: 9px;
	left: 0;
   	background-image: url(images/icon_arrow.svg);
   	background-repeat: no-repeat;
   	background-position: top left;
	background-size: contain;
}
.link-text.word a::after,
.link.word a::after {
	content: "";
	width: 26px;
	height: 18px;
	position: absolute;
	top: 5px;
	right: 0;
   	background-image: url(images/icon-word.png);
   	background-repeat: no-repeat;
   	background-position: top right;
	background-size: contain;
}
.link-text.pdf a::after,
.link-text.pdf span::after,
.link.pdf a::after,
.link-text-3.pdf span::after {
	content: "";
	width: 26px;
	height: 18px;
	position: absolute;
	top: 6px;
	right: 0;
   	background-image: url(images/icon-pdf.png);
   	background-repeat: no-repeat;
   	background-position: top right;
	background-size: contain;
}
.link-text-3.pdf span::after {
	top: 3px;
}
.link-text.excel a::after,
.link-text.excel span::after,
.link-text-3.excel span::after,
.link.excel a::after {
	content: "";
	width: 26px;
	height: 18px;
	position: absolute;
	top: 5px;
	right: 0;
   	background-image: url(images/icon-excel.png);
   	background-repeat: no-repeat;
   	background-position: top right;
	background-size: contain;
}

.cnt-index {
	margin-bottom: 30px;
}
.cnt-index p {
	margin-bottom: 0;
}
.cnt-index ul {
	padding-left: 0;
	margin: 0;
}
.cnt-index ul li {
	list-style: none;
	position: relative;
	color: var(--global--color-primary);
}
.cnt-index ul li a {
	color: var(--global--color-dark-gray);
	padding-left: 26px;
	text-decoration: none;
}
.cnt-index ul li::before {
	content: "";
	width: 16px;
	height: 16px;
	position: absolute;
	top: 7px;
	left: 8px;
   	background-image: url(images/icon_arrow2.svg);
   	background-repeat: no-repeat;
   	background-position: top left;
	background-size: contain;
}

@media (min-width: 482px) {
	.cnt-index {
		margin-left: 20px;
		margin-right: 20px;
	}
	.cnt-index ul {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		column-gap: 8px;
		row-gap: 8px;
	}
	.cnt-index ul li {
		display: inline-block;
		overflow: hidden;
		height: 36px;
		border: 1px solid var(--global--color-dark-green);
		display: flex;
		align-items: center;
	}
	.cnt-index ul li a {
		padding: 10px 8px 10px 26px;
		text-decoration: none;
	}
	.cnt-index ul li::before {
		content: "";
		width: 16px;
		height: 16px;
		position: absolute;
		top: 10px;
		left: 8px;
  	 	background-image: url(images/icon_arrow2.svg);
  	 	background-repeat: no-repeat;
  	 	background-position: top left;
		background-size: contain;
	}
}
@media (min-width: 768px) {
	.cnt-index ul {
		grid-template-columns: repeat(3, 1fr);
		column-gap: 12px;
		row-gap: 12px;
	}
	.cnt-index.twocolumn ul {
		grid-template-columns: repeat(2, 1fr);
	}
	.cnt-index ul li {
		height: 40px;
	}
	.cnt-index ul li a {
		padding: 12px 10px 12px 30px;
	}
}

/* top ---------------*/
.panel {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 15px;
	line-height: 1.8;
	font-weight: 400;
}
.panel.bordertop {
	border-style: solid;
	border-width: 0.1rem 0 0 0;
	border-color: #d9d9d9;
}
@media ( min-width: 768px ) {
	.panel {
		padding-top: 20px;
		padding-bottom: 30px;
		font-size: 16px;
	}
	#topmain.panel {
		padding-top: 10px;
		padding-bottom: 30px;
	}
}
.panel-title h2 {
	letter-spacing: 0.2em;
	color: #000;
	padding-bottom: 10px;
	margin-bottom: 30px;
	position: relative;
}
.panel-title h2 a {
	text-decoration: none;
	color: #000;
}
.otoiawase .panel-title h2 {
	letter-spacing: 0.05em;
	margin-top: 20px;
}
@media ( min-width: 768px ) {
	.panel-title h2 {
		font-size: 30px;
	}
	.otoiawase .panel-title h2 {
		font-size: 26x;
	}
}
.panel-title h2::after {
	content: "";
	width: 200px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: calc(50% - 100px);
	background-color: #ff751a;
}
.otoiawase .panel-title h2::after {
	background-color: #287C05;
}

.panel-title h2 + h3 {
	margin-top: -5px
}

#jyosei .f-container {
	background-color: #c9f79c;
}
#kifu .f-container {
	background-color: #b2e4f9;
}
#jyosei .content-img,
#kifu .content-img {
	position: relative;
}
#jyosei .content-img img,
#kifu .content-img img {
	width: 100%;
	display: block;
	height: auto;
}
#kifu .content-img::after,
#jyosei .content-img::after {
	content: "";
	width: 230px;
	height: 30px;
	position: absolute;
	bottom: 15px;
	right: 20px;
    background-repeat: no-repeat;
    background-position: top right;
	background-size: contain;
}
#kifu .content-img::after {
    background-image: url(images/to_kihu.png);
}
#jyosei .content-img::after {
    background-image: url(images/to_josei.png);
}
.topinfo h2 {
	margin: 20px auto 20px;
}
.content-txt {
	padding: 16px;
}
.content-txt h2 {
	margin-bottom: 12px;
}
@media ( min-width: 768px ) {
	.topinfo {
		font-size: 17px;
		max-width: 1100px;
	}
	.topinfo .grid-cnt {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		column-gap: 16px;
		row-gap: 16px;
		margin: 10px auto 20px;
	}
	.topinfo .grid-cnt div:last-child img {
		margin-top: 20px;
	}
	.content-txt {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.content-txt .inner {
		max-width: 560px;
	}
	.content-txt h2 {
		margin-bottom: 12px;
	}
}
.topsearch {
	margin-top: 16px;
}
.topsearch p span {
	display: inline-block;
	color: #669933;
	border: 1px solid #336600;
	border-radius: 3px;
	padding: 3px 6px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.topsearch a {
	text-decoration: none;
}
.topics {
	padding-bottom: 30px;
}
/*
.topics a {
	text-decoration: none;
}
*/
.topics h3 {
	color: #4d9900;
	margin-bottom: 6px;
	font-size: 18px;
}
.topics p {
	margin-bottom: 6px;
	line-height: 1.5;
}
.topics dd p:last-child {
	margin-bottom: 0;
}
.topics dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	border-top: 1px solid #336600;
}
.topics dt {
	width: 100%;
	padding: 12px;
	position: relative;
	padding: 40px 20px 0 60px;
}
.topics dt::after {
	content: "";
	width: 35px;
	height: 90px;
	position: absolute;
	top: 10px;
	left: 20px;
    background-image: url(images/icon_ki.png);
    background-repeat: no-repeat;
    background-position: top left;
	background-size: contain;
}
.topics dd {
	font-size: 14px;
	line-height: 140%;
	width: 100%;
	padding: 10px;
	border-bottom: 1px solid #336600;
}
@media ( min-width: 768px ) {
	.topics dt {
		width: 20%;
		padding: 16px;
		border-bottom: 1px solid #336600;
		position: relative;
		padding-left: 80px;
		padding-top: 40px;
		padding: 40px 0 0 80px;
	}
	.topics dd {
		font-size: 15px;
		line-height: 140%;
		width: 80%;
		padding: 16px;
		border-bottom: 1px solid #336600;
	}
	.topics dt::after {
		content: "";
		width: 40px;
		height: 90px;
		position: absolute;
		top: 20px;
		left: 20px;
   	 	background-image: url(images/icon_ki.png);
   		background-repeat: no-repeat;
   		background-position: top left;
		background-size: contain;
	}
}
.topics p.indent {
	padding-left: 3em;
}
.topics p.indent:before {
	content: '※';
	display: inline-block;
	margin-left: -1em;
}

/* kifu */

.shien {
	padding-left: 2em;
	padding-right: 2em;
}
.shien h4 {
	margin-left: -1em;
}
.s-members,
.k-members {
	margin-bottom: 30px;
}
.s-members dl {
	margin-bottom: 0;
}
.s-members dt,
.s-members dd {
	width: 100%;
	padding: 0 10px;
}
.s-members dt {
	background-color: #edfecf;
	font-weight: 400;
	font-size: 15px;
}
.s-members dd {
	background-color: #f3f3f3;
	margin-bottom: 3px;
	font-size: 13px;
}
@media ( min-width: 768px ) {
	.s-members dt,
	.s-members dd {
		font-size: 15px;
		margin-bottom: 3px;
		padding: 0 10px;
	}
	.s-members dt {
		width: 40%;
		background-color: #edfecf;
		font-weight: 400;
	}
	.s-members dd {
		width: 60%;
		background-color: #f3f3f3;
	}
}
.k-members ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.location {
	max-width: 800px;
	margin: 0 auto 30px;
}
.location dt,
.location dd {
	margin-bottom: 4px;
}
.location dt {
	width: 6em;
	border-right: 4px solid #ceeaba;
}
.location dd {
	width: calc( 100% - 6em);
	padding-left: 10px;
}
@media ( min-width: 768px ) {
	.k-members ul {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		margin-bottom: 10px;
	}
}

.kanrenlink dt {
	width: 50%;
}
.kanrenlink dd {
	width: 50%;
	text-align: right;
}
@media ( max-width: 767px ) {
	.kanrenlink dt {
		width: 100%;
	}
	.kanrenlink dd {
		display: none;
	}
}
.kanrenlink dt.odd,
.kanrenlink dd.odd {
	background-color: #edfecf;
}
.kanrenlink dt a {
	color: #333;
	text-decoration: none;
	position: relative;
	padding-left: 20px;
}
.kanrenlink dt a::before {
	content: "";
	width: 16px;
	height: 15px;
	position: absolute;
	top: 5px;
	left: 0;
  	background-image: url(images/link_icon.gif);
  	background-repeat: no-repeat;
  	background-position: center left;
	background-size: contain;
}
.abroad {
	font-size: 15px;
	padding-left: 20px;
	padding-right: 20px;
}
.abroad dd {
	padding: 0.5em 2em 1em;
}

.kinenshi {
	max-width: 660px;
	margin: 0 auto;
	align-items: center;
}
.kinenshi p {
	margin-bottom: 0;
}
/*
.document:first-child {
	margin-top: 30px;
}
*/
.document ul {
	list-style: none;
}
.about-kihu {
	margin-left: 8em;
}
.about-kihu .blockquote {
	margin-left: 4em;
	margin-top: -10px;
}
.about-kihu p span.pc {
	display: inline-block;
}
@media ( max-width: 767px ) {
	.about-kihu {
		margin-left: 3em;
	}
	.about-kihu p span.pc {
		display: none;
	}
}
.guide div:last-child p,
.guide1 div:first-child p {
	border: 1px solid #333;
	padding: 10px;
	line-height: 1.8;
}
.guide div:last-child p {
	margin-top: 30px;
}
.guide1 div:first-child {
	display: flex;
	align-items: center;
	justify-content: center;
}
.guide1 div:first-child p {
	display: inline-block;
}
@media ( min-width: 768px ) {
	.guide {
		display: flex;
	}
	.guide1 {
		display: flex;
		justify-content: space-between;
		margin-bottom: 20px;
	}
	.guide div:first-child {
		width: 60%;
	}
	.guide div:last-child {
		width: 40%;
	}
	.guide1 div:first-child  {
		width: 55%;
	}
	.guide1 div:last-child {
		width: 45%;
		line-height: 1.8;
		display: flex;
		justify-content: flex-end;
		flex-wrap: wrap;
	}
}
.faq dt {
	background-color: #d8f6a6;
	color: #368727;
	padding: 2px 10px;;
}
.faq dd {
	margin-bottom: 20px;
	padding: 10px 30px;
}
.faq dt span {
	font-size: 20px;
	display: inline-block;
	margin-left: 16px;
	margin-right: 20px;
}
@media ( max-width: 767px ) {
	.faq dt span {
		margin-left: 4px;
	}
}
@media ( min-width: 768px ) {
	.privacy {
		padding: 30px;
	}
	.privacy ol {
		margin: 20px 20px 30px;
	}
}
.sitemap div {
	padding-left: 15px;
	padding-right: 15px;
}
.sitemap h3 {
	font-size: 16px;
	padding: 4px 10px 4px 30px;
	background-color: #f3f3f3;
	position: relative;
}
.sitemap h3::before {
	content: "";
	width: 14px;
	height: 14px;
	position: absolute;
	top: 8px;
	left: 10px;
	background-color: #33aa00;
	border-radius: 50%;
}
.sitemap h3 a {
	color: #333;
	background-color: #f3f3f3;
}
.sitemap ul {
	list-style: none;
	font-size: 15px;
	padding-left: 30px;
}
.sitemap a {
	text-decoration: none;
}
.sitemap a:hover {
	opacity: 0.6;
	background-color: #f2fae2;
}
.field {
	display: flex;
	justify-content: space-around;
	margin-bottom: 2em;
}
@media ( max-width: 767px ) {
	.field{
		display: flex;
		flex-direction: column;
	}
}
.txt-field {
	display: flex;
	justify-content: start;
	margin-left: 3em;
}
.txt-item{
	white-space: nowrap;
}
ol.list_parentheses {
	padding:0 0 0 1em;
	margin:0;
}
ol.list_parentheses li {
	list-style-type:none;
	list-style-position:inside;
	margin-left: 1.4em;
	text-indent: -1.4em;
	counter-increment: cnt;
}
ol.list_parentheses li:before {
	display: marker;
	content: "(" counter(cnt) ") ";
}
.none {
	list-style-type: none;
}
.number_indent {
	padding-left: 2.8em;
	text-indent: -1em;
}
/* Contact Form ------------------------- */

.contactform {
	max-width: 840px;
	margin: 0 auto 40px;
	padding-left: 12px;
	padding-right: 12px;
}
.contactform dl {
	font-size: 15px;
	margin-bottom: 20px;
}
.contactform dt {
	margin-bottom: 0;
}
.contactform dd {
	margin-top: 0;
	padding: 0;
}
.contactform dd {
	margin-bottom: 10px;
}

@media (min-width: 768px) {
	.contactform dt {
	}
	.contactform dd {
		margin-bottom: 16px;
	}
}
.contactform input,
.contactform textarea {
	font-size: 16px;
	padding: 6px 12px;
}
.contactform .wide {
	width: 100%;
}
.contactform textarea {
	height: 160px;
}
.contactform input[type="text"].short,
.contactform input[type="tel"] {
	width: 16em;
}
@media (max-width: 768px) {
	.contactform input[type="text"].short,
	.contactform input[type="tel"] {
		width: 11em;
	}
}
#zip {
	display: inline-block;
}
.contactform form span.error {
	display: block;
	margin-top: 4px;
	color: #ff0000;
}
.contactform .red {
	font-size: 12px;
	color: #ff0000;
}
.contactform .checklist {
}
.contactform .checklist input[type="checkbox"] {
	margin-right: 8px;
	margin-left: 12px;
	vertical-align: middle;
}
.contactform .buttons {
	margin-top: 20px;
}
.contactform button {
	max-width: 240px;
	margin-bottom: 12px;
}
.contactform input[type="submit"] {
	width: auto;
	border: 0;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 700;
	padding: 16px 30px;
	margin: 10px 0;
	box-shadow: 2px 2px 4px #A7A5A5;
	-webkit-box-shadow: 2px 2px 4px #A7A5A5;
}
@media ( min-width: 600px ) {
	.contactform .buttons {
		display: flex;
		justify-content: center;
		margin-top: 30px;
	}
	.edit button {
		margin-left: 12px;
	}
}
