﻿@charset "UTF-8";

/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline; }

/*+ブロック化
----------------------------------------------------*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

/*+縦スクロールのずれ修正
----------------------------------------------------*/
html {
  overflow-y: scroll; }

/*+引用符をとる
----------------------------------------------------*/
blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/*+リスト
----------------------------------------------------*/
ol, ul {
  list-style: none; }

/*+テーブル
----------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

/*+リンクをクリックしたときに出る点線を消す
----------------------------------------------------*/
a:focus {
  outline: none; }

/*+クリアフィクス
----------------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.clearfix {
  min-height: 1px; }

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
	height: auto;
	overflow: hidden;
	/**/ }

.both {
  clear: both; }

/*+インラインブロック
----------------------------------------------------*/
.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/*+フォント
----------------------------------------------------*/
html {
  font-size: 95%; }
  @media screen and (max-width: 959px) {
    html {
      font-size: 90%; } }
  @media screen and (max-width: 599px) {
    html {
      font-size: 80%; } }

body, h1, h2, h3, p, ul, li, ol, address, pre {
  color: #222;
  font-family: Verdana, Roboto,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  -webkit-text-size-adjust: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/*+div
----------------------------------------------------*/
div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }


/*+イメージ
----------------------------------------------------*/
img {
  max-width: 100%;
  vertical-align: top;}


/*+リンク表現
----------------------------------------------------*/
a {
  text-decoration: none; }


a img:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;}


*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* テキスト */
.title{
	font-size: 1.7em;
    line-height: 1.6em;
	text-align: center;
	padding: 10px 0;
	color: #0055A6;
	font-weight: bold;
	margin: 10px 0 0 0;
	font-feature-settings: "palt";
}

@media screen and (max-width: 750px) {
.title{

}}
.title02{
	font-size: 2.1em;
	text-align: center;
	color: #fff; 
	padding: 10px 0;
}

.news {
	padding: 30px 0;
	background: url("../img/bg-news.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.news p{
	max-width: 950px;
	margin: 0 auto;
	text-align: center;
	color: #FFF;
	padding: 5px 10px;
}

.news span{
	padding-right: 1em;
}

.news a{
	color:#FFD700
}

.news a:hover{
	text-decoration: underline;
}

/* レイアウト */
.lay {
	padding: 20px 0 50px 0;
	background: url("../img/bg-about.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.table-cell {max-width:980px;
	display: table;
	margin: auto;
}

.table-cell ul {
		list-style-type: none;
	padding-left: 0;
}


.table-cell li p {
	line-height: 2.0em;
	color: #0055A6;
	font-size: 1.1em;
	text-align: justify;
}

.about{
	display: table-cell;
	width: 45%;
	padding: 10px;
}

.map{
	padding:0 10px
}

@media screen and (max-width: 750px) {
.about{
	display: block;
	width: 100%;
	padding: 10px;
}
}

/* トップイメージ */
.top {
  position: relative;
  }

.top img {
  width: 100%;
  }


.intro{
  position: relative;
	text-align: center;
	background: #497EB4
}

.intro p{
  position: absolute;
  top:50%;
  left: 50%;
 -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  color: #fff;
  font-size: 1.8rem;
}


/* ナビゲーションメニュー */

.menubg {
	background:#002E7E
}

.menu {
	position: relative;
	width: 100%;
	height: 70px;
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
    justify-content: center;
}


.menu > li  {
	font-size: 0.9em;
	float: left;
	width: 12.5%;
	height: 70px;
	line-height:1.8em;
	text-align: center;
	background: #002E7E;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}


@media screen and (max-width: 1100px) {
.menu {
	display:block;
}

.menu > li {
	width: 33.3%;border-bottom: 1px solid #fff;
}
}

.menu > li a {
	display: block;
	color: #fff;padding: 15px 0
}

.menu > li a:hover {
	color: #999;  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.menu__none:hover,
.menu__single:hover {
  background: #051A4A;
  -webkit-transition: .2s ease;
  transition: .2s ease;
}

.menu__second-level li {
  border-top: 1px solid #111;
}

.menu__second-level li a {
	padding: 10px;
	font-size: 0.9em;
}

.menu__second-level li a:hover {
  background: #111;
}


.menu > .menu__single {
  position: relative;
}

.menu__single .menu__second-level {
  position: absolute;
  top: 40px;
  width: 100%;
  background: #051A4A;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  visibility: hidden;
  opacity: 0;z-index: 100;
}

.menu__single:hover > .menu__second-level {
  top: 60px;
  visibility: visible;
  opacity: 1;
}


.menu {
  *zoom: 1;
}

/* ボタン */

.button a {
    background: linear-gradient(to right, #4BABCB, #44A6A3);
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 30px auto;
    width:75%;
    padding: 10px 25px;
    color: #fff;
    line-height: 1.8;
    text-decoration: none;
    font-weight: 500;
}
.button a:hover {
	background: #051A4A;
}
.button a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
}

/* フッター */
footer p{
	border-top:1px solid #0055A6;
	text-align: center;
	font-size: 0.9em;
	padding: 10px;
	width: 95%;
	margin: 0 auto;
	color: #0055A6
}

ul.fnav{
	display: table;
	margin: 30px auto;
	padding: 0;
	max-width:800px;
	text-align: center;
}

ul.fnav li{
	display: table-cell;
	padding: 10px; 
	width: auto;
	vertical-align: middle; 
}

ul.fnav li img{ 
	border: 1px #000 solid;
}

/* 改行 */
br.sp {
  display: none;
}
@media screen and (max-width: 768px) {
br.sp {
	display: block;
} }

.opinion{
	text-align: center;
	background: #C7E6F9;
	padding: 50px 15px
	}

.opinion img{
	width: 650px;
	}

.ws{
	text-align: center;
	background: #f5e9d0;
	padding: 50px 15px
	}

.ws img{
	width: 650px;
	}
