@charset "UTF-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	background-image:url(img/bg_00.png);
	background-repeat: repeat;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
}
img {
	max-width:100%;
}
/*header css-----------------*/
.inner {
	width: 100%;
	margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
	top: -100px;
	position: absolute;
	width: 100%;
	line-height: 1;
	z-index: 999;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#top-head a,
#top-head {
	color: #123454;
	text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
	font-size: 16px;
	display: block;
	text-align: center;
	margin-bottom: 0px;
}
#global-nav ul {
	list-style: none;
	position: absolute;
	font-size: 14px;
	display: block;
	text-align: center;
	width: 100%;
	padding: 0px;
}
#global-nav ul li {
	display: inline-block;
}
#global-nav ul li a {
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    height: 100px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 16px;
    color: #123454;
}
#top-head.fixed #global-nav ul li a {
    color: #123454;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
/*--------------------------------------------*/
#pageTop {

  position: fixed;
  bottom: 20px;
  right: 20px;
}

 

#pageTop a {
  display: block;
  z-index: 999;
  width: 90px;
  height: 90px;
}

 

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
    background: #fff;
    background: rgba(255,255,255,.7);
	width: 100%;
	height: 60px;
	z-index: 999;
	position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
	position: absolute;
	left: 13px;
	top:13px;
	color: #333;
	font-size: 20px;
	padding: 0px;
	margin: 0px;
    }
    #global-nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
        top: -500px;
	width: 100%;
	text-align: center;
	padding: 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	background-color: #1b65aa;
    }
    #global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 14px;
	width: 100%;
    }
    #global-nav ul li {
	position: static;
	display: block;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
	
	
#header {
	background-image: url(img/bg_img_01_sp.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 320px;
	margin-top: 0px;
}
header {
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.h_menu {
	width: 55%;
	float: left;
	color: #123454;
	font-weight: bold;
	text-align: right;
}
.h_menu p {
	margin-top: 15px;
	margin-bottom: 0px;
}
.h_menu p span {
	font-size: 16px;
	color: #fefefe;
	display: block;
}
.h_menu li {
	display: inline-block;
	list-style-type: none;
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}
#main {
	margin-top: 10px;
	margin-bottom: 50px;
}
.contents {
	width: 100%;
	margin: auto;
	margin-top: 20px;
}
.con_mbox {
}
.con_box {
	clear: both;
	margin-bottom: 20px;
}
.con_mbox h2 {
	text-align: center;
	margin: 0px;
}
.con_mbox p {
	padding-right: 20px;
	padding-left: 20px;
}
.hds_about {
	margin-top: 20px;
}
.use {
	margin-top: 40px;
}
.img_bg02 {
	height: 320px;
	background-image: url(img/bg_img_02_sp.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 30px;
}
.ep {
	margin-top: 30px;
}
.con_sbox {
	float: left;
	width: 33%;
	line-height: 24px;
}
.con_sbox li {
	font-size: 14px;
	list-style-type: none;
}
.con_sbox p {
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
.con_sbox h3 {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.con_mbox .fb {
	width: 90%;
	background-color: #FFF;
	height: 500px;
	border-radius: 20px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.fb h3 {
	font-size: 28px;
	color: #00479d;
	text-align: center;
}
#news dt {
	display: block;
	margin: 0px;
	width: 20%;
}
#news dd {
	display: block;
	width: 75%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5%;
}
#news dl {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: block;
}
#news .clear {
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}
.news_box {
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 20px;
}
#footer {
	height:1250px;
	background-attachment: fixed;
	background-position: center bottom;
	background-image: url(img/bg_img03_sp.png);
	background-repeat: no-repeat;
	padding-top: 20px;
}
footer {
	margin: auto;
	width: 100%;
}
.f_about {
	padding-left: 5%;
}
.f_about li {
	list-style-type: none;
	color: #000;
}
.g_map {
	height: 400px;
	background-color: #AAA;
	text-align: center;
	vertical-align: middle;
	width: 90%;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	margin-top: auto;
}
.cp {
	background-color: #0E253C;
	font-size: 13px;
	text-align: center;
	color: #FFF;
	line-height: 20px;
}
.con_mbox.img {
	text-align: center;
}
.con_mbox.img img {
	margin-bottom: 10px;
	width: 50%;
}
.con_mbox.hds {
	margin-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.con_mbox.hds h2 {
	text-align: left;
	color: #193b79;
	font-weight: bold;
}
.con_mbox.hds p strong {
	color: #193b79;
}
.con_mbox.hds li strong {
	color: #193b79;
	display: inline-block;
}
.con_mbox.hds li {
	list-style-type: none;
	line-height: 24px;
}
.s_none {
	display: none;
}
.con_mbox img {
}
.con_mbox.img img {
	width: 50%;
}
.logo.img {
	width: 50%;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 60px;
}
.slogan {
	font-size: 20px;
	color: #FFF;
	text-align: center;
}
.slogan_s {
	text-align: left;
	padding-left: 5%;
	padding-right: 5%;
 display: block;
	clear: both;
}
.logo a {
	display: block;
}
.pt10{ display: block; clear: both; padding-top: 10%; }

.tama{	width: 15px;}
.fl {
	margin: 0px;
	text-align: center;
}
