#Contents {
  overflow: hidden;
}

#sns .twitter {
  max-height: 20px;
  margin: 0 8px 0 2px;
  display: inline-block;
}

#sns .twitter a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: super;
  padding: 3px 11px 2px 24px;
  border-radius: 3px;
  background: url(//www.asahicom.jp/css/images/icon_sns-twitter.gif) no-repeat 7px 3px #2696dd;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  -webkit-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
  max-height: 20px;
}

#sns .twitter a:hover {
  text-decoration: none;
}

.premal {
  padding: 5px 0 115px;
}

.premal .dsp-inline-pc {
  display: inline;
}

.premal .dsp-inline-sp {
  display: none;
}

.premal-credit {
  margin-bottom: 25px;
  text-align: right;
  font-size: 70%;
  line-height: 1.5;
}

.premal-inr {
  margin: 0 auto;
  max-width: 840px;
  width: 100%;
  letter-spacing: 0;
  font-size: 15px;
  line-height: 2;
  text-rendering: optimizeLegibility;
}

.premal-inr img {
  max-width: 100%;
}

.premal-inr * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.premal-inr sub {
  font-size: 10px;
}

.premal-inr img,
.premal-inr fieldset,
.premal-inr iframe {
  vertical-align: bottom;
}

.premal-ttl {
  margin: 0 0 20px;
  padding: 15px 5px 15px 15px;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  font-size: 30px;
  text-indent: -.5em;
  line-height: 1.6;
}

.premal #sns {
  margin: 0 0 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
}

.premal-kv {
  margin: 0 0 100px;
}

.premal-kv > .txt {
  margin: 50px 0 0;
}

.premal-sec {
  margin: 0 0 70px;
}

.premal-sec > .ttl {
  margin: 0 0 50px;
  padding: 10px 20px;
  background-color: #003475;
  font-size: 22px;
  color: #dfb602;
  text-align: center;
}

.premal-sec > .txt:not(:last-child) {
  margin: 0 0 30px;
}

.premal-sec > .credit {
  margin: -30px 0 20px;
  text-align: right;
}

.premal-sec > .img {
  margin: 70px 0 0;
}

.premal-sec > .footnote {
  position: relative;
  margin: 10px 0 0;
  padding-left: 24px;
  display: block;
  font-size: 10px;
  line-height: 1.6;
}

.premal-sec > .footnote > span {
  position: absolute;
  top: 0;
  left: 0;
}

.premal-questionnairee {
  margin: 50px 0 0;
  padding: 30px;
  background-color: #f4f7f8;
}

.premal-questionnairee > .ttl {
  position: relative;
  margin: 0 0 30px;
  font-size: 22px;
  color: #003475;
  text-align: center;
}

.premal-questionnairee > .ttl::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  display: block;
  background-color: #003475;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}

.premal-questionnairee > .ttl > span {
  position: relative;
  padding: 0 10px;
  background-color: #f4f7f8;
  z-index: 1;
}

.premal-questionnairee > .img-wrap {
  padding: 0 50px 40px;
  background-color: #fff;
}

.premal-questionnairee > .img-wrap:not(:last-child) {
  margin: 0 0 20px;
}

.premal-questionnairee > .img-wrap > .ttl {
  height: 64px;
  margin: 0 -50px 40px;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #003475;
  line-height: 1.6;
  color: #fff;
}

.premal-accordion {
  position: relative;
  width: 100%;
  padding: 30px;
  background-color: transparent;
  border: none;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #003475;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.premal-accordion:hover {
  opacity: 0.7;
}

.premal-accordion > span {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 32px;
  height: 32px;
  display: block;
  border-radius: 100%;
  background-color: #003475;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.premal-accordion > span::after,
.premal-accordion > span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  background-color: #dfb602;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.premal-accordion > span::after {
  width: 12px;
  height: 1px;
}

.premal-accordion > span::before {
  width: 1px;
  height: 12px;
}

.premal-accordion.js-open > span::before {
  width: 1px;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.premal .recipe {
  margin: 20px 0 0;
  border: 1px solid #003475;
}

.premal .recipe-wrap {
  display: none;
}

.premal .recipe-block {
  position: relative;
  padding: 20px 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.premal .recipe-block::after {
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 40px);
  height: 1px;
  display: block;
  background-color: #003475;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
}

.premal .recipe-box {
  width: 50%;
  padding: 0 20px;
}

.premal .recipe-box:last-child {
  border-left: 1px solid #003475;
}

.premal .recipe-box > .ttl {
  margin: 0 0 10px;
  font-size: 18px;
}

.premal .recipe-list {
  padding: 0 20px;
  display: none;
}

.premal .recipe-list > .ttl {
  padding: 20px 20px 0;
  border-top: 1px solid #dfb602;
  font-weight: bold;
  color: #fff;
}

.premal .recipe-list > .txt {
  padding: 5px 20px 30px;
  line-height: 1.8;
  color: #fff;
}

.premal .material-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.premal .material-list .ttl {
  position: relative;
  width: 160px;
  font-weight: bold;
}

.premal .material-list .ttl::after {
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
  border-top-width: 1px;
  border-top-style: dashed;
  border-color: #0a0a03;
  content: "";
}

.premal .material-list .ttl > span {
  position: relative;
  padding-right: 5px;
  background-color: #fff;
  z-index: 1;
}

.premal .material-list .txt {
  width: 218px;
  padding-left: 8px;
}

.premal .material-list .txt > .footnote {
  margin: 0 0 3px;
  display: block;
  font-size: 10px;
  line-height: 1.9;
}

.premal .procedure-list {
  counter-reset: number 0;
}

.premal .procedure-list > .item {
  position: relative;
  padding-left: 34px;
  line-height: 1.6;
}

.premal .procedure-list > .item:not(:last-child) {
  margin: 0 0 20px;
}

.premal .procedure-list > .item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  display: block;
  background-color: #003475;
  color: #dfb602;
  counter-increment: number 1;
  content: counter(number) "";
  text-align: center;
}

.premal .procedure-list > .item > .footnote {
  margin: 20px 0 0;
  display: block;
  font-size: 10px;
}

.premal .point {
  margin: 80px 0 0;
}

.premal .point-block {
  position: relative;
  padding: 50px 30px 30px;
  background-color: #003475;
}

.premal .point-block:not(:last-child) {
  margin: 0 0 70px;
}

.premal .point-block > .decoration {
  position: absolute;
  top: -32px;
  left: 30px;
  font-size: 32px;
  line-height: 1;
  color: #dfb602;
}

.premal .point-block > .decoration > span {
  font-size: 50px;
}

.premal .point-block > .recipe {
  margin: 30px 0 0;
  border-color: #dfb602;
}

.premal .point-block > .recipe > .premal-accordion {
  color: #dfb602;
}

.premal .point-block > .recipe > .premal-accordion > span {
  background-color: #dfb602;
}

.premal .point-block > .recipe > .premal-accordion > span::after,
.premal .point-block > .recipe > .premal-accordion > span::before {
  background-color: #003475;
}

.premal .point-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.premal .point-box > .img {
  width: 250px;
  min-width: 250px;
}

.premal .point-box .txt-box {
  padding-left: 20px;
}

.premal .point-box .txt-box > .ttl {
  margin: 0 0 15px;
  font-size: 20px;
  line-height: 1.6;
  color: #dfb602;
}

.premal .point-box .txt-box > .txt {
  line-height: 1.8;
  color: #dfb602;
}

.premal .img-fullscreen {
  margin: 150px 0 50px;
}

.premal .caution-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.premal .caution-box > .txt {
  margin: 0 25px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.71;
  text-align: center;
}

.premal .caution-box > .img {
  height: 77px;
}

.premal .caution > .link {
  margin: 30px 0 0;
  text-align: center;
}

.premal .caution > .link > a {
  font-size: 14px;
  font-weight: bold;
  color: #202D82;
  text-decoration: underline;
}

.premal .caution > .link > a:hover {
  color: #B90000;
  text-decoration: underline;
}

.premal-click {
  width: 400px;
  margin: 150px auto 0;
}

.premal-click a {
  padding: 10px;
  display: block;
  background-image: url(../img/img-external.svg);
  background-position: top 6px right 7px;
  background-repeat: no-repeat;
  background-color: #fff;
  border: 1px solid #0a0a03;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.premal-click a:hover {
  text-decoration: none;
  color: inherit;
  opacity: 0.7;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #sns .twitter a {
    padding: 2px 11px 2px 24px;
  }

  .premal-ttl {
    text-indent: 0;
  }
}