@charset "utf-8";


/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media print,screen and (min-width: 769px){

html{min-width:1020px;/*viewportと同じピクセル数がのぞましい*/}
.sp{display:none;}
/*.pc{display:block;}*/
span.pcbreak{display:block;}

article{
    width:1000px;
    margin:0 auto;
}
.inner{
    width:1000px;
    margin:0 auto;
}
/******** header ********/
header{
    background: url(../images/headline_bk.jpg) repeat-x 0% 0%;
}
header .inner{
    background: url(../images/headline.jpg) no-repeat 50% 0%;
    no-repeat 50% 50%;
    text-align: center;
    color: #fff;
    font-size: 1.7em;
    font-weight: bold;
    padding: 0;
    min-height: 60px;
    letter-spacing: 2px;
}
/******** nav *********/
nav{
    border-top:1px solid #ccc;
    border-bottom:1px solid #ccc;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fafafa+0,eeeeee+100 */
    background: rgb(250,250,250); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(250,250,250,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(250,250,250,1) 0%,rgba(238,238,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(250,250,250,1) 0%,rgba(238,238,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}
nav .btnHamburger{
    display:none;
}
nav ul{
    width:1000px;
    margin:0 auto;
    display:table;
    border-right: 1px solid #ccc;
}
nav ul li{
    display:table-cell;
    width: 20%;
    border-left: 1px solid #ccc;
}
nav ul li a{
    text-decoration:none;
    display: block;
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
    color: #000;
    border-left: 1px solid #fafafa;
    border-right: 1px solid #fafafa;
}
nav ul li a:hover{
    color: #005bac;
    background:#fafafa;
}

/******** footer ********/

footer{
	background:#005bac;
	margin: 80px 0 0 0;
}
footer .inner{
	overflow:hidden;
}
footer .left-area{
	float:left;
	width:600px;
	margin: 30px;
}
footer .left-area dl{
	display:table;
}
footer .left-area dl dt{
	display:table-cell;
	vertical-align: middle;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	border-right: 1px solid #2584d8;
	padding: 0 20px 0 0;
}
footer .left-area dl dd{
	display:table-cell;
	border-left: 1px solid #003564;
	padding: 0 0 0 20px;
	color: #fff;
}
footer .left-area dl dd p{
	color: #fff;
}
footer .left-area dl dd p br{
	display:none;
}
footer .right-area{
	float:left;
	width: 320px;
	background: #fff;
	margin: 30px 0;
	text-align: center;
	padding: 10px;
}
footer .right-area p{
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 10px 0;
}

/******** hタグ ********/

.Tit_1{
	background-image: -webkit-gradient(linear, left top, left bottom, from(  #fafafa /*{global-active-background-start}*/), to( #cccccc /*{global-active-background-end}*/));/* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#fafafa /*{global-active-background-start}*/, #cccccc /*{global-active-background-end}*/);/* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(#fafafa /*{global-active-background-start}*/, #cccccc /*{global-active-background-end}*/);/* FF3.6 */
	background-image:     -ms-linear-gradient(#fafafa /*{global-active-background-start}*/, #cccccc /*{global-active-background-end}*/);/* IE10 */
	background-image:      -o-linear-gradient(#fafafa /*{global-active-background-start}*/, #cccccc /*{global-active-background-end}*/);/* Opera 11.10+ */
	background-image: linear-gradient(#fafafa /*{global-active-background-start}*/, #cccccc /*{global-active-background-end}*/);
	border: 1px solid #fff;
	outline: 1px solid #ccc;
	padding: 0 0 0 1em;
	position:relative;
	font-size: 1.4em;
	line-height: 2.5;
	font-weight: bold;
	margin: 0 1px;
	text-shadow: 1px 1px 0px rgba(255,255,255,1);
	color: #333;
	width: 998px;
	margin: 0 0 30px 0;
}
.Tit_1:before{
	content: "";
	width:5px;
	height: 100%;
	background:#005bac;
	position:absolute;
	left: 0;
}
.Tit_1 span.En{
	color: #005bac;
	text-shadow: 1px 1px 1px rgba(255,255,255,1);
	margin: 0 0 0 1em;
}
.Tit_2{
	border-left:10px solid #005bac;
	border-bottom:1px solid #005bac;
	padding:0 0 0 0.5em;
	margin: 20px 0 10px 0;
}
/******** ar1 ********/
a.ar1{
    text-decoration:none;
    color:#333;
    font-weight: bold;
    display: block;
    line-height: 1.5;
    padding: 1em 15px 1em 0;
}
a.ar1:after{
	border-right: 3px solid #333;
	border-top: 3px solid #333;
	border-radius: 0px;
	content: "";
	margin: auto;
	height: 7px;
	right: 20px;
	position: absolute;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 0;
	bottom: 0;
	width: 7px;
}
a.ar1:hover{
   color:#005bac;

}
}

/*===============================================
●smart.css  画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){

body{-webkit-text-size-adjust: 100%;}
.sp{display:block;}
.pc{display:none;}
span.spbreak{display:block;}
span.pcbreak{display:inline;}
img{
	max-width:100%;
	height:auto;
}
/******** header ********/
header .inner{
    background: url(../images/headline.jpg) no-repeat 50% 0%;
    no-repeat 50% 50%;
    text-align: center;
    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    padding: 10px 0;
    min-height: 60px;
    letter-spacing: 2px;
}
/******** nav *********/
nav{
	width: 100%;
	/* position: fixed; */
	top: 0;
	box-shadow:rgba(194, 194, 194, 0.380392) 0px 6px 10px;
	-webkit-box-shadow:rgba(194, 194, 194, 0.380392) 0px 6px 10px;
	-moz-box-shadow:rgba(194, 194, 194, 0.380392) 0px 6px 10px;
	background: #fff;
}

nav ul{
	width: 100%;
	/* margin: 10px 0 0 0; */
	background: #ececec;
	/* padding: 10px; */
	position: absolute;
	top: 45px;
	z-index: 100;
}
nav ul li{
	display: block;
	width: 100%;
	/* padding: 10px; */
	border-top: 1px solid #ccc;
	background:#f1f1f1;
	background: -webkit-gradient(linear, center top, center bottom, from(#FEFEFE), to(#DEDEDE));
}
nav ul li a{
	display: block;
	text-decoration: none;
	background: url(../images/more_arr.png)no-repeat right center;
	background-size:15px;
	color: #000;
	padding: 10px 3%;
	background-position: 97% center;
}
nav .acordion{
	display:none;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}
nav ul li#CLOSE{
	background:#e56775;
	text-align:center;
}
nav ul li#CLOSE a{
	background:none;
	color:#fff;
}

nav .btnHamburger {
  position: absolute;
  top: 10px;
  right: 10px;/* クリックエリアの横幅*//* クリックエリアの高さ*/
  border: 1px solid #FFF;
  width: 40px;
  height: 30px;
  background: #005bac;
}

/* 3本線の1本ごとに共通するスタイルを指定 ---------------------- */


nav .btnHamburger .line {
  left: 5px;
  position: absolute;
  display: block;
  width: 29px;/* 横幅 */
  height: 1px;/* 1本辺りの高さ */
  background: #FFFFFF;/* 線の色 *//* 適用するプロパティ、変化する時間、変化する速度 */
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
 }
nav .btnHamburger .menu{
  position: absolute;
  display: block;
}
/* 3本線の各線の位置を指定 ---------------------- */
nav .btnHamburger .menu {top: 3px;left: 0;right: 0;margin: auto;color: #fff;font-size: 0.7em;line-height: 1;text-align: center;}
nav .btnHamburger .line_01 {top: 16px;}
nav .btnHamburger .line_02 {top: 20px;}
nav .btnHamburger .line_03 {top: 24px;}


/******** footer ********/

footer{
	background:#005bac;
	/* margin: 50px 0 0 0; */
}
footer .inner{
	overflow:hidden;
}
footer .left-area{
	margin: 10px;
}
footer .left-area dl dt{
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	border-bottom: 1px solid #2584d8;
	padding: 5px;
}
footer .left-area dl dd{
	border-top: 1px solid #003564;
	padding: 5px;
	color: #fff;
}
footer .left-area dl dd p,
footer .left-area dl dd p a{
	color: #fff;
}
footer .right-area{
	background: #fff;
	margin: 10px 10px 80px 10px;
	text-align: center;
	padding: 10px;
}
footer .right-area p{
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 10px 0;
}
/******** hタグ ********/

.Tit_1{
	background-image: -webkit-gradient(linear, left top, left bottom, from(  #fafafa /*{global-active-background-start}*/), to( #cccccc /*{global-active-background-end}*/));/* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(#fafafa /*{global-active-background-start}*/, #cccccc /*{global-active-background-end}*/);/* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(#fafafa /*{global-active-background-start}*/, #cccccc /*{global-active-background-end}*/);/* FF3.6 */
	background-image:     -ms-linear-gradient(#fafafa /*{global-active-background-start}*/, #cccccc /*{global-active-background-end}*/);/* IE10 */
	background-image:      -o-linear-gradient(#fafafa /*{global-active-background-start}*/, #cccccc /*{global-active-background-end}*/);/* Opera 11.10+ */
	background-image: linear-gradient(#fafafa /*{global-active-background-start}*/, #cccccc /*{global-active-background-end}*/);
	border: 1px solid #fff;
	outline: 1px solid #ccc;
	padding: 0 0 0 1em;
	position:relative;
	font-size: 1.2em;
	line-height: 2.5;
	font-weight: bold;
	margin: 0 1px;
	text-shadow: 1px 1px 0px rgba(255,255,255,1);
	color: #333;
	margin: 0 0 20px 0;
}
.Tit_1:before{
	content: "";
	width:5px;
	height: 100%;
	background:#005bac;
	position:absolute;
	left: 0;
}
.Tit_1 span.En{
	color: #005bac;
	text-shadow: 1px 1px 1px rgba(255,255,255,1);
	margin: 0 0 0 1em;
}
.Tit_2{
	border-left: 5px solid #005bac;
	border-bottom:1px solid #005bac;
	padding:0 0 0 0.5em;
	margin: 10px 0 10px 0;
}

/******** ar1 ********/
a.ar1{
    text-decoration:none;
    color:#333;
    font-weight: bold;
    display: block;
    padding: 5px 0;
}
a.ar1:after{
	border-right: 3px solid #333;
	border-top: 3px solid #333;
	border-radius: 0px;
	content: "";
	margin: auto;
	height: 7px;
	right: 20px;
	position: absolute;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 0;
	bottom: 0;
	width: 7px;
}
a.ar1:hover{
   color:#005bac;

}

}

