html {
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */

}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,p,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
li {
	list-style-type: none;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
figcaption,
figure,
main { /* 1 */
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input { /* 1 */
  overflow: visible;
}
button,
select { /* 1 */
  text-transform: none;
}
button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
textarea {
  overflow: auto;
	font-family:"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details, /* 1 */
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
table {
		border-collapse: collapse;
}

/* # =================================================================
   # オリジナル
   # ================================================================= */
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after {
    clear:both;
}
.clearfix {
    zoom:1;
}
body {
	font-family:"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size:85%;
	color:#333;
	line-height:1.5;
	overflow-x:hidden;
}
section {
	clear:both;
}
main h1 {
	margin:35px 0;
	font-size:1.9em;
	line-height:1.2;
	font-family: "Noto Sans Japanese";
}
main h2 {
	margin:35px 0;
	font-size:1.6em;
	font-family: "Noto Sans Japanese";
}
main h3 {
	margin:35px 0;
	font-size:1.5em;
	font-family: "Noto Sans Japanese";
	padding-bottom:3px;
	border-bottom:dotted 1px #999;
}
main h5,
main h4 {
	margin:35px 0 20px 0;
	font-size:1.25em;
	font-family: "Noto Sans Japanese";
}
#side_nav h1 {
	margin:20px 0;
	font-size:1.2em;
	font-family: "Noto Sans Japanese";
}
#side_nav h1:first-of-type,
#main_content h1:first-of-type,
#main_content h2:first-of-type,
#main_content h3:first-of-type {
	padding-top:0;
	margin-top:0;
}
.inner {
	width:1100px;
	margin:0 auto;
	text-align:left;
}
.textr {
	text-align:right;
}
.textl {
	text-align:left;
}
.textc {
	text-align:center;
}
.imgr {
	float:right;
}
.imgl {
	float:left;
}
.col_red {
	color:#c00;
}
.col_blue {
	color:#00bce9;
}
.slicknav_menu {
    display:none;
}

/* 一覧へ */
.ichiran {
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	vertical-align: middle;
	text-decoration: none;
}
.ichiran a {
	text-decoration:none;
	color:#666;
	font-size:12px;
	padding:3px 0;
	display:block;
}
.ichiran a:hover {
	color:#999;
}
.ichiran::before,
.ichiran::after{
	position: absolute;
	top: -2px;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.ichiran::before {
	width: 4px;
	height: 4px;
	border-top: 2px solid #666;
	border-right: 2px solid #666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* # =================================================================
   # header
   # ================================================================= */
#header .header_top {
	padding:7px 0;
	display:flex;
	justify-content: space-between;
}

/* 検索部分 */
#___gcse_0 {
	width:398px;
	margin-top:20px;
	margin-bottom:10px;
}

.gsc-search-button button a {
	background-color:#efefef;
}

#srchBox {
	width:398px;
	_width:396px;
	margin-bottom:10px;
	background-color:#FFFFFF;
	color:#000000;
	text-align:left;
}
#srchBox * {
	margin:0;
	padding:0;
	font-size:13px;
	*font-size:small;
	*font:x-small;
}
#srchBox a img {
	border:none;
}
#srchBox #srch {
	padding:10px 10px 0 10px;
}
#srchBox #srch #srchForm {
	white-space:nowrap;
}
#srchBox #srchInput {
	width:288px;
	margin-right:6px;
	vertical-align:bottom;
}
#srchBox #srchBtn {
	width:80px;
}
*html #srchBox #srchBtn {
	padding-top:2px;
}
*:first-child+html #srchBox #srchBtn {
	padding-top:2px;
}
#srchBox ul {
	margin-top:6px;
	text-align:left;
}
#srchBox li {
	list-style-type:none;
	display:inline;
	zoom:1;
	padding-right:10px;
}
#srchBox li input {
	zoom:1;
	margin-right:2px;
	_margin:-4px 0 -4px -4px;
	vertical-align:middle;
	border:0;
}
*:+html #srchBox li input {
	margin:-4px 0 -4px -4px;
}
#srchBox #srchLogo {
	margin:6px 6px 6px 0;
	text-align:right;
}
#srchBox #srchLogo a {
	color:#666666;
	text-decoration:none;
	font-size:85%;
}
#srchBox #srchLogo a:hover {
	text-decoration:underline;
}
#srchBox.watermark {
	padding-bottom: 6px;
}
#srchBox.watermark #srchInput {
	padding:1px 1px 2px 1px;
	border:1px solid #a5acb2;
	background: #fff url(https://s.yimg.jp/images/search/customsearch/yjlogo/yjlogo_type4.gif) center center no-repeat;
}
#srchBox.watermark #srchInput.nomark {
	background: #fff;
}
#srchBox.watermark #srchLogo {
	display: none;
}

#header nav {
	background-color:#00bce9;
	border-bottom:solid 1px #fff;
}

#header nav ul {
	display:flex;
	justify-content: space-around;
	overflow: hidden;
}

#header nav ul li {
	text-align:center;
	border-right:solid 1px #88c8e8;
	width:14%;
	font-family: "Noto Sans Japanese";
}
#header nav ul li:first-child {
	border-left:solid 1px #88c8e8;
}
#header nav ul li a {
	text-decoration:none;
	color:#fff;
	padding:12px 0;
	display:block;
	transition-property: all;
	transition: 0.3s linear;
	overflow: hidden;
}
#header nav ul li a:hover {
	background-color:#09c3ed;
}
#header nav ul li a:after {
        margin: 4px auto -14px auto;
        border-top-width: 0px;
        border-right-width:6px;
        border-bottom-width:6px;
        border-left-width:6px;
        border-style: solid;
        border-color: transparent;
        display: block;
        width: 0;
        height: 0;
        content: "";
}
#header nav ul li a.active:after {
	border-color: white transparent;
}
#header nav ul li a:hover:after {
	border-color: white transparent;
}

.slicknav_menu {
    display:none;
}

/* # =================================================================
   # main
   # ================================================================= */
#main_content {
	float:right;
	width:75%;
}

/* ページタイトル部分 */
#h1style {
	background: #2193b0;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #6dd5ed, #2193b0);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #6dd5ed, #2193b0); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
 	width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
	padding:10px 0;
	margin-bottom:35px;
	overflow: hidden;
}

#h1style .inner {
	display:flex;
	padding:15px;
}

#h1style p {
	font-size:1.2em;
	color:#fff;
	font-family: "Noto Sans Japanese";
	font-weight:normal;
	margin-top:8px;
	position:relative;
}
#h1style p a {
	color:#fff;
	text-decoration:none;
}
#h1style p a:hover {
	color:#efefef;
}

#h1style ul {
	padding:3px 10px;
	background-color:#00bce9;
	font-size:0.8em;
	color:#fff;
	border-radius:8px;
	display: table;
	margin-right:15px;
	position:relative;
	bottom:-1em;
}
#h1style ul li {
	display: table-cell;
}
#h1style ul li a {
	color:#fff;
	text-decoration:none;
}
#h1style ul li:after {
	content:"　>　";
}

#main_content .indent p {
	text-indent:1em;
}

/* 下層index */
.indexmenu ul {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}

.indexmenu ul li {
	width:49%;
	background-color:#efefef;
	background: -webkit-linear-gradient(to right, #eef2f3, #d2e0ec);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #eef2f3, #d2e0ec); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	margin-bottom:10px;
}
.indexmenu ul li a {
	transition: background-color .6s;
	padding:40px;
	text-decoration:none;
	color:#333;
	font-size:1.2em;
	display:block;
	position: relative;
	background: #efefef;  /* fallback for old browsers */
}
.indexmenu ul li a:hover {
	background: rgba(239,239,239,0.1);
}
.indexmenu ul li a:hover::after {
	position: absolute;
	top: 50%;
	right:25px;
	display: block;
	content: '';
	width:10px;
	height:10px;
	margin-top: -4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

main .indent h2 {
	border:solid 2px #00bce9;
	border-radius:12px;
	line-height:2;
	padding-left:15px;
	color:#00bce9;
}

/* # =================================================================
   # side
   # ================================================================= */
#side_nav {
	float:left;
	width:20%;
}

#side_nav ul .active2,
#side_nav dl .active2,
#side_nav ul .active,
#side_nav dl .active {
	color:#900;
}

#side_nav dl a {
	text-decoration:none;
	padding:8px 0;
	display:block;
	color:#333;
	width:100%;
}
#side_nav dl a:hover {
	color:#666;
}

#side_nav dl dt {
	border-top:solid 4px #939393;
	border-bottom:solid 1px #939393;
	margin-top:-1px;
	color:#333;
	font-weight:bold;
}

#side_nav ul li,
#side_nav dl dd {
	border-bottom:dotted 1px #ccc;
	position: relative;
	padding: 0 0 0 16px;
	vertical-align: middle;
}
#side_nav ul li a,
#side_nav dl dd a {
	text-decoration:none;
	color:#666;
	padding:8px 0;
	display:block;
}
#side_nav ul li a:hover,
#side_nav dl dd a:hover {
	color:#999;
}
#side_nav ul li::before,
#side_nav ul li::after,
#side_nav dl dd::before,
#side_nav dl dd::after{
	position: absolute;
	top: -2px;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
#side_nav ul li::before,
#side_nav dl dd::before {
	width: 4px;
	height: 4px;
	border-top: 2px solid #666;
	border-right: 2px solid #666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#side_nav dl .ddtop:before {
	top:15px;
	margin-top:0;
	vertical-align:top;
}

/* sideアクティブ */
.side_act {
	padding:10px;
	margin-bottom:20px;
	border-radius:12px;
	border:solid 2px #00bce9;
}

.side_act h2,
.side_act h2 a,
.side_act h1,
.side_act h1 a{
	color:#333;
	text-decoration:none;
	line-height:1.2;
}

.side_act h2 {
	margin-bottom:10px;
	font-size:1.1em;
}

.side_act h3 {
	line-height:1.2;
	margin-bottom:10px;
	font-size:1.1em;
	margin-left:1em;
}
.side_act h3 a {
	text-decoration:none;
	color:#666;
}

#side_nav .side_act dl dt {
	padding:8px 0;
	border-top:solid 4px #00bce9;
	border-bottom:solid 1px #00bce9;
	color:#00bce9;
}

#side_nav .shi_menu_b a {
	color:#00bce9;
}

/* # =================================================================
   # footer
   # ================================================================= */
#pageTop {
	position:fixed;
	z-index:9999;
	bottom:150px;
	right: 15px;
	font-size:14px;
	font-weight:bold;
}
#pageTop a {
	background:#00bce9;
	text-decoration: none;
	color: #fff;
	padding:12px 15px;
	text-align: center;
	display: block;
	opacity:0.8;
	border-radius:50%;
}

#footer {
	padding-top:30px;
}

#footer #footer_menu ul {
	display:flex;
	justify-content: space-between;
	margin:15px auto;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

#footer #footer_menu ul li {
	text-align:center;
	/*width:20%;*/
	width:25%;
	border-right:solid 1px #ccc;
	height:5em;
}
#footer #footer_menu ul li:first-child {
	/*border-left:solid 1px #ccc;*/
}
#footer #footer_menu ul li:last-child {
	border:none;
	/*margin-top:-11px;
	margin-top:-5px;*/
}
#footer #footer_menu ul li:nth-child(3) ,
#footer #footer_menu ul li:nth-child(4) {
	/*border:none;*/
}
#footer #footer_menu ul li a {
	color:#333;
	text-decoration:none;
	display:block;
	padding:10px 0;
}
#footer #footer_menu ul li a:hover {
	color:#999;
}

#footer #footer_menu ul li p {
	height:2em;
	font-size:13px;
	line-height:1;
}

#footer #footer_menu ul li img {
	display:block;
	margin:3px auto;
}

#vvmap {
	margin-top:-4px;
}

/* センターの事業位置調整 */
#footer #footer_grid {
	margin-top:-6.5em;
}

/* サイトマップ */
#sitemap {
	background-color:#939393;
}
#sitemap a {
	color:#fff;
	text-decoration:none;
}

#sitemap .inner {
	display:flex;
	padding:20px 0 0 0;
}

#sitemap>.inner>dl {
	width:22%;	
}
#sitemap>.inner>dl:nth-of-type(2) {
	width:56%;	
}

#sitemap>.inner>dl>dt {
	font-size:1.3em;
	color:#fff;
	margin-bottom:10px;
}

#sitemap .inner dl dd {
	line-height:1.8;
}

#sitemap .inner dl dd ul {
	display:flex;
	flex-wrap: wrap;
}

#sitemap .inner dl dd ul>li {
	width:50%;
}

#sitemap .inner dl dd ul li dl {
	margin-bottom:15px;
}

#sitemap .inner dl dd ul li dl dt {
	color:#fff;
	font-size:1.2em;
	border-bottom:dotted 1px #ccc;
	margin-bottom:10px;
	width:13em;
}

#sitemap .pc_item {
	margin-top:30px;
}

#sitemap .sp_item {
	display:none;
}

/* リンク等 */
#footer_sub_menu ul {
	display:flex;
	justify-content: flex-end;
}

#footer_sub_menu ul li {
	margin-left:15px;
}

/* 住所 */
#address {
	background-color:#e4e4e4;
	color:#666;
}

#address dl {
	display:flex;
	justify-content: center;
	padding:10px 0 5px 0;
}

#address dl dt {
	font-size:1.3em;
	margin-right:1em;
}

#address dl dd {
	margin-top:3px;
}

#address dl dd span {
	margin-left:0.5em;
}

#address p {
	text-align:center;
	color:#999;
	font-size:11px;
	padding-bottom:5px;
	line-height:1;
}
/*reCAPTCHAバッジを非表示*/
.grecaptcha-badge { visibility: hidden; }


/*===============================================
 920px
===============================================*/
@media screen and (max-width:920px){
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
.inner {
	width:96%;
}
.slicknav_menu {
	display:block;
}

#footer #footer_menu ul li p span {
	display:block;
}

#sitemap {
	font-size:0.92em;
}

#address dl dd span {
	margin-left:0;
	display:block;
}
.slicknav_menu {
    display:none;
}
#vvmap img {
	width:96%;
	height:auto;
}
#jsa {
	padding-top:14px;
}
}

/*===============================================
 768px
===============================================*/
@media screen and (max-width:768px){
#header .header_top {
	display:block;
	width:90%;
	margin:0 auto;
}
#header nav ul {
    display:none;
}
.slicknav_menu {
    display:block;
}
#main_content,
#side_nav {
	float:none;
	width:96%;
	margin: 0 auto;
}
#main_content {
	margin-bottom:50px;
}
#sitemap>.inner>dl {
	width:33%;	
}
#sitemap>.inner>dl:nth-of-type(2) {
	width:33%;	
}
#sitemap .inner dl dd ul li {
	width:100%;
}
#footer #footer_grid {
	margin-top:0;
}
#vvmap img {
	width:90%;
	margin-left:auto;
	margin-right:auto;
	padding-top:3px;
}
}

/*===============================================
 700px
===============================================*/
@media screen and (max-width:700px){
.indexmenu ul li {
	width:100%;
}
.indexmenu ul li a {
	padding:20px;
}
#footer #footer_menu ul {
	flex-wrap: wrap;
}

#footer #footer_menu ul li {
	width:33%;
	margin-bottom:25px;
}
#footer #footer_menu ul li:nth-child(3) {
	border-right:solid 1px #ccc;
}
#footer #footer_menu ul li:nth-child(5) {
	margin-top:-3px;
}
#footer #footer_menu ul::after {
	content:"";
	border:none;
	width:33%;
	display:block;
}
#address dl {
	display:block;
	text-align:center;
}
#sitemap .inner {
	display:block;
	padding:0;
}
#sitemap>.inner>dl {
	width:100%;	
}
#sitemap>.inner>dl:nth-of-type(2) {
	width:100%;	
}
#sitemap>.inner>dl a {
	display:block;
	line-height:2.5;
	border-bottom:dotted 1px #a8a8a8;
}
#sitemap>.inner>dl>dt {
	margin-bottom:0;
	border-bottom:dotted 1px #a8a8a8;
}
#sitemap .inner dl dd ul li dl {
	margin-bottom:0;
}
#sitemap .inner dl dd ul li dl dt {
	border-bottom:none;
	margin-bottom:0;
	width:100%;
}
.acMenu dt {
	line-height:2.5;
    display:block;
    cursor:pointer;
}
.acMenu dd {
    display:none;
	margin-left:1em;
}
.acMenu dd ul {
	margin-bottom:5px;
}
.acMenu dd ul li {
	border-bottom:dotted 1px #a8a8a8;
}
.acMenu dd ul li a {
	padding:3px 0;
	display:block;
}
.acMenu dd ul li:last-child {
	border-bottom:none;
}
#sitemap .sp_item {
	display:block;
}
#sitemap .pc_item {
	display:none;
}
#jsa {
	padding-top:7px;
}

}

/*===============================================
 480px
===============================================*/
@media screen and (max-width:480px){
	#___gcse_0 {
		width:98%;
	}
#srchBox {
	width:80%;
	_width:80%;
	margin-bottom:-20px;
}
#srchBox #srchInput {
	width:100%;
}
#srchBox #srchBtn {
	width:40px;
}
#header div {
	padding:0;
	display:block;
}
#header div div,
#header div h1 {
	text-align:center;
}
#h1style {
	padding:5px 0;
}
#h1style .inner {
	display:block;
}
#h1style .inner ul {
	bottom:0;
}
#h1style h1 {
	font-size:1.5em;
	margin-top:7px;
}
main .indent h2 {
	line-height:1.5;
}
#footer #footer_menu ul li {
	width:49%;
}
#footer #footer_menu ul li:nth-child(3) {
	border-left:solid 1px #ccc;
	border-right:none;
}
#footer #footer_menu ul li:nth-child(4) {
	border-left:none;
}
#footer #footer_menu ul::after {
	content:"";
	border:none;
	width:49%;
	display:block;
}
#footer_sub_menu ul {
	display:block;
	overflow: hidden;
}
#footer_sub_menu ul li {
	margin-left:0;
	width:100%;
	border-bottom:solid 1px #ccc;
}
#footer_sub_menu ul li a {
	display:block;
	padding:10px 0;
}
#address span {
	display:block;
	line-height:1.2;
}
}



