/* リセット
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, button {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 140%;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a img {
  border: 0;
}

img {
  height: auto;
  max-width: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  position: relative;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%
}

input,
button,
textarea,
select {
  /* デフォルトスタイルをリセット */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  /* font-familyを継承しないので、継承させる */
  font-family: inherit;

  /* iOSの角丸をリセット */
  border-radius: 0;

  /* box-size */
  box-sizing: border-box;

  /* 文字の大きさ iOSでズームさせないために16px以上を指定 */
  font-size: 16px;

  /* 文字色を親から継承 */
  color: inherit;
}

label {
  /* iOSでのlabelとinput,select,textareaの関連付け */
  cursor: pointer;
}

/* スピンボタン非表示 chrome,safari */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="date"]::-webkit-inner-spin-button {
  /*-webkit-appearance: none;
  margin: 0;*/
  display: none;
}

/* スピンボタン非表示(firefox) */
input[type="number"],
input[type="month"],
input[type="datetime-local"],
input[type="week"],
input[type="time"],
input[type="date"] {
  -moz-appearance: textfield;
}

/* クリアボタン非表示 */
input[type="date"]::-webkit-clear-button,
input[type="month"]::-webkit-clear-button,
input[type="datetime-local"]::-webkit-clear-button,
input[type="time"]::-webkit-clear-button,
input[type="week"]::-webkit-clear-button {
  -webkit-appearance: none;
}

/* input */
input {
  /* 背景色(任意の色を指定) */
  background-color: #fff;

  /* inputの枠線を消す */
  border: 1px solid transparent;
  transition: border 0.2s ease-out;

  /* 文字色を親から継承 */
  color: inherit;

  /* 任意の高さ */
  height: 50px;

  /*inputのフォーカス時の枠線を消す*/
  outline: 0;
}

/* inputにフォーカスが当たっている時 */
input:focus {
  border: 1px solid #000;
}


/* 全体設定
------------------------------------------------------------*/
body {
  font-family: 'Noto Sans JP', Arial,Helvetica, "Yu Gothic", "游ゴシック体","游ゴシック", "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN","メイリオ ", Meiryo, sans-serif;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 2px;
  color: #000;
  font-weight: normal;
  width: 100%;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  overflow-x: hidden;
  font-feature-settings: "palt";
}



*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  color: #000;
}

a:hover, a:active {
  outline: none;
  text-decoration: none;
  color: #000;
}

img {
  vertical-align: top;
}
.text-s {
  font-size: 14px;
  line-height: 1.6;
}
.text-center {
  text-align: center;
}
.text-center-pc {
  text-align: center;
}
.note {
  text-indent: -1em;
  margin-left: 1em;
}
strong {
  font-weight: bold;
}

.text-centerBox{
  text-align: center;
}
@media (min-width: 767px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}



/* ヘッダー
------------------------------------------------------------*/
header {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  background: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
}
.sp-nav {
  display: none;
}
header .header-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}
header .header-inner .logo {
  width: 420px;
  display: flex;
  padding: 10px 0 14px;
}
header .header-inner .logo .logoImg {
  width: 180px;
}
header .header-inner .logo .logoImg img {
  width: 100%;
}
header .header-inner .logo .logoCopy {
  width: calc(100% - 180px);
  font-size: 12px;
  line-height: 1.4;
  margin-left: 10px;
  padding: 6px 0 0 0;
}
header .header-inner .logo .logoCopy span {
  color: #1d2088;
  letter-spacing: .4px;
}
header .header-inner .logo h1 {
  font-size:12px;
  display:inline;
}
header .header-inner nav {
  width: calc(100% - 420px);
  display: flex;
  -webkit-box-pack: justify;
     -ms-flex-pack: justify;
   justify-content: space-between;
}
header .header-inner nav .menuBox {
  padding: 24px 0 0 0;
  font-weight: bold;
  text-align: center;
  width: calc(100% - 150px);
}
header .header-inner nav .menuBox li {
  display: inline-block;
  padding: 0 10px;
  margin: 0 10px;
  position: relative;
  font-size: 16px;
  z-index: 1;
}
header .header-inner nav .menuBox li:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -14px;
  margin: auto;
  width: 1px;
  height: 16px;
  background: #aeadad;
  transform: rotate(25deg);
}
header .header-inner nav .menuBox a:last-child li:after {
  content: none;
}
header .header-inner nav .menuBox a li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 5px;
  background: #ffffff;
  z-index: -1;
  transition: all .3s ease;
}
header .header-inner nav .menuBox a:hover li:before {
  background: #ffe400;
  transition: all .3s ease;
}

header .header-inner nav .cartBox {
  width: 150px;
  text-align: right;
  padding: 24px 0 0 0;
}
header .header-inner nav .cartBox li {
  display: inline-block;
  height: 36px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0;
  margin-left: 20px;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}

header .header-inner nav .cartBox li img {
  height: 22px;
}

header .header-inner nav .cartBox a li:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 5px;
  background: #ffffff;
  z-index: -1;
  transition: all .3s ease;
}
header .header-inner nav .cartBox a:hover li:before {
  background: #ffe400;
  transition: all .3s ease;
}





/* Q&A
------------------------------------------------------------*/

/* TOP用 */
.block06 {
  display: block;
  margin: 0 0 100px 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.block06 dl {
}
.block06 dl dt {
  position: relative;
  padding: 10px 0 10px 60px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
.block06 dl dt:before {
  content: "Q";
  font-family: 'Anton', sans-serif;
  line-height: 1;
  color: #fff;
  background: #000;
  padding: 6px 12px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 30px;
}
.block06 dl dd {
  position: relative;
  padding: 0 0 40px 60px;
  margin-bottom: 40px;
  border-bottom: 2px solid #ffe400;
  font-size: 16px;
}
.block06 dl dd:last-child {
  border-bottom: none;
}
.block06 dl dd:before {
  content: "A";
  font-family: 'Anton', sans-serif;
  line-height: 1;
  color: #000;
  background: #ffe400;
  padding: 6px 12px 4px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 30px;
}

/* 下層用 */
.blockContent dl {
}
.blockContent dl dt {
  position: relative;
  padding: 10px 0 10px 60px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}
.blockContent dl dt:before {
  content: "Q";
  font-family: 'Anton', sans-serif;
  line-height: 1;
  color: #fff;
  background: #000;
  padding: 6px 12px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 30px;
}
.blockContent dl dd {
  position: relative;
  padding: 0 0 40px 60px;
  margin-bottom: 40px;
  border-bottom: 2px solid #ffe400;
  font-size: 16px;
}
.blockContent dl dd:last-child {
  border-bottom: none;
}
.blockContent dl dd:before {
  content: "A";
  font-family: 'Anton', sans-serif;
  line-height: 1;
  color: #000;
  background: #ffe400;
  padding: 6px 12px 4px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 30px;
}


/* フッター
------------------------------------------------------------*/

footer {
  background: #000;
  color: #fff;
}

footer .inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 20px 60px;
  position: relative;
  text-align: center;
}
footer .inner ul {
  display: inline-block;
  margin: 0 0 60px 0;
  font-size: 16px;
}
footer .inner ul li {
  display: table-cell;
  padding: 0 20px;
  position: relative;
}
footer .inner ul li:after {
  content: "";
  width: 1px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #999;
}
footer .inner ul li:last-child:after {
  content: none;
}
footer .inner ul li a {
  color: #fff;
}
footer .copyright {
  display: block;
  font-size: 10px;
}



/* PC,SP切り替え
------------------------------------------------------------*/
.pc-on {
  display: block !important;
}

.pc-on-inlineblock {
  display: inline-block !important;
}
.pc-on-inline {
  display: inline !important;
}
.pc-on-flex {
  display: flex !important;
}

.sp-on {
  display: none !important;
}

.sp-on-inlineblock {
  display: none !important;
}
.sp-on-inline {
  display: none !important;
}


/* タブレット等
-----------------------------------------------*/
@media screen and (max-width:1160px) {

  body {
    font-size: 2vw;
    line-height: 1.6;
  }

  /* ヘッダー
  ------------------------------------------------------------*/
  header {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
  }
  .sp-nav {
    display: none;
  }
  header .header-inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 2vw;
    display: flex;
    -webkit-box-pack: justify;
       -ms-flex-pack: justify;
     justify-content: space-between;
  }
  header .header-inner .logo {
    width: 17vw;
    display: block;
    padding: 10px 0 14px;
  }
  header .header-inner .logo .logoImg {
    width: 100%;
  }
  header .header-inner .logo .logoImg img {
    width: 100%;
  }
  header .header-inner .logo .logoCopy {
    display: none;
  }
  header .header-inner .logo .logoCopy span {
    color: #1d2088;
    letter-spacing: .4px;
  }
  header .header-inner nav {
    width: 74vw;
    display: flex;
      -webkit-box-pack: end;
     -ms-flex-pack: end;
    justify-content: flex-end;
  }
  header .header-inner nav .menuBox {
    padding: 24px 0 0 0;
    font-weight: bold;
    text-align: right;
    width: calc(100% - 15vw);
  }
  header .header-inner nav .menuBox li {
    display: inline-block;
    padding: 0 10px;
    margin: 0 10px;
    position: relative;
    font-size: 1.6vw;
    z-index: 1;
  }
  header .header-inner nav .menuBox li:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -14px;
    margin: auto;
    width: 1px;
    height: 16px;
    background: #aeadad;
    transform: rotate(25deg);
  }
  header .header-inner nav .menuBox a:last-child li:after {
    content: none;
  }
  header .header-inner nav .menuBox a li:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 5px;
    background: #ffffff;
    z-index: -1;
    transition: all .3s ease;
  }
  header .header-inner nav .menuBox a:hover li:before {
    background: #ffe400;
    transition: all .3s ease;
  }

  header .header-inner nav .cartBox {
    width: 15vw;
    text-align: right;
    padding: 24px 0 0 0;
  }
  header .header-inner nav .cartBox li {
    display: inline-block;
    height: 3.6vw;
    text-align: center;
    font-size: 1.2vw;
    letter-spacing: 0;
    margin-left: 2vw;
    line-height: 1.4;
    position: relative;
    z-index: 1;
  }

  header .header-inner nav .cartBox li img {
    height: 2.2vw;
  }

  header .header-inner nav .cartBox a li:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 3px;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 5px;
    background: #ffffff;
    z-index: -1;
    transition: all .3s ease;
  }
  header .header-inner nav .cartBox a:hover li:before {
    background: #ffe400;
    transition: all .3s ease;
  }





  /* Q&A
  ------------------------------------------------------------*/

  /* TOP用 */
  .block06 {
    display: block;
    margin: 0 0 100px 0;
    padding: 0;
    position: relative;
    width: 100%;
  }
  .block06 dl {
  }
  .block06 dl dt {
    position: relative;
    padding: 10px 0 10px 60px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
  }
  .block06 dl dt:before {
    content: "Q";
    font-family: 'Anton', sans-serif;
    line-height: 1;
    color: #fff;
    background: #000;
    padding: 6px 12px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 30px;
  }
  .block06 dl dd {
    position: relative;
    padding: 0 0 40px 60px;
    margin-bottom: 40px;
    border-bottom: 2px solid #ffe400;
    font-size: 16px;
  }
  .block06 dl dd:last-child {
    border-bottom: none;
  }
  .block06 dl dd:before {
    content: "A";
    font-family: 'Anton', sans-serif;
    line-height: 1;
    color: #000;
    background: #ffe400;
    padding: 6px 12px 4px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 30px;
  }

  /* 下層用 */
  .blockContent dl {
  }
  .blockContent dl dt {
    position: relative;
    padding: 10px 0 10px 60px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
  }
  .blockContent dl dt:before {
    content: "Q";
    font-family: 'Anton', sans-serif;
    line-height: 1;
    color: #fff;
    background: #000;
    padding: 6px 12px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 30px;
  }
  .blockContent dl dd {
    position: relative;
    padding: 0 0 40px 60px;
    margin-bottom: 40px;
    border-bottom: 2px solid #ffe400;
    font-size: 16px;
  }
  .blockContent dl dd:last-child {
    border-bottom: none;
  }
  .blockContent dl dd:before {
    content: "A";
    font-family: 'Anton', sans-serif;
    line-height: 1;
    color: #000;
    background: #ffe400;
    padding: 6px 12px 4px;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 30px;
  }


  /* フッター
  ------------------------------------------------------------*/

  footer {
    background: #000;
    color: #fff;
  }

  footer .inner {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 2vw 60px;
    position: relative;
    text-align: center;
  }
  footer .inner ul {
    display: inline-block;
    margin: 0 0 60px 0;
    font-size: 1.5vw;
  }
  footer .inner ul li {
    display: table-cell;
    padding: 0 2vw;
    position: relative;
  }
  footer .inner ul li:after {
    content: "";
    width: 1px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #999;
  }
  footer .inner ul li:last-child:after {
    content: none;
  }
  footer .inner ul li a {
    color: #fff;
  }
  footer .copyright {
    display: block;
    font-size: 10px;
  }



}





/* スマートフォン
-----------------------------------------------*/
@media only screen and (max-width: 767px) {

  /* PC,SP切り替え
  ------------------------------------------------------------*/
  .pc-on {
      display: none !important;
  }

  .pc-on-inlineblock {
      display: none !important;
  }
  .pc-on-inline {
      display: none !important;
  }
  .pc-on-flex {
    display: none !important;
  }

  .sp-on {
      display: block !important;
  }

  .sp-on-inlineblock {
      display: inline-block !important;
  }
  .sp-on-inline {
      display: inline !important;
  }

  /* 全体設定
  ------------------------------------------------------------*/

  body {
    font-size: 4vw;
    line-height: 1.8;
    letter-spacing: 1px;
    color: #000;
    font-weight: normal;
    width: 100%;
    position: relative;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .text-s {
    font-size: 4vw;
    line-height: 1.6;
  }
  .text-center {
    text-align: center;
  }
  .text-center-pc {
    text-align: left;
  }
  .note {
    text-indent: -1em;
    margin-left: 1em;
  }
  strong {
    font-weight: bold;
  }




  /* ヘッダー
  ------------------------------------------------------------*/


  header {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    display: block;
    position: fixed;
    top: 0;
    right:0;
    z-index: 10000;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
  }
  .sp-menuBox {
    display: block;
  }
  .sp_menuBtn {
    width: 12vw;
    height: 11.5vw;
    position: relative;
    margin: 0 0 0 auto;
    z-index: 10000;
  }
  .sp_menuBtn span {
    width: 6vw;
    height: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #000;
    transition: all .5s;
  }
  .sp_menuBtn span:before {
    content: "";
    width: 6vw;
    height: 2px;
    position: absolute;
    top: -3vw;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #000;
    transition: all .5s;
  }
  .sp_menuBtn span:after {
    content: "";
    width: 6vw;
    height: 2px;
    position: absolute;
    top: 0;
    bottom: -3vw;
    left: 0;
    right: 0;
    margin: auto;
    background: #000;
    opacity: 1;
    transition: all .5s;
  }
  .sp_menuBtn.active span {
    width: 6vw;
    height: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #000;
    transition: all .5s;
    transform: rotate(225deg);
  }
  .sp_menuBtn.active span:before {
    content: "";
    width: 6vw;
    height: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #000;
    transition: all .5s;
    transform: rotate(270deg);
  }
  .sp_menuBtn.active span:after {
    content: "";
    width: 6vw;
    height: 2px;
    position: absolute;
    top: 0;
    bottom: -3vw;
    left: 0;
    right: 0;
    margin: auto;
    background: #000;
    opacity: 0;
    transition: all .5s;
  }

  .sp-nav {
    display: none;
    background: #000;
    color: #fff;
  }
  .sp-menuBox-inner {
    display: block;
  }
  .sp-menuBox-inner .menuBox {
    display: block !important;
    padding: 10vw 4vw 4vw 6vw;
    font-size: 5vw;
  }
  .sp-menuBox-inner .menuBox a {
    color: #fff;
    display: block;
    margin: 0 0 6vw 0;
  }
  .sp-menuBox-inner .menuBox a:hover {
    color: #ffe400;
  }
  .sp-menuBox-inner .menuBox a li {
  }







  header .header-inner {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 0 0 4vw;
    display: flex;
    -webkit-box-pack: justify;
       -ms-flex-pack: justify;
     justify-content: space-between;
  }
  header .header-inner .logo {
    width: 32vw;
    display: block;
    padding: 1vw 0 1.5vw;
  }
  header .header-inner .logo .logoImg {
    width: 32vw;
  }
  header .header-inner .logo .logoImg img {
    width: 100%;
  }
  header .header-inner .logo .logoCopy {
    display: none;
  }
  header .header-inner nav {
    width: 50vw;
    display: flex;
    -webkit-box-pack: justify;
       -ms-flex-pack: justify;
     justify-content: space-between;
  }
  header .header-inner nav .menuBox {
    display: none;
  }
  header .header-inner nav .cartBox {
    width: 34vw;
    text-align: right;
    padding: 2vw 0 0 0;
  }
  header .header-inner nav .cartBox li {
    display: inline-block;
    height: 7vw;
    text-align: center;
    font-size: 3vw;
    letter-spacing: 0;
    margin-left: 4vw;
    line-height: 1.4;
    position: relative;
    z-index: 1;
  }

  header .header-inner nav .cartBox li img {
    height: 4vw;
  }

  header .header-inner nav .cartBox a li:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 3px;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 5px;
    background: #ffffff;
    z-index: -1;
    transition: all .3s ease;
  }
  header .header-inner nav .cartBox a:hover li:before {
    background: #ffe400;
    transition: all .3s ease;
  }



  /* Q&A
  ------------------------------------------------------------*/

  /* TOP用 */
  .block06 {
    display: block;
    margin: 0 0 20vw 0;
    padding: 0;
    position: relative;
    width: 100%;
  }
  .block06 dl {
  }
  .block06 dl dt {
    position: relative;
    padding: 0 0 1.5vw 12vw;
    margin-bottom: 4vw;
    font-size: 3.5vw;
    font-weight: bold;
  }
  .block06 dl dt:before {
    content: "Q";
    line-height: 1;
    color: #fff;
    background: #000;
    padding: 1vw 2vw;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 6vw;
  }
  .block06 dl dd {
    position: relative;
    padding: 0 0 8vw 12vw;
    margin-bottom: 8vw;
    border-bottom: 2px solid #ffe400;
    font-size: 3.5vw;
  }
  .block06 dl dd:last-child {
    border-bottom: none;
  }
  .block06 dl dd:before {
    content: "A";
    line-height: 1;
    color: #000;
    background: #ffe400;
    padding: 1vw 2vw;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 6vw;
  }

  /* 下層用 */
  .blockContent dl {
  }
  .blockContent {
    display: block;
    margin: 0 0 20vw 0;
    padding: 0;
    position: relative;
    width: 100%;
  }
  .blockContent dl {
  }
  .blockContent dl dt {
    position: relative;
    padding: 0 0 1.5vw 12vw;
    margin-bottom: 4vw;
    font-size: 3.5vw;
    font-weight: bold;
  }
  .blockContent dl dt:before {
    content: "Q";
    line-height: 1;
    color: #fff;
    background: #000;
    padding: 1vw 2vw;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 6vw;
  }
  .blockContent dl dd {
    position: relative;
    padding: 0 0 8vw 12vw;
    margin-bottom: 8vw;
    border-bottom: 2px solid #ffe400;
    font-size: 3.5vw;
  }
  .blockContent dl dd:last-child {
    border-bottom: none;
  }
  .blockContent dl dd:before {
    content: "A";
    line-height: 1;
    color: #000;
    background: #ffe400;
    padding: 1vw 2vw;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 6vw;
  }




  /* フッター
  ------------------------------------------------------------*/

  footer {
    background: #000;
    color: #fff;
  }

  footer .inner {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    padding: 10vw 4vw;
    position: relative;
    text-align: center;
  }
  footer .inner ul {
    display: block;
    margin: 0 0 60px 0;
    font-size: 4vw;
  }
  footer .inner ul li {
    display: block;
    padding: 0 4vw 0 0;
    position: relative;
    margin-bottom: 6vw;
  }
  footer .inner ul li:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    right: 6vw;
    top: 0;
    bottom: 0;
    margin: auto;
    background: transparent;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
  }
  footer .inner ul li:last-child:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    right: 6vw;
    top: 0;
    bottom: 0;
    margin: auto;
    background: transparent;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
  }
  footer .inner ul li a {
    color: #fff;
    display: block;
  }
  footer .copyright {
    display: block;
    font-size: 10px;
  }
}



