@charset "utf-8";


/* -------------------------------------
 base
----------------------------------------*/

html {
	font-size: 62.5%;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif ;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #333;
	background-color: #ffffff;
}
a {
	text-decoration: none;
	color: #043167;
}
a:hover,
button:hover {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	color: #043167;
}

/*  透過  */

.a_transmission:hover img {
	opacity: 0.8;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

/*  拡大  */

.a_zoom {

}
.a_zoom img {
	-webkit-transition: 1s ease;
	transition: 0.8s ease;
}
.a_zoom:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}


ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
p {
	margin: 0;
	padding: 0;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
dl,dt,dd {
	margin: 0;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}
.f_arial 	{
    font-family: Arial ;
}

blockquote {
    position: relative;
    padding: 10px 15px 10px 60px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
	margin:20px auto;	
}

blockquote:before{
    display: inline-block;
    position: absolute;
    top: 18px;
    left: 15px;
    content: "\f10d";
    font-family: FontAwesome;
    color: #cfcfcf;
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
}

blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
blockquote a {
   word-break: break-all;
}

/* -------------------------------------
 layout
----------------------------------------*/
.l_commonBox {
    width: 1000px;
    margin: 0 auto;
}
.l_bottom {
    background-color: #eee;
    margin-top: 140px;
}

.link_right {
text-align: right;
font-weight: bold;
}
.link_right a {
position: relative;
padding-right: 40px;
}
.link_right a::after {
border-right: 1px solid #043167;
border-top: 1px solid #043167;
content: "";
height: 10px;
width: 10px;
right: 20px;
position: absolute;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
top: 5px;
}

/* -------------------------------------
 header
----------------------------------------*/
header {
	position: fixed;
	height: 85px;
	background-color: #fff;
	width: 100%;
	border-bottom: 1px solid #043167;
	z-index: 1000;
	box-sizing: border-box;
}
.header {
	min-width: 1000px
}
.header_title {
	float: left;
	padding-left: 30px;
}
.header_title h1 {
	display: table;
	height: 84px;
	margin: 0;
}
.header_title h1 span {
	display: table-cell;
	vertical-align: middle;
}
.header_title_logo img {
    max-height: 76px;
}
.header_title_text {
	color: #043167;
	font-size: 1.6rem;
	letter-spacing: 0.3em;
	padding-left: 30px;
	line-height: 1;
}
.header_nav {
	float: right;
}
.header_nav ul {
	display: table;
	height: 85px;
}
.header_nav ul li {
	display: table-cell;
	width: 160px;
	font-size: 1.5rem;
	vertical-align: top;
}
.header_nav ul li a {
	display: block;
	width: 160px;
	height: 85px;
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	padding: 0 5px;
}
.header_nav .nav01 a {
	background-color: #043167;
}
.header_nav .nav02 a {
	background-color: #043167;
}
.header_nav .nav01 a:hover {
    background-color: #fff;
    color: #043167;
    border: 1px solid #043167;
}
.header_nav .nav02 a:hover {
    background-color: #fff;
    color: #043167;
    border: 1px solid #043167;
}


/* -------------------------------------
 SNS（フッタ上）
----------------------------------------*/
.sns_bottom {
padding: 20px 0;
}
.sns_bottom li {
float: left;
margin-right: 15px;
}
.sns_bottom li.hatena iframe {
width: 80px !important;
}


/* -------------------------------------
 footer
----------------------------------------*/
footer {
    background-color: #043167;
    color: #fff;
height: 150px;
font-weight: bold;
}
.footer {
padding-top: 20px;
}
.footer ul {
float: left;
}
.footer li {
display: inline-block;
font-size: 1.2rem;
margin-right: 10px;
}
.footer li a {
color: #fff;
border-left: 1px solid #fff;
padding: 0 0 0 15px;
line-height: 1;
}
.footer li:first-child a {
   border-left: none; 
}
.footer li a:hover {
text-decoration: underline;
}
.footer .copyright {
float: right;
letter-spacing: 0.2em;
font-size: 1rem;
}