html {
  color: #000;
  background: #FFF
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
fieldset, img {
  border: 0
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal
}
ol, ul {
  list-style: none
}
caption, th {
  text-align: left
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal
}
q:before, q:after {
  content: ''
}
abbr, acronym {
  border: 0;
  font-variant: normal
}
sup {
  vertical-align: text-top
}
sub {
  vertical-align: text-bottom
}
input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
legend {
  color: #000
}
body {
  font-size: 62.5%;
  line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 62.5%;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
img, source {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
.optionimg {
  margin-left: 10%;
  position: relative;
}
.optionimg img, source {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.gnavi .headMenu ul li {
  width: 16.3%;
  margin-left: 0.2%;
}
.gnavi .headMenu a {
  cursor: pointer;
}
.gnavi .headMenu ul li:nth-of-type(3),
.gnavi .headMenu ul li:nth-of-type(5) {
  margin-left: 0%;
}
.gnavi .headMenu ul li:nth-of-type(6) {
margin-left: 1.6%;
}
.gnavi .headMenu ul li img {
  height: 48px;
}
.gnavi .headMenu ul .head_submenu {
  display: none;
}
.gnavi .headMenu ul .open {
  display: block;
}
.gnavi .headMenu ul .head_submenu li {
  width: 100%;
  border: 1px solid #0b308e;
  height: 10px !important;
  background-color: #FFF;
  text-align: center;
  padding: 15px 0;
}
.gnavi .headMenu ul .head_submenu a {
  background-color: initial;
  color:#0b308e;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
.gnavi .headMenu ul .head_submenu a .arrow {
  position: relative;
  display: inline-block;
  float: right;
}
.gnavi .headMenu ul .head_submenu a .arrow::before {
  content: '';
  width: 6px;
  height: 6px;
  border-top: solid 1.5px #0b308e;
  border-right: solid 1.5px #0b308e;
  transform: rotate(45deg);
  position: absolute;
  margin-top: 2px;
  right: 5px;
}

/*特典バナーサイズ修正*/
.headMenu_campain_banner {
 width: 100%;
}
figure {
  margin: 0;
  padding: 0;
  width: 100%;
}
input::-webkit-input-placeholder {
  color: #b3b3b3;
}
input:-moz-placeholder {
  color: #b3b3b3;
}
input::-moz-placeholder {
  color: #b3b3b3;
}
input:-ms-input-placeholder {
  color: #b3b3b3;
}
::placeholder { /* CSS Working Draft */
  color: #ccc;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"], input[type="button"], button[type="submit"], 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, button[type="submit"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="button"]::focus, button[type="submit"]::focus, button[type="submit"]::focus {
  outline-offset: -2px;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
@media all and (-ms-high-contrast:none){
   body {
      font-family: "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", sans-serif;
}
}

