@charset "UTF-8";
/* CSS Document */
body,
td,
p {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #003364;
    font-weight: 600;
}
body,
html {
  height: 100%;
    background-color: #fff
}

h1,h2,h3,h4,nav,.contact2,header p,header a{
	font-family: "Barlow",
    Arial,
    "Hiragino Kaku Go";
}
a {
  color: #003364;
  text-decoration: none;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}

a:hover {
  text-decoration: none !important;
  color: #9B9B9B;
}

a:hover img {
  opacity: 0.8;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  filter: alpha(opacity=80);
  /* IE lt 8 */
  -ms-filter: “alpha(opacity=80)”;
  /* IE 8 */
}

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;
}


.clr:after {
  display: block;
  height: 0;
  clear: both;
  content: ".";
  visibility: hidden;
}

header nav ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}



* {
  box-sizing: border-box
}


.ta_c {
  text-align: center;
}


