@charset "utf-8";

body {
font-family:"Noto Sans JP",
"Helvetica Neue",
Arial,
"Hiragino Kaku Gothic ProN",
"Hiragino Sans",
Meiryo,
sans-serif;
}

html, body, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
list-style:none;
font-weight:normal;
font-style:normal;
}

* {
margin:0;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
word-break:break-word;
}

html,body {
margin:0;
padding:0;
height:100%;
min-height:100%;
}

html{
margin-bottom:1px;
background: #fff;
}

body {
color:#111c4e;
-webkit-text-size-adjust : 100%!important ;
-ms-text-size-adjust: 100%;
text-size-adjust: 100%;
-webkit-overflow-scrolling: touch;
}

html { font-size: 62.5%; }
body { font-size: 10px; font-size: 1.0rem; }
h1 { font-size: 28px; font-size: 2.8rem; }
h2 { font-size: 20px; font-size: 2rem;}
h3 { font-size: 18px; font-size: 1.8rem; }
p {	line-height:1.8;  letter-spacing: 0.06em; }

small {
text-align:center;
display:block;
font-size:12px;
font-size:1.2rem;
line-height: 1.7;
color: #85899a;
}

img {
max-width : 100% ;
height : auto ;
vertical-align:bottom;
}

section {
display: block;
}

a {
text-decoration: none;
-webkit-tap-highlight-color:rgba(0,0,0,0);
cursor:pointer;
}

a:focus{
outline: none;
}

a img {
-webkit-transition: opacity 0.2s ease-out;
-moz-transition: opacity 0.2s ease-out;
-ms-transition: opacity 0.2s ease-out;
transition: opacity 0.2s ease-out;
}

a:hover img {
opacity: .55;
-webkit-opacity: .55;
-moz-opacity: .55;
filter: alpha(opacity=55);	/* IE lt 8 */
-ms-filter: "alpha(opacity=75)"; /* IE 8 */
}

*:focus {  outline: none; }

button {
background: none;
border: none;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
cursor: pointer;
}

@media(hover: hover) {
.link:hover {  opacity: .7;  }
}

.sp_br{ display: block; }
@media screen and (min-width: 480px) {
.sp_br{ display: none; }
}
@media screen and (min-width: 768px) {
.pc_br { display: block; }

}