@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:500,700|Roboto:500,700&display=swap&subset=japanese");
#suntoryCommonWrapper {
  background: #faf7f2;
}
#suntoryCommonWrapper .hiddenSP {
  display: none !important;
}
#suntoryCommonWrapper #suntory_contents {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  background-color: #ffffff;
  /*color: #133267;*/
  color: #333333;
  font-family: "Roboto", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-weight: 500;
  line-height: 1.8;
  word-wrap: break-word;
}
#suntoryCommonWrapper #suntory_contents * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#suntoryCommonWrapper #suntory_contents header, #suntoryCommonWrapper #suntory_contents section {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
#suntoryCommonWrapper #suntory_contents ul, #suntoryCommonWrapper #suntory_contents ol {
  list-style: none;
}
#suntoryCommonWrapper #suntory_contents a {
  color: #0066aa;
}
#suntoryCommonWrapper #suntory_contents .red {
  color: #d8190c;
}
#suntoryCommonWrapper #suntory_contents .bold {
  font-weight: bold;
}
#suntoryCommonWrapper #suntory_contents header#mv h2 img {
  display: block;
  width: 100%;
}
#suntoryCommonWrapper #suntory_contents section.guide {
  padding-top: 40px;
  padding-bottom: 30px;
  /*background: #faf7f2;*/
  background: #efefef;
}
#suntoryCommonWrapper #suntory_contents section.guide .inner {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 35px;
  width: 89.3333333333vw;
  background: #fff;
}
#suntoryCommonWrapper #suntory_contents section.guide .inner p {
    padding-bottom: 1em;
}
#suntoryCommonWrapper #suntory_contents section.guide .inner > dl {
  margin: 0 auto;
  padding: 0;
  width: 78.6666666667vw;
}
#suntoryCommonWrapper #suntory_contents section.guide .inner > dl > dt {
  margin-top: 20px;
  font-size: 0.9375em;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.03em;
}
#suntoryCommonWrapper #suntory_contents section.guide .inner > dl > dd {
  margin-top: 10px;
  font-size: 0.9375em;
  line-height: 1.67;
  letter-spacing: 0.03em;
}
#suntoryCommonWrapper #suntory_contents section.guide .inner > dl > dd ul.list, #suntoryCommonWrapper #suntory_contents section.guide .inner > dl > dd ul.note {
  margin-top: 0.75em;
}
#suntoryCommonWrapper #suntory_contents section.guide .inner > dl > dd ul.list li, #suntoryCommonWrapper #suntory_contents section.guide .inner > dl > dd ul.note li {
  margin-bottom: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
}
#suntoryCommonWrapper #suntory_contents section.guide .inner > dl > dd ul.list li:last-child, #suntoryCommonWrapper #suntory_contents section.guide .inner > dl > dd ul.note li:last-child {
  margin-bottom: 0;
}
#suntoryCommonWrapper #suntory_contents section.guide .inner > dl > dd ul.note li {
  font-size: 1em;
}
#suntoryCommonWrapper #suntory_contents section.guide .inner > dl > dd ol {
  counter-reset: cnt;
  margin-top: 0.75em;
}
#suntoryCommonWrapper #suntory_contents section.guide .inner > dl > dd ol li {
  counter-increment: cnt;
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
}
#suntoryCommonWrapper #suntory_contents section.guide .inner > dl > dd ol li::before {
  content: counter(cnt) ".";
  position: absolute;
  top: 0;
  left: 0;
}
#suntoryCommonWrapper #suntory_contents section.guide .inner > dl > dd ol li:last-child {
  margin-bottom: 0;
}
#suntoryCommonWrapper #suntory_contents section.guide .inner > dl > dd dl dt {
  margin-top: 0.75em;
  margin-bottom: 0.5em;
  font-weight: bold;
}
#suntoryCommonWrapper #suntory_contents section.guide .inner > dl > dd dl dd {
  padding-left: 0.5em;
}
#suntoryCommonWrapper #suntory_contents section.guide .inner > dl > dd dl dd dl dt {
  font-weight: normal;
}
#suntoryCommonWrapper #suntory_contents section.cptop {
  padding-bottom: 40px;
}
#suntoryCommonWrapper #suntory_contents section.cptop a.btn {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 25px 30px;
  width: 84vw;
  background: #d8190c;
  border-radius: 6px;
  color: #ffffff;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
  text-decoration: none;
}
#suntoryCommonWrapper #suntory_contents section.cptop a.btn::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto 0;
  width: 8px;
  height: 8px;
  border-width: 2px 2px 0 0;
  border-style: solid solid none none;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#suntoryCommonWrapper #suntory_contents section.cptop p {
  margin-top: 20px;
  color: #d8190c;
  font-size: 1.125em;
  font-weight: bold;
  text-align: center;
}

#suntoryCommonWrapper #suntory_contents section.guide .inner a.linebtn,
#suntoryCommonWrapper #suntory_contents section.guide .inner a.xbtn {
  display: block;
  padding: 1em 2.5em;
  margin: 20px auto 30px;
  max-width: 320px;
  width: 100%;
  border-radius: 6px;
  color: #fff;
  background: #000;
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.71;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: opacity 0.1s linear;
}
#suntoryCommonWrapper #suntory_contents section.guide .inner a.linebtn{
  background: #0ec053;
}

#suntoryCommonWrapper #suntory_contents section.guide .inner a.linebtn:hover,
#suntoryCommonWrapper #suntory_contents section.guide .inner a.xbnt:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #suntoryCommonWrapper .hiddenPC {
    display: none !important;
  }
  #suntoryCommonWrapper .hiddenSP {
    display: block !important;
  }
  #suntoryCommonWrapper #suntory_contents {
    width: 750px;
  }
  #suntoryCommonWrapper #suntory_contents .fade {
    -webkit-transition: opacity 0.1s;
    transition: opacity 0.1s;
  }
  #suntoryCommonWrapper #suntory_contents .fade:hover {
    opacity: 0.7;
  }
  #suntoryCommonWrapper #suntory_contents section.guide {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #fff;
  }
  #suntoryCommonWrapper #suntory_contents section.guide .inner {
    padding-top: 40px;
    padding-bottom: 35px;
    width: 670px;
    border: 1px solid #cccccc;
  }
  #suntoryCommonWrapper #suntory_contents section.guide .inner > dl {
    width: 590px;
  }
  #suntoryCommonWrapper #suntory_contents section.cptop {
    padding-bottom: 40px;
  }
  #suntoryCommonWrapper #suntory_contents section.cptop a.btn {
    padding: 25px 30px;
    width: 315px;
  }
  #suntoryCommonWrapper #suntory_contents section.cptop a.btn::after {
    content: "";
    right: 25px;
    width: 8px;
    height: 8px;
  }
  #suntoryCommonWrapper #suntory_contents section.cptop p {
    margin-top: 40px;
  }
}