@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
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;
}

* { box-sizing: border-box;}

html { height: 100%; font-size: 62.5%;}
html, body { height: 100%;}

body { margin: 0; padding: 0; font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; font-weight: 500; font-size: 1.4rem; line-height: 1.8em; font-feature-settings: "palt"; letter-spacing: 0.08em; text-align: justify; color: #333; background: #fff;}

a:link { color: #AC0000; text-decoration: none;}
a:visited { color: #AC0000;}
a:hover { color: #333;}
a:active { color: #333;}

h2 { font-size: 1.6rem; line-height: 1.8em; margin: 0 0 40px 0; padding: 0; color: #AC0000;}
h3 { font-size: 2.0rem; line-height: 1.6em; color: #AC0000; margin: 0 0 20px 0; padding: 0;}

h4 { font-size: 1.6rem; line-height: 1.6em; font-weight: normal; color: #AC0000; margin: 0 0 10px 0; padding: 0; letter-spacing: normal;}
h4.block { font-size: 1.6rem; line-height: 1.2em; font-weight: normal; color: #fff; text-align: center; background-color: #AC0000; margin: 0 0 10px 0; padding: 8px 0; letter-spacing: normal;}

h5 { font-size: 1.4rem; line-height: 1.4em; font-weight: bold; color: #AC0000; margin: 0 0 10px 0; padding: 0;}

p { margin: 0; padding: 0 0 20px 0;}
p.caption { font-size: 1.2rem; line-height: 1.6em !important; margin: 0; padding: 0;}

img.img-responsive { width: 100% !important; height: auto !important;}
