@charset "UTF-8";
/* CSS Document */

body,
div,
dl,dt,dd,
ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,td {
	margin:0;
	padding:0;
}

table {
   border-collapse:collapse; 
   border-spacing:0; 
}

fieldset,img {
   border:0;
}

address,
caption,
cite,
code,
dfn,
em,strong,
th,
var {
   font-style:normal;
   font-weight:normal;
}

ol,ul {
   list-style:none;
}

caption,th {
   text-align:left; 
}

h1,h2,h3,h4,h5,h6 {
   font-size:100%;
   font-weight:normal;
}

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

abbr,acronym {
   border:0;
}





* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 100%;
}
body {
	width: 100%;
	margin: 0 auto;
	font-size: 14px;
  font-family: "游ゴシック Medium",YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Helvetica, Arial, "メイリオ", Meiryo, sans-serif;
	line-height: 1.8;
	background-color:#FFF;
	color: #000;
	position: relative;
}
a {
  text-decoration: none;
  color: #000;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}
a:hover {
  text-decoration: underline;
}
h1, h2, h3, p, ul, ol, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-weight:normal;
}
p {
  margin-bottom:16px;
}
img {
  border: 0;
}
table{
	margin: 1em 0 1.5em;
	}
table th {
	padding: 10px;
}
table td {
	padding: 10px;
}

*[data-unlockdate] {
  display: none;
}

img {
	width:auto;
	max-width:100%;
	height:auto;
}
.container {
	margin: 0 auto 0 auto;
	padding: 0 20px;
	max-width: 1180px;
}
.pc{display :none;}
.clr{
	clear:both;
}
@media only screen and (min-width: 768px) {
body {
	font-size: 14px;
}
.container {
	padding: 0;
	width: 1180px;
}
.pc{display :block;}
.sp{display:none;}
}


#wrap {
    width: 100%;
    margin: 0 auto;
    /*padding: 32px 0 60px;*/
		overflow:hidden;

}

#visual { width:100%;text-align:center; margin:0;padding:0px 0 0;
	line-height:0;
}

@media only screen and (min-width: 768px) {
#wrap {
  margin: 0 auto;
    /*padding: 60px 0 60px;*/
}
#visual { text-align:center; margin:0 auto;padding:0;}
}


#header{
	width:100%;
	padding:10px 0 10px;
}
#header .container {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 10px;

}
#header h1#logo{
	text-align:left;
	margin-top:4px;
}
#header h1#logo img{
	width:55%;
}


@media only screen and (min-width: 768px) {
#header{
	padding:40px 0 25px;
}
#header .container {
	justify-content: flex-end;
}
#header .container div{
margin-left: auto;}


}

#page-top{
	position:absolute;
	width:21px;
	right:3px;
	bottom:0;
}
@media only screen and (min-width: 768px) {
}

.breadcrumb{
	background-color:#1A1A38;
	font-size:10px;
	color:#FFF;
	padding:4px 0;
}
.breadcrumb ul{
display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    font-size: 12px;
    list-style: none;
}
.breadcrumb li {
    position: relative;
    margin-right: 28px;
    margin-bottom: 0px;
}
.breadcrumb li::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -16px;
    display: block;
    width: 7px;
    height: 7px;
    margin: auto;
    content: '';
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
}
.breadcrumb li:first-child {
    margin-left: 0;
}
.breadcrumb li:last-child {
  margin-right: 0;
}
.breadcrumb li:last-child::before {
    display: none;
}
.breadcrumb li,
.breadcrumb li a{
    color: #FFF;
    text-decoration: none;
}
.breadcrumb li a:hover{
    text-decoration: underline;
}

@media screen and (max-width:767px) {
.breadcrumb li {
    font-size: 10px;
}
.breadcrumb li::before {
    width: 5px;
    height: 5px;
}
}

footer {
    font-size: 10px;
    letter-spacing: 0;
    padding: 20px 0;
    clear: both;
	width:100%;
	background-color:#005CAC;
	color:#FFF;
}
footer p {
	margin-bottom:0;
}
footer a {
	color:#FFF;
}

.ftCont{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
	justify-content: center;
	margin-bottom:20px;
}
.ftadd{
	width:100%;
	margin-bottom:20px;
}
.ftadd p.ftlogo{
	margin-bottom:20px;
	text-align:center;
}

.ftBox{
	width:100%;
}
.ftBox p{
	margin-bottom:16px;
}
.ftBox ul{
	margin-left:16px;
	margin-bottom:10px;
}
.ftBox ul li {
  position: relative;
  margin-bottom:12px;
}
.ftBox ul li::after {
  display: block;
  content: '';
  position: absolute;
  top: 10px;
  left: -16px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.add{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
	justify-content: center;
}
.add p{
	text-align:center;
}
.add p.bn{
	margin:0 auto 12px;
}

@media only screen and (min-width: 768px) {
  footer {
    padding: 64px 0 54px;
    font-size: 14px;
  }
.ftCont{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
	margin-bottom:42px;
}
.ftadd{
	padding:0;
	margin:0;
	width:400px;
}
.ftadd p.ftlogo{
	margin-bottom:30px;
	text-align:left;
}

.ftBox{
	width:260px;
}
.ftBox p{
	margin-bottom:24px;
}
.ftBox ul{
	margin-bottom:24px;
}
.ftBox ul li {
  margin-bottom:12px;
}

.add{
	display: flex;
	flex-wrap: wrap; /* flex-flow:column;はアイテムを縦に並べる */
	flex-direction : row-reverse;
	align-items:flex-end;
}
.add p.bn{
	margin:0 6px 0;
}
.add p.cp{
	margin-right:auto;
}

footer p.cp {
    font-size: 12px;
}

}


.nav-button {
  display: none;
}

#nav ul{
	margin:0px;
	display: flex !important;
	align-items:center;
	justify-content: center;
	flex-flow: row;/* flex-flow:row;はアイテムを横に並べる */
}

#nav li {
  line-height:10px;
	text-align: center;
  padding:0px;
  
}

#nav a {
  color: #005CAC;
  text-decoration: none;
  font-size:14px;
  font-weight:bold;
	display:block;
	padding:12px 19px;
	position:relative;
}

#nav li:last-child a {
	padding:10px 24px;
  background-color: #005CAC;
    color: #FFF;
	border-radius:10px;
}

/*#nav li a:hover,#nav li a.act {
  text-decoration: underline;
}*/
#nav li a::after {
	content:"";
	display: block;
	width:100%;
	height:2px;
	background:#DE0013;
	position:absolute;
	left:0;
	bottom:0;
	transition:transform .3s, opacity .3s;
	transform:translateY(4px) scale(0,1);
	opacity:0;
	transform-origin: center center;
}

#nav li a:hover::after {
	transform:translateY(0) scale(1,1);
	opacity:1;
}
#nav li:last-child a::after{
	display:none;
}

.nav-wrap.open {
  display: block;
}

.nav-wrap.close {
  display: none;
}


