@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, 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","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size: 95%;
	line-height: 1.8em;
	color:#333;
    border-top:#0080BF 5px solid;
}
a{
	color:#0081BF;
}
a img:hover{
	filter:alpha(opacity=70);
    opacity:0.70;
}
.inner{
	max-width:1024px;
	margin:0 auto;
}
@media screen and (max-width:1024px){
	.inner{
	width:95%;
	margin:0 auto;
	overflow: hidden;
}
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
}



/*=======================================================*/
/* 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 */

 /* margin*/
.mt_5 { margin-top: 5px!important;}
.mt_10 { margin-top: 10px;}
.mt_20 { margin-top: 20px;}
.mt_30 { margin-top: 30px;}
.mt_40 { margin-top: 40px;}
.mt_50 { margin-top: 50px;}

.ml_5 { margin-left: 5px;}
.ml_20 { margin-left: 20px;}
.ml_30 { margin-left: 30px;}
.ml_40 { margin-left: 40px;}
.ml_50 { margin-left: 50px;}
.ml_60 { margin-left: 60px;}
.ml_70 { margin-left: 70px;}
.ml_80 { margin-left: 80px;}

.mr_5 { margin-right: 5px;}
.mr_10 { margin-right: 10px;}
.mr_20 { margin-right: 20px;}

.mb_0 { margin-bottom: 0px !important;}
.mb_5 { margin-bottom: 5px;}
.mb_10 { margin-bottom: 10px;}
.mb_20 { margin-bottom: 20px;}
.mb_30 { margin-bottom: 30px;}
.mb_40 { margin-bottom: 40px;}
.mb_50 { margin-bottom: 50px;}
.mb_60 { margin-bottom: 60px;}
.mb_70 { margin-bottom: 70px;}

/*----- 横幅指定 -----*/
.wd1 {width: 1%;}
.wd5 {width: 5%;}
.wd10 {width: 10%;}
.wd13 {width: 13%;}
.wd15 {width: 15%;}
.wd20 {width: 20%;}
.wd25 {width: 25%;}
.wd30 {width: 30%;}
.wd35 {width: 35%;}
.wd40 {width: 40%;}
.wd44 {width: 44%;}
.wd45 {width: 45%;}
.wd50 {width: 50%;}
.wd60{width: 60%;}
.wd65 {width: 65%;}
.wd70 {width: 70%;}
.wd75 {width: 75%;}
.wd80 {width: 80%;}
.wd85 {width: 85%;}
.wd90 {width: 90%;}
.wd95 {width: 95%;}
.wd100 {width: 100%;}

/* -----------------------------------------------------------
	ヘッダー
----------------------------------------------------------- */
header{
	overflow:hidden;
    max-width:1024px;
	margin:0 auto;
}
header .logos{
	float:left;
}
header h1{
	font-size: 0.8rem;
	margin:0 0 8px 0;
}
header .contact{
	float:right;
    margin:27px 0 0 0;
}
header .tel{
	float:right;
	margin:27px 24px 0 0;
	text-align:left;
	line-height:1em;
    font-size: 0.9rem;
}
header .tel img{
	width:100%;
    margin-bottom: 8px;
}
@media screen and (max-width:1080px){
header{
	width: 95%;
}
header .contact{
	display: none;
}
header .tel{
	display: none;
}
}

/* -----------------------------------------------------------
	nav
----------------------------------------------------------- */
#spnav{
display: none;
}
#pcnav nav{
	border-bottom:1px #ddd solid;
	border-top:1px #ddd solid;
	text-align:center;
	margin:20px 0 0 0;
}
#pcnav nav ul{
	width:1024px;
	margin:0 auto 0 auto;
	overflow:hidden;
}
#pcnav nav li{
	float:left;
	line-height:0;
}
@media screen and (max-width:1080px){
#pcnav{
    display:none;
}
#spnav{
    display: block;
}
#spnav nav{
	font-size: 90%;
	padding-bottom: 30px;
    background-color: #0081BF;
}
#spnav nav li{
    line-height: 52px;
    height: 52px;
    border-bottom: 1px solid #fff;
}
#spnav nav li a{
    display: block;
    color: #fff;
    padding-left: 32px;
}
}


/* -----------------------------------------------------------
footer
----------------------------------------------------------- */
footer{
	margin:70px 0 0 0;
	overflow:hidden;
}
footer .info{
	float:left;
	max-width:500px;
    width: 100%;
	line-height:1.5em;
}
footer .info .logo{
    margin-bottom: 16px;
}
footer .info .tel{
	margin-right:10px;
	width:269px;
    font-size: 0.9rem;
    float: left;
}
footer .info .time{
    float: left;
}
footer .info .address{
	font-size:90%;
    clear: both;
    margin-bottom: 8px;
}
footer .info .access{
	max-width:161px;
    margin-bottom: 8px;
}
footer .info .access img{
	width:100%;
}
footer .navi{
    float: right;
    max-width: 400px;
    width: 100%;
}
footer .navi a{
	text-decoration:none;
    color: #333;
}
footer .navi ul{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
}
footer .navi li{
	margin-bottom:5px;
background-image: url(../images/common/footer_arrow.jpg);
	background-repeat: no-repeat;
	background-position: 3px 0.5em;
	padding: 1px 0 1px 18px;
    width: 25%;
}
.copyright{
	text-align:center;
	padding: 16px;
    margin-top: 16px;
    font-size: 0.8rem;
    border-top: 1px #eee solid;
}
@media screen and (max-width:768px){
footer .info{
	float:none;
}
footer .info .logo{
    display: none;
}
footer .info .tel{
	margin-right:10px;
	width:269px;
    font-size: 0.9rem;
    float: none;
}
footer .info .time{
    float: none;
}
footer .info .address{
	font-size:90%;
    clear: both;
    margin-bottom: 8px;
}
footer .info .access{
	max-width:161px;
    margin-bottom: 8px;
}
footer .info .access img{
	width:100%;
}
footer .navi{
    display: none;
}
.copyright{
	text-align:center;
	padding: 16px;
    margin-top: 16px;
    font-size: 0.8rem;
    border-top: 1px #eee solid;
}
}


/*=======================================================*/
/* テキスト装飾
/*=======================================================*/
.text-c{
	text-align:center;
}
.text-r{
	text-align:right;
}
.text-l{
	text-align:left;
}
.red {
	color:#FF0000;
}
.orange{
	color:#FF7F00;
}
.blue{
	color:#0081BF;
}
.gray{
	color:#666;
}
.f-l{
	font-size:130%;
}
.f-s{
	font-size:75%;
}
.f-en{
	font-size:80%;
}
.f-bold{
	font-weight:bold;
}


/*box
----------------------------------------*/
.box02{
	border:3px #ccc solid;
	padding:20px 20px 20px 20px;
	background-color:#EBF4FC;
	margin:30px 0 0 0 !important;
}
.box02 h4{
	text-align:left;
	margin-bottom:15px;
	border-left:solid 5px #0081BF;
	padding:0 0 0 15px;
	font-weight:bold;
	font-size:110%;
}

/*トップへ戻る
----------------------------------------*/
#pagetop {
	position: fixed;
	bottom:50px;
	right:3%;
	z-index:1000;
}
#pagetop a {
	display:block;
	background: url(../images/common/pagetop.png) no-repeat right bottom;
	width:79px;
	height:79px;
	overflow:hidden;
	text-indent: -9999px;
}
#pagetop a span{
	display:none;
}
#pagetop a:hover {
	filter: alpha(opacity=80); /* IE7以下用 */
	-ms-filter: “alpha(opacity=80)”; /* IE8用 */
	opacity:0.8; /* Firefox 1.5以上, Opera, Safari用 */
}
@media screen and (max-width:768px){
#pagetop {
	position: fixed;
	bottom:50px;
	right:3%;
	z-index:1000;
}
#pagetop a {
	display:block;
	background: url(../images/common/pagetop.png) no-repeat right bottom;
	background-size:100%;
	width:59px;
	height:59px;
	overflow:hidden;
	text-indent: -9999px;
}
#pagetop a span{
	display:none;
}
#pagetop a:hover {
	filter: alpha(opacity=80); /* IE7以下用 */
	-ms-filter: “alpha(opacity=80)”; /* IE8用 */
	opacity:0.8; /* Firefox 1.5以上, Opera, Safari用 */
}
}

/*=======================================================*/
/*  テーブル
/*=======================================================*/
.type01 {
	margin:15px auto;
	border-collapse: collapse;
	width:100%;
}
.type01 td {
	padding: 8px 15px;
	border: 1px solid #ccc;
	vertical-align: middle;
	text-align:left;
    box-sizing: border-box;
}
.type01 th {
	padding: 8px 15px;
	text-align: center;
	border:1px solid #ccc;
	vertical-align: middle;
  background-color:#eee;
  font-weight:bold;
    box-sizing: border-box;
}
@media only screen and (max-width:480px){
.type01 {
	margin: 0 0 20px 0;
}
.type01 th,
.type01 td{
	width: 100%;
	display: block;
	border-top: none;
}
.type01 tr:first-child th{
	border-top: 1px solid #ddd;
}
}

.type02 {
	margin:15px auto;
	border-collapse: collapse;
	width:100%;
    line-height: 1.4em;
    font-size: 80%;
}
.type02 td {
	padding: 8px;
	border: 1px solid #ccc;
	vertical-align: middle;
	text-align:left;
}
.type02 th {
	padding: 8px;
	text-align: center;
	border:1px solid #ccc;
	vertical-align: middle;
  background-color:#eee;
  font-weight:bold;
}
@media only screen and (max-width:480px){
.type02 {
	font-size: 80%;
}
.type02 th,
.type02 td{
	padding:8px 4px;
}
}

/*=======================================================*/
/*  画像位置
/*=======================================================*/
.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;
}
/*フロート左*/
.float-l {
	float:left;
	width:auto;
}
/*フロート右*/
.float-r {
	float:right;
	width:auto;
}

/*リスト設定
--------------------------------------------------*/
.list{
	margin-bottom:30px;
}
.list li{
	background:url(../images/common/listicon1.gif) no-repeat 0 7px;
	padding:0 0 0 20px;
	margin:0 0 1px 0;
}

.list-f{
	overflow:hidden;
}
.list-f li{
	float:left;
	background:url(../images/common/listicon1.gif) no-repeat 0 7px;
	padding:0 0 0 20px;
	margin:0 15px 1px 0;
}

/*リンクアイコン
--------------------------------------------------*/
.link{
	margin-bottom:30px;
}
.link li{
	background:url(../images/common/arrow.png) no-repeat 0 7px;
	padding:0 0 0 20px;
	margin:0 0 1px 0;
}

/*ボタン
-------------------------------------------------*/
.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	font-size:120%;
	font-weight:bold;
	padding:13px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
	margin:0 auto;
	text-align:center;
}
.button:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color:#f6f6f6;
}
.button:active {
	position:relative;
	top:1px;
}
.button a{
	text-decoration:none;
	color:#333;
}

@media screen and (max-width:768px) {
.button {
	width:80%;
	margin:0 auto;
}
}

/*=======================================================*/
/*  indent
/*=======================================================*/
.indent-1 {
	text-indent: -1em;
	margin-left: 1em;
}

/*スマホで見えない要素
----------------------------------------*/
@media screen and (max-width:786px){
.sphi{
	display:none;
}
}

/*PCで見えない要素
----------------------------------------*/
.pchi{
	display:none;
}
@media screen and (max-width:786px){
.pchi{
	display: inline;
}
}

/*数字*/
ol.number{
	list-style-type:decimal;
	margin-left:25px;
}
ol.number li{
	margin-bottom:10px;
}

/*----- 位置設定 -----*/
/*1/2サイズ*/
.half-l {
	float: left;
	width: 49%;
}
.half-r {
	float: right;
	width: 49%;
}

/*----- マーカー -----*/
.maker{
	background-color:#FDFCD0;
	padding:0 3px;
}
