/* リセット */
html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{
  margin:0;
  padding:0
}
article,aside,footer,header,nav,section,figcaption,figure,main {
  display: block;
}
h1,h2,h3,h4,h5,h6 {
  font-size:100%;
  font-weight:500;
  line-height: 1;
}
ul {
  list-style:none;
}
button,input,select,textarea {
  margin:0
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,input {
  overflow: visible;
  vertical-align:middle;
}
button,select {
  text-transform: none;
}
input,button {
  font-family: inherit;
  font-weight: inherit;
}
input[type="submit"],input[type="button"],button[type="submit"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]:-webkit-search-decoration,input[type="button"]:-webkit-search-decoration,button[type="submit"]:-webkit-search-decoration {
  display: none;
}
input[type="submit"]:focus,input[type="button"]:focus,button[type="submit"]:focus {
  outline: none;
}
/* IE 10+ */
:-ms-input-placeholder {
    color: #999;
}
html {
  box-sizing:border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  -webkit-text-size-adjust: 100%;
  /*text-align: justify;*/
}
*,*:before,*:after {
  background-repeat: no-repeat;
  box-sizing:inherit;
}
:before,:after {
  text-decoration: inherit;
  vertical-align: inherit;
}
img,embed,object,audio,video {
  height:auto;
  max-width:100%;
}
img,iframe {
  border:0
}
svg {
  fill: currentColor;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
td,th {
  padding:0;
  text-align:left;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

/*++++++++++++++++++*/
body {
  font:500 16px/1.7 "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  /*font:500 14px/1.6 "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝","MS PMincho", serif;*/
  background: #f0f0f0;
}
.wrapper {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  background: #FFF;
}
header {
  background: url("../img/bg.jpg") no-repeat center center;
  /*height: 360px;*/
}
header h1 {
  text-align: center;
  padding: 33px 0;
}
article {
  padding: 0 0 50px;
}
section {
  padding: 40px 30px;
  text-align: center;
}
section h1 {
  font-size: 30px;
  font-weight: bold;
  padding: 15px;
  border-bottom: 1px solid #000;
}
section h2 {
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
}
section h2:before,
section h2:after {
  padding: 0 5px;
}
section h2:before {
  content: "[";
}
section h2:after {
  content: "]";
}
h1+h2{
  padding-top: 40px;
}
p+h2 {
  padding-top: 30px;
}
.company h2 {
  padding-bottom: 0;
}
.company p+h2 {
  padding-top: 10px;
}

section p {
  padding: 10px;
}
footer {
  background: #000;
  color: #FFF;
  text-align: center;
  padding: 15px 0;
}
footer small {
  font-size: 14px;
}


@media screen and (max-width: 400px){
  section {
    padding: 40px 10px;
  }
  section p {
    /*text-align: left;*/
  }
}

