@charset "UTF-8";
html {
  -ms-overflow-style: auto;
}

body {
  margin: 0;
  background-color: #fff;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
   -ms-text-size-adjust: none;
       text-size-adjust: none;
  font-family: "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,arial,sans-serif;
  color: #333333;
  overflow-x: hidden;
  width: 100%;
}

p, form, h1, h2, h3, h4, h5, h6, ul, ol, dl, dd, input, textarea, button {
  margin: 0;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

ul, ol {
  padding: 0;
  list-style: none;
}

img {
  border: 0;
  vertical-align: bottom;
}

hr {
  margin: 0;
  border: 0;
}

button {
  padding: 0;
  border: 0;
  cursor: pointer;
}

button:focus {
  outline: none;
}

input::-ms-clear {
  visibility: hidden;
  display: none;
}

input::-ms-reveal {
  visibility: hidden;
  display: none;
}

input, textarea {
  border: 0;
  border-radius: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #b3b3b3;
}

::-moz-placeholder {
  color: #b3b3b3;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #b3b3b3;
}

a {
  color: #0067aa;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

table {
  border-collapse: collapse;
}

body {
  font-size: 16px;
  line-height: 1.7;
}

@media screen and (max-width: 980px) {
  body {
    font-size: 14px;
    line-height: 1.5;
  }
}

.g-html-cursor a:hover {
  text-decoration: underline;
}

/**
 * override AEM default style
 **/
.headerPopup .popupCloser {
  display: none;
}

#contentsWrapper.popup #mainContentsArea {
  border-top: none;
}

#contentsWrapper.popup #mainContentsArea > .contArea {
  max-width: 100%;
  padding: 0;
}

#contentsWrapper.popup .btn-pageTop {
  display: none;
}

#contentsWrapper.popup .xf-content-height {
  min-height: initial;
}
