@charset "utf-8";

html {
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-o-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-size-adjust: 100%;
}

body:before {
display: none;
content: 'sp'
}
@media ( min-width : 751px ) {
body:before {
content: 'pc'
}
}

body {
font-family: 'Noto Sans Japanese', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
color: #465535;
min-width: 320px;
font-size: 14px;
line-height: 1.5;
background-color: #fff;
}
@media ( min-width : 751px ) {
body {
font-size:16px;
}
}
.inner {
max-width: 960px;
margin: 0 auto;
height: 100%;
position: relative;
}
a {
color: #ec7b14;
text-decoration: underline;
}
p{
text-align:justify;
}
@media ( min-width : 751px ) {
a:hover {
text-decoration: none;
}
}
a:visited {
color: #ec7b14;
}
img {
vertical-align: top;
max-width: 100%;
height: auto;
-ms-interpolation-mode: bicubic;
}
a img,
.rsp-img {
width: 100%;
}
strong{
font-weight:bold;
}
.dev-footer-code{
	height:0;
	overflow:hidden;
}
