/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark

font-family: 'Noto Sans JP', sans-serif;
font-family: 'Noto Serif JP', serif;
font-family: 'Sawarabi Mincho', serif;
*/
html{
  font-family: 'Noto Sans JP', sans-serif;
  box-sizing: border-box;
  font-weight: normal; 
  font-size:10px;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
html, body, div, 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, a,
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, input[type="submit"] {
  /* outline: 1px palevioletred solid; */
  margin:0;
  padding:0;
  border:0;
  vertical-align:baseline;
  background:transparent;
}
body {
  line-height: 1.5;
  /* overflow-y: scroll; */
}

p, th, td{
  font-size: 15px;
  line-height: 2.5rem;
  font-weight: normal;
}
h1, h2, h3, h4{
  font-family: "Sawarabi Mincho";
  font-weight: normal;
  color: #12229B;
  letter-spacing: .5rem;
}
h2{
  font-size: 47px;
}
h3{
  font-size: 43px;
}
h4{
font-size: 35px;
margin-bottom: 50px;
}
h5{
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: .5rem;
  color: black;
}
#top h2, #top h3, #top h4{
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
display:block;
}

ul, li {
  list-style:none;
}

blockquote, q {
  quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

a {
  color: white;
  text-decoration: none;
  margin:0;
  padding:0;
  vertical-align:baseline;
  background:transparent;
  cursor: pointer;
}
footer a, .bl_news_item a{
  color: black;
}

/* iphoneデフォルトのボタンcssを無効にする */
input[type="submit"], button, select, textarea {
  -webkit-appearance: none;
}
input[type="radio"], input[name="birthday_day"],
input[type="checkbox"]{
  -webkit-appearance: auto;
}

img{
  vertical-align: middle;
  width: 100%;
}

/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000; 
  font-style:italic;
  font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* jsが読み込まれてからslickのスライダーを表示する */
.slider{
  display: none;
  height: 0;
}
.slider.slick-initialized{
  display: block; /*slick-initializedが付与されたら表示*/
}

@media screen and (max-width: 960px) {
  h2, h3, h4, h5{
    text-align: center;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 560px) {
}