﻿@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Foundation
	## Normalize
	## Typography
	## Elements
	## Grid
# Layout
	## container
	## header
	## footer
	## page
# Object
	## Component
	## Project
		- nav
	## Utility
		- helper
# Pages
	## home
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Foundation
--------------------------------------------------------------*/
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
	line-height: 1.15;
	/* 1 */
	    -ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: .67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
	/* 1 */
	display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
	margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
	background-color: transparent;
	/* 1 */
	-webkit-text-decoration-skip: objects;
	/* 2 */
	text-decoration: none;
transition: background-color .2s, color .2s;
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
	font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
	font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
	background-color: #ff0;
	color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
	border-style: none;	
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
	overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	/* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

.global_fieldset{
	border: solid 0;
	padding: 0;
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	display: inline-block;
	/* 1 */
	vertical-align: baseline;
	/* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
	display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
	display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
	display: none;
}

/*
## Typography
-------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	clear: both;	
}

p {
	margin-bottom: 1.5em;
}

/*
## Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

html {
	font-size: 10px;
}

body {
	margin: 0;
	font-family: "Noto Sans JP","Rounded M+1c", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.3rem;
	line-height: 1.7;
	color: #333;
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

blockquote,
q {
	quotes: "" "";
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

p {
	margin: 0 0 0.8rem;
}

a {	
	
}

a:hover{
	/* 	text-decoration: none; */
text-decoration: none;
	
}

a:focus {}

hr {
	/*border: 0;*/
	height: 1px;
	margin-bottom: 1.5em;
}

img {
	vertical-align: top;
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

ul, ol {
	margin-top: 0px;
	margin-bottom:  0px;
}


/*
## container
--------------------------------------------------------------*/
.container {
	max-width: 85%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0px;
	padding-left: 0px;
}

@media print, screen and (max-width: 999px) {
	.main_section{
	
	}

	.main-container {	
		width:100%;
		flex-flow: column;
	}	

	.first-container {	
		/*max-width: 970px;
		margin-right: auto;
		margin-left: auto;
		padding-right: 10px;
		padding-left: 10px;
		display: block;
		text-align:center;	
		justify-content: center;
		flex-wrap: wrap;	*/
		width:100%;		
		flex-flow: column-reverse;
	}

	.second-container {
		/*	
		max-width: 970px;
		margin-right: auto;
		margin-left: auto;
		padding-top:20px;
		padding-right: 10px;
		padding-left: 10px;
		display: block;
		text-align:center;	
		justify-content: center;
		flex-wrap: wrap;
		*/
		width: 100%;
		/* float: left; */
	}

	.third-container {
		width:100%;	
		margin-right: auto;
		margin-left: auto;
		padding-right: 10px;
		padding-left: 10px;
		display: block;		
		justify-content: center;
		flex-wrap: wrap;	
	}
}


@media screen and (min-width: 1000px) {
	.top-width {
		max-width: 100%;
		overflow-x: hidden;
	}

	.main_section{
		width: 1280px;
		margin: 0 auto;
	}

	.main-container {			
		width:100%;
	}

	.first-container {	/*
		max-width: 1080px;
		margin-right: auto;
		margin-left: auto;
		padding-right: 10px;
		padding-left: 10px;
		text-align:left;	
		justify-content: center;*/		
		width:100%;
		/* float: left; */
	}

	.container__sub--A {
		width: 23%;
		/* float: left; */
	}
	
	.container__sub--B {
		width: 74.5%;
		/* float: left; */
		margin:0 10px;
	}
	.banner__sub--B .box-container__main .menugroup__list {
		display: flex;
		flex-wrap: wrap;
	
	}
	
	.banner__sub--B .box-container__main .menugroup__list .menu__name {
		width: 33%;
	}
	

	.second-container {	/*
		max-width: 1080px;
		margin-right: auto;
		margin-left: auto;
		padding-right: 10px;
		padding-left: 10px;
		text-align:center;	
		justify-content: center;
		padding-top: 40px;
		padding-bottom: 30px;*/		
		width:18%;
		/* float: left; */
		
	}

	.third-container {	
	}

	.third-container .banner__item{
		width: 25%;;
	}
}

@media print, screen and (min-width: 1000px)
 {
	.container {
		padding-right: 0px;
		padding-left: 0px;
	}
}

@media print, screen and (min-width: 1000px) {
	.container {
	}
}

@media print, screen and (min-width: 1000px)
 {
	/* .container {
		width: 720px;
		max-width: 100%;
	} */
}

@media print, screen and (min-width: 1000px) {
	/* .container {
		width: 1162px;
		max-width: 100%;
	} */
}

/* .container {
	max-width: 1162px;
} */




/*## info__container
--------------------------------------------------------------*/
@media print, screen and (min-width: 1000px)
 {
	.info__container {
	margin-right: auto;
	margin-left: auto;
	}
}

@media print, screen and (min-width: 1000px) {
	.info__container {
	margin-right: auto;
	margin-left: auto;
	}
}

@media print, screen and (min-width: 1000px) {
	.info__container {
		width: 1162px;
		max-width: 100%;
	}
}

.info__container {
	max-width: 1010px;
	background-color: #fff;
	padding: 0 10px;
}

/*
## menu__container
--------------------------------------------------------------*/
@media print, screen and (min-width: 1000px)
 {
	.menu__container,.accept-container {
	margin-right: auto;
	margin-left: auto;
	}
}

@media print, screen and (min-width: 1000px) {
	.menu__container,.accept-container {
	margin-right: auto;
	margin-left: auto;
	}
}


/* @media print, screen and (min-width: 1000px)
 {
	.menu__container {
		width: 720px;
		max-width: 100%;
	}
} */

/* @media print, screen and (min-width: 1000px) {
	.menu__container {
		width: 1162px;
		max-width: 100%;
	}
} */

.menu__container,.accept-container {
	max-width: 1010px;
    background-color: #FFF  ;
	padding: 10px 15px; 
}


/*フレックスボックス*/
/*伸縮なし*/
.b0 {
    flex-grow: 0;
    float: left;
}
/*伸縮あり*/
.b1 {
    flex-grow: 1;
    float: left;
}

/*セクション*/
.section {
    margin-top: 10px;
    box-sizing: border-box;
}



/*枠組みレイアウト改行部分*/
.clearboth:after {
    clear: both;
    content: "";
    display: block;
}

/*padding と border を使用した時に
ボックスサイズ(width, height)の値を変化させない
*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*
## header
--------------------------------------------------------------*/
.header {
	border-bottom: 0px solid #3a66af;
	box-shadow: 0 0px #e8e8e8, 0 0px #ccc;
}

@media screen and (min-width: 1000px) {
	.header {
		margin: 0 auto;
	}

	.logo--a{
		left: 15rem;
		position: absolute;
		top: 5px;
		opacity: 1;
	}

}

.navbar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: block;
	justify-content: space-between;
	padding-top: 0px;
	text-align: left;
}

@media screen and (max-width: 999px) {
	.navbar {
		height: inherit;
		padding: 12px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.navbar__logo {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		    flex: auto;
		max-width: 100%;
	}
	.navbar__menu-button {
		white-space: nowrap;
		border: none;
		font-weight: normal;
		background-color: transparent;
	}
}

@media screen and (min-width: 1000px) {
	.navbar {		
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;        
		width: 100%;
		padding: 0;
	}
	.navbar2 {		
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;        
		width: 100%;
		padding: 0;
	}	
	.navbar__logo {
		display: none;
		-webkit-box-flex: 1;
		-ms-flex: auto;
			flex: auto;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.navbar__utility {
		-webkit-box-flex: 1;
		-ms-flex: auto;
			flex: auto;	
		justify-content: center;
	}
}

.utility {
	
}



@media screen and (min-width: 1000px) {
	.utility__helper {	
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
		padding: 125px 0 10px 0;
	}
	.utility__helper2 {
		text-align: right;
		display: flex;
		justify-content: flex-end;
		height: 50px;
	}
	.global-menu__main{
		width: 100%;
		position: absolute;
		padding-left: 15rem;
		top: 90px;
		left: 0;
	}
}

@media print, screen and (max-width: 999px) {
/* 	.utility__helper {	
		display: none;
	} */
	.global-menu__main{
		display: none;
	}
}
.utility__nav {
	margin-bottom: 0px;
}

.utility__nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.utility__nav li {
	display: inline-block;
	line-height: 1;
	border-left: 1px solid #888;
	padding: 0 10px 0 14px;
}

.utility__nav li:last-of-type {
	border-right: 1px solid #888;
}



/*
## footer
--------------------------------------------------------------*/

.footer-container{
	margin:0 auto;
}

.footer {
    clear: both;
    border: 0px solid;
    padding: 0px;
	background-color: #3a66af;
	margin: 0 auto;
}




.site-info {
    
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
footer .container{
	max-width: unset;
}

@media print, screen and (max-width: 999px) {
	.site-info {
		text-align: center;
	}

	.site-info__logo {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 233px;
		    flex: 0 1 233px;
	}

	.footer__img--div{
		width: 100%;
		height: 313px;
	}

	.footer__img--ul{
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.footer__img--ul .box-container__header{
		border: none;
	}

	.footer__img--ul .box-container__main{
		border: none;
		padding: 0;
		background-color: transparent;
		display: flex;
		flex-wrap: wrap;
	}


}

.site-info__logo {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	    flex: 0 1 100%;
	margin-bottom: 15px;
	text-align: center;
}

@media screen and (min-width: 1000px)
 {
	.site-info__logo {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 233px;
		    flex: 0 1 233px;
	}

	.footer__img--div{
		width: 100%;
		height: 313px;
	}

	.footer__img--ul{
		margin: 0;
		padding: 0;
		width: 100%;
	}

	.footer__img--ul .box-container__header{
		border: none;
	}

	.footer__img--ul .box-container__main{
		border: none;
		padding: 0;
		background-color: transparent;
		display: flex;
		width: 100%;
		margin: 0 auto;
		background-image: url("/div/admin/image/topnews/footer/f05.gif");
		background-repeat: repeat-x;
	}

	.footer__img--ul .box-container__main .topnews__item{
		text-align: center;
	}
}

.site-info__address {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	    flex: 0 1 100%;
}

@media print, screen and (min-width: 1000px)
 {
	.site-info__address {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		    flex: 1;
	}
}

.copyright {
	text-align: center;
}

@media print, screen and (min-width: 1000px)
 {
	.copyright {
		text-align: center;
	}
}

.copyright small {
	font-size: 1.2rem;
}


/* ----- emg_label ----- */
.emg__label {
	display: inline-block;
	line-height: 1.1;
	margin-right: 10px;
	padding: 12px 28px 10px 28px;
	background: #c9445e;
	color: #fff;
}

.emg__item {
	display: inline-block;
	margin: 0;
}

.emg__item:not(:last-child):after {
	display: inline-block;
	margin: 0 5px;
	content: ">";
}


/* search-field */
.search-field {
	position: relative;
}

.search-field__icon {
	position: absolute;
	font-size: 1.4rem;
	color: #555;
	top: 5px;
	right: 5px;
}

/* ----- breadcrumbs ----- */
.pph__container{
	width: 100%;
	text-align: left;
	background-color: #dbf7fe;	
	margin: 0;
}

.pph__label {
	display: inline-block;
	line-height: 1.1;
	margin-right: 0px;
	padding: 15px;
	background: #1a677c;
	color: #fff;
}

.pph__item {
	display: inline-block;	
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 10px;
	line-height: 3;
}

.pph__item:not(:last-child):after {
	display: inline-block;
	margin: 0 5px;
	content: ">";
}

.gnav__top--span {	
}

.gnav__mn--span{	
}

.gnav__mg--label{	
}


/*エラー画面用 */
.error-message {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 30px 0px;
    text-align: center;
}

/*コメント*/
.comment { text-align: center;}




/*
## footer
--------------------------------------------------------------*/


@media print, screen and (max-width: 999px) {
	.site-info {
		text-align: center;
	}
}

.site-info__logo {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	    flex: 0 1 100%;
	margin-bottom: 15px;
	text-align: center;
}

@media print, screen and (min-width: 1000px)
 {
	.site-info__logo {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 80px;
		    flex: 0 1 80px;
	}
}

.site-info__address {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	    flex: 0 1 100%;
}

@media print, screen and (min-width: 1000px)
 {
	.site-info__address {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		    flex: 1;
	}
}

.copyright {
	text-align: center;
}

@media print, screen and (min-width: 1000px)
 {
	.copyright {
		text-align: center;
	}
}

.copyright small {
	font-size: 1.2rem;
}

/*
## page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Object
--------------------------------------------------------------*/
/*
## Component
-------------------------------------------------------------*/
/* humburger-button */
.humburger-button {
	background-color: transparent;
	display: block;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 30px;
	height: 24px;
	font-size: 0rem;
	text-indent: -9999px;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	box-shadow: none;
	border-radius: 0;
	border: none;
	cursor: pointer;
}

.humburger-button__bars {
	display: block;
	position: absolute;
	top: 11px;
	left: 0;
	right: 0;
	height: 4px;
	background-color: #3a66af;
}

.humburger-button__bars::before,
.humburger-button__bars::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #3a66af;
	content: "";
}

.humburger-button__bars::before {
	top: -9px;
}

.humburger-button__bars::after {
	bottom: -9px;
}



/* ----- tab ----- */
news container {
    max-width: 100%;
}

.tab {
	width: 100%;
	margin: 0px auto;
}

.tab__items {	
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 0 0px 0;
	padding: 0;
	list-style: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;	
	border-style: solid;
	border-width: 0px 0px 0px 0px;	
	border-collapse: collapse;
	
}

.tab__items::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	display: block;
	width: 100%;	
}

.tab__item { 
	-webkit-box-flex: 0;
	-ms-flex: 0 1 120px;
	    flex: 0 1 120px;
	height: 50px;
	line-height: 52px;
	margin: 0 5px 0 5px;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	border-color: #3a66af;	
	border-radius: 10px 10px 0 0 ;
    background-color: none;
	text-align: center;
	transition: background-color .5s, color .5s;
	padding: 0px;
}

@media print, screen and (min-width: 1000px)
 {
	.tab__item {
		width: 822px;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 250px;
		    flex: 0 1 250px;
		font-size: 1.6rem;
		margin: 0 10px 0 0;
	}
	 
	.tab__item:nth-last-child(1) {
		width: 822px;
		-webkit-box-flex: 0;
		-ms-flex: 0 1 250px;
		    flex: 0 1 250px;
		font-size: 1.6rem;
		margin: 0 0 0 10px;		
	}
}

.tab__item a {
	text-decoration: none;
	display: block;
	transition: background-color .5s, color .5s;
	color: #333;
}

.tab__item--active,
.tab__item:hover {
	background: rgba(198,216,244,0.3);
	font-weight: normal;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	border-color: rgba(198,216,244,0.3);
	border-radius: 10px 10px 0 0;
	display: block;
	border-collapse: collapse;
	outline-width: 0 0 1px 0;	
	outline-style: none;
	outline-color: #fff;
}

.tab__item--active a,
.tab__item:hover a {
	color: #333;
}

.tab__content {
	width: 100%;
	display: none;
	text-align: center;
}

.tab__content--active {	
	display: block;
}

.menugroupitem {
    max-width: 900px;
	margin: 45px 0px 0px 0px;
	font-size: 1.4rem;
    float: left;   
    display: block;
    padding: 0 20px 0 20px;
    border-left: 1px solid #bbb;
    border-collapse: collapse;
}
.menugroupitem:last-of-type {
		border-right: 1px solid #bbb;
	}

.menulist {
    display: none;
}



/* ----- button ----- */
.btn {
	display: inline-block;
	padding-top: 13px;
	padding-bottom: 13px;
	font-size: 1.3rem;
	max-width: 200px;
	width: 100%;
	max-height: 38px;
	border: 1px solid #bbb;
	background: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 1;
}

.btn:hover {
	border: 1px solid #3a66af;
	background: #3a66af;
	color: #fff;
}

/* ----- icon ----- */
.icon-rss {
	background: url("../img/common/icon-rss.png") no-repeat left center;
	padding-left: 20px;
}

/* top-link */
.top-link {
	position: fixed;
	bottom: 0px;
	right: 0px;
	opacity: 1;
	display: block;
	z-index: 10;
}

top-link-img{
	width: 100px;
}

.top-link span {
	display: block;
	width: 100px;
	height: 100px;
	background: none;
	border-radius: 100%;
	-webkit-transition: background .5s;
	        transition: background .5s;
}

.top-link span:hover {
	background: none;
	/*  rgba(0, 76, 160, .8); */
}
/*
.top-link span::after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	width: 12px;
	height: 12px;
	margin: 0 0 0 -6px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(135deg);
	        transform: rotate(135deg);
}*/

/* bxslider override */
.bx-wrapper {
	border: none;
	box-shadow: none;
}


/* service-list */
.service-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

@media print, screen and (min-width: 1000px)
 {
	.service-list {
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
}

.service-list__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 100%;
	    flex: 0 1 100%;
	width: 100%;
	min-width: 280px;
	margin-bottom: 50px;
}

@media print, screen and (min-width: 1000px)
 {
	.service-list__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 280px;
		    flex: 0 1 280px;
	}
}

.service-list__hdr {
	border-bottom: 1px solid #3a66af;
}

.service-list__title {
	padding: 10px 0;
	font-size: 1.6rem;
	text-align: center;
}

.service-list__title i {
	vertical-align: middle;
	margin-right: 10px;
	font-size: 3rem;
}

.service-list__thumbnail {
	width: 100%;
}

.service-list__detail dt {
	font-weight: bold;
}

.service-list__detail dd {
	margin: 0;
}



/* relation-site */
.relation-site {
	max-width: 800px;
	margin: 0 auto;
}

.relation-site__title {
	margin-bottom: 32px;
	border-bottom: 1px solid #3a66af;
	text-align: center;
	font-size: 1.6rem;
}

.relation-site__items {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

@media print, screen and (min-width: 1000px)
 {
	.relation-site__items {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.relation-site__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 1 45%;
	    flex: 0 1 45%;
	max-width: 260px;
}

@media print, screen and (min-width: 1000px)
 {
	.relation-site__item {
		margin: 0 20px;
	}
}

/*
## Utility
--------------------------------------------------------------*/
/*----- helper -----*/
@media print, screen and (min-width: 1000px) {
	.hidden-pc {
		display: none !important;
	}
}

@media print, screen and (max-width: 999px) {
/* 	.hidden-sp {
		display: none !important;
	} */
}

.text-center {
	text-align: center;
}

/*
## Pages
--------------------------------------------------------------*/


/*�g�g�݃��C�A�E�g���s����*/
.clearboth:after {
    content: "";
    display: block;
    clear: both;
}

/*FAQ�摜��荞�݋֎~*/
.faq_list_odd_desc img {
    float: left;
}

.faq_list_odd_desc span {
    overflow: hidden;
}



.cld_outline {
    width: 100%;
    background-color: #fff;
    border: 0px solid;
    position: relative;
}

.RSSFeed__item {
    padding: 5px;
    display: table-row;
}

.accbox input {
    display: none;
}

.accbox {
    width: 180px;
    background-color: #abc;
    text-align: center;
    float: left;
}

    .accbox label {
        font-size: 3rem; /* 30px; */
    }


.menugrouplist li:hover div {
    display: none;
}

.menugrouplist {
    list-style-type: none;    
    padding: 0px;
    margin: 0;
}



.viewsearch_outline {
    text-align: right;
}

.menugroupitem {

    background-color: #fff;
}

.comment {
    text-align: center;
}

.section {
    margin: 0px;
            box-sizing:border-box;
}


.textlist {
    clear: both;
}


/*pager�̐ݒ�*/

.pager_table {
    background-color: #ccc;
    width: 100%;
    margin: 5px 0px;
}

.pager_tr {
    font-size: 90%;
    line-height: 1.5;
    text-decoration: none;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px #258 solid;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-weight: bold;
    padding: 3px 8px;
    color: #808080;
    background-color: #fff;
    text-align: center;
}

.pager_td_button {
    width: 15%;
}

.pager_td_numbers {
    width: 30%;
}

.pager_td_perpage {
    width: 10%;
}

.item_list {
    border: 1px solid #ccc;
    padding: 10px;
}


.item_list_dl {
    border-style: solid;
    border-color: #ccc;
    border-width: 0 0 1px 0;
}

.item_list_dd {
    text-align: right;
	padding: 0 5px 10px 5px;
}


/* */

#nav-drawer {
    position: relative;
}

/* */
.nav-unshown {
    display: none;
}

/* */

#nav-open {
    display: none;
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
    z-index: -1;
    position: absolute;
	padding: 5px 2px 2px 5px;
	right: 15px;
}

    #nav-open span:before {
        bottom: -8px;
    }

    #nav-open span:after {
        bottom: -16px;
    }

/* */
.box0 .menugroupitem {
    overflow: auto;
    top: 0;
    left: 0;
    z-index: 9999; 
    width: 50%; 
    max-width: 200px; 
    background-color: #fff; 
    transition-duration: 0.5s; 
    transition-timing-function: ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); 
    border: none;
}

.box0 {
    transform: translateX(845%);
    position: fixed;
}


/*
#nav-input:checked ~ #nav-open span, #nav-input:checked ~ #nav-open span:before, #nav-input:checked ~ #nav-open span:after {
    background: #fff;
    margin-top: 0;
}

span {
    transition: all 0.3s;
    transform: rotate(0deg);
}

.nav-open__top {
    transform: translateY(-7px);
}

.nav-open__bottom {
    transform: translateY(7px);
}

#nav-input:checked ~ #nav-open span.nav-open__middle {
    background-color: transparent;
}

#nav-input:checked ~ #nav-open span.nav-open__top {
    transform: rotate(-45deg) translateY(0px);
}

#nav-input:checked ~ #nav-open span.nav-open__bottom {
    transform: rotate(45deg) translateY(0px);
}
 */

/* */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

.sitemap__item{
    height:35px;
    width:170px;
    font-size:2rem; /*20px;*/
    display:flex;
    align-items:center;
    justify-content:center;
    background-color:#cde;
    border:solid 1px;
    margin-bottom:10px;
    font-weight:bold;

}


.map__edge iframe{

width: 100%;
}
/* topic */


/* newlist */
.whatsnew_container{
    padding: 10px;
}

.whatsnew_item{	
	border-bottom: 1px solid #ddd;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 0 17px;
	padding: 0 15px 5px 15px;
	list-style: none;
}

.whatsnew_update {
	-webkit-box-flex: 0;
	-ms-flex: auto;
	    flex: auto;
}

.whatsnew_comment {
    font-size: 1em;
    margin-left: 10px;
}

.whatsnew_divname {
    display: none;
}

.whatsnew_button{
    width: 100%;
    text-align: right;
}

@media print, screen and (min-width: 1000px)
 {
	.whatsnew_update {
		-webkit-box-flex: 0;
		-ms-flex: 0 1 20%;
		    flex: 0 1 20%;
	}
	.whatsnew_comment {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		    flex: 1;
	}
}


/* ----- calender ----- */
.calendar__edge{
    width: 100%;    
	margin: 0 auto;
}

.cld__title {
	margin-bottom: 15px;
	border-bottom: 1px solid #3a66af;
	text-align: center;
	font-size: 1.2em;
}

cld_container{
	max-width: 100%;
	margin: 0 auto;
    padding: 10px;
}

.cld_outline{
    width: 100%; 
}

.cld_body_td {
    width: 100%;
    border: 1px solid #bbb;
}

.cld_currentmonth{
    width: 100%;
    text-align: center;
}

.cld_previousmonth{
    display: inline-block;
	padding: 15px 13px 13px 13px;	
	font-size: 1.3rem;
	width: 100px;	
	max-height: 38px;
	border: 1px solid #bbb;
	background: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 1;
    margin-right: 0px;
}

.cld_previousmonth:hover{
    border: 1px solid #3a66af;
	background: #3a66af;
	color: #fff;
}

.cld_nextmonth{
    display: inline-block;
	padding: 15px 13px 13px 13px;	
	font-size: 1.3rem;
	width: 100px;	
	max-height: 38px;
	border: 1px solid #bbb;
	background: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 1;
    margin-right: 0px;
}

.cld_nextmonth:hover{
    border: 1px solid #3a66af;
	background: #3a66af;
	color: #fff;
}

/* ----- item-list button ----- */
.item-list__button{
    display: inline-block;
	padding-top: 13px;
	padding-bottom: 13px;
	font-size: 1.3rem;
	max-width: 100px;
	width: 100%;
	max-height: 38px;
	border: 1px solid #bbb;
	background: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 1;
    margin-right: 10px;
}

.item-list__button:hover{
    border: 1px solid #3a66af;
	background: #3a66af;
	color: #fff;
}

/*�t���b�N�X�{�b�N�X�ɂ��{�b�N�X�\��*/
.box__container{
  width: 100%; height: auto;
  display: flex;
  flex-wrap: no-wrap;
}
.b0{background-color: none;
  flex-grow: 0; }
.b1{background-color: none;
  flex-grow: 1; }
.b2{background-color: none;
  flex-grow: 2; }
.b3{background-color: none;
  flex-grow: 3; }
.b4{background-color: none;
  flex-grow: 4; }


/*box*/
 .b0{
     float:left;
     flex-grow:0;
 }

 .b0 img{
	max-width: unset;
}

  .b1{
     float:left;
     flex-grow:1;
 }

  .box-container__header{
	  display:flex;
	  /*border:solid 1px #ccc;*/
	  border-bottom: 0px;
  }

  .box-container__main{  
	  background: #fff;
	  border:solid 1px #ccc;
	  padding: 0;
	  /* padding: 8px 5px 5px 8px; */
}

    .box-container__footer{
      display:flex;
      clear:both;
  }
    .text-align{
        align-items:center;
        display:flex;
        justify-content:center;
  }

  .banner__edge .box-container__main {
    border: 0px;
}

.banner__sub--A,.banner__sub--B {
    margin-bottom: 15px;
}
.container__sub--B .banner__items {
    justify-content: space-evenly;
}

/* ページタイトル */
.page__title {
    font-size: 1.5em;
    color: #fff;
    line-height: 1.3;
    background-color: #29b2d7;
    padding: 15px 0 15px 23px;        
    background-repeat: no-repeat; 
	background-position: right top;	
	margin-bottom: 10px;
}


/* ボタン */
.button{
    margin-top: 10px;
    text-align: right;

}

.button--all {
    display: inline-block;    
	color: #fff;
	line-height: 1;
    background-color: #29b2d7;
    padding: 8px 20px 10px 20px;
	text-decoration: none;
	border: 0px solid #29b2d7;
	border-radius: 5px;
    transition: background-color .5s, color .5s;
}

.button--all:hover {
    color: #fff;
    background-color: #3a66af;
    
}

.button--rss {
    display: inline-block; 
	color: #3a66af;
	line-height: 1;
    background-color: #fff;
    padding: 8px 35px 5px 35px;
	text-decoration: none;
	border: 2px solid #3a66af;
	border-radius: 20px;
	transition: background-color .5s, color .5s;
	margin-left: 5px;
}

.button--rss:hover {
    color: #fff;
    background-color: #3a66af;
    
}


.menu__icon {
	width: 16px;
	height: 11px;
}

@media print, screen and (max-width: 480px)
 {
	.sp-none {
		display:none;
	}
}