@charset "UTF-8";
/*====================================================================
 reset
====================================================================*/
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}
*, ::before, ::after {
  box-sizing: inherit;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, a, 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;
  background: transparent;
}
h1, h2, h3, h4, h5, h6, table {
  font-size: 100%;
}
select, input, button, textarea {
  font-size: 99%;
  font-family: inherit;
}
address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}
ul, ol {
  list-style: none;
}
img {
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.4rem;
  table-layout: fixed;
}
img {
  max-width: 100%;
}


/*====================================================================
 html, body
====================================================================*/
html {
  font-size: 62.5%;
}
body {
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: 'Lucida Grande', Meiryo,'Hiragino Kaku Gothic ProN', sans-serif;
  text-align: left;
  color: #4c4c4c;
  letter-spacing: 0.05em;
  overflow-wrap: break-word;
}
a {
  color: #001871;
  text-decoration: none;
}


/*====================================================================
 contents
====================================================================*/
main a {
  font-weight: bold;
}

.contentBody {
  padding: 0 10px;
  margin: 30px auto 50px;
}

.attention {
  color: #c00;
}


/*====================================================================
 clearfix
====================================================================*/
#header .headerInner:after,
#header .assistNav:after,
#footer .socialMediaBtn ul:after,
#footer .footerSitemap .nav01 dd ul:after,
#footer .footerSitemap .nav03:after {
  content:" ";
  display:block;
  clear:both;
}

