.headerInrPrime_text,
.footerWrapA02_text {
  padding: 10px 10px 0;
  display: block;
}

.headerInrPrime_text_sp {
  display: none;
}

.header_prime_logo {
  margin-right: 25px;
  height: 50px;
  width: auto;
}

img[src$=".svg"] {
  width: auto;
}

footer .footerWrapA01 .footerWrapA02 .footerLogo {
  width: auto;
}

.footer_prime_logo {
  margin-left: 20px;
}

.footerWrapA02_text {
  color: #ffffff;
}

/* ハンバーガーメニュー内調整 */
header #gNavSp_hum {
  display: none;
}

header #gNavSp_hum .headerEn_hum {
  z-index: 11;
}

header #gNavSp_hum .headerEn_hum a {
  font-family: "Montserrat", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic Pro", Arial, "メイリオ", Meiryo, Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  color: #0066d9;
  width: 100px;
  height: 30px;
  border: 1px solid #0066d9;
  border-radius: 15px;
  /* -webkit-border-radius: 12px; */
  /* -moz-border-radius: 12px; */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
}
 
header #gNavSp_hum .headerEn_hum a:hover {
  color: #0066d9;
  border-color: #0066d9;
}

@media only screen and (min-width: 1024px) and (max-width: 1180px) {
	.index #idxWrap01 .idxWrap01Inr,
	.index #idxWrap03 .idxWrap03Inr,
	.index #idxWrap04 .idxWrap04Inr,
	.index #idxWrap05 .idxWrap05Inr,
	#idxWrapIpt .idxWrapIptInr {
		width: 100%;
		min-width: 100% !important;
	}
}

@media
only screen and (max-width: 1023px),
only screen and (max-width: 1024px) and (orientation: landscape),
only screen and (min-width: 1024px) and (orientation: portrait) {

  #gHeader .headerInr .headerInrPrime {
    display: flex;
    align-items: center;
  }

  .headerInrPrime_text {
    display: none;
  }

  .headerInrPrime_text_sp {
    padding: initial;
    display: block;
    width: 190px;
    text-align: center;
  }

  .header_prime_logo {
    height: 40px;
  }

  header #gNavSp .headerEn a {
    display: none;
  }

  footer .footerWrapA01 .footerWrapA02 .footerLogo .footer_prime_logo {
    width: auto;
  }

  .footerLogo {
    margin: auto;
  }

  .footerWrapA02_text {
    /* display: none; */
  }

  /* ハンバーガーメニュー内調整 */
  header #gNavSp_hum {
    display: block;
    padding-bottom: 30px;
  }
}