@charset "UTF-8";

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,
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;
font-family: 'Hannari', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
vertical-align: baseline;
color: black;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
-webkit-text-size-adjust: none;
}
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;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}

html, body { height: 100%; width:100%; }
/*==========================================================
  ボックス
==========================================================*/
#body {
  margin: 0px;
  padding: 0px;
  border:0px;
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {}
p {}


img {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

.floatleft{
	float: left;
}

.floatright{
	float: right;
}

.marginTB1{
	margin: 1em 0;
}

.marginTB2{
	margin: 2em 0;
}
.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
/*==========================================================
  テキストサイズ
==========================================================*/
.text9 { font-size:9px; }
.text10 { font-size:10px; }
.text11 { font-size:11px; }
.text12 { font-size:12px; }
.text13 { font-size:13px; }
.text14 { font-size:14px; }
.text15 { font-size:15px; }
.text16 { font-size:16px; }
.text17 { font-size:17px; }
.text18 { font-size:18px; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:21px; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }

.bold{font-weight: bold;}

p {
  font-size:14px;
font-family: 'EB Garamond','Hannari', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight: 400;
	line-height: 2em;
}

a {
font-size:14px;
font-family:'EB Garamond', 'Hannari', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  color: #000;
	text-decoration:none;
}
a:visited {
  color: #999;
}
a:hover {
  color: #555;
}

h1 {
font-family:'EB Garamond', 'Hannari', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  font-size:48px;
  font-weight: normal;
  line-height: 1.8em;
}

h2 {
font-family: 'EB Garamond','Hannari', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  font-size:32px;
  line-height: 1.8em;
  font-weight: normal;
}

h3 {
font-family: 'EB Garamond','Hannari', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  font-size:22px;
  line-height: 1.8em;
  font-weight: normal;
}

h2 img {
	vertical-align:middle;
	margin-right: 0.2em;
}

h5 {
font-family: 'EB Garamond','Hannari', "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  font-size:100%;
  color: #1A1A1A;
  line-height: 1.8em;
}

.center{
	text-align: center;
}

.right{
	text-align: right;
}


/*==========================================================
  改行
==========================================================*/
@media screen and (min-width: 750px){
  .br-pc { display:block; }
  .br-sp { display:none; }
}
	
@media screen and (max-width:750px){
  .br-pc { display:none; }
  .br-sp { display:block; }
}

/*===============================================
画面の横幅が769px以上（パソコン用）
===============================================*/
@media screen and (min-width: 751px){

}



/*===============================================
画面の横幅が640pxまで（スマホ用）
===============================================*/
@media screen and (max-width:750px){

}

