/*カテゴリ・組織メニュー*/

header {
	display: block;
}

.categories {
	clear: both;
}

section {
	margin: 0;
	outline: 0;
	font-size: 100%;
}


.contents .section_categories header h2,
.contents .categories header h2 {
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	font-size: 1.7rem !important;
}

.contents h2 {
	position: relative;
	font-weight: bold;
}


.contents .categories .nodes ul {
	margin: 0 !important;
}

.contents ul {
	list-style: none;
}

.contents .section_categories .nodes ul li,
.contents .categories .nodes ul li {
	display: inline-block !important;
	padding: 0 !important;
	background: none !important;
}

.contents ul li {
	text-indent: 0em;
}


.contents .section_categories .nodes ul li a ,
.contents .categories .nodes ul li a {
	position: relative;
	display: block;
	margin: 0 .5em 10px 0;
	padding: 5px 1.75em 5px .75em;
	border-radius: 5px;
	background: #ccd8db;
	color: #000 !important;
	text-decoration: none !important;
	box-sizing: border-box;
    font-weight:normal;
}


.contents .section_categories {
	display: block;
}

.contents .section_categories,
.contents .categories {
	display: -webkit-flex;
	display: flex;
	margin-bottom: 24px;
	padding: 16px .75em 6px;
	border: 1px solid #a8b5ba;
	border-radius: 5px;
	box-sizing: border-box;
    font-family:source-han-sans-japanese, sans-serif !important;
    margin:5px;
}

.one .contents .section_categories .nodes ul li a:before,
.one .contents .categories .nodes ul li a:before,
.doc .contents .section_categories .nodes ul li a:before,
.doc .contents .categories .nodes ul li a:before {
    content:none;

}  
.one .contents .section_categories .nodes ul li a:after,
.one .contents .categories .nodes ul li a:after,
.doc .contents .section_categories .nodes ul li a:after,
.doc .contents .categories .nodes ul li a:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: .75em;
    margin: auto 0;
    width: 5px;
    height: 5px;
    border-top: 2px solid #1a61c0;
    border-right: 2px solid #1a61c0;
    -webkit-transform: rotate(
45deg
);
    transform: rotate(
45deg
);
}

.contents .section_categories {
	margin-top: 40px;
}

.contents .categories header,
.contents .section_categories header {
	float: left;
	width: auto;
	margin-right: 2em;
}

.contents .section_categories .nodes {
	width: auto;
}



/*問い合わせフォーム*/


.contents footer.contact {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	margin-top: 64px;
	border: 1px solid #ccc;
	border-radius: 5px;
    font-family:source-han-sans-japanese, sans-serif !important;
    margin:64px 5px;
    font-weight:normal;
}

.contents h2:first-child {
	margin-top: 0;
}


.contents footer.contact h2 {
	margin: 0;
	padding: 2px .5em 3px;
	border-top: 0;
	border-radius: 4px 4px 0 0;
	background: #1a61c0;
	color: #fff;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.6;
}

.contents h2 {
	position: relative;
}


.contents footer.contact .contact-detail {
	padding: 16px 1.5em;
}

.contents footer.contact .contact-detail .group {
	font-weight: bold;
}

.contents footer.contact .contact-detail p {
	margin: 0;
}

.contents footer.contact .contact-detail .address-group {
	display: block;
}

.contents footer.contact .contact-detail p {
	margin: 0;
}

.contents footer.contact .contact-detail .tel,
.contents footer.contact .contact-detail .fax {
	display: block;
}


.contents footer.contact .contact-detail .postal-code {
	margin-right: 1em;
}

.contents footer.contact .contact-detail dl {
	display: inline-block;
	border: 0;
	margin: 0 12px 0 0;
	padding: 0;
}

.contents footer.contact .contact-detail dl dt {
	float: none!important;
	display: inline;
	font-weight: normal;
}

.contents footer.contact .contact-detail .tel a {
color: #000;
	text-decoration: none;
}

.contents footer.contact .contact-detail dl dd {
	float: none;
	display: inline;
	font-weight: normal;
}

.inquiry-form {
	margin-top: 8px;
}

.inquiry-form a {
	position: relative;
	display: inline-block;
	padding: 5px 1.6em 7px .85em;
	border-radius: 5px;
	background: #00719e;
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.5;
	text-decoration: none;
	box-sizing: border-box;
}

.inquiry-form a:before {
	position: absolute;
	content: "";
	top: 0;
	bottom: 0;
	right: .75em;
	margin: auto 0;
	width: 5px;
	height: 5px;
	border-top: 2px solid #1a61c0;
	border-right: 2px solid #1a61c0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-color: #fff;
}

.inquiry-form a:focus:before,
.inquiry-form a:focus:after{
    content:none;
}