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

/* ----------------------------------------------- font */
@font-face {
  font-family: "SawarabiGothic";
  src: url("../font/SawarabiGothic-Regular.eot?") format('eot'), url("../font/SawarabiGothic-Regular.woff2") format('woff2'), url("../font/SawarabiGothic-Regular.woff") format('woff');
}
@font-face {
  font-family: "SawarabiMincho";
  src: url("../font/SawarabiMincho-Regular.eot?") format('eot'), url("../font/SawarabiMincho-Regular.woff2") format('woff2'), url("../font/SawarabiMincho-Regular.woff") format('woff');
}
/* ----------------------------------------------- */
* {
  line-height: 2em;
  font-family: 'SawarabiGothic', sans-serif;
  font-size: 100%;
  letter-spacing: 0.05em;
	font-weight:normal;
	margin:0;
}
html {
  font-size: 16px;
}
/* ----------------------------------------------- body */
body {
 }
 /* ----------------------------------------------- 改行（スマホ用） */
.sp {
  display: none;
}
/* ----------------------------------------------- 画像100％（スマホ用） */
.photo{
	width:auto;
}

p{
	font-weight:normal;
	
}
/* ----------------------------------------------- 改行（スマホ用） */
br.sp_br{
	display: none;
}

/* ----------------------------------------------- 改行（スマホ用） */
br.pc_br{
	display:block;
}


/* ----------------------------------------------- header */
header {
  margin: auto;
background-color:#fff;
width: 100%;
}
.header{
background-color:#fff;

}
.header .inner{
width: 1000px;
margin: auto;
position: relative;
background-color:#fff;
}

.header .inner .logo{
width: 265px;
float:left;
margin:16px 0 9px 0 ;

}

.header .mail{
	float:right;

}
.header .mail p{
width: 180px;
padding: 12px 0px;
color:#fff;
background-color:#2C49AF;
font-weight:bold;
text-align:center;

}
.header .mail span{
color:#fff;
text-align:center;
}
.header .mail img{
padding: 0px 10px;
}
.header .mail:hover{
opacity: 0.8 ;
}



/* ----------------------------------------------- main */

main {
clear: both;
  margin: 0px;
  padding: 0px;
  width: 100%;

}
section {
clear: both;
}

/* ----------------------------------------------- footer */
footer {
background-color:#DFDFDF;
margin: auto;
padding:50px 0 0 0;
width:100%;
}
footer .inner {
width:1000px;
margin:auto;

}
footer .inner .logo {
display: inline-block;
background-color:#DFDFDF;
width:350px;
margin:0 0 50px 0;
}
footer .inner .shop {
 margin-left:30px;

}
footer .inner .shop p{
font-size:80%;
color:#333;
background-color:#DFDFDF;
line-height:1.2em;
margin:0 0 20px 0;
}
footer .inner .shop p span{
background-color:#333333;
color:#FFF;
padding:3px 5px;
}

/* ----------------------------------------------- footer sitemap  */
footer .inner .sitemap {
width:480px;
float:right;
}

footer .inner .sitemap ul{
display: inline-block;
width:200px;
margin:10px 0;
float:left;
}

footer .inner .sitemap ul li {
list-style-type:none;
padding: 0 0 0 10px;
margin:0px;
font-size:90%;
background-image:url(../img/icon_map.png);
background-repeat:no-repeat;
background-position:left;
background-repeat:no-repeat;
color:#2C49AF;

}
footer .inner .sitemap ul li.smap {
list-style-type:none;
background-image:none;
padding: 0px 10px;
font-size:80%;

}
footer .inner .sitemap ul li a{
color:#2C49AF;
}

footer .inner .sitemap ul li.smap a{
color:#333;
}
/* ----------------------------------------------- address */
footer .address {
text-align:center;
color:#FFF;
font-size:12px;
padding:15px 0;
background-color:#2C49AF;
}



/* ----------------------------------------------- a */
a {
  text-decoration: none;
  color: #D7D7EA;
}
a:link, a:active, a:visited {
  transition: opacity 0.3s;
  webkit-transition: opacity 0.3s;
}
a:hover {
  color: #2C49AF;
  opacity: 0.8;
}
a:hover img {
  opacity: 0.8;
}
.anq {
  position: relative;
  top: -178px;
  display: block;
}
/* ----------------------------------------------- txt*/
.red {
  color: #FF0000;
}
.small {
  font-size: 80%;
}
/* ----------------------------------------------- float */
.f_left {
  float: left;
}
.f_right {
  float: right;
}
.clear {
  clear: both;
}
hr.clear {
  clear: both;
  height: 0px;
  border: 0px;
  border: 1px solid transparent;
  color: #999;
  margin: 0px;
  padding: 0px;
}
/* ----------------------------------------------- position */
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
/*--------------------------------------------------file */
a[href$=".pdf"]:after {
  display: inline-block;
  padding-right: 20px;
  background-image: url(../img/pdf.svg);
  background-repeat: no-repeat;
  background-position: 2px center;
  content: ".";
  bottom: 0;
  text-indent: -9999px;
}
a[href$=".doc"]:after {
  display: inline-block;
  padding-right: 20px;
  background-image: url(../img/doc.svg);
  background-repeat: no-repeat;
  background-position: 2px center;
  content: ".";
  text-indent: -9999px;
}
a[href$=".docx"]:after {
  display: inline-block;
  padding-right: 20px;
  background-image: url(../img/doc.svg);
  background-repeat: no-repeat;
  background-position: 4px center;
  content: ".";
  text-indent: -9999px;
}
a[href$=".xls"]:after {
  display: inline-block;
  padding-right: 20px;
  background-image: url(../img/xls.svg);
  background-repeat: no-repeat;
  background-position: 2px center;
  content: ".";
  text-indent: -9999px;
}
a[href$=".xlsx"]:after {
  display: inline-block;
  padding-right: 20px;
  background-image: url(../img/xls.svg);
  background-repeat: no-repeat;
  background-position: 2px center;
  content: ".";
  text-indent: -9999px;
}


/* ----------------------------------------------- pagetop*/
.pagetop {
  position: fixed;
  right: 10px;
  bottom: 10px;
}
.pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}