@charset "UTF-8";
/* CSS Document */

html {
  width: 100%;
}
body {
  *font-size: small;
  *font: x-small;
  font-size: 14px;
  line-height: 1.5;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: left;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #333333;
  -webkit-text-size-adjust: 100%;
  position: relative;
}
body *, body *::before, body *::after {
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, p, ul, ol, li, img, table, th, td, dl, dt, dd {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
li {
  list-style-type: none;
}
a {
  transition: opacity .2s;
  cursor: pointer;
  color: #333333;
  text-decoration: none;
}
a:hover {
  opacity: .8;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
input, textarea, select, button, label {
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
}
.tabOnly {
  display: none;
}
.spOnly {
  display: none;
}
.pcOnly {
  display: block !important;
}
figure {
  margin: 0;
}
#wrap {
  overflow: hidden;
  position: relative;
  padding-top: 150px;
}
html #wpadminbar {
  position: fixed;
}

@media only screen and (max-width:1120px) {
  .pcOnly {
    display: none !important;
  }
  .tabOnly {
    display: block !important;
  }
}
@media only screen and (max-width:1024px) {
  #wrap {
    padding-top: 55px;
  }
}
@media only screen and (max-width:767px) {
  .tabOnly {
    display: none !important;
  }
  .spOnly {
    display: block !important;
  }
  #wrap {
    padding-top: 54px;
  }
  .customize-support header {
    top: 46px;
  }
}


/* header
-----------------------------------------------*/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
  width: 100%;
  height: 150px;
}
header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 75px;
  padding: 15px 30px 0 30px;
}
header .logo {
  width: 346px;
}
header .logo img {
  width: 100%;
}
header .menuArea {
  display: flex;
  align-items: center;
}
header .linkArea ul {
  display: flex;
}
header .linkArea li {
  font-size: 14px;
  font-weight: bold;
  padding-left: 25px!important;
}
.naviAreBg {
  background: #002e70;
  position: fixed;
  left: 0;
  top: 150px;
  width: 100%;
  height: 0;
  transition: height .4s;
}
header .naviArea {
  display: inline-block;
}
header .naviArea > ul {
  display: flex;
  height: 75px;
  padding: 0 10px;
}
header .naviArea > ul > li > span {
  cursor: pointer;
}
header .naviArea > ul > li > a,
header .naviArea > ul > li > span a {
  display: flex;
  height: 100%;
  padding: 0 25px;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  line-height: 1.3;
}
header .naviArea > ul > li > span a {
  pointer-events: none;
}
header .naviArea > ul > li.active > a,
header .naviArea > ul > li.active > span a {
  background: #002e70;
  color: #fff;
}
header .naviArea > ul > li.current::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: calc(100% - 30px);
  height: 4px;
  background: #002e70;
  transform: translateX(-50%);
  z-index: 1;
}
header .naviArea .subMenu {
  display: none;
  position: fixed;
  top: 150px;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 40px 80px 70px 140px;
}
header .naviArea .subMenu a {
  color: #fff;
}
header .naviArea .subMenu h2 {
  max-width: 1180px;
  margin: 20px auto 0;
}
header .naviArea .subMenu h2 a span {
  max-width: 1180px;
  margin: 0 auto;
  font-size: 24px;
}
header .naviArea .subMenu .list ul {
  display: flex;
  flex-wrap: wrap;
}
header .naviArea .subMenu .list li {
  max-width: 380px;
  width: 100%;
  margin: 0;
  padding: 20px 0;
}
header .naviArea .subMenu .list li.top {
  align-items: baseline;
}
header .naviArea .subMenu .list li:last-child {
  margin: 0;
}
header .naviArea .subMenu .list li a {
  font-size: 18px;
  position: relative;
  padding-left: 30px;
}
header .naviArea .subMenu .list li a::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 0;
  border-bottom: solid 3px #002e70;
  border-left: solid 3px #002e70;
  transform: translate(0%, -50%) rotate(-135deg);
}
header .naviArea .subMenu .list li > ul {
  margin-top: 10px;
}
header .naviArea .subMenu .list li > ul li {
  padding: 0 20px;
}
header .naviArea .subMenu .list li > ul li a {
  font-size: 14px;
  padding-left: 20px;
}
header .naviArea .subMenu .list li > ul li a::after {
  width: 10px;
  height: 10px;
  border-bottom: solid 3px #002e70;
  border-left: solid 3px #002e70;
}
header .naviArea > ul > li, 
header .naviArea > ul > li.current {
  position: relative;
}
header .naviArea > ul li:hover > .subMenu a::before {
  display: none;
}
header .iconArea {
  position: relative;
  padding: 0 0 0 30px;
  margin-left: 25px;
  border-left: 1px solid #ccc;
}
header .iconArea ul {
  display: flex;
  align-items: center;
  height: 30px;
}
header .iconArea li:not(:last-child) {
  margin-right: 25px;
}
header .iconArea li a {
  position: relative;
  font-size: 12px;
  font-weight: bold;
}
header #menuBtn {
  display: none;
}
@media only screen and (max-width:1024px) {
  header {
    height: 60px;
  }
  header .inner {
    padding: 0 0 0 15px;
    height: 60px;
  }
  header .logo {
    width: 200px;
  }
  header #menuBtn {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    cursor: pointer;
  }
  header #menuBtn::before, 
  header #menuBtn::after,
  header #menuBtn span {
    content: "";
    width: 30px;
    height: 2px;
    background: #333;
    position: absolute;
    left: 50%;
    font-size: 0;
    transition: all .2s;
  }
  header #menuBtn::before {
    top: 20px;
    transform: translate(-50%, 0%);
  }
  header #menuBtn::after {
    bottom: 20px;
    transform: translate(-50%, 0%);
  }
  header #menuBtn span {
    top: 50%;
    transform: translate(-50%, -50%);
  }
  header #menuBtn.active::before {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  header #menuBtn.active::after {
    bottom: 50%;
    transform: translate(-50%, 50%) rotate(-45deg);
  }
  header #menuBtn.active span {
    opacity: 0;
  }
  header .menuArea {
    display: none !important;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    box-sizing: border-box;
    overflow: hidden;
    background: #fff;
    font-size: 0;
    overflow-y: auto;
    padding: 0 20px;
  }
  .naviAreBg {
    display: none;
  }
  header .naviArea {
    display: none;
    height: auto;
  }
  header .naviArea ul {
    flex-wrap: wrap;
    height: auto;
  }
  header .naviArea li {
    display: block;
    margin: 20px 0 0;
    padding: 0;
    width: 100%;
  }
}


/* naviBg
-----------------------------------------------*/
#hNaviBg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
header .naviArea,
header .inner {
  position: relative;
  z-index: 1;
}
header .inner {
  pointer-events: none;
}
header .inner > * {
  pointer-events: auto;
}
#naviBg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.3);
  display: none;
}
@media only screen and (max-width:767px) {
  #naviBg {
    display: none !important;
  }
}


/* footer
-----------------------------------------------*/
footer {
  border-top: 1px solid #ccc;
}
footer.footerEn {
  border-top: none;
}
footer .foot {
  border-top: 1px solid #cccccc;
}
footer .menu {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 40px;
  display: flex;
}
footer .menu .col2 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-left: 100px;
  margin-top: -50px;
}
footer .menu .col2 .col {
  border-left: 1px solid #e6e6e6;
  padding-left: 15px;
  width: calc(100% / 6);
  margin-top: 50px;
}
footer .menu .col2 .col.home {
  position: absolute;
  left: 0;
  top: 0;
  border: none;
  padding: 0;
  width: auto;
}
footer .menu li {
  font-size: 12px;
  line-height: 1.5;
  font-feature-settings: "palt";
}
footer .menu li:not(:first-child) {
  margin-top: 6px;
}
footer .menu li strong {
  font-size: 14px;
}
footer .menu li a[target="_blank"]::after {
  content: "";
  display: inline-block;
  background-image: url("/image/common/icon_win.svg");
  width: 11px;
  height: 10px;
  margin-left: 5px;
}
footer .foot .inner {
  align-items: center;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
footer .foot .logo {
  display: flex;
  align-items: center;
}
footer .foot .logo a {
  display: block;
  width: 200px;
}
footer .foot .logo p {
  font-size: 10px;
  margin-left: 30px;
}
footer .sns ul {
  display: flex;
  align-items: center;
}
footer .sns li {
  margin-right: 10px;
}
footer .sns li:first-child {
  margin-right: 15px;
}
footer .sns img {
  width: 100%;
  max-height: 34px;
  border-radius: 50%;
  border: 1px solid #cccccc;
}
footer .copyEn {
  padding: 40px;
  font-size: 12px;
  line-height: 1;
}
@media only screen and (max-width:1480px) {
  footer .menu .col2 .col {
    width: calc(100% / 5);
  }
}
@media only screen and (max-width:1280px) {
  footer .menu .col2 .col {
    width: calc(100% / 4);
  }
}
@media only screen and (max-width:1024px) {
  footer .menu .col2 {
    padding-left: 0;
    margin-top: -50px;
  }
  footer .menu .col2 .col.home {
    position: relative;
    display: none;
  }
  footer .menu .col2 .col {
    width: calc(100% / 3);
  }
  footer .sns li:first-child {
    display: none;
  }
}
@media only screen and (max-width:767px) {
  footer .menu {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 40px 20px;
    display: flex;
  }
  footer .menu .col2 {
    width: 100%;
    margin-top: -30px;
  }
  footer .menu .col2 .col {
    width: 50%;
    margin-top: 30px;
  }
  footer .menu li {
    font-size: 11px;
  }
  footer .foot .inner {
    flex-wrap: wrap;
    padding: 20px;
  }
  footer .foot .logo {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  footer .foot .logo a {
    margin: 0 auto;
  }
  footer .foot .logo p {
    margin: 10px 0 0 0;
  }
  footer .sns {
    width: 100%;
  }
  footer .sns ul {
    justify-content: center;
  }
  footer .copyEn {
    padding: 20px;
    font-size: 10px;
  }
}


/* topBtn
-----------------------------------------------*/
#topBtn {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: #fff;
  z-index: 10;
  cursor: pointer;
  margin-bottom: 40px;
}
#topBtn::before {
  content: '';
  width: 7px;
  height: 7px;
  border-top: solid 2px #ccc;
  border-right: solid 2px #ccc;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: rotate(-45deg)translate(-50%, -50%);
  margin-top: -9px;
}
#topBtn::after {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  width: 2px;
  height: 18px;
  margin-left: -1.5px;
  background-color: #ccc;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width:767px) {
  #topBtn {
    display: none !important;
  }
}


/* bnrArea
-----------------------------------------------*/
#bnrArea {
  padding: 0 40px;
}
#bnrArea .inner {
  max-width: 1270px;
  padding: 100px 0;
  margin: 0 auto;
}
#bnrArea .bnrAreaListL {
  display: grid;
  max-width: 666px;
  margin: 0 auto;
  gap: 22px 22px;
  grid-template-columns: 1fr 1fr;
}
#bnrArea .bnrAreaList {
  display: flex;
  flex-wrap: wrap;
  gap: 22px 22px;
  margin-top: 60px;
  justify-content: center;
}
  #bnrArea .bnrAreaList + .bnrAreaList {
    margin-top: 22px;
  }
#bnrArea .bnrAreaList li {
  max-width: 235px;
  width: 100%;
}
#bnrArea .bnrAreaList .hcp {
  position: relative;
}
#bnrArea .bnrAreaList .hcp a {
  position: absolute;
}
#bnrArea .bnrAreaList .hcp a:nth-child(2) {
  left: 0;
  top: 0;
  width: 100%;
  height: 68%;
}
#bnrArea .bnrAreaList .hcp a:nth-child(3) {
  left: 0;
  bottom: 0;
  width: 50%;
  height: 32%;
}
#bnrArea .bnrAreaList .hcp a:nth-child(4) {
  right: 0;
  bottom: 0;
  width: 50%;
  height: 32%;
}

@media only screen and (max-width:1080px) {
  #bnrArea .bnrAreaList {
    margin: 60px auto 0;
    max-width: 500px;
    gap: 22px 22px;
  }
  #bnrArea .bnrAreaList li {
    width: 50%;
  }
}
@media only screen and (max-width:767px) {
  #bnrArea {
    padding: 0 20px;
  }
  #bnrArea .inner {
    padding: 40px 0;
  }
  #bnrArea .bnrAreaListL {
    gap: 10px 10px;
    grid-template-columns: 1fr 1fr;
  }
  #bnrArea .bnrAreaList {
    display: grid;
    gap: 10px 10px;
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }
  #bnrArea .bnrAreaList + .bnrAreaList {
    margin-top: 10px;
  }
  #bnrArea .bnrAreaList li {
    width: auto;
  }
}


/* thumbNaviList
-----------------------------------------------*/
.thumbNaviList {
  display: grid;
  gap: 40px 20px;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 40px auto 0;
  max-width: 1180px;
}
.thumbNaviList li a {
  display: flex;
  align-items: center;
}
.thumbNaviList li .img {
  width: 60px;
  overflow: hidden;
  align-items: flex-start;
}
.thumbNaviList li .img img {
  width: 100%;
  filter: brightness(0) invert(1);
}
.thumbNaviList li .txt {
  width: calc(100% - 60px);
  padding-left: 15px;
}
.thumbNaviList li .txt p {
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
}
@media only screen and (max-width:767px) {
  .thumbNaviList {
    gap: 10px;
    margin-top: 40px;
    padding-top: 40px;
    grid-template-columns: 1fr;
  }
  .thumbNaviList li {
    width: 100%;
  }
  .thumbNaviList li .img {
    width: 100px;
  }
  .thumbNaviList li .txt {
    width: calc(100% - 100px);
    padding-left: 20px;
  }
  .thumbNaviList li .txt p {
    font-size: 16px;
  }
}

@media only screen and (min-width:1025px) {
  #spNavi {
    display: none !important;
  }
}
@media only screen and (max-width:1024px) {
  #spNavi {
    display: none;
    position: fixed;
    left: 0;
    top: 60px;
    z-index: 11;
    width: 100%;
    height: calc(100% - 60px);
    background: #fff;
    overflow-y: auto;
    padding-bottom: 40px;
  }
  #spNavi .navi {
    border-bottom: 1px solid #ccc;
  }
  #spNavi .navi > li > a,
  #spNavi .navi li p {
    display: block;
    position: relative;
    border-top: 1px solid #ccc;
    padding: 20px;
    font-weight: bold;
    cursor: pointer;
  }
  #spNavi .navi li p::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: calc(50% - 3px);
    right: 25px;
    border-bottom: solid 2px #002e70;
    border-left: solid 2px #002e70;
    transform: translate(0%, -50%) rotate(-45deg);
  }
  #spNavi .navi li p.active::after {
    top: calc(50% + 3px);
    transform: translate(0%, -50%) rotate(135deg);
  }
  #spNavi .navi li > a[target="_blank"]::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translate(0%, -50%);
    background-image: url("/image/common/icon_win.svg");
    width: 11px;
    height: 10px;
  }
  #spNavi .navi li ul {
    display: none;
    border-bottom: none;
    padding: 0 20px 20px;
  }
  #spNavi .navi li ul li a{
    position: relative;
    display: block;
    padding: 10px 0;
  }
  #spNavi .navi li ul li ul {
    display: block;
    padding: 0 20px;
  }
  #spNavi .iconArea {
    margin-top: 20px;
  }
  #spNavi .iconArea ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #spNavi .iconArea li:not(:last-child) {
    margin-right: 25px;
  }
  #spNavi .iconArea li.language a {
    margin: 0 10px;
  }
  #spNavi .iconArea li a {
    position: relative;
    font-size: 14px;
    font-weight: bold;
  }
}