@charset 'utf-8';
/* =========================================================
common.css
========================================================= */
/* Initialize
--------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,video,article,aside,figure,figcaption,footer,header,nav,section{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:400}ol,ul,li{list-style:none}caption,th{text-align:left}fieldset,img,abbr,acronym{border:0}*,*:before,*:after {-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}


/* base
--------------------------------------------------------- */
.font-large {
	font-size: 18px;
	}
.font-small {
	font-size: 12px;
	}
.font-large #medium,	
.font-small #medium {	
	background: #fff;
	color: #666;
	width: 25px;
	height: 25px;
	}
.font-large .nav-item-resource span::after {
	left: 9px;
	}
.font-large .nav-item-read span::after {
	left: 13px;
	}
.font-large .header-notice {
	background: url(/tabunka/portal/assets/images/common/icon-notice.png) 0px 4px no-repeat;
	}
.font-small .header-notice {
	width: 192px;
	}

body {
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
	color: #333;
	margin: 0 auto;
	min-width: 1200px;
	}
html, body {
	height: 100%;
  }
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
  }
h1 {
	font-size: 1.35rem;
	font-weight: bold;
	}
h2 {
	font-size: 0.7rem;
	font-weight: bold;
	}
a {
	text-decoration: none;
	transition: all 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	word-break : break-all;
	word-wrap : break-word;
	color: #333;
  }
a:hover {
	opacity: 0.8;
	text-decoration: none;
	}
img {
	vertical-align: bottom;
  }

/* ----- input ----- */
input,
select {
	vertical-align: middle;
	box-shadow: none;
  }
input[type="text"] {
	background: none;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
  }
input[type="submit"],
input[type="button"],
input[type="image"],
button {
	font: inherit;
	color: inherit;
	line-height: inherit;
	padding: 0;
	border: 0;
	border-radius: 0;
	overflow: visible;
	cursor: pointer;
	transition: all 0.3s;
	-webkit-appearance: none;
  }
input:hover,
input:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus {
	outline: none;
  }
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="image"]:hover,
button:hover {
	opacity: 0.73;
  }
button:focus {
	outline: 0;
  }
select {
	cursor: pointer;
	transition: all 0.3s;
  }
textarea {
	vertical-align: bottom;
  }
.clearfix::after {
	content: '';
	clear: both;
	display: block;
  }
.pc-only { display: block !important; }
.sp-only { display: none !important; }

/* #footer
--------------------------------------------------------- */
/* ----- #copyright -----*/
#copyright {
	background: #fff;
	text-align: center;
	height: 32px;
	line-height: 32px;
	}
#copyright small {
	font-size: 0.5rem;
	color: #999;
  }


/* ---------------------------------------------------------
 common
--------------------------------------------------------- */

/* ----- .wave ----- */
.wave {
	background: url(/tabunka/portal/assets/images/common/img-header-wave.png) repeat-x;
	background-size: 15px 9px;
	height: 9px;
	}
.header-wave {
	margin-bottom: 27px;
	}
.footer-wave {
	transform: rotate(180deg);
	}




/* ---------------------------------------------------------
 header
--------------------------------------------------------- */

/* .header-top
--------------------------------------------------------- */
.header-top-wrapper {
	background: #5ac3db;
	padding: 0 17px 0 10px;
	}
.header-top {
	max-width: 1200px;
	margin: 0 auto;
	padding: 9px 0;
	}
.header-subtitle,
.header-title {
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 4px 3px #479fad;
	}
.header-title,
.box-font-size,
.font-item,
.font-search-wrapper,
.search-box,
.site-map,
.font-size-title,
.font-list {
	display: inline-block;
	}
.header-title {
	padding: 5px 0 2px 10px;
	}
.header-right-wrapper {
	float: right;
	display: flex;
	align-items: center;
	padding-top: 15px;
	}

/* ----- .font-item ----- */
.font-item {
	width: 25px;
	height: 25px;
	line-height: 25px;
	border-radius: 2px;
	border: 1px solid #666;
	background: #fff;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	margin-bottom: 3px;
	}
.font-medium {
	background: #666;
	color: #fff;
	height: 27px;
	line-height: 27px;
	}
.font-item:hover {
	color: #fff;
	background-color: #666;
	cursor: pointer;
	-webkit-transform-origin: scale(1.1);
	transform: scale(1.1);
	}
.font-item:active {
	width: 25px;
	height: 27px;
	background-color: #666;
	color: #fff;
	line-height: 25px;
	}
#small.active,
#medium.active,
#large.active {
	width: 25px;
	height: 27px;
	padding-top: 2px;
	background-color: #666;
	color: #fff;
	line-height: 23px;
	}
#small:hover,
#medium:hover,
#large:hover {
  width: 25px;
  height: 27px;
  padding-top: 2px;
  background-color: #666;
  color: #fff;
  line-height: 23px;
	}
.box-font-size {
  margin: 0 42px 10px 0;
	}
.font-size-title {
  font-size: 0.75rem;
  font-weight: bold;
  margin-right: 7px;
  padding-top: 9px;
  letter-spacing: -1px;
	}

/* ----- .search-box ----- */
.search-box {
  width: 180px;
  height: 25px;
  position: relative;
  margin-bottom: 10px;
  margin-right: 5px;
	}
.search-box::before,
.search-box::after {
	content: '';
	width: 2px;
	height: 25px;
	display: inline-block;
	background: url(/tabunka/portal/assets/images/common/img-search-dot.png) repeat-y;
	position: absolute;
	background-size: 2px 5px;
	top: 2px;
	}
.search-box::before {
	left: -23px;
	}
.search-box::after {
	right: -24px;
	}
.search-form-wrapper {
	width: 184px;
	height: 24px;
	background: #f4f4f4;
	border-radius: 20px;
  position: relative;
  box-shadow: 0px -1px 0 1px #479fad;
	}
.query {
	width: 153px;
	height: 24px;
	padding: 1px 0 0 11px;
	}
.btn-submit {
	width: 10px;
	height: 10px;
	background: url(/tabunka/portal/assets/images/common/icon-search.png) center center;
	background-size: 10px 10px;
	position: absolute;
	top: 7px;
	left: 163px;
	}

/* ----- .site-map ----- */
.site-map {
	position: relative;
	text-decoration: underline;
	margin: 15px 5px 0 40px;
	display: inline-block;
	}
.site-map:hover a {
	text-decoration: none;
	cursor: pointer;
	}
.site-map-title {
	padding-top: 8px;
	font-size: 7px;
	display: inline-block;
	color: #fff;
	text-decoration: underline;
	letter-spacing: -2px;
	}
.site-map-title::before {
	content: '';
	background: url(/tabunka/portal/assets/images/common/icon-sitemap.png) no-repeat;
	width: 18px;
	height: 19px;
	position: absolute;
	top: -17px;
	left: 15px;
	}
_::-webkit-full-page-media, _:future, :root .site-map-title::before {
  left: 9px;
	}




/* .global-nav-wrapper
--------------------------------------------------------- */
.global-nav-wrapper {
	width: 1000px;
	margin: 0 auto 25px;
	display: flex;
	justify-content: space-between;
	}
.nav-list {
	font-size: 0;
	}
.nav-item {
	display: inline-block;
	height: 40px;
	border-bottom: 2px solid #5ac3db;
	vertical-align: bottom;
	position: relative;
	text-align: right;
	margin-right: 20px;
	}
.nav-item:hover {
	cursor: pointer;
	}
.nav-item::after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 45%;
	width: 12px;
	height: 6px;
	visibility: visible;
	background: url(/tabunka/portal/assets/images/common/icon-nav.png) no-repeat;
	}
.nav-item span {
	font-size: 1.1rem;
	font-weight: bold;
	color: #5ac3db;
	padding: 4px 18px 0 0;
	display: inline-block;
	width: 120px;
	height: 40px;
	}
.nav-item-country span,
.nav-item-area span {
	padding-right: 24px;
	}
.nav-item-resource span {
	padding-right: 15px;
	letter-spacing: -2px;
	}
.nav-item span:hover {
	color: #333;
	}
.nav-item span::after {
	content: '';
	position: absolute;
	display: inline-block;
	left: 25px;
	}
.nav-item-country span::after {
	width: 26px;
	height: 26px;
	background: url(/tabunka/portal/assets/images/common/icon-country.png) no-repeat;
	}
.nav-item-area span::after {
	width: 26px;
	height: 26px;
	background: url(/tabunka/portal/assets/images/common/icon-area.png) no-repeat;
	}
.nav-item-resource span::after {
	width: 28px;
	height: 26px;
	left: 14px;
	background: url(/tabunka/portal/assets/images/common/icon-resource.png) no-repeat;
	}
.nav-item-read span::after {
	width: 24px;
	height: 26px;
	left: 17px;
	background: url(/tabunka/portal/assets/images/common/icon-read.png) no-repeat;
	}
.nav-sub-list {
	visibility: hidden;
	width: 120px;
	}
.nav-item:hover .nav-sub-item {
	visibility: visible;
	color: #333;
	line-height: 18px;
	}
.nav-item:hover::after {
	visibility: hidden;
	}
.nav-sub-item {
	font-size: 1rem;
	text-align: center;
	border-bottom: 2px solid #5ac3db;
	background: #fff;
	padding: 6px 3px;
	}
.nav-sub-item a {
	padding: 5px;
	font-size: 0.9rem;
	transition: none;
	}
.nav-sub-item:hover {
	background-color: #f2fcfc;
	}


/* .header-notice
--------------------------------------------------------- */
.header-notice {
	position: relative;
	width: 243px;
	text-align: right;
	padding: 2px 5px 0 0;
	background: url(/tabunka/portal/assets/images/common/icon-notice.png) 19px 4px no-repeat;	
	background-size: 31px 30px;
	}
.header-notice a {
	text-decoration: underline;
	font-size: 0.9rem;
	margin-top: 5px;
	display: inline-block;
	letter-spacing: -1px;
	}
.header-notice a:hover {
	text-decoration: none;
	cursor: pointer;
	}



/* ---------------------------------------------------------
 #contents-wrapper
--------------------------------------------------------- */
.heading {
	font-size: 1.05rem;
	font-weight: bold;
	}


/* #breadcrumb
--------------------------------------------------------- */
#breadcrumb {
	background: #d7f4f9;
  padding: 4px 0;
	}
.breadcrumb-inner {
	width: 1000px;
	margin: 0 auto;
	}
.breadcrumb-item {
  font-size: 0.75rem;
  display: inline-block;
	}
.breadcrumb-item a {
  text-decoration: underline;
	}
.breadcrumb-item:not(:last-child)::after {
  content: "";
  background: url(/tabunka/portal/assets/images/common/icom-breadcrumb.png) no-repeat;
  width: 5px;
  height: 8px;
  display: inline-block;
  margin: 0 3px 0 7px;
	}


/* .container
--------------------------------------------------------- */
.container {
	width: 800px;
	}

/* .search-contents（検索結果用）
--------------------------------------------------------- */
.search-contents {
	width: 794px;
	margin: 0 auto;
	}
iframe {
  height: 1542px;
	}



/* ---------------------------------------------------------
 footer
--------------------------------------------------------- */
#footer {
	background: #5ac3db;
	color: #fff;
	padding-top: 30px;
	position: relative;
	}


/* .gotop-wrapper
--------------------------------------------------------- */
#go-top {
	position: fixed;
	bottom: 0;
	right: 10px;
	width: 50px;
	height: 51px;
	z-index: 9999;
	}
#go-top.absolute {
  position: absolute !important;
	}
#go-top a {
	display: block;
	height: 50px;
	background: url(/tabunka/portal/assets/images/common/img-gotop.png) no-repeat;
	background-size: 50px 51px;
	}
#go-top span {
	display: none;
	}



/* .logo-org
--------------------------------------------------------- */
.logo-org {
	text-align: center;
	padding-bottom: 17px;
	}

/* .info-box
--------------------------------------------------------- */
.info-box {
	text-align: center;
	font-size: 0.7rem;
	margin-bottom: 38px;
	line-height: 18px;
	letter-spacing: 0.1px;
	}
.info-org {
	font-size: 0.75rem;
	padding-right: 10px;
	}
.info-area {
	margin-top: -1px;
	}
.info {
	display: inline-block;
	font-size: 0.7rem;
	letter-spacing: 0.3px;
	}
.info + .info {
	margin-left: 13px;
	}
.info-mail {
	color: #fff;
	text-decoration: underline;
	}
.info-mail:hover {
	text-decoration: none;
	}


@media all and (-ms-high-contrast:none)
{
  html {
    font-family: 'メイリオ', 'Meiryo', sans-serif;
  	}
	.site-map-title::before {
		left: 9px;
		}
}

@supports (-ms-ime-align:auto) {
	.site-map-title::before {
		left: 9px;
		}
}


@-moz-document url-prefix() {
	.site-map-title::before {
		left: 6px;
		}
}

