@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
.pc-on{
	display: block;
}
.sp-on{
	display: none;
}
.red{
	color: red;
}

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,
table, caption, tbody, tfoot, thead, tr, th, td,
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;
}
/* 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;
}

html{
  font-size:62.5%;
}
body{
  font-family: "メイリオ", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-size:1.4rem;
  font-size:14px;
  line-height: 1.5
}
a{
  text-decoration: none;
  color:#333
}
img{
  max-width: 100%;
  vertical-align: top;
	/*width: 100%;*/
}

/***** ▼パンくず ****/
.breadcrumb{
  padding:5px;
  /*margin-bottom: 10px;*/
}
.breadcrumb ul.breadlist{
  width:960px;
  margin:auto;
  font-size:0;
}
.breadcrumb ul.breadlist li{
  font-size: 12px;
  display: inline-block;
}
.breadcrumb ul.breadlist li a{
  text-decoration: underline;
}
.breadcrumb ul.breadlist li+ li:before {
    content: "＞";
    margin: 0 10px;
}


/*----------------------------------------------
sp
-----------------------------------------------*/
.sp .pc-on{
	display: none;
}
.sp .sp-on{
	display: block;
}

.sp .breadcrumb{
  padding:1.2vw 0.5vw;
  margin-bottom: 0;
}
.sp .breadcrumb ul.breadlist{
  width:100%;
  margin:auto;
  font-size:0;
  white-space: nowrap;
  overflow: auto;
}
.sp .breadcrumb ul.breadlist li{
  font-size: 10px;
  display: inline-block;
}
.sp .breadcrumb ul.breadlist li a{
  text-decoration: underline;
}
.sp .breadcrumb ul.breadlist li+ li:before {
    content: "＞";
    margin: 0 0.3vw;
}
.sp #inqurybox{
  display: none
}

.sp #back-to-top img{
	width: 50px;
}
