@charset "UTF-8"; /* Table Of Contents
----------------------------------------------------------------------------
General Elements
header
gNav
visual
topicPath
footer
---------------------------------------------------------------------------- */
/*General Elements
---------------------------------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-weight: 400;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	color: #000000;
}

a {
  text-decoration: none;
  color: #505050;
  outline: none;
}

a:hover {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

input[type="text"], button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

img {
  max-width: 100%;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.content {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 30px;
}

.l-logo {
  background: #0d3560;
  padding: 20px 0;
}

.l-logo span {
  display: block;
  width: 165px;
  margin: 0 auto;
}


@media screen and (max-width: 767px){

  .content {
    max-width: inherit;
    padding: 0 20px;
  }

  .l-logo span {
    width: 114px;
  }

  .l-logo {
    padding: 10px;
  }

}
