@charset "utf-8";
body {
	font-family: "ヒラギノ角ゴ ProN W3", 'Hiragino Kaku Gothic ProN', "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
	text-align: left;
	background: #FFF;
	color: #000;
	font-size: 62.5%;
	font-weight: 400;
	line-height: 1.6;
	position: relative;
}
img {
	max-width: 100%;
	margin: 0 auto;
	line-height: 1.0;
	vertical-align:middle;
}
.img {width: 100%;}
.inner,
.container{
	max-width: 1000px;
	margin: 0 auto;
	min-height: 1px;
	position: relative;
}
.container{
	overflow: hidden;
}
.inner:after,
.container:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.pcno {	display: none;}
/*txt*/
P {
	margin-bottom: 1.5em;
	font-size: 1.4em;
	line-height: 1.6;
	color: #000;
}
strong {
	font-weight: 700;
}
small{font-size: 0.85em;}
.min{	font-size:1.3em;}
.indent {
	text-indent: -1em;
	padding-left: 1em;
}
.disc {margin: 15px 0;}
.disc li {
	list-style: disc;
	margin:0 0 0.5em 1em;
	font-size:1.4em;
	text-align: left;}
.decimal {margin: 15px 0;}
.decimal li {
	list-style: decimal;
	margin:0 0 0.5em 1em;
	font-size:1.4em;
	text-align: left;}
.disc li ul li,
.disc li ol li,
.decimal li ul li,
.decimal li ol li{font-size: 1em !important;}

@media screen and (max-width: 1000px) {
	.inner,
	.container section{width: 95%;}
}
@media screen and (max-width: 768px) {
	.pcno {display: inherit;}
	.spno {display: none;}
	.spimg {width: 100%;}
	P,
	.disc li,.decimal li {font-size: 1.3em;}
	.min{	font-size:1.1em;}
}

/*Header*/
#header {
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}
#header P {margin-bottom: 0;}
#header .logo {
	margin: 20px 0;
	width: 33.7%;}
#header #fontsize {
	position: absolute;
	top: 30px;
	right: 250px;
	display: flex;
	align-items: center;
}
#fontsize dt,
#fontsize dd { 
	width: 20%;
	color: #3097e0;
	font-weight: 700;
	line-height: 1.2;}
#fontsize dt {
	width: 6.5em;
	font-size: 1.2em;
}
#fontsize dd {
	display: flex;
	flex-direction: column ;
	width: 50px;
	height: 34px;
	padding-top: 0.15em;
	background: #e0e0e0;
  cursor: pointer;
  text-align: center;
}
#fontsize dd small{
	margin: 0 auto;
	font-size:10px;
}
#fontsize .small,
#fontsize .large{ line-height: 16px;}
#fontsize .small{font-size: 1.4em;}
#fontsize .large{font-size: 1.6em;}
#fontsize .current {
    background: #3097e0;
    color: #fff;
}

#gnav{
	width: 100%;
	background: #e3eaf0;
	position: relative;
	overflow: inherit !important;
	z-index: 200;
}
#gnav::after{
  content: "";
  position: absolute;
  bottom: 0; 
	left: 0;
  width: 100%;
	height: 2px;
	background:#3097e0;
	z-index:-1;
}
#gnav ul {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	margin: 0 auto;
}
#gnav ul li {
	display:flex;
	width: calc(100%/6);
	text-align: center;
}
#gnav ul li A {
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px 0;
	color: #1b4668;
	font-size: 1.5em;
	font-weight: 700;
	border-left: 1px solid #fff;
}
#gnav ul li A:hover {background: #fff; text-decoration: none;}
#gnav ul li A:hover::after{
  content: "";
  position: absolute;
  bottom: 0; 
	left: 0;
  width: 100%;
	height: 2px;
	background:#3097e0;
	z-index:1;
}


#gnav ul li:last-child A{
	border-right: 1px solid #fff;
}
#gnav ul li A::before {
  display: block;
	margin: 0 auto 3px;
	content: '';
  width: 25px;
  height: 25px;
	background-size: contain;
	vertical-align: middle;
}
#gnav ul li:nth-child(1) A::before{
  background-image: url("../img/icon_nav1.png");
}
#gnav ul li:nth-child(2) A::before{
  background-image: url("../img/icon_nav2.png");
}
#gnav ul li:nth-child(3) A::before{
  background-image: url("../img/icon_nav3.png");
}
#gnav ul li:nth-child(4) A::before{
  background-image: url("../img/icon_nav4.png");
}
#gnav ul li:nth-child(5) A::before{
  background-image: url("../img/icon_nav5.png");
}
#gnav ul li:nth-child(6) A::before{
  background-image: url("../img/icon_nav6.png");
}

#gserch {
  position: absolute;
	top: -63px;
	right: 0;
  width:200px;
	z-index: 100;
}
#gserchsc { 
  position: absolute;
  top: 0;
  left: 0;}
#gserch .serchbox{
  display: flex;
}
#gserch input[type="text"] {
  width: calc(100% - 30px) !important;
	height: 30px !important;
	padding:0.5em 0.3em;
	border: none !important;
	border-bottom: 1px solid #3097e0 !important;
  font-size: 1.4em;
}
#gserch .serchbtn {
	position: absolute;
	top: 0;
	right: 0;
  width: 30px;
  height: 30px;
  background: url("../img/icon_search.png") no-repeat center center;
  background-size: 60%;
  background-color: #3097e0;
}
#gserch .serchbtn img {
  display: none;
}
#gserch .serchbtn:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1000px) {
}
@media screen and (max-width: 992px) {
	#gnav ul li A {font-size: 1.3em;}
}
@media screen and (max-width: 768px) {
	#header {width: 95%;}
	#header .logo {width:60%;}
	#header #fontsize {display: none;}
	#gnav {position: fixed;}
	#gnav p img{width: 58%;}
	#gnav ul { display: inherit; max-width:95%;}
	#gnav ul li {width:100%;text-align: left;}
	#gnav ul li A { padding: 15px 0; font-size: 1.5em; border-top: 2px solid #fff; border-left: none;}
	#gnav ul li:last-child A{border-right:none;}
	#gnav ul li A::before {display: inline-block;	margin:0 10px;}
	#gserch {position: static; width:95%; margin:25px auto;}
	#gserch .serchbox{ width:100%; position: relative;}
	#gserch input[type="text"] {width: calc(100% - 40px); height: 40px !important;}
	#gserch .serchbtn {	width: 40px; height: 40px;}
}
/*maincontent*/
main {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 50px;
}
section {
	margin: 0 auto;
	padding: 0 0 25px;}
main h1 {
	color: #fff;
	font-size: 2.4em;
	font-weight: 700;
	line-height:6.25em;
	text-align: center;
	text-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
	background: no-repeat center center / cover;
}
#bousai main h1 {background-image: url("../bousai/img/bk_ttl.jpg");}
#news main h1 {background-image: url("../news/img/bk_ttl.jpg");}
#about main h1 {background-image: url("../about/img/bk_ttl.jpg");}
#about-amagasedam main h1 {background-image: url("../about-amagasedam/img/bk_ttl.jpg");}
#office main h1 {background-image: url("../office/img/bk_ttl.jpg");}
#yodogawa main h1{background-image: url("../yodogawa/img/bk_ttl.jpg");}
#nyusatsu-koukoku main h1{background-image: url("../nyusatsu-koukoku/img/bk_ttl.jpg");}
#sitemap main h1 {background-image: url("../sitemap/img/bk_ttl.jpg");}
#policy main h1{background-image: url("../policy/img/bk_ttl.jpg");}
#contact main h1{background-image: url("../contact/img/bk_ttl.jpg");}

main .container h2 {
	margin:0 0 1.5em 0;
	padding: 0.8em;
	font-size: 1.8em;
	font-weight: 700;
	background:#edf2f6;
	border-top: 1px solid #3097e0;
	border-bottom: 1px solid #3097e0;
	position: relative;
}
main .container h2::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	border-bottom: 1em solid transparent;
	border-left: 1em solid #3097e0;
	z-index: 1;
}
main .container h3 {
	margin-bottom: 1.5em;
	padding: 0.4em 0;
	font-size: 1.6em;
	font-weight: 700;
	border-bottom: 2px solid #3097e0;
}
main .container h4 {
	margin-bottom: 1em;
	padding-left: 1.2em;
	color: #3097e0;
	font-size: 1.5em;
	font-weight: 700;
	background: url("../img/icon_circle.png") no-repeat left top 6px / 13px auto;
	position: relative;
}
main .container h4 A {color: #3097e0;}
main .container h5 {
	margin-bottom: 1em;
	padding: 0.2em 0.5em;
	color: #fff;
	font-size: 1.4em;
	font-weight: 700;
	background: #255d89;
}
main .container A {
	display: inline-block;
	color: #255d89;
}
main .container A.pdf,
main .container A.excel,
main .container A.word,
main .container A.exlink {
	padding-right: 1.4em;
}
main .container A.pdf {
	background: url("../img/icon_pdf.png") no-repeat right center / 14px auto;
}
main .container A.excel {
	background: url("../img/icon_excel.png") no-repeat right center / 14px auto;
}
main .container A.word {
	background: url("../img/icon_word.png") no-repeat right center / 14px auto;
}
main .container A.exlink {
	background: url("../img/icon_exlink.png") no-repeat right center / 14px auto;
}
main .container A:hover {text-decoration: underline;}
main .container .boxlink A:hover {text-decoration: none;}

main .container .topbtn {
	display: block;
	width: 280px;
	margin: 20px auto;
	padding: 0.8em 2em;
	color: #fff;
	font-size: 1.3em;
	line-height: 1.5;
	text-align: center;
	background: #3097e0 url("../img/icon_wharrow.png") no-repeat right 8px center / 12px auto;
	border-radius: 25px;
}
main .container .backbtn {
	display: block;
	width: 280px;
	margin: 20px auto;
	padding: 0.8em 2em;
	color: #3097e0;
	font-size: 1.3em;
	line-height: 1.5;
	text-align: center;
	background: url("../img/icon_sidearrow.png") no-repeat right 8px center / 12px auto;
	border: 1px solid #3097e0;
	border-radius: 25px;
}
main .container .topbtn:hover,
main .container .backbtn:hover {
	text-decoration: none;
}
main .container .btnlink li{
	display: table;
	width: 100%;
	border-collapse: separate;
  border-spacing:0 5px;
}
main .container .btnlink A{
	display: table-cell;
	width: 100%;
	height: 65px;
	padding: 0.3em 2em 0 2em;
	color: #255d89;
	font-size: 1.4em;
	text-align: left;
	background: #f6f6f6 url("../img/icon_morearrow.png") no-repeat left 8px center / 12px auto;
	border: 1px solid #a5c7df;
	border-radius: 5px;
	vertical-align: middle;
	position: relative;
}
main .container .btnlink li A:hover { 
	background: #fff url("../img/icon_morearrow.png") no-repeat left 8px center / 12px auto;
	text-decoration: none;}
main .container .btnlink A.pdf::after,
main .container .btnlink A.excel::after,
main .container .btnlink A.word::after,
main .container .btnlink A.exlink::after{
	position: absolute;
	top: 50%;
	right:8px;
  display: block;
	content: '';
  width: 14px;
  height: 14px;
	vertical-align: middle;
	transform: translateY(-50%) translateX(0);
}
main .container .btnlink A.pdf::after{
	background: url("../img/icon_pdf.png");
	background-size: contain;
}
main .container .btnlink A.excel::after{
	background: url("../img/icon_excel.png");
	background-size: contain;
}
main .container .btnlink A.word::after{
	background: url("../img/icon_word.png");
	background-size: contain;
}
main .container .btnlink A.exlink::after{
	background: url("../img/icon_exlink.png");
	background-size: contain;
}

main .container .txtlink {margin: 2em 0;}
main .container .txtlink li{
	margin-bottom: 0.5em;
	padding: 0 1.5em;
	color: #000;
	font-size: 1.4em;
	font-weight: 700;
	text-align: left;
	background: url("../img/icon_circle.png") no-repeat left top 0.3em / 12px auto;
}
main .container .txtlink li A{
	color: #255d89;
}
main .container .txtlink li ul{margin: 0.5em 0;}
main .container .txtlink li ul li{
	font-size: 1em; 
	font-weight: 400;
	background: url("../img/icon_dot.png") no-repeat left top 0.5em / 8px auto;}
main .container .imglink img {
	margin-bottom: 10px;
}
main .container .imglink p{
	padding-left: 1.5em;
	color: #255d89;
	font-size: 1.4em;
	font-weight: 700;
	background: url("../img/icon_morearrow.png") no-repeat left top 0.3em / 12px auto;
}

.pagenav {
	margin: 1em 0;
	font-size: 1.2em;
}
.pagenav li {
	display: inline-block;
	color:#26486e;
}
.pagenav li A{
	padding: 0 0.5em 0 0;
}
.pagenav li A::after {
  display: inline-block;
	padding: 0 0 0 0.5em;
	content: '>';
}
/*sidenav*/
#side {}
#side p {
	margin-bottom: 0;
	padding: 1.5em 0.5em;
	color: #fff;
	font-size: 1.6em;
	font-weight: 700;
	text-align: center;
	background: #3097e0;
	position: relative;
}
#side p::after{
  content: "";
  position: absolute;
  bottom: 8px; 
	left: 0;
  width: 100%;
	height: 3px;
	background:#fff;
}
#side ul {background: #edf2f6;}
#side ul li A{
	display: block;
	padding: 1em 1em 1em 1.6em;
	color: #26486e;
	font-size: 1.4em;
	font-weight: 700;
	border-top: 2px solid #fff;
	position: relative;
}
#side ul li A:hover {
	background: #e1e1e1;
}
#side ul li A::before{
  position: absolute;
  top: 0.5em;
  left: 0.8em;
  content: '';
  width: 3px;
  height: calc(100% - 1em);
  background-color: #3097e0;
}

@media only screen and (max-width:1000px) {
.pagenav {margin:1em;}
}

@media only screen and (max-width:768px) {
main {padding: 0;	overflow: hidden;}
main h1 {font-size: 2.0em;line-height:5.25em;}
main .container h2{font-size:1.6em;}
main .container h3{font-size:1.4em;}
main .container h4,
main .container h5{font-size:1.3em;}
main .container .imglink p,
main .container .btnlink li A,
main .container .txtlink li{font-size:1.3em;}
section {padding: 0 0 15px;}
.pagenav {font-size: 1.1em;}
#side p {	padding:1em 0.5em; font-size: 1.4em;}
#side ul li A{ padding:0.8em 1.5em; font-size:1.3em;}
}

/*footer*/
#pagetop {
	position: fixed;
	display:block;
	bottom:20px;
	right: 5px;
	z-index: 99999;
	width:50px;
	height:50px;
}
#pagetop img {
	width: 50px;
	height: 50px;
}
#footer {
	padding: 20px 0;
	text-align:center; 
	background: #3097e0;
	position: relative;}
#footer .ftlogo {
	width:265px;}
#footer address {
	color: #fff;
	font-size: 1.4em;
}
#footer ul{
	margin: 1.5em 0;
	padding: 0.5em 0;
	text-align: center;
	background: #1b4668;
}
#footer ul li {
	display: inline-block;
	}
#footer ul li A {
	padding: 0 1em;
	color: #fff;
	font-size: 1.4em;
	border-right:1px solid #fff;
}
#footer ul li:last-child A{
	border-right:none;
}
#footer .copyright {
	margin-bottom: 0;
	color: #fff;
	font-size: 1.2em;
	line-height: 1.0;
}

@media only screen and (max-width:768px) {
#pagetop,
#pagetop img{width:30px;	height:30px;}
#footer {	padding: 15px 0;}
#footer .ftlogo {width:40%;}
#footer address {	font-size: 1.2em;}
#footer ul li A {font-size: 1.2em;}
#footer .copyright {font-size: 1.0em;}
}

table.table {
	table-layout: fixed;
	width:100%;
	border-collapse: collapse;
	margin:15px auto;
	font-size:1.4em;
	line-height:1.5;
	border-bottom: 1px solid #cacaca;
	table-layout: fixed;
} 
table.table th,
table.table td {
	padding:0.8em;
	text-align:left;
	border-top: 1px solid #cacaca;
	vertical-align:middle;
}
table.table th{
	font-weight:700;
	background: #fafcfe;
}
table.table td {
	border-left: 1px solid #cacaca;
}

/*
table.table td:first-child {
	border-left:none;
}
*/

table.table a {color: #255d89;}
table.table a:hover {text-decoration: underline !important;}
.table li,
.table dt,
.table dd{font-size:1em;}
.table .day {width:15%;}

@media only screen and (max-width:768px){
table.table {font-size:1.2em;} 
.scroll_table { width: 400px; overflow-x: scroll; margin: 0 auto;}
}

