@charset "utf-8";
#contents01_01 {
  background-image: url('"../img/0901/contents01_bg.png"');
    background-size: 100%;
    background-repeat: repeat-y;
    padding-bottom: 5.2%;
}

@supports (background-image: url('../img/0901/contents01_bg.webp')) {
#contents01_01 {
    background-image: url('../img/0901/contents01_bg.webp');
  }
}

@media screen and (max-width: 768px) {
#contents01_01 {
    padding-bottom: calc(30 / 375 * 100vw);
}
    }
#contents01_01_02 {
    width: 79.5%;
    margin: 3.4% auto 0;
}
@media screen and (max-width: 768px) {
#contents01_01_02 {
    width: calc(216 / 375 * 100vw);
        margin: calc(20 / 375 * 100vw) auto 0;
} 
}
.btn_app {
    width: 43.3%;
    margin: 3.6% auto 0;
}
@media screen and (max-width: 768px) {
    .btn_app {
    width: calc(310 / 375 * 100vw);
        margin: calc(20 / 375 * 100vw) auto 0;
}
}




.Prerequisite {
  width: 83%;
  position: relative;
  border-radius: 7px;
  margin: 3.2% auto 0;
    background-color: #fff;


}
.title {
  position: relative;
  cursor: pointer;
  transition: 0.5s;
}
#suntory_contents .title img {
  width: 118px;
}
.Prerequisite h5 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 0;
  padding: 16px 0;
  background-color: #fff;
  color: #000;
  text-align: center;
  line-height: 0;
  border-radius: 7px;
}
.outline {
  display: none;
}
.Prerequisite .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 32%;
  right: 3%;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.Prerequisite .i_box .areaTable_i {
  display: block;
  width: 34px;
  height: 34px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.Prerequisite .title.open .i_box {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.Prerequisite .i_box .areaTable_i:before, .Prerequisite .i_box .areaTable_i:after {
  display: flex;
  content: '';
  background-color: #000;
  border-radius: 7px;
  width: 26px;
  height: 2px;
  position: absolute;
  top: 11px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.Prerequisite .i_box .areaTable_i:before {
  width: 2px;
  height: 26px;
  top: -1px;
  left: 12px;
}
.Prerequisite .title.open .i_box .areaTable_i:before {
  content: none;
}
.Prerequisite .title.open .i_box .areaTable_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #000;
  top: 11px;
  left: 3px;
}
blockquote {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}
.outline .inner dl, .outline .inner dd, .outline .inner, .outline .inner ul, .outline .inner li {
  margin: 0 0 0 0.5em;
}
.outline .inner {
    
        padding-bottom: 3%;
}
.outline .inner h3 {
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-align: center;
}
.outline .inner blockquote {
  padding: 10px 25px 0 0;
}
.outline .inner blockquote p.lead {
  margin-bottom: 20px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.outline .inner blockquote > dl > dt, .outline .inner blockquote > dl > dd {
  font-size: 0.875em;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.outline .inner blockquote > dl > dt {
  margin-top: 20px;
  font-weight: bold;
}
.outline .inner blockquote > dl > dd {
  padding-left: 1em;
  margin-top: 10px;
  font-size: 0.8em;
}
.outline .inner blockquote > dl > dd ul.list, .outline .inner blockquote > dl > dd ul.note {
  margin-top: 0.75em;
  margin: 10px 0;
  padding: 0;
  list-style: none;
}
.outline .inner blockquote > dl > dd ul.list li, .outline .inner blockquote > dl > dd ul.note li {
  margin-bottom: 0.5em;
  text-indent: -1em;
}
.outline .inner blockquote > dl > dd ul.list li:last-child, .outline .inner blockquote > dl > dd ul.note li:last-child {
  margin-bottom: 0;
}
.outline .inner blockquote > dl > dd ul.note li {
  font-size: 1em;
}
.outline .inner blockquote > dl > dd ol {
  counter-reset: cnt;
  margin-top: 0.75em;
}
.outline .inner blockquote > dl > dd ol li {
  counter-increment: cnt;
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
}
.outline .inner blockquote > dl > dd ol li:before {
  content: counter(cnt) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.outline .inner blockquote > dl > dd ol li:last-child {
  margin-bottom: 0;
}
.outline .inner blockquote > dl > dd dl dt {
  margin-top: 0.75em;
  margin-bottom: 0.5em;
  font-weight: bold;
}
.outline .inner blockquote > dl > dd dl dd {
  padding-left: 0.5em;
}
.outline .inner blockquote > dl > dd dl dd dl dt {
  font-weight: normal;
}
.outline .inner .ttl {
  border-top: dotted 1px #666666;
  display: block;
  text-align: center;
  padding: 15px;
  font-size: 1.1em;
}
@media screen and (max-width: 768px) {
  .Prerequisite {
    margin: calc(20 / 375 * 100vw) auto 0;
    background-color: rgba(255, 255, 255, 1);
  }
  .Prerequisite h5 {
    padding: calc(7 / 375 * 100vw) 0;
  }
  #suntory_contents .title img {
    width: calc(63 / 375 * 100vw);
  }
  .Prerequisite .i_box .areaTable_i:before {
    width: 2px;
    height: calc(11 / 375 * 100vw);
    top: 0;
    left: calc(3 / 375 * 100vw);
  }
  .Prerequisite .i_box .areaTable_i:after {
    width: calc(11 / 375 * 100vw);
    height: 2px;
    top: calc(5 / 375 * 100vw);
    left: calc(-1*(2 / 375 * 100vw));
  }
  .Prerequisite .title.open .i_box .areaTable_i:after {
    top: calc(4 / 375 * 100vw);
    left: calc(-1*(2 / 375 * 100vw));
  }
  .Prerequisite .i_box {
    top: 37%;
    right: 3%;
  }
  .Prerequisite .i_box .areaTable_i {
    width: calc(11 / 375 * 100vw);
    height: calc(11 / 375 * 100vw);
  }
  .outline .inner dl {
    margin: 0;
  }
  .outline .inner blockquote {
    padding: 0 7% 7% 0;
  }
}