@charset "UTF-8";
 /* -----------------------------------------------------------
	reset
----------------------------------------------------------- */
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, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead,
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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
html{
  scroll-behavior: smooth;
}
html, body {
	height: 100%;
}
table, tr, th, td{
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

 /* -----------------------------------------------------------
	共通装飾等
----------------------------------------------------------- */
body{
font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	font-size: 1em;
    -webkit-text-size-adjust: 100%;
	line-height: 1.8em;
	color:#000;
}
a{
    color: #000;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
.inner{
	max-width:1080px;
	margin:0 auto;
	width:100%;
	box-sizing: border-box;
}
img{
	-webkit-backface-visibility: hidden;
}
a:hover img{
	filter: alpha(opacity=70)!important;
	opacity: 0.70!important;
}
.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }

@media screen and (max-width:1080px){
.inner{
	width:95%;
	margin:0 auto;
}
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
}

/* -----------------------------------------------------------
	ヘッダー
----------------------------------------------------------- */
header{
    width: 100%;
    padding:30px 60px;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
header nav{
    width: 100%;
    color: #051542;
    font-weight: bold;
    font-size: 1.2rem;
    margin-top: 16px;
}
header nav ul{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
header nav li{
    margin-left: 16px;
}
@media screen and (max-width:768px){
header{
    padding:16px 16px 8px 16px;
}
}

/* -----------------------------------------------------------
	フッター
----------------------------------------------------------- */
footer{
    font-size: 0.9rem;
    padding: 24px 24px 0 24px;
    box-sizing: border-box;
    line-height: 1.4em;
    color: #fff;
    background-color:#051542;
    text-align: center;
}
footer ul{
     display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
footer li{
    width: 10%;
}
footer li a{
    display: block;
    color: #fff;
    text-decoration: none;
}
footer li a:hover{
    text-decoration: underline;
    color: #fff;
}
footer .copyright{
    border-top: 1px solid #69738E;
    padding: 24px;
    box-sizing: border-box;
    margin-top: 24px;
    font-size: 0.9rem;
}
@media screen and (max-width:768px) {
footer{
    padding: 0 24px 0 24px;
    line-height: 0;
}
footer ul{
     display:none;
}
footer .copyright{
    font-size: 0.8rem;
    padding:16px;
    margin-top: 0;
}
}


/*=======================================================*/
/* float解除
/*=======================================================*/
.clearfix {
	zoom:1;/*for IE 5.5-7*/
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size: 0.1em; 
line-height: 0; 
}
.clearfix {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*=======================================================*/
/*  画像位置
/*=======================================================*/
.img_l {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
	text-align:left;
}
.img_r {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align:left;
}
@media screen and (max-width:480px){
.img_l img,
.img_r img{
	width: 50%;
}
}
