﻿@charset "UTF-8";

/* PC */
@media screen and (min-width: 769px) {
.pc {
	display: block;
}
.sp {
	display: none;
}
.slicknav_menu {
    display: none;
}
/*-------------
base
-------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  vertical-align: top;
}
body {
  background-color: #fff;
}
a {
  color: black;
  outline: none;
  text-decoration: none;
  font-size: 12px;
}
a:hover {
  text-decoration: none;
}
ul, ol {
  list-style: none;
}
.fLeft {
  float: left;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
/*-------------
firefox fade対策
-------------*/
img {
  box-shadow: #000 0 0 0;
}
img, x:-moz-any-link, x:default {
  box-shadow: #000 0 0 0;
}
/*-------------
fontstyle
-------------*/
body {
  font-family: -webkit-body, sans-serif, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo;
  font-size: 12px;
  line-height: 2.2;
  color: #2f2f2f;
  letter-spacing: 0;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
}
/*-------------
container
-------------*/
#container {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.topunder_inner.clearfix {
  width: 1000px;
  margin: 0 auto;
}
img.headerlogo.clearfix {
  float: left;
  margin: 10px 0 5px 0;
}
img.headertel.clearfix {
  float: right;
  margin: 15px 0 0 0;
}
ul.headerlist.clearfix {
  float: right;
  margin: 13px 20px 0 0;
}
ul.headerlist.clearfix li {
  float: left;
  margin: 0 0 0 10px;
}
.headerlist a {
  display: block;
  width: 50px;
  height: 50px;
}
.headerlist #header0 {
  background: url("../images/top/headericon0.png") no-repeat;
}
.headerlist #header1 {
  background: url(../images/top/hedericon1.png) no-repeat;
}
.headerlist #header2 {
  background: url(../images/top/hedericon2.png) no-repeat;
}
.headerlist #header3 {
  background: url(../images/top/hedericon3.png) no-repeat;
}
.headerlist #header0:hover {
  background: url("../images/top/headericon0_on.png") no-repeat;
}
.headerlist #header1:hover {
  background: url(../images/top/hedericon1_on.png) no-repeat;
}
.headerlist #header2:hover {
  background: url(../images/top/hedericon2_on.png) no-repeat;
}
.headerlist #header3:hover {
  background: url(../images/top/hedericon3_on.png) no-repeat;
}
/*-------------
memu
-------------*/
/*nav*/
div#menu_pc {
  overflow: hidden;
  margin: 5px 0 0 0;
  background-color: #00479d;
}
div#menu-nav {
  margin: 0 auto 0 auto;
  width: 900px;
}
#menu-nav li {
  float: left;
  padding: 0 0 0 0;
}
#menu-nav ul a {
  display: block;
  width: 150px;
  height: 50px;
}
#menu-nav ul #nav1 {
  background: url(../images/top/menu/menu1.png) no-repeat;
}
#menu-nav ul #nav2 {
  background: url(../images/top/menu/menu2.png) no-repeat;
}
#menu-nav ul #nav3 {
  background: url(../images/top/menu/menu3.png) no-repeat;
}
#menu-nav ul #nav4 {
  background: url(../images/top/menu/menu4.png) no-repeat;
}
#menu-nav ul #nav5 {
  background: url(../images/top/menu/menu5.png) no-repeat;
}
#menu-nav ul #nav6 {
  background: url(../images/top/menu/menu6.png) no-repeat;
}
#menu-nav ul #nav1:hover {
  background: url(../images/top/menu/menu1on.png) no-repeat;
}
#menu-nav ul #nav2:hover {
  background: url(../images/top/menu/menu2on.png) no-repeat;
}
#menu-nav ul #nav3:hover {
  background: url(../images/top/menu/menu3on.png) no-repeat;
}
#menu-nav ul #nav4:hover {
  background: url(../images/top/menu/menu4on.png) no-repeat;
}
#menu-nav ul #nav5:hover {
  background: url(../images/top/menu/menu5on.png) no-repeat;
}
#menu-nav ul #nav6:hover {
  background: url(../images/top/menu/menu6on.png) no-repeat;
}
#menu-nav li ul.drop {
  width: 140px;
  position: absolute;
  z-index: 100;
  /*left: 0;*/
  top: 120px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -khtml-opacity: .80;
  -moz-opacity: .80;
  padding: 15px 0 0 10px;
  background-color: #333;
  display: none;
  line-height: 15px;
}
#menu-nav li ul.drop li {
  font-size: 11px;
  font-weight: bold;
  background-color: #333;
  opacity: 0.8;
  text-align: left;
  padding: 0 0 0 0;
  position: static;
  width: 100%;
  float: none;
}
#menu-nav li ul.drop li a {
  font-size: 11px;
  text-decoration: none;
  color: #fff;
  height: 30px;
}
#menu-nav li ul.drop li a:link {
  text-decoration: none;
  color: #fff;
}
#menu-nav li ul.drop li a:hover {
  text-decoration: underline;
  color: #fff;
  text-decoration-color: #fff;
}
.topmain {
  margin: 0 auto;
  text-align: center;
  background-color: #a9d0d8;
}
.topmain video {
  vertical-align: bottom;
}
/*-------------
main
-------------*/
.main {
  width: 1000px;
  margin: 0 auto 70px auto;
  padding: 40px 0 0 0;
  overflow: hidden;
}
ul.toplist.clearfix {
  margin: 25px auto 25px auto;
  width: 740px;
}
.toplist.clearfix li {
  float: left;
  margin: 0 0 25px 40px;
}
.toplist.clearfix li:nth-child(3n+1) {
  margin: 0 0 0 0;
}
.toplistimg {
  margin: 5px 0 0 0;
}
.toplistimg a {
  display: block;
  width: 220px;
  height: 160px;
}
.toplistimg #toplist1 {
  background: url(../images/top/toplist1.png) no-repeat;
}
.toplistimg #toplist2 {
  background: url(../images/top/toplist2.png) no-repeat;
}
.toplistimg #toplist3 {
  background: url(../images/top/toplist3.png) no-repeat;
}
.toplistimg #toplist4 {
  background: url(../images/top/toplist4.png) no-repeat;
}
.toplistimg #toplist5 {
  background: url(../images/top/toplist5.png) no-repeat;
}
.toplistimg #toplist6 {
  background: url(../images/top/toplist6.png) no-repeat;
}
.toplistimg #toplist1:hover {
  background: url(../images/top/toplist1_on.png) no-repeat;
}
.toplistimg #toplist2:hover {
  background: url(../images/top/toplist2_on.png) no-repeat;
}
.toplistimg #toplist3:hover {
  background: url(../images/top/toplist3_on.png) no-repeat;
}
.toplistimg #toplist4:hover {
  background: url(../images/top/toplist4_on.png) no-repeat;
}
.toplistimg #toplist5:hover {
  background: url(../images/top/toplist5_on.png) no-repeat;
}
.toplistimg #toplist6:hover {
  background: url(../images/top/toplist6_on.png) no-repeat;
}
.topbt {
  width: 85px;
  margin: 7px 0 0 auto;
}
.topbt a {
  display: block;
  width: 85px;
  height: 19px;
}
.topbt .toplistbt {
  background: url(../images/top/toplistbt.png) no-repeat;
}
.topbt .toplistbt:hover {
  background: url(../images/top/toplistbt_on.png) no-repeat;
}
.topbox2.clearfix {
  width: 480px;
  float: left;
}
.topbox3.clearfix {
  width: 480px;
  float: right;
}
ul.topnewslist.clearfix {
  height: 124px;
  overflow-y: scroll;
  background-color: #d7d7d7;
  padding: 5px 25px 20px 15px;
  margin: 15px auto 0 auto;
}
ul.topnewslist.clearfix li {
  border-bottom: solid 1px #8b8987;
  line-height: 22px;
  padding: 10px 0 0 0;
}
ul.topnewslist.clearfix li img {
  margin: 0 10px -1px 10px;
  vertical-align: baseline;
}
span.date {
  font-weight: 800;
  line-height: 18px;
  margin-right: 10px;
}
ul.topnewslist.clearfix li br {
    display: none;
}
.topbanner.clearfix {
  margin: 65px 0 0 0;
}
.topbanner_left.clearfix {
  float: left;
}
.topbanner_left.clearfix a {
  display: block;
  width: 320px;
  height: 134px;
}
.topbanner_left.clearfix #topbanner {
  background: url(../images/top/topimg1.png) no-repeat;
}
.topbanner_left.clearfix #topbanner:hover {
  background: url(../images/top/topimg1_on.png) no-repeat;
}
ul.topbannerlist.clearfix {
  float: right;
  width: 650px;
}
ul.topbannerlist.clearfix li {
  float: left;
  width: 100px;
  margin: 0 0 0 10px;
}
ul.topbannerlist.clearfix li:first-child {
  margin: 0 0 0 0;
}
ul.topbannerlist.clearfix li:nth-child(7) {
  margin: 0 0 0 0;
}
ul.topbannerlist.clearfix li p {
  font-size: 11px;
  line-height: 11px;
  height: 30px;
  margin: 5px 0 0 0;
}
ul.topbannerlist.clearfix li p:hover {
  color: #0000ff;
}
ul.topbannerlist.clearfix li img:hover {
  opacity: 0.7;
}
.pagetop {
  display: none;
  position: fixed;
  bottom: 161px;
  right: 25px;
}
/*-------------
footer
-------------*/
#footer {
  clear: both;
  margin: 0 auto;
  width: 100%;
  color: #fff;
  background-color: #131b3c;
}
.ft_middle {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0 25px 0;
}
.ft_middle_inner {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
img.footerlogo.clearfix {
  float: left;
}
.contact_box {
  float: left;
  margin: 0 0 0 25px;
}
p.footertext {
  line-height: 20px;
}
p.footertext2 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 900;
}
p.footertext3 {
  width: 180px;
  float: left;
}
.footermail.clearfix {
  margin: 0 0 25px 63px;
}
.footermail.clearfix {
  margin: 10px 0 0 0;
}
a#footermail {
  margin: 0 0 0 180px;
}
.footermail.clearfix a {
  display: block;
  width: 180px;
  height: 25px;
}
.footermail.clearfix #footermail {
  background: url(../images/top/footermail.png) no-repeat;
}
.footermail.clearfix #footermail:hover {
  background: url(../images/top/footermail_on.png) no-repeat;
}
.ft_bottom {
  clear: both;
  background-color: #fff;
  text-align: center;
  height: 25px;
  line-height: 25px;
  font-size: 10px;
  color: #2f2f2f;
}
.info20190601 {
  height: auto;
  margin: 5px auto 20px auto;
  padding: 10px;
}
.info20190601 a:hover img {
  opacity: 0.8;
}
.info20191001 {
  height: auto;
  margin: 5px auto 20px auto;
  padding: 10px;
  border: 2px solid #f00;
}
.info20191001 p {
  text-align: center;
  font-weight: 700;
  font-size: 14px;
}
.indexbox {
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
  padding: 0;
}
.indexbox .blast_left {
  width: 500px;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}
.indexbox .blast_left img {
  margin: 0 auto 20px;
}
.indexbox .blast_right {
  width: 452px;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
}
.indexbox .blast_right .left {
  width: 240px;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}
.indexbox .blast_right .left ul {
  background-color: #ccc;
  padding: 5px;
}
.indexbox .blast_right .left ul li {
  list-style: disc;
  list-style-position: inside;
  line-height: inherit;
}
.indexbox .blast_right .left ul li a:hover {
  color: #00f;
}
.indexbox .blast_right .right {
  width: 190px;
  height: auto;
  margin: 0;
  padding: 0;
  float: right;
  text-align: right;
}
}

/* SP */
@media screen and (max-width: 480px) {
.pc {
	display: none;
}
.sp {
	display: block;
}
* {
	margin: 0;
	padding: 0;
}
*::after, * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	color: #2f2f2f;
}
a {
	color: #0b8793;
}
img {
	width: 100%;
    vertical-align: middle;
}
ul, ol {
	list-style: none;
}
footer {
	height: 100%;
	padding: 10px 0 0 0;
	text-align: center;
}
footer a {
	/*color: #666;*/
	text-decoration: none;
}
footer p {
	margin: 5px auto 0 auto;
}
/* inner */
.inner {
	width: 100%;
	margin: 0 auto;
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}
/* header */
#top-head {
	font-size: 12px;
	top: -100px;
	position: absolute;
	width: 100%;
	margin: 100px auto 0;
	padding: 13px 5px 0;
	line-height: 1;
	z-index: 999;
}
#top-head, .inner {
    width: 100%;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
#top-head .logo {
	float: left;
}
#top-head .logo img {
    width: 65%;
}
#top-head.fixed .logo, #top-head .logo {
    position: absolute;
    left: 5px;
    top: 10px;
    width: 80%;
}
.slicknav_menu {
	display: none;
}
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}

#container {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.topmain {
    width: 100%;
    margin: 0;
}
.topmain video {
    width: 100%;
}
/*-------------
main
-------------*/
.main {
    width: 100%;
    padding: 10px 10px 20px;
    background-color: #fff;
}
.info20191001 {
    height: auto;
    margin: 5px auto 10px auto;
    padding: 10px;
    border: 2px solid #f00;
}
.info20191001 p {
    text-align: center;
    font-size: 13px;
}
.indexbox {
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
  padding: 0;
}
.indexbox .blast_left {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
.indexbox .blast_left img {
  margin: 0 auto 5px;
}
.indexbox .blast_right {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.indexbox .blast_right .left {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
.indexbox .blast_right .left ul {
  background-color: #ccc;
  padding: 10px;
}
.indexbox .blast_right .left ul li {
  list-style: disc;
  list-style-position: inside;
  line-height: inherit;
}
.indexbox .blast_right .left ul li a {
  font-size: 13px;
}
.indexbox .blast_right .right {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}
ul.toplist.clearfix {
    margin: 0 0 35px 0;
    width: 100%;
    overflow: hidden;
}
.toplist.clearfix li {
  float: left;
  width: 46%;
  margin: 0 6px 15px 6px;
}
.topbt {
    width: 65%;
    margin: 0 0 0 auto;
}
.topbox2.clearfix {
  width: 100%;
}
.topbox3.clearfix {
  width: 100%;
}
ul.topnewslist.clearfix {
  height: 124px;
  overflow-y: scroll;
  background-color: #d7d7d7;
  padding: 5px 10px;
  margin: 5px 0 30px 0;
}
ul.topnewslist.clearfix li {
  border-bottom: solid 1px #8b8987;
  line-height: 17px;
  padding: 10px 0 0 0;
}
ul.topnewslist.clearfix li img {
    margin: 0 0 -2px 0;
    vertical-align: baseline;
    width: 16%;
}
span.date {
  font-weight: 800;
  line-height: 18px;
  margin-right: 10px;
}
.topbanner.clearfix {
  margin: 30px 0 0 0;
}
.topbanner_left.clearfix {
}
.topbanner_left.clearfix a {
  display: block;
  width: 320px;
  height: 134px;
}
.topbanner_left.clearfix #topbanner {
  background: url(../images/top/topimg1.png) no-repeat;
}
.topbanner_left.clearfix #topbanner:hover {
  background: url(../images/top/topimg1_on.png) no-repeat;
}
ul.topbannerlist.clearfix {
  width: 100%;
}
ul.topbannerlist.clearfix li {
    float: left;
    width: 100px;
    margin: 0 15px 0 0;
}
ul.topbannerlist.clearfix li p {
    font-size: 11px;
    line-height: 13px;
    height: 35px;
}
/*-------------
footer
-------------*/
#footer {
  clear: both;
  margin: 0 auto;
  width: 100%;
  color: #fff;
  background-color: #131b3c;
}
.ft_middle {
  width: 100%;
  margin: 0 auto;
  padding: 10px 30px 10px;
}
.ft_middle_inner.clearfix img {
    width: 75%;
}
.ft_bottom {
    clear: both;
    background-color: #fff;
    text-align: center;
    height: 25px;
    line-height: 25px;
    font-size: 10px;
    color: #2f2f2f;
}


}





