@charset "UTF-8";
/* ----------------------------------------------------------------
reset
----------------------------------------------------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  list-style-type: none;
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

body {
  /*font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", "メイリオ", "MeiryoProN W3";*/
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic Pro", "游ゴシック Medium", "Noto Sans JP", sans-serif, system-ui;
  -webkit-text-size-adjust: none;

}

/* img,input[type=image]{
	-webkit-backface-visibility: hidden;
} */
img {
  width: 100%;
  vertical-align: bottom;
}

*, *:before, *:after {
  box-sizing: border-box;
}

body {
  background-color: #FCFCFC;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  opacity: 0.6;
}
.topback:hover{
  opacity: 1;
}
button {
  color: #000;
}

/* wrapの設定 */
@media screen and (min-width: 769px) {
  .Wrap {
    width: 769px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  .Wrap {
    width: 769px;
    margin: 0 auto;
  }
}
/* pictureの共通設定 */
picture {
  display: block;
  margin-bottom: 25px;
}

/* ctaボタンの共通設定 */
.entry-url {
  filter: drop-shadow(0 1.0666666667vw 0 #640000);
  transform: translateZ(0);
  /* TL */
}
@media screen and (min-width: 769px) {
  .entry-url {
    filter: drop-shadow(0 4px 0 #640000);
  }
}
.entry-url picture img {
  margin-bottom: 1.0666666667vw;
  /* TL */
}
@media screen and (min-width: 769px) {
  .entry-url picture img {
    margin-bottom: 4px;
  }
}
.entry-url:hover {
  position: relative;
  top: 1.0666666667vw;
  filter: unset;
  /* TL */
}
@media screen and (min-width: 769px) {
  .entry-url:hover {
    top: 4px;
  }
}

#Wrapper {
  width: 100%;
  margin: 0 auto;
  padding-top: 0px;
  font-weight: 300;
}
#Wrapper main {
  padding-bottom: 28.4vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  #Wrapper main {
    padding-bottom: 135px;
  }
}
@media screen and (min-width: 1025px) {
  #Wrapper main {
    padding-bottom: 94px;
    padding-top: 0px;
  }
}
#Wrapper main .Alpha {
  font-family: urw-din, sans-serif;
}

/* ----------------------------------------------------------------
header
----------------------------------------------------------------- */
.Hd {
  height: 10.6666666667vw;
  width: 100%;
  position: fixed;
  z-index: 1000;
  background-color: #000;
  /* TL */
  /* PC */
  /* ハンバーガーメニュー */
}
@media screen and (min-width: 769px) {
  .Hd {
    height: 5vw;
  }
}
@media screen and (min-width: 1025px) {
  .Hd {
    height: 60px;
  }
}
.Hd .Wrap {
  display: flex;
  justify-content: space-between;
}
.Hd_Logo {
  width: 38.6666666667vw;
  margin: 2.1333333333vw auto 0 4.2666666667vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Hd_Logo {
    width: 12.0833333333vw;
    margin: 1.5vw auto 0 1.8333333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .Hd_Logo {
    width: 145px;
    margin: 18px auto 0 22px;
  }
}
.Hd .Hamburger_Menu {
  position: relative;
  display: block;
  width: 9.6vw;
  height: 8.6666666667vw;
  top: 2.3333333333vw;
  right: 1.4666666667vw;
  /* メニュー開いたとき */
}
.Hd .Hamburger_Menu .Menu_Btn {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  z-index: 90;
}
.Hd .Hamburger_Menu .Menu_Btn .Border,
.Hd .Hamburger_Menu .Menu_Btn .Border:before,
.Hd .Hamburger_Menu .Menu_Btn .Border:after {
  content: "";
  display: block;
  height: 0.5333333333vw;
  width: 5.8666666667vw;
  border-radius: 0.4vw;
  background-color: #ffffff;
  position: absolute;
}
.Hd .Hamburger_Menu .Menu_Btn .Border {
  top: 1.7333333333vw;
}
.Hd .Hamburger_Menu .Menu_Btn .Border:before {
  bottom: 1.7333333333vw;
}
.Hd .Hamburger_Menu .Menu_Btn .Border:after {
  top: 1.7333333333vw;
}
.Hd .Hamburger_Menu .Menu_Btn .Txt {
  /* width: getVw(200); */
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-size: 1.6vw;
}
.Hd .Hamburger_Menu #Menu_Btn_Check:checked ~ .Menu_Btn span {
  background-color: rgba(255, 255, 255, 0);
}
.Hd .Hamburger_Menu #Menu_Btn_Check:checked ~ .Menu_Btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}
.Hd .Hamburger_Menu #Menu_Btn_Check:checked ~ .Menu_Btn span::after {
  top: 0;
  transform: rotate(-45deg);
}
.Hd .Hamburger_Menu #Menu_Btn_Check {
  display: none;
}
.Hd .Hamburger_Menu .Menu_Content ul {
  display: block;
  width: 100%;
}
.Hd .Hamburger_Menu .Menu_Content {
  width: 100%;
  height: 710px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 80;
  background-color: rgba(0, 0, 0, 0.7);
}
.Hd .Hamburger_Menu .Menu_Content span {
  display: none;
}
.Hd .Hamburger_Menu .Menu_Content ul {
  padding: 9.3333333333vw 0;
}
.Hd .Hamburger_Menu .Menu_Content ul li {
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  list-style: none;
  padding: 1.3333333333vw 0;
  padding-left: 5.3333333333vw;
}
.Hd .Hamburger_Menu .Menu_Content ul li a {
  position: relative;
  display: block;
  width: 100%;
  font-size: 20px;
  font-size: 2.6666666667vw;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  padding: 1.2vw 2vw 1.3333333333vw 0;
}
.Hd .Hamburger_Menu .Menu_Content ul li a::before {
  content: "";
  width: 0.9333333333vw;
  height: 0.9333333333vw;
  border-top: 0.6666666667vw solid transparent;
  border-bottom: 0.6666666667vw solid transparent;
  border-left: 1.2vw solid #fff;
  position: absolute;
  right: 5.8666666667vw;
  top: 3.4666666667vw;
}
.Hd .Hamburger_Menu .Menu_Content :last-of-type {
  border-bottom: none;
}
.Hd .Hamburger_Menu .Menu_Content {
  width: 100%;
  position: fixed;
  right: -120%;
  top: 0;
  z-index: 80;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.5s; /*アニメーション設定*/
}
.Hd .Hamburger_Menu #Menu_Btn_Check:checked ~ .Menu_Content {
  right: 0; /*メニューを画面内へ*/
}

/* ----------------------------------------------------------------
kv
----------------------------------------------------------------- */
.Kv {
  background-color: #000;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Kv h1 picture {
    width: 769px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  .Kv h1 picture {
    width: 900px;
  }
}

/* ----------------------------------------------------------------
entry
----------------------------------------------------------------- */
.Entry_Present_About {
  background-color: #CC0033;
  padding: 1.0666666667vw 0 2.6666666667vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Entry_Present_About {
    padding: 15px 0 20px;
  }
}
@media screen and (min-width: 1025px) {
  .Entry_Present_About {
    padding: 16px 0 30px;
  }
}
.Entry_Present_About h2 picture {
  width: 92.2666666667vw;
  margin: 0 auto 1.0666666667vw;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Entry_Present_About h2 picture {
    width: 729px;
    margin: 0 auto 15px;
  }
}
.Entry_Present_About .Entry_Txt picture {
  width: 89.8666666667vw;
  margin: 0 auto;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Entry_Present_About .Entry_Txt picture {
    width: 729px;
  }
}
.Entry_Present_Btn {
  background: #fff;
  width: 89.3333333333vw;
  margin: 0 auto;
  height: 9.0666666667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  border: 0.2666666667vw solid #333333;
  position: relative;
  cursor: pointer;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Entry_Present_Btn {
    width: 448px;
    height: 46px;
    font-size: 18px;
    border: 1px solid #333333;
  }
}
.Entry_Present_Btn::after {
  position: absolute;
  content: "";
  width: 5.4666666667vw;
  height: 5.4666666667vw;
  background-image: url(../img/ps_detail.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  right: 4.5333333333vw;
  margin: auto;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Entry_Present_Btn::after {
    width: 25px;
    height: 25px;
    background-image: url(../img/tl/ps_detail.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    bottom: 0;
    right: 23px;
    margin: auto;
  }
}
@media screen and (min-width: 1025px) {
  .Entry_Present_Btn::after {
    width: 27px;
    height: 27px;
    right: 23px;
  }
}
.Entry_Present .Entry_Link {
  text-align: center;
}
.Entry_Present .Entry_Link_Txt {
  font-size: 16px;
  font-weight: 600;
  padding: 2.9333333333vw 0 1.6vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Entry_Present .Entry_Link_Txt {
    padding: 17px 0 6px;
  }
}
@media screen and (min-width: 1025px) {
  .Entry_Present .Entry_Link_Txt {
    padding: 27px 0 6px;
  }
}
.Entry_Present .Entry_Link_Btn {
  width: 80vw;
  margin: 0 auto;
  display: block;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Entry_Present .Entry_Link_Btn {
    width: 448px;
  }
}
@media screen and (min-width: 1025px) {
  .Entry_Present .Entry_Link_Btn {
    width: 448px;
  }
}
.Entry_Present .Entry_Link_Note {
  font-size: 12px;
  padding: 2.1333333333vw 0;
  line-height: 1.2;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Entry_Present .Entry_Link_Note {
    padding: 10px 0 27px;
  }
  .Entry_Present .Entry_Link_Note .Tl_Br {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .Entry_Present .Entry_Link_Note {
    padding: 10px 0 30px;
  }
}
.Entry_Present_Modal {
  display: none;
  position: fixed;
  z-index: 3000;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #666;
}
.Entry_Present_Modal .Modal_Content {
  position: absolute;
  background-color: #fff;
  width: 89.3333333333vw;
  height: 82.0089955022%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 5.6vw 0;
  font-size: 14px;
  line-height: 1.4285714286;
  animation-name: modalopen;
  animation-duration: 1s;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Entry_Present_Modal .Modal_Content {
    width: 689px;
    padding: 50px 0 50px;
    line-height: 1.4285714286;
  }
}
@media screen and (min-width: 1025px) {
  .Entry_Present_Modal .Modal_Content {
    width: 985px;
  }
}
.Entry_Present_Modal .Modal_Content .Modal_Close {
  position: absolute;
  content: "";
  width: 5.6vw;
  height: 5.6vw;
  position: absolute;
  background-image: url(../img/ps_modal_close.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: -8vw;
  right: 0vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Entry_Present_Modal .Modal_Content .Modal_Close {
    width: 3.5vw;
    height: 3.5vw;
    top: -5vw;
  }
}
@media screen and (min-width: 1025px) {
  .Entry_Present_Modal .Modal_Content .Modal_Close {
    width: 42px;
    height: 42px;
    top: -60px;
  }
}
.Entry_Present_Modal .Modal_Content .Inner {
  width: 84vw;
  height: 100%;
  margin: 0 auto;
  padding: 0 2.6666666667vw 0 0;
  overflow-y: scroll;
  scrollbar-width: medium;
  scrollbar-color: #afafaf #fff;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Entry_Present_Modal .Modal_Content .Inner {
    width: 645px;
    padding: 0 30px 0 29px;
  }
}
@media screen and (min-width: 1025px) {
  .Entry_Present_Modal .Modal_Content .Inner {
    width: 940px;
    padding: 0 44px 0 29px;
  }
}
.Entry_Present_Modal .Modal_Content .Inner dl dt {
  font-weight: 600;
}
.Entry_Present_Modal .Modal_Content .Inner dl dd .Block {
  width: 78.6666666667vw;
  display: flex;
  justify-content: space-between;
  margin-top: 0.9333333333vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Entry_Present_Modal .Modal_Content .Inner dl dd .Block {
    width: 559px;
    margin-top: 7px;
  }
}
@media screen and (min-width: 1025px) {
  .Entry_Present_Modal .Modal_Content .Inner dl dd .Block {
    width: 844px;
  }
}
.Entry_Present_Modal .Modal_Content .Inner dl dd .Block dt {
  width: 26px;
  font-weight: 300;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Entry_Present_Modal .Modal_Content .Inner dl dd .Block dt {
    width: 24px;
  }
}
.Entry_Present_Modal .Modal_Content .Inner dl dd .Block dd {
  width: 74.6666666667vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Entry_Present_Modal .Modal_Content .Inner dl dd .Block dd {
    width: 535px;
  }
}
@media screen and (min-width: 1025px) {
  .Entry_Present_Modal .Modal_Content .Inner dl dd .Block dd {
    width: 815px;
  }
}
.Entry_Present_Modal .Modal_Content .Inner::-webkit-scrollbar {
  width: 2.6666666667vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Entry_Present_Modal .Modal_Content .Inner::-webkit-scrollbar {
    width: 1.6666666667vw;
  }
}
@media screen and (min-width: 1025px) {
  .Entry_Present_Modal .Modal_Content .Inner::-webkit-scrollbar {
    width: 20px;
  }
}
.Entry_Present_Modal .Modal_Content .Inner::-webkit-scrollbar-track {
  background-color: #fff;
}
.Entry_Present_Modal .Modal_Content .Inner::-webkit-scrollbar-thumb {
  background-color: #afafaf;
}
.Entry_Present .Note {
  width: 89.3333333333vw;
  font-size: 12px;
  margin: 2.6666666667vw auto 3.2vw;
  line-height: 1.2;
  /* TL */
  /* PC */
}
.Entry_Present .Note br {
  display: none;
}
@media screen and (min-width: 769px) {
  .Entry_Present .Note {
    width: 680px;
    margin: 10px auto 17px;
    text-align: center;
  }
  .Entry_Present .Note br {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .Entry_Present .Note {
    margin: 10px auto 27px;
  }
}

@keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* kv */
.Kv_Entry .Entry_Link_Btn {
  margin-top: 4vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Kv_Entry .Entry_Link_Btn {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .Kv_Entry .Entry_Link_Btn {
    margin-top: 30px;
  }
}

/* about */
.About_Entry {
  padding-bottom: 1.6vw;
  /* TL */
  /* PC */
}
.About_Entry .Entry_Link_Note {
  padding-bottom: 0;
}
@media screen and (min-width: 769px) {
  .About_Entry {
    padding-top: 0;
    padding-bottom: 17px;
  }
}
@media screen and (min-width: 1025px) {
  .About_Entry {
    padding-bottom: 29px;
  }
}

/* ----------------------------------------------------------------
feature
----------------------------------------------------------------- */
.Feature {
  background-color: #FCFCFC;
  padding-top: 0vw;
  width: 95%;
  margin: 0 auto;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Feature {
    padding-top: 0px;
  }
}
@media screen and (min-width: 1025px) {
  .Feature {
    padding-top: 0px;
  }
}
.Feature h2 picture {
  width: 74.1333333333vw;
  margin: 0 auto 3.7333333333vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Feature h2 picture {
    width: 686px;
    margin: 0 auto 24px;
  }
}
@media screen and (min-width: 1025px) {
  .Feature h2 picture {
    width: 775px;
    margin: 0 auto 41px;
  }
}
.Feature .Info {
  /* TL */
  /* PC */
  /* 共通設定 */
  /* TL */
  /* PC */
  /* 個別の設定 */
  /* 1 */
  /* 2 */
  /* 3 */
  /* 4 */
}
@media screen and (min-width: 769px) {
  .Feature .Info {
    width: 689px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1025px) {
  .Feature .Info {
    width: 984px;
    flex-wrap: nowrap;
  }
}
.Feature .Info_Item {
  width: 89.3333333333vw;
  margin: 0 auto 3.6vw auto;
  background-color: #fff;
  box-shadow: 0 1.3333333333vw 2.6666666667vw rgba(0, 0, 0, 0.1);
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Feature .Info_Item {
    width: 335px;
    height: 311px;
    margin: 0 auto;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 1025px) {
  .Feature .Info_Item {
    width: 240px;
    height: 412px;
  }
}
.Feature .Info_Item_Ttl {
  width: 80vw;
  height: 19.7333333333vw;
  margin: 0 auto;
  border-bottom: solid 0.3333333333vw #CC0033;
  display: flex;
  align-items: center;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Feature .Info_Item_Ttl {
    width: 300px;
    height: 75px;
    border-bottom: solid 2px #CC0033;
    padding: 0;
  }
}
@media screen and (min-width: 1025px) {
  .Feature .Info_Item_Ttl {
    width: 200px;
    height: 128px;
    padding: 0 0 7px 0;
    display: block;
  }
}
.Feature .Info_Item_Ttl .Alpha {
  width: 11.7333333333vw;
  text-align: center;
  font-size: 65px;
  font-weight: bold;
  color: #CC0033;
  line-height: 1;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Feature .Info_Item_Ttl .Alpha {
    width: 35px;
  }
}
@media screen and (min-width: 1025px) {
  .Feature .Info_Item_Ttl .Alpha {
    width: 100%;
  }
}
.Feature .Info_Item_Ttl h3 {
  width: 65.3333333333vw;
  font-size: 20px;
  font-weight: 600;
  margin-left: 2.9333333333vw;
  line-height: 1.3;
  padding-top: 1.8666666667vw;
  white-space: nowrap;
  /* TL */
  /* PC */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Feature .Info_Item_Ttl h3 {
    width: 251px;
    margin-left: 14px;
    padding-top: 9px;
    white-space: unset;
  }
}
@media screen and (min-width: 1025px) {
  .Feature .Info_Item_Ttl h3 {
    width: 200px;
    padding-top: 0;
    margin-left: 0;
  }
}
.Feature .Info_Item_Ttl h3 .Pc {
  display: none;
  /* PC */
}
@media screen and (min-width: 1025px) {
  .Feature .Info_Item_Ttl h3 .Pc .Pc {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .Feature .Info_Item_Ttl h3 .Sp {
    display: none;
  }
}
.Feature .Info_Item .Txt {
  width: 78.5333333333vw;
  margin: 0 auto;
  font-size: 15px;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Feature .Info_Item .Txt {
    width: 295px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  .Feature .Info_Item .Txt {
    width: 205px;
  }
}
.Feature .Info_Item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .Feature .Info .Info_Item:nth-child(1),
.Feature .Info .Info_Item:nth-child(2) {
    margin-bottom: 19px;
  }
}
@media screen and (min-width: 1025px) {
  .Feature .Info .Info_Item:nth-child(1),
.Feature .Info .Info_Item:nth-child(2) {
    margin-bottom: 0;
  }
}
.Feature .Info_Item:nth-child(1) {
  padding-bottom: 2.6666666667vw;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Feature .Info_Item:nth-child(1) {
    padding-bottom: 10px;
  }
}
.Feature .Info_Item:nth-child(1) .Info_Item_Ttl h3 span {
  font-size: 13px;
}
.Feature .Info_Item:nth-child(1) .Info_Item_Img {
  width: 74.1333333333vw;
  margin: 5.3333333333vw auto 3.2vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Feature .Info_Item:nth-child(1) .Info_Item_Img {
    width: 263px;
    margin: 20px auto 12px;
  }
}
@media screen and (min-width: 1025px) {
  .Feature .Info_Item:nth-child(1) .Info_Item_Img {
    width: 150px;
    margin: 19px auto 7px;
    display: block;
  }
}
.Feature .Info_Item:nth-child(1) .Info_Item_Img picture {
  width: 16.1333333333vw;
  margin: 0 auto 2.5333333333vw auto;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Feature .Info_Item:nth-child(1) .Info_Item_Img picture {
    width: 61px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  .Feature .Info_Item:nth-child(1) .Info_Item_Img picture {
    width: 55px;
    margin: 0 auto 14px auto;
  }
}
.Feature .Info_Item:nth-child(1) .Info_Item_Img p {
  width: 50.1333333333vw;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Feature .Info_Item:nth-child(1) .Info_Item_Img p {
    width: 160px;
  }
}
.Feature .Info_Item:nth-child(1) .Info_Item_Img p .Small {
  font-size: 12px;
}
.Feature .Info_Item:nth-child(1) .Info_Item_Img p .Red {
  font-size: 16px;
  font-weight: 600;
  color: #CC0033;
}
.Feature .Info_Item:nth-child(1) .Info_Item_More {
  width: 84vw;
  margin: 0 auto;
  text-align: center;
  background-color: #F0F0F0;
  padding: 4.5333333333vw 0 3.7333333333vw 0;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Feature .Info_Item:nth-child(1) .Info_Item_More {
    width: 315px;
    margin: 20px auto 0;
    padding: 18px 0 14px 0;
  }
}
@media screen and (min-width: 1025px) {
  .Feature .Info_Item:nth-child(1) .Info_Item_More {
    width: 220px;
    margin: 0 auto;
    padding: 6px 0 4px 0;
  }
}
.Feature .Info_Item:nth-child(1) .Info_Item_More .Txt {
  width: 78.4vw;
  font-size: 14px;
  line-height: 1.3;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Feature .Info_Item:nth-child(1) .Info_Item_More .Txt {
    width: 294px;
  }
}
@media screen and (min-width: 1025px) {
  .Feature .Info_Item:nth-child(1) .Info_Item_More .Txt {
    width: 210px;
  }
}
.Feature .Info_Item:nth-child(1) .Info_Item_More .Txt span {
  font-size: 20px;
  font-weight: 600;
  color: #CC0033;
}
.Feature .Info_Item:nth-child(1) .Info_Item_More .Note {
  font-size: 12px;
  line-height: 1.3;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Feature .Info_Item:nth-child(1) .Info_Item_More .Note {
    width: 294px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  .Feature .Info_Item:nth-child(1) .Info_Item_More .Note {
    width: 200px;
    text-align: left;
  }
}
.Feature .Info_Item:nth-child(2) {
  padding-bottom: 4.2666666667vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Feature .Info_Item:nth-child(2) {
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .Feature .Info_Item:nth-child(2) {
    padding-bottom: 16px;
  }
}
.Feature .Info_Item:nth-child(2) .Info_Item_Img {
  width: 78.6666666667vw;
  margin: 8vw auto 9.3333333333vw auto;
  display: flex;
  justify-content: space-between;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Feature .Info_Item:nth-child(2) .Info_Item_Img {
    width: 295px;
    margin: 30px auto 35px auto;
  }
}
@media screen and (min-width: 1025px) {
  .Feature .Info_Item:nth-child(2) .Info_Item_Img {
    width: 200px;
    margin: 40px auto;
  }
}
.Feature .Info_Item:nth-child(2) .Info_Item_Img picture {
  width: 23.7333333333vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Feature .Info_Item:nth-child(2) .Info_Item_Img picture {
    width: 89px;
  }
}
@media screen and (min-width: 1025px) {
  .Feature .Info_Item:nth-child(2) .Info_Item_Img picture {
    width: 62px;
  }
}
.Feature .Info_Item:nth-child(2) .Txt {
  width: 78.6666666667vw;
  margin: 0 auto;
  font-size: 15px;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Feature .Info_Item:nth-child(2) .Txt {
    width: 295px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1025px) {
  .Feature .Info_Item:nth-child(2) .Txt {
    width: 205px;
  }
}
.Feature .Info_Item:nth-child(3) {
  padding-bottom: 4.2666666667vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Feature .Info_Item:nth-child(3) {
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 1025px) {
  .Feature .Info_Item:nth-child(3) {
    padding-bottom: 16px;
  }
}
.Feature .Info_Item:nth-child(3) .Info_Item_Img picture {
  width: 29.3333333333vw;
  margin: 9.3333333333vw auto 10.6666666667vw auto;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Feature .Info_Item:nth-child(3) .Info_Item_Img picture {
    width: 110px;
    margin: 35px auto 40px;
  }
}
@media screen and (min-width: 1025px) {
  .Feature .Info_Item:nth-child(3) .Info_Item_Img picture {
    width: 85px;
    margin: 40px auto;
  }
}
.Feature .Info_Item:nth-child(3) .Txt {
  width: 78.6666666667vw;
  margin: 0 auto;
  font-size: 15px;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Feature .Info_Item:nth-child(3) .Txt {
    width: 295px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1025px) {
  .Feature .Info_Item:nth-child(3) .Txt {
    width: 205px;
  }
}
.Feature .Info_Item:nth-child(4) {
  padding-bottom: 4.2666666667vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Feature .Info_Item:nth-child(4) {
    padding-bottom: 4.5833333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .Feature .Info_Item:nth-child(4) {
    padding-bottom: 55px;
  }
}
.Feature .Info_Item:nth-child(4) .Info_Item_Img picture {
  width: 39.4666666667vw;
  margin: 7.7333333333vw auto 9.6vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Feature .Info_Item:nth-child(4) .Info_Item_Img picture {
    width: 148px;
    margin: 29px auto 36px;
  }
}
@media screen and (min-width: 1025px) {
  .Feature .Info_Item:nth-child(4) .Info_Item_Img picture {
    width: 120px;
    margin: 40px auto;
  }
}
.Feature .Info_Item:nth-child(4) .Txt {
  width: 78.6666666667vw;
  margin: 0 auto;
  font-size: 15px;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Feature .Info_Item:nth-child(4) .Txt {
    width: 295px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 1025px) {
  .Feature .Info_Item:nth-child(4) .Txt {
    width: 205px;
  }
}
.Feature .Info_More h4 {
  text-align: center;
  font-size: 20px;
  margin: 5.8666666667vw auto;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Feature .Info_More h4 {
    margin: 27px auto;
  }
  .Feature .Info_More h4 br {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .Feature .Info_More h4 {
    margin: 24px auto;
  }
}
.Feature .Info_More ul {
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Feature .Info_More ul {
    width: 689px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1025px) {
  .Feature .Info_More ul {
    width: 985px;
  }
}
.Feature .Info_More ul li {
  width: 89.3333333333vw;
  margin: 0 auto 2.6666666667vw auto;
  font-size: 22px;
  font-weight: 600;
  box-shadow: 0 1.3333333333vw 2.6666666667vw rgba(0, 0, 0, 0.1);
  text-align: center;
  background-color: #fff;
  padding: 3.4666666667vw 0;
  /* TL */
  /* PC */
}
.Feature .Info_More ul li br {
  display: none;
}
.Feature .Info_More ul li sup {
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  .Feature .Info_More ul li {
    width: 217px;
    margin: 0 auto;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    padding: 15px 0 19px;
  }
  .Feature .Info_More ul li br {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .Feature .Info_More ul li {
    width: 323px;
    padding: 20px 0;
  }
  .Feature .Info_More ul li br {
    display: none;
  }
}
.Feature .Info_More ul li:last-child {
  margin-bottom: 0;
}
.Feature .Info_More .Note {
  margin-top: 2.4vw;
  font-size: 12px;
  text-align: center;
  padding-bottom: 6.6666666667vw;
  /* TL */
  /* PC */
}
.Feature .Info_More .Note span {
  display: none;
}
@media screen and (min-width: 769px) {
  .Feature .Info_More .Note {
    margin-top: 14px;
    padding-bottom: 38px;
  }
  .Feature .Info_More .Note span {
    display: inline;
  }
  .Feature .Info_More .Note br {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .Feature .Info_More .Note {
    margin-top: 19px;
    padding-bottom: 58px;
  }
}

/* ----------------------------------------------------------------
big
----------------------------------------------------------------- */
.Big {
  padding: 5.8666666667vw 0 4.5333333333vw 0;
  background-color: #EDEDED;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Big {
    padding: 22px 0 39px 0;
  }
}
@media screen and (min-width: 1025px) {
  .Big {
    padding: 42px 0 51px 0;
  }
}
.Big h2 picture {
  width: 43.2vw;
  margin: 0 auto 5.8666666667vw auto;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Big h2 picture {
    width: 252px;
    margin: 0 auto 37px auto;
  }
}
.Big_Txt picture {
  width: 85.3333333333vw;
  margin: 0 auto 2.6666666667vw auto;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Big_Txt picture {
    width: 689px;
    margin: 0 auto 20px auto;
  }
}
.Big .Note {
  width: 85.0666666667vw;
  margin: 0 auto;
  font-size: 12px;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Big .Note {
    width: 689px;
  }
  .Big .Note .Inner {
    width: 412px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .Big .Note .Inner dl:first-child dd {
    width: 168px;
  }
  .Big .Note .Inner dl:last-child dd {
    width: auto;
  }
}
@media screen and (min-width: 1025px) {
  .Big .Note {
    width: 1025px;
  }
  .Big .Note .Inner {
    width: 411px;
  }
}
.Big .Note dl {
  width: 85.0666666667vw;
  display: flex;
  margin-top: 1.0666666667vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Big .Note dl {
    width: 689px;
    margin: 0 auto;
    justify-content: center;
  }
}
@media screen and (min-width: 1025px) {
  .Big .Note dl {
    width: 924px;
  }
}
.Big .Note dl dt {
  padding-right: 10px;
}
.Big .Note dl dd {
  /* TL */
}
@media screen and (min-width: 769px) {
  .Big .Note dl dd {
    text-align: center;
  }
}
.Big .Note dl dd br {
  display: none;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Big .Note dl dd br {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .Big .Note dl dd br {
    display: none;
  }
}
.Big .Note dl:first-child {
  margin-top: 0;
}

/* ----------------------------------------------------------------
step
----------------------------------------------------------------- */
.Step {
  background-color: #EDEDED;
  padding: 0 0 5.3333333333vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Step {
    padding-bottom: 57px;
  }
}
@media screen and (min-width: 1025px) {
  .Step {
    padding-bottom: 63px;
  }
}
.Step h2 picture {
  width: 61.3333333333vw;
  margin: 0 auto 4vw auto;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Step h2 picture {
    width: 358px;
    margin: 0 auto 27px auto;
  }
}
@media screen and (min-width: 1025px) {
  .Step h2 picture {
    margin: 0 auto 48px auto;
  }
}
.Step ol {
  width: 80.8vw;
  margin: 0 auto;
  /* TL */
  /* TL */
}
@media screen and (min-width: 769px) {
  .Step ol {
    width: 689px;
    display: flex;
    justify-content: space-between;
  }
}
.Step ol li {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Step ol li {
    display: block;
  }
}
.Step ol li picture {
  width: 24vw;
  position: relative;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Step ol li picture {
    width: 135px;
  }
}
.Step ol li dl {
  /* TL */
}
@media screen and (min-width: 769px) {
  .Step ol li dl {
    text-align: center;
  }
}
.Step ol li dl dt {
  font-size: 22px;
  font-weight: bold;
  color: #E80000;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Step ol li dl dt {
    margin-top: 4px;
  }
}
.Step ol li dl dd {
  width: 52.5333333333vw;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  white-space: nowrap;
  /* TL */
}
.Step ol li dl dd .Pc {
  display: none;
}
@media screen and (min-width: 769px) {
  .Step ol li dl dd {
    width: 135px;
    margin: 0 auto;
  }
  .Step ol li dl dd .Pc {
    display: block;
  }
  .Step ol li dl dd .Sp {
    display: none;
  }
}
.Step ol li:nth-child(4) br {
  display: none;
}
@media screen and (min-width: 769px) {
  .Step ol li:nth-child(2) dd {
    width: 170px;
    position: absolute;
    top: 164px;
    left: -14px;
  }
  .Step ol li:nth-child(2) dd .Pc {
    display: block;
  }
  .Step ol li:nth-child(3) dd {
    width: 162px;
    position: absolute;
    top: 164px;
    left: -16px;
  }
  .Step ol li:nth-child(4) dd br {
    display: block;
  }
}
.Step ol li:not(:last-child) {
  margin-bottom: 3.7333333333vw;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Step ol li:not(:last-child) {
    margin-bottom: 0;
  }
}
.Step ol li:not(:last-child) picture::after {
  content: "";
  position: absolute;
  width: 0.5333333333vw;
  height: 3.7333333333vw;
  background-color: #E80000;
  top: 24vw;
  left: 0;
  right: 0;
  margin: auto;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Step ol li:not(:last-child) picture::after {
    width: 52px;
    height: 2px;
    top: 0;
    bottom: 0;
    left: 135px;
    margin: auto;
  }
}

/* ----------------------------------------------------------------
carryOver
----------------------------------------------------------------- */
.CarryOver {
  padding: 6.6666666667vw 0 5.3333333333vw;
  background-color: #EDEDED;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .CarryOver {
    padding: 2.6666666667vw 0 4.1666666667vw;
  }
}
@media screen and (min-width: 1025px) {
  .CarryOver {
    padding: 32px 0 50px;
  }
}
.CarryOver h2 picture {
  width: 72.5333333333vw;
  margin: 0 auto;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .CarryOver h2 picture {
    width: 47.25vw;
  }
}
@media screen and (min-width: 1025px) {
  .CarryOver h2 picture {
    width: 567px;
  }
}
.CarryOver_Container {
  width: 89.3333333333vw;
  margin: 6vw auto 0;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .CarryOver_Container {
    width: 85.4166666667vw;
    margin: 2.9166666667vw auto 0;
  }
}
@media screen and (min-width: 1025px) {
  .CarryOver_Container {
    width: 1025px;
    margin: 35px auto 0;
  }
}
.CarryOver_Container_Note {
  text-align: center;
  margin: 0 auto 3.3333333333vw;
  font-size: 28px;
  font-size: 3.7333333333vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .CarryOver_Container_Note {
    margin: 0 auto 1.5vw;
    font-size: 18px;
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1025px) {
  .CarryOver_Container_Note {
    margin: 0 auto 18px;
    font-size: 18px;
  }
}
.CarryOver_Container_list {
  width: 89.3333333333vw;
  margin: 0 auto;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .CarryOver_Container_list {
    width: 85.4166666667vw;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1025px) {
  .CarryOver_Container_list {
    width: 1025px;
  }
}
.CarryOver_Container_list .Item {
  border: solid 0.5333333333vw #AFAFAF;
  margin-bottom: 2.6666666667vw;
  background-color: #fff;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .CarryOver_Container_list .Item {
    width: 27.9166666667vw;
    border: solid 0.1666666667vw #AFAFAF;
    margin-bottom: 0.75vw;
    margin-right: 0.8333333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .CarryOver_Container_list .Item {
    width: 335px;
    border: solid 2px #AFAFAF;
    margin-bottom: 9px;
    margin-right: 10px;
  }
}
.CarryOver_Container_list .Item .Alpha {
  display: flex;
  justify-content: center;
  font-size: 60px;
  font-size: 8vw;
  font-weight: 300;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .CarryOver_Container_list .Item .Alpha {
    font-size: 30px;
    font-size: 2.5vw;
    align-items: center;
  }
}
@media screen and (min-width: 1025px) {
  .CarryOver_Container_list .Item .Alpha {
    font-size: 30px;
  }
}
.CarryOver_Container_list .Item .Alpha span {
  display: flex;
  justify-content: center;
}
.CarryOver_Container_list .Item .Alpha span picture {
  display: grid;
  width: 11.2vw;
  margin-right: 2.6666666667vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .CarryOver_Container_list .Item .Alpha span picture {
    width: 3.5vw;
    margin-right: 0.8333333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .CarryOver_Container_list .Item .Alpha span picture {
    width: 42px;
    margin-right: 10px;
  }
}
.CarryOver_Container_list .Item .Item_Txt {
  border-top: solid 0.2666666667vw #AFAFAF;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .CarryOver_Container_list .Item .Item_Txt {
    border-top: solid 0.0833333333vw #AFAFAF;
  }
}
@media screen and (min-width: 1025px) {
  .CarryOver_Container_list .Item .Item_Txt {
    border-top: solid 1px #AFAFAF;
  }
}
.CarryOver_Container_list .Item .Item_Txt dl {
  width: 78.6666666667vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .CarryOver_Container_list .Item .Item_Txt dl {
    width: 13.8333333333vw;
  }
}
@media screen and (min-width: 1025px) {
  .CarryOver_Container_list .Item .Item_Txt dl {
    width: 166px;
  }
}
.CarryOver_Container_list .Item .Item_Txt dl dt {
  font-size: 24px;
  font-size: 3.2vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .CarryOver_Container_list .Item .Item_Txt dl dt {
    width: 10vw;
    height: 4.25vw;
    margin: 0 auto;
    padding: 0.8333333333vw 0;
    font-size: 12px;
    font-size: 1vw;
  }
}
@media screen and (min-width: 1025px) {
  .CarryOver_Container_list .Item .Item_Txt dl dt {
    width: 120px;
    height: 51px;
    margin: 0 auto;
    padding: 10px 0;
    font-size: 12px;
  }
}
.CarryOver_Container_list .Item .Item_Txt dl dd {
  font-size: 28px;
  font-size: 3.7333333333vw;
  font-weight: 600;
  text-align: center;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .CarryOver_Container_list .Item .Item_Txt dl dd {
    font-size: 14px;
    font-size: 1.1666666667vw;
    padding: 1.25vw 0 1.5vw;
  }
}
@media screen and (min-width: 1025px) {
  .CarryOver_Container_list .Item .Item_Txt dl dd {
    font-size: 14px;
    padding: 15px 0 18px;
  }
}
.CarryOver_Container_list .Item .Item_Txt dl:first-child {
  border-bottom: solid 0.2666666667vw #AFAFAF;
  padding: 4vw 0;
}
.CarryOver_Container_list .Item .Item_Txt dl:first-child dt {
  font-weight: 600;
}
.CarryOver_Container_list .Item .Item_Txt dl:last-child dt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.1333333333vw 0 3.2vw;
}
.CarryOver_Container_list .Item .Item_Txt dl:last-child dd {
  font-weight: 300;
}
@media screen and (min-width: 769px) {
  .CarryOver_Container_list .Item:nth-child(3),
.CarryOver_Container_list .Item:nth-child(5) {
    margin-right: 0;
  }
  .CarryOver_Container_list .Item:nth-child(4),
.CarryOver_Container_list .Item:nth-child(5) {
    margin-bottom: 0;
  }
}
.CarryOver_Container_list .Item:last-child {
  margin-bottom: 0;
}

/* ----------------------------------------------------------------
faq
----------------------------------------------------------------- */
.Faq {
  background-color: #EDEDED;
  padding: 5.3333333333vw 0 9.0666666667vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Faq {
    padding: 12px 0 30px;
  }
}
@media screen and (min-width: 1025px) {
  .Faq {
    padding: 32px 0 60px;
  }
}
.Faq h2 picture {
  width: 60.8vw;
  margin: 0 auto;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Faq h2 picture {
    width: 664px;
  }
}
@media screen and (min-width: 1025px) {
  .Faq h2 picture {
    width: 664px;
  }
}
.Faq_Container {
  width: 89.3333333333vw;
  margin: 7.4666666667vw auto 0;
  /* TL */
  /* PC */
  /* キャリーオーバーって何？ */
  /* どうなったら当たりなの？ */
  /* 当せんの確認方法は？ */
}
@media screen and (min-width: 769px) {
  .Faq_Container {
    width: 689px;
    margin: 27px auto 0;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Container {
    width: 985px;
    margin: 21px auto 0;
  }
}
.Faq_Container_AcMenu {
  font-size: 18px;
  border: solid 0.5333333333vw #000;
  background-color: #fff;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu {
    border: solid 2px #000;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu {
    border: solid 2px #000;
  }
}
.Faq_Container_AcMenu .Main_Ac_Parent {
  display: flex;
  align-items: center;
  height: 13.3333333333vw;
  padding: 0 0 0 4vw;
  line-height: 1;
  position: relative;
  font-weight: 600;
  cursor: pointer;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu .Main_Ac_Parent {
    width: 689px;
    height: auto;
    padding: 13px 0 13px 220px;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu .Main_Ac_Parent {
    width: 985px;
    padding: 13px 0 13px 368px;
  }
}
.Faq_Container_AcMenu .Main_Ac_Parent::after {
  position: absolute;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4.8vw;
  height: 4.8vw;
  background-image: url(../img/im_plus.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 4.8vw;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu .Main_Ac_Parent::after {
    width: 18px;
    height: 18px;
    background-image: url(../img/tl/im_plus.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 18px;
  }
}
.Faq_Container_AcMenu .Open::after {
  height: 0.5333333333vw;
  background-image: url(../img/im_minus.png);
  background-repeat: no-repeat;
  background-size: contain;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu .Open::after {
    height: 2px;
    background-image: url(../img/tl/im_minus.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: 18px;
  }
}
.Faq_Container_AcMenu .Main_Ac_Child {
  display: none;
  color: #000;
}
.Faq_Container_AcMenu .Main_Ac_Child .Inner {
  width: 81.3333333333vw;
  margin: 0 auto;
  border-top: solid 0.5333333333vw #000;
  /* TL */
  /* PC */
}
.Faq_Container_AcMenu .Main_Ac_Child .Inner p {
  font-size: 16px;
  line-height: 1.6;
  margin: 4.8vw auto 5.2vw;
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu .Main_Ac_Child .Inner {
    width: 665px;
    border-top: solid 2px #000;
  }
  .Faq_Container_AcMenu .Main_Ac_Child .Inner p {
    width: 627px;
    margin: 20px auto 22px;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu .Main_Ac_Child .Inner {
    width: 961px;
  }
  .Faq_Container_AcMenu .Main_Ac_Child .Inner p {
    width: 900px;
    margin: 20px auto;
  }
}
.Faq_Container_AcMenu .Main_Ac_Child .Ac_Child_AcMenu {
  width: 81.3333333333vw;
  margin: 0 auto 2.6666666667vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu .Main_Ac_Child .Ac_Child_AcMenu {
    width: 625px;
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu .Main_Ac_Child .Ac_Child_AcMenu {
    width: 900px;
  }
}
.Faq_Container_AcMenu .Main_Ac_Child .Ac_Child_AcMenu .Sub_Ac_Parent {
  position: relative;
  display: flex;
  align-items: center;
  border: solid 0.5333333333vw #000;
  cursor: pointer;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu .Main_Ac_Child .Ac_Child_AcMenu .Sub_Ac_Parent {
    border: solid 2px #000;
  }
}
.Faq_Container_AcMenu .Main_Ac_Child .Ac_Child_AcMenu .Sub_Ac_Parent picture {
  width: 24vw;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu .Main_Ac_Child .Ac_Child_AcMenu .Sub_Ac_Parent picture {
    width: 90px;
    margin: 0;
  }
}
.Faq_Container_AcMenu .Main_Ac_Child .Ac_Child_AcMenu .Sub_Ac_Parent p {
  display: block;
  font-size: 16px;
  margin-left: 3.2vw;
  /* TL */
  /* PC */
}
.Faq_Container_AcMenu .Main_Ac_Child .Ac_Child_AcMenu .Sub_Ac_Parent p span {
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu .Main_Ac_Child .Ac_Child_AcMenu .Sub_Ac_Parent p {
    margin-left: 143px;
  }
  .Faq_Container_AcMenu .Main_Ac_Child .Ac_Child_AcMenu .Sub_Ac_Parent p br {
    display: none;
  }
  .Faq_Container_AcMenu .Main_Ac_Child .Ac_Child_AcMenu .Sub_Ac_Parent p span {
    margin-left: 1.6666666667vw;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu .Main_Ac_Child .Ac_Child_AcMenu .Sub_Ac_Parent p {
    margin-left: 281px;
  }
  .Faq_Container_AcMenu .Main_Ac_Child .Ac_Child_AcMenu .Sub_Ac_Parent p span {
    margin-left: 20px;
  }
}
.Faq_Container_AcMenu .Main_Ac_Child .Ac_Child_AcMenu .Sub_Ac_Parent::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 3.2vw;
  margin: auto;
  width: 5.7333333333vw;
  height: 3.3333333333vw;
  background-image: url(../img/im_ac_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu .Main_Ac_Child .Ac_Child_AcMenu .Sub_Ac_Parent::after {
    right: 23px;
    width: 22px;
    height: 13px;
    background-image: url(../img/tl/im_ac_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu .Main_Ac_Child .Ac_Child_AcMenu .Sub_Ac_Parent::after {
    right: 22px;
  }
}
.Faq_Container_AcMenu .Main_Ac_Child .Ac_Child_AcMenu .Sub_Ac_Parent:first-child {
  margin-top: 0;
}
.Faq_Container_AcMenu .Main_Ac_Child .Ac_Child_AcMenu .Sub_Ac_Parent:last-child {
  margin-bottom: 0;
}
.Faq_Container_AcMenu .Main_Ac_Child .Ac_Child_AcMenu .Open::after {
  content: "";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.Faq_Container_AcMenu .Main_Ac_Child .Ac_Child_AcMenu .Sub_Ac_Child {
  display: none;
  background-color: #fff;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu .Main_Ac_Child .Ac_Child_AcMenu .Sub_Ac_Child {
    margin-top: 37px;
  }
}
.Faq_Container_AcMenu .Main_Ac_Child .Ac_Child_AcMenu .Sub_Ac_Child ul {
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu .Main_Ac_Child .Ac_Child_AcMenu .Sub_Ac_Child ul {
    width: 585px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu .Main_Ac_Child .Ac_Child_AcMenu .Sub_Ac_Child ul {
    width: 829px;
  }
}
.Faq_Container_AcMenu .Main_Ac_Child .Ac_Child_AcMenu .Sub_Ac_Child ul li {
  width: 69.8666666667vw;
  margin: 0 auto;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu .Main_Ac_Child .Ac_Child_AcMenu .Sub_Ac_Child ul li {
    width: 280px;
    margin: 0;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu .Main_Ac_Child .Ac_Child_AcMenu .Sub_Ac_Child ul li {
    width: 400px;
  }
}
.Faq_Container_AcMenu .Main_Ac_Child .Ac_Child_AcMenu .Sub_Ac_Child ul li h3 {
  width: 69.8666666667vw;
  margin: 0 auto;
  font-size: 16px;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu .Main_Ac_Child .Ac_Child_AcMenu .Sub_Ac_Child ul li h3 {
    width: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu .Main_Ac_Child .Ac_Child_AcMenu .Sub_Ac_Child ul li h3 {
    width: 400px;
  }
}
.Faq_Container_AcMenu .Main_Ac_Child .Ac_Child_AcMenu .Sub_Ac_Child ul li .Ac_Child_Txt {
  margin: 2.6666666667vw auto 3.7333333333vw;
  font-size: 15px;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu .Main_Ac_Child .Ac_Child_AcMenu .Sub_Ac_Child ul li .Ac_Child_Txt {
    margin: 10px auto 13px;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu .Main_Ac_Child .Ac_Child_AcMenu .Sub_Ac_Child ul li .Ac_Child_Txt {
    margin: 10px auto 33px;
  }
}
.Faq_Container_AcMenu .Main_Ac_Child .Ac_Child_AcMenu .Sub_Ac_Child ul li:first-child {
  padding: 4.6666666667vw 0 0;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu .Main_Ac_Child .Ac_Child_AcMenu .Sub_Ac_Child ul li:first-child {
    padding: 0;
  }
}
.Faq_Container_AcMenu .Main_Ac_Child .Ac_Child_AcMenu:nth-child(2) dt picture {
  background-color: #E80000;
}
.Faq_Container_AcMenu .Main_Ac_Child .Ac_Child_AcMenu:nth-child(2) dd h3 {
  color: #E80000;
  border-bottom: solid 0.5333333333vw #E80000;
  padding-bottom: 4px;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu .Main_Ac_Child .Ac_Child_AcMenu:nth-child(2) dd h3 {
    border-bottom: solid 2px #E80000;
    padding-bottom: 4px;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu .Main_Ac_Child .Ac_Child_AcMenu:nth-child(2) dd h3 {
    border-bottom: solid 2px #E80000;
    padding-bottom: 5px;
  }
}
.Faq_Container_AcMenu .Main_Ac_Child .Ac_Child_AcMenu:nth-child(3) dt picture {
  background-color: #C4A118;
}
.Faq_Container_AcMenu .Main_Ac_Child .Ac_Child_AcMenu:nth-child(3) dd h3 {
  color: #C19C11;
  border-bottom: solid 0.5333333333vw #C19C11;
  padding-bottom: 1.0666666667vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu .Main_Ac_Child .Ac_Child_AcMenu:nth-child(3) dd h3 {
    border-bottom: solid 2px #C19C11;
    padding-bottom: 4px;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu .Main_Ac_Child .Ac_Child_AcMenu:nth-child(3) dd h3 {
    border-bottom: solid 2px #C19C11;
    padding-bottom: 5px;
  }
}
.Faq_Container_AcMenu .Main_Ac_Child .Ac_Child_AcMenu:nth-child(4) dt picture {
  background-color: #EF8200;
}
.Faq_Container_AcMenu .Main_Ac_Child .Ac_Child_AcMenu:nth-child(4) dd h3 {
  color: #EF8200;
  border-bottom: solid 0.5333333333vw #EF8200;
  padding-bottom: 1.0666666667vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu .Main_Ac_Child .Ac_Child_AcMenu:nth-child(4) dd h3 {
    border-bottom: solid 2px #EF8200;
    padding-bottom: 4px;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu .Main_Ac_Child .Ac_Child_AcMenu:nth-child(4) dd h3 {
    border-bottom: solid 2px #EF8200;
    padding-bottom: 5px;
  }
}
.Faq_Container_AcMenu .Main_Ac_Child .Ac_Child_AcMenu:nth-child(5) dt picture {
  background-color: #EA6DA4;
}
.Faq_Container_AcMenu .Main_Ac_Child .Ac_Child_AcMenu:nth-child(5) dd h3 {
  color: #EA6DA4;
  border-bottom: solid 0.5333333333vw #EA6DA4;
  padding-bottom: 1.0666666667vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu .Main_Ac_Child .Ac_Child_AcMenu:nth-child(5) dd h3 {
    border-bottom: solid 2px #EA6DA4;
    padding-bottom: 4px;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu .Main_Ac_Child .Ac_Child_AcMenu:nth-child(5) dd h3 {
    border-bottom: solid 2px #EA6DA4;
    padding-bottom: 5px;
  }
}
.Faq_Container_AcMenu .Main_Ac_Child .Ac_Child_AcMenu:nth-child(6) dt picture {
  background-color: #AACC03;
}
.Faq_Container_AcMenu .Main_Ac_Child .Ac_Child_AcMenu:nth-child(6) dd h3 {
  color: #AACC03;
  border-bottom: solid 0.5333333333vw #AACC03;
  padding-bottom: 1.0666666667vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu .Main_Ac_Child .Ac_Child_AcMenu:nth-child(6) dd h3 {
    border-bottom: solid 2px #AACC03;
    padding-bottom: 4px;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu .Main_Ac_Child .Ac_Child_AcMenu:nth-child(6) dd h3 {
    border-bottom: solid 2px #AACC03;
    padding-bottom: 5px;
  }
}
.Faq_Container_AcMenu .Main_Ac_Child .Note {
  width: 81.3333333333vw;
  margin: 5.3333333333vw auto 4.5333333333vw;
  font-size: 12px;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu .Main_Ac_Child .Note {
    width: 625px;
    margin: 0 auto 27px;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu .Main_Ac_Child .Note {
    width: 900px;
    margin: 0 auto 30px;
  }
}
.Faq_Container_AcMenu .Main_Ac_Child .Note dl {
  display: flex;
}
.Faq_Container_AcMenu .Main_Ac_Child .Note dl:nth-child(n+2) {
  margin: 1.8666666667vw auto 0;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu .Main_Ac_Child .Note dl:nth-child(n+2) {
    margin: 7px 0;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu .Main_Ac_Child .Note dl:nth-child(n+2) {
    margin: 7px 0;
  }
}
.Faq_Container_AcMenu:nth-child(n+2) {
  margin-top: 2.6666666667vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu:nth-child(n+2) {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu:nth-child(n+2) {
    margin-top: 20px;
  }
}
.Faq_Container_AcMenu:nth-child(2) dd .Inner p {
  font-size: 16px;
  margin: 4.2666666667vw auto 2.9333333333vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu:nth-child(2) dd .Inner p {
    margin: 20px auto 16px;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu:nth-child(2) dd .Inner p {
    margin: 28px auto 10px;
  }
}
.Faq_Container_AcMenu:nth-child(2) dd .Inner .Note {
  width: 81.3333333333vw;
  margin: 0 auto 4.5333333333vw;
  font-size: 12px;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu:nth-child(2) dd .Inner .Note {
    width: 625px;
    margin-bottom: 19px;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu:nth-child(2) dd .Inner .Note {
    width: 900px;
    margin-bottom: 29px;
  }
}
.Faq_Container_AcMenu:nth-child(2) dd .Inner .Chance picture {
  width: 81.3333333333vw;
  margin: 0 auto 4vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu:nth-child(2) dd .Inner .Chance picture {
    width: 625px;
    margin: 0 auto 34px;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu:nth-child(2) dd .Inner .Chance picture {
    width: 900px;
    margin: 0 auto 32px;
  }
}
.Faq_Container_AcMenu:nth-child(3) .Inner {
  padding-bottom: 4.2666666667vw;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu:nth-child(3) .Inner {
    padding-bottom: 26px;
  }
}
.Faq_Container_AcMenu:nth-child(3) .Inner picture {
  width: 32.4vw;
  margin: 4vw auto 5.3333333333vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu:nth-child(3) .Inner picture {
    width: 102px;
    margin: 20px auto 27px;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu:nth-child(3) .Inner picture {
    width: 122px;
    margin: 26px auto 35px;
  }
}
.Faq_Container_AcMenu:nth-child(3) .Inner p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu:nth-child(3) .Inner p {
    width: 627px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu:nth-child(3) .Inner p {
    width: 900px;
  }
}
.Faq_Container_AcMenu:nth-child(4) .Inner p {
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu:nth-child(4) .Inner p {
    margin: 17px auto 28px;
  }
  .Faq_Container_AcMenu:nth-child(4) .Inner p br {
    display: none;
  }
}
.Faq_Container_AcMenu:nth-child(4) .Inner .Check ul {
  /* TL */
  /* PC */
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu:nth-child(4) .Inner .Check ul {
    width: 624px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 27px;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu:nth-child(4) .Inner .Check ul {
    width: 960px;
    margin-bottom: 40px;
  }
}
.Faq_Container_AcMenu:nth-child(4) .Inner .Check ul li {
  border-bottom: solid 0.2666666667vw #333333;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu:nth-child(4) .Inner .Check ul li {
    width: 198px;
    height: 187px;
    margin: 0 auto;
    border-bottom: none;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu:nth-child(4) .Inner .Check ul li {
    width: 305px;
    height: 180px;
  }
}
.Faq_Container_AcMenu:nth-child(4) .Inner .Check ul li h3 {
  font-size: 20px;
  text-align: center;
}
.Faq_Container_AcMenu:nth-child(4) .Inner .Check ul li picture {
  width: 18.6666666667vw;
  margin: 0 auto 3.4666666667vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu:nth-child(4) .Inner .Check ul li picture {
    width: 84px;
    margin: 0 auto 13px;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu:nth-child(4) .Inner .Check ul li picture {
    width: 84px;
    margin: 0 auto 22px;
  }
}
.Faq_Container_AcMenu:nth-child(4) .Inner .Check ul li p {
  font-size: 14px;
  font-weight: 300;
  margin: 1.3333333333vw auto 4vw auto;
}
.Faq_Container_AcMenu:nth-child(4) .Inner .Check ul li p br {
  display: none;
}
.Faq_Container_AcMenu:nth-child(4) .Inner .Check ul li:nth-child(n+2) picture {
  margin-top: 4.8vw;
  /* TL */
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu:nth-child(4) .Inner .Check ul li:nth-child(n+2) picture {
    margin-top: 0;
  }
}
.Faq_Container_AcMenu:nth-child(4) .Inner .Check ul li:last-child {
  border-bottom: 0;
}
.Faq_Container_AcMenu:nth-child(4) .Inner .Check ul li:nth-child(2) p {
  width: 73.3333333333vw;
}
.Faq_Container_AcMenu:nth-child(4) .Inner .Check ul li:nth-child(3) p {
  width: 77.3333333333vw;
}
@media screen and (min-width: 769px) {
  .Faq_Container_AcMenu:nth-child(4) .Inner .Check ul li:last-child {
    border-right: 0;
  }
  .Faq_Container_AcMenu:nth-child(4) .Inner .Check ul li:nth-child(1) {
    padding-right: 30px;
  }
  .Faq_Container_AcMenu:nth-child(4) .Inner .Check ul li:nth-child(1) p {
    width: 167px;
    margin: 0 auto;
  }
  .Faq_Container_AcMenu:nth-child(4) .Inner .Check ul li:nth-child(2) {
    width: 229px;
    border-right: solid 1px #333333;
    border-left: solid 1px #333333;
    padding: 0 21px;
  }
  .Faq_Container_AcMenu:nth-child(4) .Inner .Check ul li:nth-child(2) p {
    width: 180px;
    margin: 0 auto;
  }
  .Faq_Container_AcMenu:nth-child(4) .Inner .Check ul li:nth-child(2) p br {
    display: block;
  }
  .Faq_Container_AcMenu:nth-child(4) .Inner .Check ul li:nth-child(3) {
    padding-left: 24px;
  }
  .Faq_Container_AcMenu:nth-child(4) .Inner .Check ul li:nth-child(3) p {
    width: 181px;
    margin: 0 auto;
  }
  .Faq_Container_AcMenu:nth-child(4) .Inner .Check ul li:nth-child(1),
.Faq_Container_AcMenu:nth-child(4) .Inner .Check ul li:nth-child(3) {
    margin: 0 auto;
  }
}
@media screen and (min-width: 1025px) {
  .Faq_Container_AcMenu:nth-child(4) .Inner .Check ul li:nth-child(1) {
    padding-right: 10px;
  }
  .Faq_Container_AcMenu:nth-child(4) .Inner .Check ul li:nth-child(1) p {
    width: 305px;
    margin: 0 auto;
  }
  .Faq_Container_AcMenu:nth-child(4) .Inner .Check ul li:nth-child(2) {
    width: 329px;
    padding: 0 12px;
  }
  .Faq_Container_AcMenu:nth-child(4) .Inner .Check ul li:nth-child(2) p {
    width: 275px;
    margin: 0 auto;
  }
  .Faq_Container_AcMenu:nth-child(4) .Inner .Check ul li:nth-child(2) p br {
    display: none;
  }
  .Faq_Container_AcMenu:nth-child(4) .Inner .Check ul li:nth-child(3) {
    padding-left: 0;
  }
  .Faq_Container_AcMenu:nth-child(4) .Inner .Check ul li:nth-child(3) p {
    width: 290px;
    margin: 0 auto;
  }
  .Faq_Container_AcMenu:nth-child(4) .Inner .Check ul li:nth-child(1),
.Faq_Container_AcMenu:nth-child(4) .Inner .Check ul li:nth-child(3) {
    margin: 0 auto;
  }
}

/* ----------------------------------------------------------------
about
----------------------------------------------------------------- */
.About {
  padding: 7.7333333333vw 0 8vw 0;
  background-color: #EDEDED;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .About {
    padding: 31px 0 60px;
  }
}
@media screen and (min-width: 1025px) {
  .About {
    padding: 46px 0 68px;
  }
}
.About h2 picture {
  width: 86.9333333333vw;
  margin: 0 auto;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .About h2 picture {
    width: 602px;
  }
}
@media screen and (min-width: 1025px) {
  .About h2 picture {
    width: 954px;
  }
}
.About_Movie, .About_Develop {
  width: 94.1333333333vw;
  margin: 0 auto;
}
.About_Movie {
  width: 89.3333333333vw;
  height: 50.1333333333vw;
  margin: 3.2vw auto 3.0666666667vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .About_Movie {
    width: 590px;
    height: 332px;
    margin: 22px auto 52px;
  }
}
@media screen and (min-width: 1025px) {
  .About_Movie {
    width: 800px;
    height: 450px;
    margin: 29px auto 47px;
  }
}
.About_Movie iframe {
  width: 100%;
  height: 100%;
}
.About_Develop {
  width: 89.3333333333vw;
  margin: 0 auto;
  margin-top: 4.2666666667vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .About_Develop {
    width: 689px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .About_Develop {
    width: 1025px;
    margin-top: 52px;
  }
}
.About_Develop h3 {
  width: 69.3333333333vw;
  margin: 0 auto;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .About_Develop h3 {
    width: 536px;
    margin: 52px auto 17px;
  }
}
@media screen and (min-width: 1025px) {
  .About_Develop h3 {
    width: 872px;
  }
}
.About_Develop_Img {
  width: 100%;
  margin: 6.1333333333vw auto 0;
  /* TL */
  /* PC */
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .About_Develop_Img {
    width: 689px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 1025px) {
  .About_Develop_Img {
    width: 985px;
    margin: 30px auto 0;
  }
}
.About_Develop_Img picture {
  width: 89.3333333333vw;
  margin: 0 auto;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .About_Develop_Img picture {
    width: 226px;
  }
}
@media screen and (min-width: 1025px) {
  .About_Develop_Img picture {
    width: 323px;
  }
}
.About_Develop_Img picture:nth-child(2) {
  width: 13.4666666667vw;
  margin: 3.7333333333vw auto 2.9333333333vw;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .About_Develop_Img picture:nth-child(2) {
    width: 32px;
    margin: 0 20px 0 22px;
  }
}
@media screen and (min-width: 1025px) {
  .About_Develop_Img picture:nth-child(2) {
    width: 45px;
    margin: 0 29px 0 32px;
  }
}
@media screen and (min-width: 769px) {
  .About_Develop_Img picture:nth-child(3) {
    width: 389px;
  }
}
@media screen and (min-width: 1025px) {
  .About_Develop_Img picture:nth-child(3) {
    width: 556px;
  }
}

/* ----------------------------------------------------------------
cta
----------------------------------------------------------------- */
.Cta {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  background-color: #000;
  padding: 1.3333333333vw 0;
  opacity: 1;
  transition: 0.8s ease-in-out;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Cta {
    padding: 15px 0;
  }
}
@media screen and (min-width: 1025px) {
  .Cta {
    margin: 0 auto;
    padding: 20px 0;
  }
  .Cta .Inner {
    width: 829px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .Cta .Inner .Cta_Btn_01 {
    width: 424px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.Cta_Entry picture {
  width: 80vw;
  margin: 0 auto;
  display: block;
  /* PC */
}
@media screen and (min-width: 769px) {
  .Cta_Entry picture {
    width: 300px;
  }
}
.Cta_Txt {
  padding: 0.8vw 0 0.6666666667vw;
  text-align: center;
  font-size: 12px;
  color: #fff;
  /* TL */
  /* PC */
}
.Cta_Txt br {
  display: none;
}
@media screen and (min-width: 769px) {
  .Cta_Txt {
    padding: 2px 0 3px;
  }
}
@media screen and (min-width: 1025px) {
  .Cta_Txt {
    width: 113px;
    padding: 6px 0 5px;
    font-size: 12px;
  }
  .Cta_Txt br {
    display: block;
  }
}
.Cta_About {
  display: block;
  width: 89.3333333333vw;
  height: 7.4666666667vw;
  margin: 0 auto;
  background-color: #fff;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  /* TL */
  /* PC */
}
@media screen and (min-width: 769px) {
  .Cta_About {
    width: 335px;
    height: 28px;
  }
}
@media screen and (min-width: 1025px) {
  .Cta_About {
    height: 50px;
  }
}
.Cta_About::before {
  position: absolute;
  content: "";
  width: 4.2666666667vw;
  height: 5.0666666667vw;
  background-image: url(../img/ps_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  left: 5.0666666667vw;
  margin: auto;
  /* TL */
  /* TL */
}
@media screen and (min-width: 769px) {
  .Cta_About::before {
    width: 14px;
    height: 17px;
    background-image: url(../img/tl/ps_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media screen and (min-width: 769px) {
  .Cta_About::before {
    left: 38px;
  }
}

.scrollDom--active {
  pointer-events: none;
  opacity: 0;
}
/* add */
section{
  width: 100%;
  margin: 0 auto;
}
section a{
  color: #29abe2;
}
/*h2{
  font-size: 20px;
  margin: 27px auto;
  border-bottom: 4px solid #000;
}*/
/*2重枠*/
/*h2{
  position: relative;
  padding: 1rem 1rem;
  border: 4px solid #000;
  margin-bottom: 25px;
}
h2:before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  content: '';
  border: 2px solid #000;
}*/
/*下部斜線*/
h2 {
  position: relative;
  padding: 1rem 0.5rem;
  margin-bottom: 25px;
}

h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #000, #000 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
h3{
  font-size: 17px;
  margin: 32px auto 20px;
  border-bottom: 4px solid #000;
}
h4{
  font-size: 16px;
  margin: 32px auto 20px;
}
p{
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.6em;
}

@media screen and (min-width: 769px) {
  h2{
    font-size: 23px;
  }
  h3{
    font-size: 20px;
    margin: 35px auto 22px;
    border-bottom: 4px solid #000;
  }
  h4{
    font-size: 18px;
    margin: 35px auto 22px;
  }
}

@media screen and (min-width: 1025px) {
  h2 {
    font-size: 23px;
  }
  h3{
    font-size: 20px;
    margin: 35px auto 22px;
  }
  h4{
    font-size: 18px;
    margin: 35px auto 22px;
  }
}
.breadcrumb {
  margin: 0;
  padding: 0 0 1em;
  list-style: none;
  font-size: 12px;
}

.breadcrumb li {
  display: inline;/*横に並ぶように*/
  list-style: none;
  font-weight: normal;/*太字*/
}

.breadcrumb li:after {/* >を表示*/
  content: '>';
  padding: 0 0.2em;
}

.breadcrumb li:last-child:after {
  content: '';
}

.breadcrumb li a {
  text-decoration: none;
  color: #000;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

h1{
  font-size: 36px;
}
.date{
  font-size: 14px;
}
.l_toc {
    width: 100%;
    max-width: 500px;
    margin: 30px auto;
    font-weight: normal;
    border: 1px solid #c5c5c5;
    background-color: #ffffff;
    border-radius: 4px;
}

.l_toc a {
    text-decoration: none;
    color: #000;
}

.l_toc ol {
    padding-left: 0;
    list-style: none;
    counter-reset: section;
    padding: 5px 15px 10px;
}
.l_toc .child_ol {
    padding-left: 0;
    list-style: none;
    counter-reset: section;
    padding: 10px 15px 10px;
}

.child_ol li {
    padding-left: 5px;
}
.l_toc_txt{
  font-size: 20px;
  font-weight: bold;
  color: #404040;
  margin-top: 15px;
  margin-bottom: 0px;
  padding-left: 10px;
}


/*header_footer*/
.css-1bnwshj {
    padding: 24px;
    margin: 0px 16px;
    text-align: center;
    border-bottom: 1px solid rgb(34, 34, 34);
}
.css-nnaukq {
    margin: 0px;
    font-weight: 400;
    line-height: 1.5;
    font-size: 16px;
}
.css-2imjyh {
    display: flex;
    flex-wrap: wrap;
}
.css-2imjyh a{
	color: #fff;
}
.css-2imjyh a:hover{
	opacity: 1;
}
.css-veo8kn {
    width: 166px;
    margin-left: 16px;
    padding: 8px 0px;
    color: white;
    border-bottom: 1px solid rgb(34, 34, 34);
    cursor: pointer;
}
.css-75iigt {
    margin: 0px;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
}
.css-1v2aif5 {
    width: 166px;
    margin-left: 9px;
    padding: 8px 0px;
    color: white;
    border-bottom: 1px solid rgb(34, 34, 34);
    cursor: pointer;
}
.css-veo8kn {
    width: 166px;
    margin-left: 16px;
    padding: 8px 0px;
    color: white;
    border-bottom: 1px solid rgb(34, 34, 34);
    cursor: pointer;
}
.css-1qzfsby {
    background-color: black;
}
.css-1iz4ubr {
    background-color: black;
    color: white;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}
.css-116mhio {
    margin: 0px 16px;
    padding-top: 40px;
    border-top: 1px solid rgb(34, 34, 34);
}
.css-116mhio a:hover{
	opacity: 1;
}
.css-1bliomu {
    padding: 8px 0px;
    border-bottom: 1px solid rgb(34, 34, 34);
    color: white;
}
.css-1bliomu {
    padding: 8px 0px;
    border-bottom: 1px solid rgb(34, 34, 34);
    color: white;
}
.css-m2z5g1 {
    padding: 8px 0px;
    border-bottom: 1px solid rgb(34, 34, 34);
    color: white;
    cursor: pointer;
}
.css-laa06x {
    margin: 0px;
    font-weight: 400;
    line-height: 1.5;
    font-size: 14px;
}
.css-1b3s0fz {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 24px;
}
.css-11qog6d {
    margin: 0px;
    font-weight: 400;
    line-height: 1.5;
    font-size: 12px;
}

.css-1351cd3 {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: 28px;
    padding: 7px 14px 7px 16px;
    background-color: black;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}
.css-2xhwxz {
    display: flex;
    justify-content: space-around;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
    color: white;
}
.css-6sa50b {
    display: flex;
    flex-flow: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    visibility: hidden;
    width: 28px;
    height: 38px;
    margin-left: 32px;
}
.css-16w76jh {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-flow: column;
    width: 28px;
    height: 28px;
    margin-left: 32px;
    cursor: pointer;
}
.css-rjxfl6 {
    padding: 8px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    height: 50px;
    background-color: white;
}
.css-k008qs {
    display: flex;
}
.css-knlmnt {
    padding: 14px 16px 13px;
    color: rgb(0, 0, 0);
    background-color: rgb(218, 235, 240);
    font-weight: 700;
    border-bottom: none;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}
.css-cb1src {
    padding: 14px 16px 13px;
    color: rgb(0, 0, 0);
    background-color: rgb(236, 245, 247);
    font-weight: 700;
    border-bottom: 1px solid silver;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}
.css-f4ypso {
    padding: 14px 16px 13px;
    color: rgb(0, 0, 0);
    background-color: rgb(236, 245, 247);
    font-weight: 700;
    border-bottom: none;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}
.css-1628mte {
    padding: 14px 16px 13px;
    color: rgb(255, 255, 255);
    background-color: rgb(232, 0, 0);
    font-weight: 700;
    border-bottom: none;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}
.css-1ipcryh {
    padding: 14px 16px 13px;
    color: rgb(0, 0, 0);
    background-color: rgb(252, 235, 226);
    font-weight: 700;
    border-bottom: 1px solid silver;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}
.css-r7fkv6 {
    padding: 14px 16px 13px;
    color: rgb(0, 0, 0);
    background-color: rgb(252, 235, 226);
    font-weight: 700;
    border-bottom: none;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}
.css-1h7pdbv {
    padding: 14px 16px 13px;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 217, 0);
    font-weight: 700;
    border-bottom: none;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}
.css-zlas7n {
    padding: 14px 16px 13px;
    color: rgb(0, 0, 0);
    background-color: rgb(252, 250, 224);
    font-weight: 700;
    border-bottom: none;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}
.css-js3ws3 {
    padding: 14px 16px 13px;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    font-weight: 700;
    border-bottom: 1px solid silver;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}
.css-1bxo6gh {
    padding: 14px 16px 13px;
    color: rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    font-weight: 700;
    border-bottom: none;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}
.css-15o7b25 {
    width: 310px;
}
.css-1qp0vo9 .MuiDrawer-paper {
    top: 40px;
    height: calc(100vh - 40px);
}
.article_h2{
  background-color: #000;
    color: #fff;
    padding: 0.5rem;
    font-size: 20px;
    margin-bottom: 3px;
}
ul.article_list {
	padding:0.5em;
	list-style-type:none;
}
ul.article_list li {
  position: relative;
  padding: 0em 0.3em 0.3em 1.3em;
  margin-top: 0.5em;
  margin-bottom: 0.3em;
  border-bottom: dashed 1px #a5a5a5;
}
ul.article_list li::before {
	position: absolute;
	content: '';
	display: block;
	top: 0.5em;
	left: 0;
	width: 6px;
	height: 6px;
	border-right: 3px solid #000;
	border-bottom: 3px solid #000;
	transform: rotate(-45deg);
}
.article_list li a{
  color: #000;
}
.related_article{
  margin-top: 100px;
}
.css-8u0kx6 {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    height: 38px;
    padding: 7px 14px 7px 16px;
    background-color: black;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}
.css-2xhwxz {
    display: flex;
    justify-content: space-around;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
    color: white;
}
.css-6sa50b {
    display: flex;
    flex-flow: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    visibility: hidden;
    width: 28px;
    height: 38px;
    margin-left: 32px;
}
.css-1bn3sit {
    display: flex;
    flex-flow: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 28px;
    height: 38px;
    margin-left: 32px;
    cursor: pointer;
}

/*table*/
table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
    font-size: 1rem;
    border-collapse: collapse;
    border-spacing: 0;
}
#table_dc th, #table_dc td {
  text-align: center;
  width: 20%;
  min-width: 130px;
  padding: 10px;
  height: 60px;
  vertical-align: top;
}

#table_dc th {
  background-color: #f0f0f0;
}

#table_dc .head {
  background-color: #f0f0f0;
}
th, td {
    vertical-align: middle;
    border: 1px solid #bdbdbd;
    text-align: center;
}
/* tab */
@media only screen and (max-width: 768px) {
  #table_dc {
    display: block;
    overflow-x: scroll;
  }
  #table_dc .fixed {
    position: sticky;
    left: 0;
  }
  #table05 .fixed:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    height: 100%;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
  }
}
ul{
  padding-left: 1.2rem;
  margin-bottom: 20px;
}
.line li {
    list-style: disc;
}
.number{
  margin-bottom: 20px;
}
.number li{
  list-style-type: auto;
  margin-left: 18px;
}
.out_line{
  border: 2px solid #979797;
  padding: 10px;
}

/* 監修 */
.flex{
  max-width: 769px;
  margin: 0 auto;
  border: 2px solid #bdbdbd;
padding: 15px;
margin-top: 50px;
}
img{
  max-width: 100%;
  display: block;
  margin: 0 auto 20px;
}
@media screen and (min-width:600px) {
  .flex{
    display:flex;
    flex-wrap:nowrap;
    justify-content:space-between;
    border: 2px solid #bdbdbd;
padding: 15px;
margin-top: 50px;
  }
  .item+.item{
    margin-left:1.0em;
    width: 145%;
  }
  img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
}
.MuiBox-root img{
  margin-bottom: 0px;
}
/*追従ボタン*/
.fixed_btn a{
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
  width: 360px;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
  padding: 16px 0;
  background-color: rgb(232, 0, 0);
  border-bottom: 8px solid #e21010;
  border-image: linear-gradient(90deg, #e21010, #920202);
  border-image-slice: 1;
  filter: drop-shadow(rgba(0, 0, 0, 0.5) 3px 3px 6px);
  font-size: 20px;
  font-weight: 700;
}
.fixed_btn a:after{
  position: absolute;
  content: "";
  top: 50%;
  right: 30px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  margin-top: -4px;
}
.fixed_btn a:hover{
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .fixed_btn{
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 16px;
  }
}
@media screen and (max-width: 768px) {
  .fixed_outer{
    position: fixed;
    background: rgba(255, 255, 255, 0.95);
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -0%);
    width: 100%;
    padding: 16px;
}
  .fixed_btn a{
    width: 334px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 366px) {
  .fixed_btn a{
    width: 100%;
  }
}