
/*************
/* PC SP切替 */
/*************/

/* PC */
.pc-mode{
  display:none;
}

{*width768-949 タブレット*}
@media screen and (min-width:768px) {
  .pc-mode{
    display:block;
  }
}
{*width950以上 PC*}
@media screen and (min-width:950px) {
  .pc-mode{
    display:block;
  }
}

/* SP */
.sp-mode{
  display:block;
}

{*width768-949 タブレット*}
@media screen and (min-width:768px) {
  .sp-mode{
    display:none;
  }
}
{*width950以上 PC*}
@media screen and (min-width:950px) {
  .sp-mode{
    display:none;
  }
}

/************
/* フォント */
/************/
.noto-sans-jp-ExtraBold {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

.noto-sans-jp-Bold {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.noto-sans-jp-Medium {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

/**********
/* その他 */
/**********/
.flex-center{
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 背景斜め線 */
.background-linear {
  background: linear-gradient(167deg, #E5F6FF 0%, #E5F6FF 50%, #ffffff 50%, #ffffff 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

/* フッター */
/*
{* footer *}
.footer-table {
  width: 100%;
  padding-top: margin: 0px 5px 0px 0px;
  padding-bottom: 160px;
  position: absolute;
  background-color: #3366FF;
  z-index: 0;
  height: 17vw;
  padding-left: 9vw;
}

.footer-inquiry{
    background-color: #ffffff;
    font-size: 9px;
    height: 1.5vw;
    width: 8vw;
    text-align: center;
    position: relative;
    border-radius: 12px;
    margin: auto 0;
    font-family: 游ゴシック;
}
*/

/*
.footer-container {
  display:none;
}
{*width768-949 タブレット*}
@media screen and (min-width:768px) {
  .footer-container{
    display: block;
    width: 95%;
    top: 340vw;
    text-align: center;
    position: absolute;
    z-index: 2;
  }
}
{*width950以上 PC*}
@media screen and (min-width:950px) {
  .footer-container{
    display: block;
    width: 95%;
    top: 340vw;
    text-align: center;
    position: absolute;
    z-index: 2;
  }
}
*/
/*
.footer-container {
  display:none;
}

{*width768-949 タブレット*}
@media screen and (min-width:768px) {
  .footer-container{
    display:block;
    width: 95%;
    text-align: center;
    padding: 30px;
    margin-top: -29vw;
  }
}
{*width950以上 PC*}
@media screen and (min-width:950px) {
  .footer-container{
    display:block;
    width: 95%;
    text-align: center;
    padding: 30px;
    margin-top: -29vw;
  }
}
*/

.footer-container-sp {
  display:block;
  position: relative;
  z-index: 1;
}
{*width768-949 タブレット*}
@media screen and (min-width:768px) {
  .footer-container-sp{
    display:none;
  }
}
{*width950以上 PC*}
@media screen and (min-width:950px) {
  .footer-container-sp{
    display:none;
  }
}

{* サブメニュー *}
.submenu-footer-table-sp {
  width: 100%;
  margin-top: -2vh;
  margin-left: 1.2vh;
  background-color: #004DBE;
  padding: 9vw;
  text-align: center;
}

.inquiry-footer-div{
  display: flex;
  justify-content: center;
  align-items: center;
}
