@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap');
:root {
  --green01: #D8EAB0; /* for bg box faq */
  --green02: #009944; /* for bg faq toggle */
  --green03: #8FC31F; /* for bg faq circle */
  --orange01: #EA5504; /* for tab on */
  --orange02: #F08300; /* for tab off, bg youtube */
  --orange03: #FFEDD8; /* for box bg pale orange */
  --orange04: #F4D791; /* for box bg present */
}

*, *::before, *::after{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 75%;
  width: 100%;
  height: 100%;
}

body {
  background: #FFF;
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 75%;
  font-family: 'Noto Sans JP', sans-serif,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
  line-height: 2;
}
@media screen and (max-width:999.99px) {
  body {
    font-size: 90%;
  }
}

a {
  color: #222;
  text-decoration: none;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
}
a:hover {
  text-decoration: underline;
	opacity:0.5;
  filter: alpha(opacity=50);
  -moz-opacity:0.5;
  box-sizing: border-box;
}

p {
  display: block;
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-size: 1.0rem;
  line-height: 1.8rem;
}
@media screen and (max-width:999.99px) {
  p {
    font-size: 1.4rem;
  }
}
p small {
  line-height: 1.2rem;
  display: inline-block; 
}

ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* util */
.pc { display: block; }
.sp { display: none; }
@media screen and (max-width:999.99px) {
  .pc {display: none;}
  .sp {display: block;}
}

.flexBox {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width:999.99px) {
  .flexBox {
    display: flex;
    flex-direction: column;
  }
}

/* ========== container ========== */
.container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
}

/* ========== first view ========== */
#mikanTop {
  background: url(../img/header_bk.png) repeat-x top center;
  background-size: 100% auto;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 450px;
}
@media screen and (orientation: landscape) {
  #mikanTop {
    padding: 7vw 0 0 0;
    height: 35vw;
  }
  @media screen and (max-width: 1439.99px) {
    #mikanTop {
      padding: 80px 0 0 0;
      height:480px;
    }
  }
}

@media screen and (orientation: portrait) {
    #mikanTop {
      padding: 80px 0 0 0;
      height:480px;
    }
  @media screen and (max-width: 1439.99px) {
    #mikanTop {
      background: url(../img/header_bk.png) repeat-x top left;
      background-size: 120% auto;
      padding: 8% 0;
      height: auto;
      min-height: auto;
    }
  }
}


.mikanTopInner {
  background: transparent;
  display: block;
  margin: 0 auto;
  padding: 0 ;
  width: 100%;

  height: auto;
}
@media screen and (max-width:999.99px) {
  .mikanTopInner {
    background: none !important;
    display: block;
    margin: 0 auto;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    width: 100%;
    height: auto;
  }
}

/* ========== header ========== */
header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  padding: 0;
  width: 72.22vw;
  height: auto;
}
@media screen and (max-width:1439.99px) {
  header {
    width: 1080px;
  }
}
@media screen and (max-width:1099.99px) {
  header {
    padding: 0 3% 2% 3%;
    width: 100%;
  }
}
.asadigiLogo {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-content: center;
}
@media screen and (max-width:999.99px) {
  .asadigiLogo {
    flex-direction: column;
  }
}
.asadigiLogo a {
  display: block;
  margin: 0 auto 0 0;
  padding: 0;
  width: 140px;
  height: 42px;
  overflow: hidden;
}
@media screen and (min-width:2900px) {
  .asadigiLogo a {
    display: block;
    margin: 0 auto 0 0;
    padding: 0;
    width: 280px;
    height: 90px;
    overflow: hidden;
  }
}
@media screen and (max-width:999.99px) {
  .asadigiLogo a {
    padding-top: 8%;
    width: 60px;
    height: auto;
  }
}
.asadigiLogo a img {
  display: block;
  margin: 0 auto 0 0;
  width: 132px;
  height: auto;
}
@media screen and (min-width:1900px) {
  .asadigiLogo a img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width:999.99px) {
  .asadigiLogo a img {
    width: 100%;
    height: auto;
  }
}
header p {
  font-size: 1em;
  line-height: 4.5em;
}
@media screen and (max-width:999.99px) {
  header p {
    font-size: 0.8rem;
    line-height: 1.2;
    padding: 0;
    text-align: right;
  }
}
#mikanTop h1 {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
}
@media screen and (max-width:999.99px) {
  #mikanTop h1 {
    padding-bottom: 10px;
    width: 100%;
    overflow: hidden;
  }
}
#mikanTop h1 img.pc {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
#mikanTop h1 img.sp {display:none;}
@media screen and (max-width:999.99px) {
  #mikanTop h1 img.sp {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
  #mikanTop h1 img.pc {
    display: none;
  }
}
.mikanTopBox {
  margin: 0 auto;
  padding: 0;
  width: 700px;
  height: 100px;
  position: absolute;
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 1;
  text-align: center;
}
@media screen and (max-width:999.99px) {
  .mikanTopBox {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: auto;
    transform: unset;
    -webkit-transform: unset;
    -ms-transform: unset;
    text-align: center;
  }
}
#mikanTop .mikanTopRecord,
#mikanTop .mikanTopSponsor {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  text-align: center;
}
@media screen and (max-width:999.99px) {
  #mikanTop .mikanTopRecord,
  #mikanTop .mikanTopSponsor {
    padding: 0;
    width: 100%;
  }
  #mikanTop .mikanTopRecord {
    padding-top: 10px;
  }
  #mikanTop .mikanTopRecord p {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
#mikanTop .mikanTopSponsor ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  margin: 0 auto;
  width: 350px;
  height: auto; /*　値変更OK */
}
@media screen and (max-width:999.99px) {
  #mikanTop .mikanTopSponsor ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin: 0;
    padding: 1em 0 0 0;
    width: 100%;
    height: auto; /*　値変更OK */
  }
}
#mikanTop .mikanTopSponsor li {
  padding: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.8; /*　値変更OK */
  height: auto; /*　値変更OK */
  vertical-align: middle;
}
@media screen and (max-width:999.99px) {
  #mikanTop .mikanTopSponsor li {
    padding: 1% 0;
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
.topImage.sp {
  display: none;
}
@media screen and (max-width:999.99px) {
  .topImage.sp {
    display: block;
    margin: 0 auto;
    padding: 4%;
    width: 100%;
    height: auto;
  }
  .topImage.sp img {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
}
.topLead {
  margin: 0 auto;
  padding: 0 0 50px 0;
  width: 100%;
}
@media screen and (max-width:999.99px) {
  .topLead {
    padding: 0 4%;
    width: 100%;
  }
}
.topLead p.leadSummary {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  padding: 0 0 1rem 0;
}
@media screen and (max-width:999.99px) {
  .topLead p.leadSummary {
    font-size: 1.4rem;
  }
}
.topLead p.notification {
  font-size: 1rem;
  line-height: 1.4;
  font-feature-settings: "palt";
}
@media screen and (max-width:999.99px) {
  .topLead p.notification {
    font-size: 1.1rem;
  }
}

/* main */
#main {
  background: var(--orange03);
  margin: 0 auto;
  padding: 90px 0;
  width: 100%;
  height: auto;
}
@media screen and (max-width:999.99px) {
  #main {
    padding: 0 2% 16% 2%;
    width: 100%;
  }
}
.contentsArea {
  background: #FFF;
  border: 3px solid var(--orange01);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  margin: 0 auto;
  padding: 60px 45px;
  width: 1000px;
  height: auto;
}
@media screen and (max-width:999.99px) {
  .contentsArea {
    padding: 40px 5px;
    width:  100%;
  }
}

/* content navigation */
.contentsArea.contentNavArea {
  background: transparent;
  border: 0;
  padding: 0 10px 0 0 !important;
  width: 1000px;

}
@media screen and (max-width:999.99px) {
  .contentsArea.contentNavArea {
    width: 100%;
    padding: 0 !important;
  }
}
.contentNav {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 50px;
}
@media screen and (max-width:999.99px) {
  .contentNav {
    margin: 0 auto;
    padding: 8% 0 0 0;
    width: 100%;
    height: auto;
  }
}
.contentNav ul.flexBox {
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  flex-wrap: nowrap;
  width: 100%;
  height: 50px;
}
@media screen and (max-width:999.99px) {
  .contentNav ul.flexBox {
    margin: 0 auto;
    width: 90%;
    height: 60px;
  }
}
/* three columns */
.contentNav ul.flexBox > li{
  background: var(--orange02);
  border: 0;
  border-radius: 10px 10px 0 0;
  display: block;
  margin: 0;
  padding: 5px 0;
  display: block;
  width: 280px;
  height: 50px;

}
.contentNav ul.flexBox > li.selected,
.contentNav ul.flexBox > li:hover {
  background: var(--orange01);
  opacity: 1;
}
.contentNav ul.flexBox > li.selected:hover {
  background: var(--orange02);
}
@media screen and (max-width:999.99px) {
  .contentNav ul.flexBox > li {
    border-radius: 10px 10px 0 0;
    padding: 0;
    width: calc(100% / 3 - 3px);
    height: 60px;
  }
}
.contentNav li a,
.contentNav li a:hover {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  text-decoration: none;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:999.99px) {
  .contentNav li a,
  .contentNav li a:hover {
    display: block;
    padding: 0;
    width: 100%;
    height: 60px;
    overflow: hidden;
  }
}
.contentNav li a span {
  display: block;
  margin: 0;
  padding: 5px 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:999.99px) {
  .contentNav li a span {
    display: block;
    margin: 0;
    padding: 0 0 15px 0;
    width: 100%;
    height: 100%;
  }
}
.contentNav ul.flexBox > li a img.pc {
  display: block;
  margin: 0 auto;
  width: 162px;
  height: 28px;
}
.contentNav ul.flexBox > li a img.sp {
  display: none;
}
@media screen and (max-width:999.99px) {
  .contentNav ul.flexBox > li a img.sp {
    display: block;
    margin: 0 auto;
    width: 90%;
    height: auto;
    object-fit: cover;
  }
  @media screen and (min-width: 568px) {
    .contentNav ul.flexBox > li a img.sp {
      width: auto;
      height: 130%;
    }
  }
  .contentNav ul.flexBox > li a img.pc {display:none;}
}
/* top lead */
.topLead {
  text-align:center;
}
.topLead p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 300px;
  line-height: 1.8;
}
@media screen and (max-width:999.99px) {
  .topLead p.leadSummary {
    font-size: 1.4rem;
  }
}

/* content nav */
nav.topNav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 auto 90px auto;
  padding: 30px 0 0 0;
  position: relative;
  width: 100%;
  height: auto;
  position: relative;
}
@media screen and (max-width:999.99px) {
  nav.topNav {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    margin: 0 auto 60px auto;
    padding: 10px;
    gap: 60px;
  }
}
nav.topNav a {
  background: var(--orange03);
  border-radius: 20px;
  display: block;
  margin: 0;
  padding: 50px 30px 30px 40px;
  position: relative;
  overflow: visible;
  width: 47%;
}
@media screen and (max-width:999.99px) {
  nav.topNav a {
    background: var(--orange03);
    border-radius: 20px;
    display: block;
    margin: 0;
    padding: 50px 20px 50px 20px;
    position: relative;
    overflow: visible;
    width: 100%;
    height: auto;
  }
  nav.topNav a:nth-child(1) {
    margin-top: 40px;
  }
  nav.topNav a:nth-child(2) {
    padding: 80px 20px 50px 20px;
  }
}
nav.topNav a:hover {
  text-decoration: none;
  opacity: 1;
}
nav.topNav a h2 {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 42px;
  position: absolute;
  top: -21px;
  left: 0;
  right: 0;
  text-align: center;
}
@media screen and (max-width:999.99px) {
  nav.topNav a:nth-child(2) h2 {
    top: -50px;  
  } 
}
nav.topNav a h2 img {
  display: block;
  margin: 0 auto;
  height: 42px;
}
nav.topNav a:nth-child(1) h2 img {
  width: 175px;
}
nav.topNav a:nth-child(2) h2 img.pc {
  width: 352px;
}
nav.topNav a:nth-child(2) h2 img.sp {
  display: none;
}
@media screen and (max-width:999.99px) {
  nav.topNav a:nth-child(1) h2 img {
    width: 200px;
    height: auto;
  }
  nav.topNav a:nth-child(2) h2 img.sp {
    display: block;
    width: 251px;
    height: auto;
  }
  nav.topNav a:nth-child(2) h2 img.pc {
    display: none;
  }
}
nav.topNav a h3 {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 95px;
  position: relative;
  text-align: center;
}
nav.topNav a:nth-child(1) h3 img {
  width: 234px;
}
nav.topNav a:nth-child(2) h3 img {
  width: 153px;
}
@media screen and (max-width:999.99px) {
  nav.topNav a:nth-child(2) h3 {
    height: auto;
  }
  nav.topNav a:nth-child(2) h3 img {
    width: 60%;
    height: auto;
  }
}
nav.topNav a:nth-child(1) dl.topNavProf{
  margin: 15px auto;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 140px;
}
@media screen and (max-width:999.99px) {
  nav.topNav a:nth-child(1) dl.topNavProf{
    height: auto;
  }
}
nav.topNav a:nth-child(1) dl.topNavProf dt,
nav.topNav a:nth-child(1) dl.topNavProf dt img {
  width: 140px;
  height: auto;
}
@media screen and (max-width:999.99px) {
  nav.topNav a:nth-child(1) dl.topNavProf dt,
  nav.topNav a:nth-child(1) dl.topNavProf dt img {
    width: 110px;
    height: auto;
  }
}
nav.topNav a:nth-child(1) dl.topNavProf dd {
  width: calc(100% - 160px);
  height: auto;
}
@media screen and (max-width:999.99px) {
  nav.topNav a:nth-child(1) dl.topNavProf dd {
    width: calc(100% - 130px);
    height: auto;
  }
}
nav.topNav a:nth-child(1) dl.topNavProf dd h4 {
  color: var(--orange01);
  font-size: 24px;
  font-weight: 400;
}
nav.topNav a:nth-child(1) dl.topNavProf dd h4 span {
  font-size: 16px;
}
nav.topNav a dl.topNavProf dd p {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6;
}
@media screen and (max-width:999.99px) {
  nav.topNav a dl.topNavProf dd p {
    font-size: 11px;
    line-height: 1.4;
  }
}

nav.topNav a:nth-child(2) figure{
  display: block;
  margin: 15px auto;
  padding: 0;
  text-align: center;
  width: 100%;
  height: 140px;
}
nav.topNav a:nth-child(2) figure img {
  width: 229px;
  height: auto;
}
nav.topNav .topNavSummary p {font-size: 14px;font-weight:400;line-height: 1.6;height: 6em;}
nav.topNav a .btnCta {background: var(--orange01);border:1px solid var(--orange01);border-radius: 11px;color:#FFF;display:block;padding:0;margin:30px auto 0 auto;text-align:center;overflow:hidden;position:relative;width:70%;min-width:255px;z-index: 1;transition: .3s;}
nav.topNav a .btnCta span {display:block;font-size: 18px;font-weight:600;padding:0.5em;position:relative;display:block;width:100%;height:100%;}
nav.topNav a:hover .btnCta {text-decoration:none;opacity: 1;}
nav.topNav a .btnCta span::before {
  border-radius: 11px;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--orange01);
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .2s;
}
nav.topNav a:hover .btnCta span::before {
  background: var(--orange02);
  transform-origin: 50% 100%;
  transform: scaleY(1);
}
nav.topNav a .btnCta::after {
  background: url(../img/icon-chev-white.png) no-repeat left center;
  background-size: cover;
  content: "";
  display: block;
  width: 10px;
  height: 15px;
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%) ;
}

/* top YouTube Ch. */
.topYouTube {
  background: var(--orange02);
  border-radius: 40px;
  color: #FFF;
  margin: 0 auto 90px auto;
  padding: 30px 35px 40px 35px;
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (max-width:999.99px) {
  .topYouTube {
    width: 90%;
    padding: 30px 15px;
  } 
}
.topYouTube::after {
  background: url(../img/img_mitan_02.png) no-repeat left top;
  background-size: cover;
  content: "";
  display: block;
  width: 250px;
  height: 300px;
  position: absolute;
  bottom: -30px;
  right: 30px;
  z-index: 1;
}
@media screen and (max-width:999.99px) {
  .topYouTube::after {
    background: url(../img/img_mitan_02.png) no-repeat left top;
    background-size: cover;
    content: "";
    display: block;
    width: 130px;
    height: 160px;
    padding: 2%;
    position: absolute;
    bottom: auto;
    top: -30px;
    right: -30px;
  }
}
.topYouTube .inner {
  display: block;
  margin: 0 auto;
  padding: 0 30% 0 0;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
@media screen and (max-width:999.99px) {
  .topYouTube .inner {
    padding: 0;
  }
}
.topYouTube h2 {
  margin: 0 auto;
  padding: 0;
  font-size: 24px;
  font-weight: 500;
}
.topYouTube p {
  font-weight: 500;
  width: 100%;
}
@media screen and (max-width:999.99px) {
  .topYouTube h2 {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 20px;
    text-align: left;
  }
  .topYouTube p {
    text-align: left;
    width: 100%;
  }
}

.topYouTube .btnCta {background: #FFF;border-radius: 11px;  color: var(--orange02) !important;display:block;padding:0;margin:30px auto 0 auto;text-align:center;overflow:hidden;position:relative;width:360px;min-width:255px;z-index: 1;transition: .3s;}
.topYouTube .btnCta span {font-size: 14px;font-weight:600;padding:0.5em 1em 0.5em 0.5em;position:relative;display:block;width:100%;height:100%;}
.topYouTube .btnCta:hover {text-decoration:none;opacity: 1;  color: #FFF !important;}
.topYouTube .btnCta span::before {
  border-radius: 11px;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--orange01);
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .2s;
}
.topYouTube .btnCta:hover span::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}
@media screen and (max-width:999.99px) {
  .topYouTube .btnCta {margin:20px auto 0 auto; width: 90%;}
}
.topYouTube .btnCta::after {
  background: url(../img/icon-chev-orange.png) no-repeat left center;
  background-size: cover;
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%) ;
}

/* top Present */
.topPresent {
  background: var(--orange04);
  border-radius: 30px;
  margin: 0 auto 100px auto;
  padding: 60px 35px;
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (max-width:999.99px) {
  .topPresent {
    width: 90%;
  }
}
.topPresent .inner.inner-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:999.99px) {
  .topPresent .inner.inner-flex {
    flex-direction: column;
    gap: 60px;
  }
}
.topPresent .inner.inner-flex figure {
  display: block;
  margin: 0;
  padding: 0 0 0 55px;
  width: 357px;
  height: 100%;
}
@media screen and (max-width:999.99px) {
  .topPresent .inner.inner-flex figure {
    padding: 0;
    width: 100%;
  }
}
.topPresent .inner.inner-flex figure img {
  display: block;
  margin: 0 auto 0 0;
  width: 100%;
  width: 210px;
  height: 250px;
}
@media screen and (max-width:999.99px) {
  .topPresent .inner.inner-flex figure img {
    margin: 0 auto;
  }
}
.topPresentDetail {
  display: block;
  width: 480px;
  height: auto;
}
@media screen and (max-width:999.99px) {
  .topPresentDetail {
    width: 100%;
  }
}
.topPresentDetail h3 {
  color: var(--orange01);
  font-size: 20px;
  font-weight: 600;
}
.topPresentDetail p {
  font-size: 14px;
  line-height: 1.6;
}
.topPresentDetail p.caption {
  font-size: 11px;
  line-height: 1.6;
}
.topPresentDetail a {
  color: var(--orange01);
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
}
.topPresentDeadline {
  display: block;
  width: 370px;
  height: auto;
  margin: 15px auto 15px 0;
  padding: 0;
  padding: 0;
}
@media screen and (max-width:999.99px) {
  .topPresentDeadline {
    width: 100%;
  }
}
.topPresentDeadline img {
  width: 100%; height: auto;
}

/* top FAQ */
.topFaq {
  background: var(--green01);
  border-radius: 30px;
  margin: 0 auto 60px auto;
  padding: 115px 35px 60px 35px;
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (max-width:999.99px) {
  .topFaq {
    padding: 110px 10px 15px 10px;
    width: 90%;
  }
}
.topFaq::before {
  background: url(../img/img_mitan_03.png) no-repeat left top;
  background-size: cover;
  content: " ";
  display: block;
  width: 168px;
  height: 179px;
  position: absolute;
  top: -95px;
  left: -2%;
}
@media screen and (max-width:999.99px) {
  .topFaq::before {
    width: 120px;
    height: 140px;
    top: -50px;
    left: -14px;
  }
}
.topFaq .inner {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:999.99px) {
  .topFaq .inner {height:auto;}
}
.topFaq h2 {
  display: block;
  width: 282px;
  position: absolute;
  top: -25px;
  left: 19%;
}
@media screen and (max-width:999.99px) {
  .topFaq h2 {
    width: 60%;
    top: -20px;
    left: 120px;
  }
}
.topFaq h2 img.pc {
  display: block;
  width: 100%;
}
.topFaq h2 img.sp {
  display: none;
}
@media screen and (max-width:999.99px){
  .topFaq h2 img.sp {
    display: block;
    width: 100%;
  }
  .topFaq h2 img.pc {
    display: none;
  }
}
.topFaq .inner.inner-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:999.99px) {
  .topFaq .inner.inner-flex {
    flex-direction: column;
    gap: 30px;
  }
}
.topFaq .faqBox {
  display: block;
  margin: 0;
  width: 46%;
}

@media screen and (max-width:999.99px) {
  .topFaq .faqBox {
    width: 100%;
  }
}
.topFaq .faqBox h3 {
  color: var(--green02);
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 auto;
  padding: 0 0 0 60px;
  position: relative;
  text-align: left;
  width: 100%;
  height: 80px;
}
.topFaq .faqBox h3.h3_line2 {
  padding-bottom: 40px;
}
@media screen and (max-width:999.99px) {
  .topFaq .faqBox h3,
  .topFaq .faqBox h3.h3_line2 {
    padding: 0 0 1em 60px;
    font-size: 16px;
    height: auto;
  }
}
.topFaq .faqBox h3::before {
  background: url(../img/img_faq_q.png) no-repeat top center;background-size: cover;
  content: "";
  display: block;
  width: 44px;
  height: 44px;
  position: absolute;top: 0; left: 5px;
}
.topFaq .faqBox dl {
  background: var(--green02);
  border-radius: 30px;
  color: #FFF;
  display: block;
  margin: 0;
  padding: 20px;
  height: auto;
}
.topFaq .faqBox dt {text-align: center;font-size: 21px; font-weight: 500;position:relative;overflow:hidden;}
.topFaq .faqBox dt::before {
  background: url(../img/img_faq_a.png) no-repeat top center;background-size: cover;content: ""; display: block; width: 36px; height: 36px;
  position: absolute;top: 50%; left: 5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.topFaq .faqBox dt span.dt-close {display:inline-block;width:100%;height:100%;position:relative;letter-spacing:.25em;}
.topFaq .faqBox dt span.dt-open {display:none;}
.topFaq .faqBox dt.active span.dt-close {display:none;}
.topFaq .faqBox dt.active span.dt-open {display:inline-block;width:100%;height:100%;position:relative;letter-spacing:.25em;}
.topFaq .faqBox dt span::after, .topFaq .faqBox dt span::before {content: " "; margin-left: -.25em;}
.topFaq .faqBox dt span.dt-close::before {
  background: url(../img/icon_faq_plus.png) no-repeat top center;background-size: cover;content: ""; display: block; width: 22px; height: 22px;
  position: absolute; top: 50%; right: 5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: transform ease .2s;
}
.topFaq .faqBox dt.active span.dt-open::before {
  background: url(../img/icon_faq_minus.png) no-repeat top center;background-size: cover;content: ""; display: block; width: 22px; height: 22px;
  position: absolute; top: 50%; right: 5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.topFaq .faqBox dd {
  display: none;
  padding:30px 20px 20px 20px;
  font-size: 16px;
  font-weight:400;
  line-height: 1.6;
  transition: transform 3s;
}
.topFaq .faqBox dd.active {
  display: block;  
  height: auto;
}



@media screen and (max-width:999.99px){
  .topFaq .faqBox dd {
    height: auto;
  }
}

/* JFR CTA */
.contentCta {
  background: transparent;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
}
.contentCta .inner.innerFlex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 907px;
  height: 118px;
  gap: 6%;
}
@media screen and (max-width:999.99px) {
  .contentCta .inner.innerFlex {
    flex-direction: column;
    margin: 0 auto;
    width: 90%;
    height: auto;
    gap: 60px;
  }
}
.contentCta .ctaBox {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin: 0;
  padding: 0;
}
.contentCta .ctaBox.ctaBoxLogo {width: 37%;text-align:center;}
@media screen and (max-width:999.99px) {
  .contentCta .ctaBox.ctaBoxLogo {width: 100%;}
}
.contentCta .ctaBox.ctaBoxLogo img {display:block;margin:0 auto;width:100%;}
.contentCta .ctaBox.ctaBoxLogo .btnCta {background: var(--orange02);border:1px solid var(--orange02);border-radius: 11px;color:#FFF;display:block;padding:0;margin:30px auto 0 auto;text-align:center;overflow:hidden;position:relative;width:70%;min-width:255px;z-index: 1;transition: .3s;}
.contentCta .ctaBox.ctaBoxLogo .btnCta span {font-size: 14px;font-weight:600;padding:0.5em;position:relative;display:block;width:100%;height:100%;}
.contentCta .ctaBox.ctaBoxLogo .btnCta:hover {text-decoration:none;opacity: 1;}
.contentCta .ctaBox.ctaBoxLogo .btnCta span::before {
  border-radius: 11px;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--orange01);
  transform-origin: 50% 0%;
  transform: scaleY(0);
  transition: transform ease .2s;
}
.contentCta .ctaBox.ctaBoxLogo .btnCta:hover span::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}
.contentCta .ctaBox.ctaBoxLogo .btnCta::after {
  background: url(../img/icon-chev-white.png) no-repeat left center;
  background-size: cover;
  content: "";
  display: block;
  width: 10px;
  height: 15px;
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%) ;
}

.contentCta .ctaBox.ctaBoxText {width: 57%;}
@media screen and (max-width:999.99px) {
  .contentCta .ctaBox.ctaBoxText {width: 100%;}
}
.contentCta .ctaBox.ctaBoxText h3 {font-size: 18px;font-weight: 600;padding-bottom: 1em;line-height:1;}
.contentCta .ctaBox.ctaBoxText h3 span, .contentCta .ctaBox.ctaBoxText h3 small {font-size: 0.8em}
.contentCta .ctaBox.ctaBoxText p {font-size: 14px;font-weight:400;line-height:1.6;}

/* footer */
footer {
    background : -moz-linear-gradient(0% 50% 0deg,rgba(241, 182, 0, 1) 0%,rgba(231, 128, 0, 1) 100%);
    background : -webkit-linear-gradient(0deg, rgba(241, 182, 0, 1) 0%, rgba(231, 128, 0, 1) 100%);
    background : -ms-linear-gradient(0deg, rgba(241, 182, 0, 1) 0%, rgba(231, 128, 0, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1B600', endColorstr='#E78000' ,GradientType=0)";
    background : linear-gradient(90deg, rgba(241, 182, 0, 1) 0%, rgba(231, 128, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1B600',endColorstr='#E78000' , GradientType=1);
    color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    margin: 0 auto;
    padding: 0;
    width:100%;
    height:auto;
}
#footerContent > * {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  margin: 0 auto;
  padding: 30px;
  text-align: center;
  width: 100%;
  height: auto;

}
@media screen and (max-width:999.99px) {
  #footerContent > * {
    padding: 8% 8% 24% 8%;
    width: 100%;
    height: auto;
  
  }
}
#footerCopyright {
  margin: 0 auto;
}
#footerCopyright p {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width:999.99px) {
  #footerCopyright p {
    font-size: .9em;
    line-height: 1.6;
    text-align: center;
  }
}

/* archives tabs */
.archives {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 40px;
  height: 680px;
  position: absolute;
  top: 10%;
  right: 0;
  z-index: 1;
}
.archives.sp {display:none;}

@media screen and (max-width:999.99px) {
  .archives.sp {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1080px;
    height: 20vw;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .archives.sp div {
    width: calc(100% / 3);
    height: 10vw;
    border: 1px solid var(--orange02);
  }
  .archives.sp div a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .archives.pc {display:none;}
}

@media screen and (min-width:1000px) {
  .archives.pc {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 40px;
    height: auto;
    position: absolute;
    top: 10%;
    right: 0;
  }
  .archives.pc div {
    width: 40px;
    height: 120px;
    margin-bottom: 5px;
  }
  .archives.pc div a,
  .archives.pc div a img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .archives.sp {display:none;}
}


