body#amazake {
  overflow: hidden;
  font-size: 14px;
  color: #4b0600;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  background: #f9f0e3;
}
body#amazake a {
  text-decoration: none;
}
body#amazake a:hover {
  text-decoration: none;
}
body#amazake article, body#amazake aside, body#amazake body, body#amazake dd, body#amazake dl, body#amazake dt, body#amazake figcaption, body#amazake figure, body#amazake footer, body#amazake h1, body#amazake h2, body#amazake h3, body#amazake h4, body#amazake h5, body#amazake h6, body#amazake header, body#amazake html, body#amazake li, body#amazake nav, body#amazake ol, body#amazake p, body#amazake section, body#amazake ul {
  font-family: "Noto Sans JP", sans-serif;
}

.sp_only {
  display: none;
}

.inner {
  box-sizing: content-box;
  max-width: 790px;
  padding: 0 3%;
  position: relative;
  margin: 0 auto;
}

img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
  }
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  .inner {
    padding: 0 5%;
  }
}
/*----------------------------------------------------- */
/*  mv           */
/*----------------------------------------------------- */
.mv {
  height: 1080px;
  background: url(../images/bg_mv.png) center center no-repeat;
  background-size: cover;
  padding-top: 20px;
  position: relative;
}
.mv .bg01 {
  max-width: 166px;
  position: absolute;
  bottom: 140px;
  right: calc(50% + 315px);
}

.mv_band {
  background: rgb(86, 166, 49);
  background: linear-gradient(90deg, rgb(86, 166, 49) 0%, rgb(30, 136, 79) 100%);
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.mv_band::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #9ebf67;
}
.mv_band::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #9ebf67;
}
.mv_band img {
  max-width: 675px;
  transform: translateY(2px);
}

.mv_ttl {
  margin: -60px -5% 0;
}

.mv_txt {
  max-width: 650px;
  margin: -70px auto 20px;
}

.mv_list {
  max-width: 708px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.mv_list li {
  width: 49%;
}
.mv_list a {
  transition: 0.3s ease-in-out;
}
.mv_list a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .mv {
    height: 119vw;
    background: url(../images/bg_mv_sp.png) center bottom no-repeat;
    background-size: contain;
    padding-top: 10px;
    margin-bottom: 40px;
  }
  .mv .bg01 {
    display: none;
  }
  .mv_band {
    padding: 15px 0;
    text-align: center;
  }
  .mv_band::before {
    height: 1px;
  }
  .mv_band::after {
    height: 1px;
  }
  .mv_band img {
    width: 69%;
  }
  .mv_ttl {
    width: 100%;
    margin: -30px 0 0 -5%;
  }
  .mv_txt {
    max-width: 80%;
    margin: -60px auto 10px;
  }
}
/*----------------------------------------------------- */
/*  web           */
/*----------------------------------------------------- */
.web {
  margin-top: -230px;
  position: relative;
  overflow: hidden;
}
.web .bg {
  width: 100px;
  position: absolute;
}
.web .bg01 {
  top: 190px;
  left: calc(50% + 400px);
}
.web .bg02 {
  top: 850px;
  right: calc(50% + 400px);
}
.web .bg03 {
  top: 2016px;
  left: calc(50% + 400px);
}
.web .bg04 {
  top: 2680px;
  right: calc(50% + 400px);
}
.web .bg05 {
  top: 3800px;
  left: calc(50% + 400px);
}
.web .bg06 {
  top: 4189px;
  right: calc(50% + 400px);
}
.web .bg07 {
  top: 5050px;
  left: calc(50% + 400px);
}
.web .bg08 {
  top: 5710px;
  right: calc(50% + 400px);
}

.web_ttl_pic {
  margin-bottom: 12px;
}

.web_period {
  max-width: 580px;
  margin: -33px auto 0;
  position: relative;
  z-index: 10;
}

.web_product {
  background: #fff;
  border-radius: 0 0 40px 40px;
  padding: 84px 5% 40px;
  margin-top: -49px;
  margin-bottom: 60px;
  position: relative;
}

.web_sub_ttl {
  text-align: center;
  font-weight: 700;
  height: 54px;
  text-align: center;
  margin: 0 auto;
}
.web_sub_ttl span {
  display: inline-block;
  font-size: 24px;
  line-height: 54px;
  color: #fff;
  background: #e60012;
  border-radius: 27px;
  padding: 0 20px;
}

.stanp {
  position: absolute;
  top: 144px;
  left: 40px;
  max-width: 196px;
}

.web_product_list01 {
  max-width: 220px;
  margin: 30px auto 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.web_product_list01 li {
  width: 42%;
}
.web_product_list01 li p {
  margin-top: 15px;
  text-align: center;
  line-height: 1.2;
}
.web_product_list01 li:nth-child(1) img {
  display: block;
  width: 88%;
  margin: 0 auto;
}

.web_product_note {
  max-width: 350px;
  margin: 0 auto 20px;
}
.web_product_note p {
  font-size: 12px;
  margin-left: 1em;
  text-indent: -1em;
}

.web_product_list02 {
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
}
.web_product_list02 li {
  width: 13.5%;
}
.web_product_list02 li p {
  margin-top: 15px;
  text-align: center;
  line-height: 1.2;
  white-space: nowrap;
}

.web_product_list03 {
  max-width: 535px;
  margin: 0 auto 50px;
  display: flex;
  justify-content: space-between;
}
.web_product_list03 li {
  width: 25%;
}
.web_product_list03 li img {
  display: block;
  margin: 0 auto;
}
.web_product_list03 li p {
  margin-top: 15px;
  text-align: center;
  line-height: 1.2;
  white-space: nowrap;
}
.web_product_list03 li:nth-child(1) img {
  width: 68%;
}
.web_product_list03 li:nth-child(2) img {
  width: 68%;
}
.web_product_list03 li:nth-child(3) img {
  width: 68%;
}
.web_product_list03 li:nth-child(4) img {
  width: 80%;
}

.web_product_txt01 {
  text-align: center;
  font-size: 24px;
  color: #e60012;
  font-weight: 700;
  margin-bottom: 15px;
}

.web_product_txt02 {
  text-align: center;
  font-size: 12px;
  margin-bottom: 70px;
}

.web_spply_txt01 {
  font-size: 18px;
  max-width: 468px;
  margin: 20px auto 10px;
}

.web_spply_txt02 {
  max-width: 468px;
  margin: 0 auto 24px;
}
.web_spply_txt02 p {
  font-size: 12px;
  margin-left: 1em;
  text-indent: -1em;
}

.step_list {
  display: flex;
  justify-content: space-between;
  max-width: 660px;
  margin: 0 auto 70px;
}
.step_list li {
  max-width: 193px;
}
.step_list li .ttl_pc {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  background: url(../images/bg_step.png) no-repeat;
  background-size: contain;
  width: 116px;
  height: 36px;
  line-height: 36px;
  margin: 0 auto 30px;
}
.step_list li .ttl_sp {
  display: none;
}
.step_list li img {
  display: block;
  margin: 0 auto;
}
.step_list li p {
  font-size: 13px;
}
.step_list li:nth-child(1) img {
  width: 150px;
  margin-top: -15px;
  margin-bottom: 20px;
}
.step_list li:nth-child(2) img {
  width: 155px;
  margin-bottom: 20px;
}
.step_list li:nth-child(3) .ttl_pc {
  width: 100px;
  background: #f9f0e3;
}
.step_list li:nth-child(3) img {
  width: 60px;
  margin-bottom: 45px;
}

.web_receipt_wrap {
  display: flex;
  justify-content: space-between;
  max-width: 660px;
  margin: 30px auto 20px;
}
.web_receipt_wrap .pic_pc {
  width: 27%;
}
.web_receipt_wrap .pic_pc img {
  margin-top: -10px;
}
.web_receipt_wrap .pic_sp {
  display: none;
}
.web_receipt_wrap .txt {
  width: 70%;
}
.web_receipt_wrap .txt_list01 {
  margin-bottom: 20px;
}
.web_receipt_wrap .box {
  background: #f9f0e3;
  padding: 20px 25px;
  width: 280px;
}
.web_receipt_wrap .box .txt_list02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.web_receipt_wrap .box .txt_list02 li {
  width: 47%;
  font-size: 18px;
}

.good {
  padding-left: 100px;
  background: url(../images/ttl_good.png) left top no-repeat;
  background-size: 80px;
  padding-bottom: 20px;
  border-bottom: 1px solid #4f2017;
  max-width: 600px;
  margin: 0 auto 20px;
}
.good .good_txt01 {
  color: #e60012;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}
.good .good_txt02 {
  font-size: 13px;
}

.bad {
  margin-top: 20px;
  padding-left: 100px;
  background: url(../images/ttl_bad.png) left top no-repeat;
  background-size: 80px;
  max-width: 600px;
  margin: 0 auto 60px;
}
.bad .bad_txt01 {
  font-size: 16px;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 5px;
}
.bad .bad_txt02 {
  border: 1px solid #4f2017;
  font-size: 13px;
  text-align: center;
}

.kiyaku_ttl {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 30px;
}

.kiyaku_accordion {
  border-radius: 20px;
  margin-bottom: 50px;
}
.kiyaku_accordion dt {
  text-align: center;
  font-size: 24px;
  color: #fff;
  border-radius: 19px;
  font-weight: 700;
  padding: 14px 0;
  position: relative;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.kiyaku_accordion dt:hover {
  opacity: 0.7;
}
.kiyaku_accordion dt::after {
  content: "";
  position: absolute;
  right: 27%;
  top: calc(50% - 10px);
  width: 23px;
  height: 20px;
  background: url(../images/ico_arrow.png) no-repeat;
  transform: rotate(-180deg);
  background-size: contain;
  transition: 0.3s ease-in-out;
}
.kiyaku_accordion dt.active {
  border-radius: 19px 19px 0 0;
}
.kiyaku_accordion dt.active::after {
  transform: rotate(0deg);
}
.kiyaku_accordion dd {
  display: none;
  padding: 30px 20px;
}

#amazake .kiyaku_accordion a {
  color: #e60012;
}

.web_kiyaku {
  border: 1px solid #e60012;
}
.web_kiyaku dt {
  background: #e60012;
}

.requirements_check {
  max-width: 540px;
  margin: 0 auto 35px;
}

.checkbox {
  display: none;
}

.checkbox_txt {
  padding-left: 40px;
  font-size: 20px;
  position: relative;
}
.checkbox_txt::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 26px;
  height: 26px;
  border: 1px solid #4f2017;
}

.checkbox:checked + .checkbox_txt::after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 10px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}

.checkbox:checked + .checkbox_txt::before {
  background: #4f2017;
}

.requirements_list {
  display: flex;
  justify-content: space-between;
  max-width: 630px;
  margin: 0 auto 30px;
}
.requirements_list li {
  width: 49%;
}

a.requirements_btn {
  display: block;
  height: 70px;
  width: 100%;
  background: #e60012;
  border-radius: 50px;
  text-align: center;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0.3s ease-in-out;
}
a.requirements_btn span {
  display: block;
  font-size: 14px;
  font-weight: 700;
}
a.requirements_btn:hover {
  opacity: 0.7;
}

.disabled {
  opacity: 0.2 !important;
  pointer-events: none;
}

.requirements_note {
  max-width: 522px;
  font-size: 13px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .web {
    margin-top: 0;
  }
  .web_ttl_pic {
    margin-bottom: 0px;
  }
  .web_period {
    margin: -23px auto 0;
  }
  .web_product {
    border-radius: 0 0 20px 20px;
    padding: 60px 5% 30px;
    margin-top: -26px;
    margin-bottom: 40px;
  }
  .web_sub_ttl {
    height: 44px;
    margin: 100px 0 0;
  }
  .web_sub_ttl span {
    font-size: 18px;
    line-height: 44px;
    padding: 0 20px;
  }
  .stanp {
    position: absolute;
    top: 1%;
    left: -5%;
    max-width: 34%;
  }
  .web_product_list01 {
    max-width: 220px;
    margin: 40px auto 20px;
  }
  .web_product_list01 li {
    width: 42%;
  }
  .web_product_list01 li p {
    margin-top: 10px;
    font-size: 13px;
  }
  .web_product_list01 li:nth-child(1) img {
    width: 58%;
  }
  .web_product_list01 li:nth-child(2) img {
    display: block;
    width: 62%;
    margin: 0 auto;
  }
  .web_product_note {
    margin: 0 auto 20px;
  }
  .web_product_list02 {
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .web_product_list02 li {
    width: 33%;
    text-align: center;
    margin-bottom: 30px;
  }
  .web_product_list02 li p {
    margin-top: 10px;
    font-size: 13px;
  }
  .web_product_list02 li img {
    width: 58%;
  }
  .web_product_list03 {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .web_product_list03 li {
    width: 33%;
    margin-bottom: 30px;
  }
  .web_product_list03 li p {
    margin-top: 10px;
    font-size: 13px;
  }
  .web_product_list03 li:nth-child(1) img {
    width: 58%;
  }
  .web_product_list03 li:nth-child(2) img {
    width: 58%;
  }
  .web_product_list03 li:nth-child(3) img {
    width: 58%;
  }
  .web_product_list03 li:nth-child(4) img {
    width: 58%;
  }
  .web_product_txt01 {
    font-size: 4.6vw;
    margin-bottom: 15px;
  }
  .web_product_txt02 {
    text-align: left;
    font-size: 10px;
    margin-bottom: 100px;
  }
  .web_spply_txt01 {
    font-size: 14px;
    margin: 20px auto 10px;
  }
  .web_spply_txt02 {
    margin: 0 auto 50px;
  }
  .step_list {
    display: block;
    margin: 0 auto 50px;
  }
  .step_list li + li {
    margin-top: 40px;
  }
  .step_list li {
    max-width: 100%;
    display: flex;
    align-items: flex-start;
  }
  .step_list li .pic {
    width: 50%;
  }
  .step_list li .txt {
    width: 50%;
  }
  .step_list li .ttl_pc {
    display: none;
  }
  .step_list li .ttl_sp {
    display: block;
    text-align: left;
    padding-left: 20px;
    font-size: 15px;
    font-weight: 700;
    background: url(../images/bg_step.png) right center no-repeat;
    background-size: cover;
    width: 100px;
    height: 30px;
    line-height: 30px;
    margin: 0 0 10px;
  }
  .step_list li img {
    display: block;
    margin: 0;
  }
  .step_list li p {
    font-size: 12px;
  }
  .step_list li:nth-child(1) img {
    width: 90%;
    margin-top: -5px;
    margin-bottom: 0;
  }
  .step_list li:nth-child(2) img {
    width: 75%;
    margin-bottom: 0;
  }
  .step_list li:nth-child(3) .ttl_sp {
    width: 90px;
    background: #f9f0e3;
  }
  .step_list li:nth-child(3) img {
    width: 30%;
    margin: 0 0 0 20%;
  }
  .web_receipt_wrap {
    display: block;
    margin: 30px auto 30px;
  }
  .web_receipt_wrap .pic_pc {
    display: none;
  }
  .web_receipt_wrap .pic_sp {
    display: block;
    width: 50%;
    margin: 0 auto 20px;
  }
  .web_receipt_wrap .txt {
    width: 100%;
  }
  .web_receipt_wrap .txt_list01 {
    margin-bottom: 20px;
  }
  .web_receipt_wrap .box {
    width: 80%;
    padding: 15px 20px;
    margin: 0 auto;
  }
  .web_receipt_wrap .box .txt_list02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .web_receipt_wrap .box .txt_list02 li {
    width: 48%;
    text-align: center;
    font-size: 16px;
  }
  .good {
    padding: 85px 0 20px;
    background: url(../images/ttl_good.png) center top no-repeat;
    background-size: 75px;
  }
  .good .good_txt01 {
    color: #e60012;
    font-size: 13px;
    margin-bottom: 10px;
  }
  .good .good_txt02 {
    font-size: 10px;
  }
  .bad {
    padding: 85px 0 0;
    background: url(../images/ttl_bad.png) center top no-repeat;
    background-size: 75px;
  }
  .bad .bad_txt01 {
    font-size: 13px;
    line-height: 2;
    margin-bottom: 10px;
  }
  .kiyaku_ttl {
    font-size: 4vw;
    margin-bottom: 30px;
  }
  .kiyaku_accordion {
    border-radius: 10px;
    margin-bottom: 30px;
  }
  .kiyaku_accordion dt {
    font-size: 4.6vw;
    border-radius: 9px;
    padding: 10px 0;
  }
  .kiyaku_accordion dt::after {
    content: "";
    position: absolute;
    right: 20px;
    top: calc(50% - 7px);
    width: 15px;
    height: 15px;
  }
  .kiyaku_accordion dt.active {
    border-radius: 9px 9px 0 0;
  }
  .kiyaku_accordion dd {
    display: none;
    padding: 20px 10px;
  }
  .requirements_check {
    margin-bottom: 50px;
  }
  .requirements_check {
    max-width: 59vw;
    margin: 0 auto 20px;
  }
  .checkbox_txt {
    display: block;
    padding-left: 40px;
    font-size: 3.47vw;
    line-height: 1.4;
    position: relative;
  }
  .checkbox_txt::before {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    width: 26px;
    height: 26px;
    border: 1px solid #4f2017;
  }
  .checkbox:checked + .checkbox_txt::after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 10px;
    width: 7px;
    height: 14px;
    transform: rotate(40deg);
    border-bottom: 3px solid #4f2017;
    border-right: 3px solid #4f2017;
  }
  .requirements_list {
    display: block;
    width: 80%;
    margin: 0 auto 10px;
  }
  .requirements_list li {
    width: 100%;
    margin-bottom: 20px;
  }
  a.requirements_btn {
    height: 60px;
    font-size: 18px;
  }
  a.requirements_btn span {
    font-size: 12px;
  }
  .requirements_note {
    font-size: 10px;
  }
}
/*----------------------------------------------------- */
/*  post           */
/*----------------------------------------------------- */
.post {
  position: relative;
  padding-top: 80px;
  margin-top: -80px;
  overflow: hidden;
}
.post .bg {
  width: 100px;
  position: absolute;
}
.post .bg01 {
  width: 166px;
  top: 0px;
  right: calc(50% + 315px);
}
.post .bg02 {
  top: 100px;
  left: calc(50% + 400px);
}
.post .bg03 {
  top: 700px;
  right: calc(50% + 400px);
}
.post .bg04 {
  top: 1780px;
  left: calc(50% + 400px);
}
.post .bg05 {
  top: 2420px;
  right: calc(50% + 400px);
}
.post .bg06 {
  top: 3080px;
  left: calc(50% + 400px);
}

.post_ttl_pic {
  margin-bottom: 12px;
}

.post_period {
  max-width: 580px;
  margin: -33px auto 0;
  position: relative;
  z-index: 10;
}

.post_product {
  background: #fff;
  border-radius: 0 0 40px 40px;
  padding: 84px 5% 40px;
  margin-top: -50px;
  margin-bottom: 60px;
  position: relative;
}

.post_sub_ttl {
  text-align: center;
  font-weight: 700;
  height: 54px;
  width: 142px;
  text-align: center;
  margin: 0 auto;
  background: #1e884f;
  border-radius: 27px;
}
.post_sub_ttl span {
  display: inline-block;
  font-size: 24px;
  line-height: 54px;
  color: #fff;
}

.post_product_list {
  max-width: 220px;
  margin: 30px auto 70px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.post_product_list li {
  width: 42%;
}
.post_product_list li p {
  margin-top: 15px;
  text-align: center;
  line-height: 1.2;
}
.post_product_list li:nth-child(1) img {
  display: block;
  width: 88%;
  margin: 0 auto;
}

.post_txt01 {
  max-width: 620px;
  font-size: 18px;
  margin: 20px auto 30px;
}

.post_txt02 {
  max-width: 620px;
  margin-left: 1em;
  text-indent: -1em;
  font-size: 15px;
  margin: 0 auto 70px;
}

.post_txt03 {
  text-align: center;
  font-size: 18px;
  margin: 20px auto 60px;
}

.post_kiyaku {
  border: 1px solid #1e884f;
}
.post_kiyaku dt {
  background: #1e884f;
}

@media screen and (max-width: 767px) {
  .post {
    padding-top: 0px;
    margin-top: 0px;
  }
  .post_ttl_pic {
    margin-bottom: 0;
  }
  .post_period {
    margin: -23px auto 0;
  }
  .post_product {
    border-radius: 0 0 20px 20px;
    padding: 60px 5% 20px;
    margin-top: -38px;
    margin-bottom: 40px;
  }
  .post_sub_ttl {
    height: 44px;
    }
  .post_sub_ttl span {
    font-size: 18px;
    line-height: 44px;
    padding: 0 20px;
  }
  .post_product_list {
    margin: 20px auto 40px;
  }
  .post_product_list li {
    width: 42%;
  }
  .post_product_list li p {
    margin-top: 10px;
    font-size: 13px;
  }
  .post_product_list li:nth-child(1) img {
    width: 58%;
  }
  .post_product_list li:nth-child(2) img {
    display: block;
    width: 62%;
    margin: 0 auto;
  }
  .post_txt01 {
    font-size: 14px;
    margin: 20px auto 20px;
  }
  .post_txt02 {
    font-size: 12px;
    margin: 0 auto 50px;
  }
  .post_txt03 {
    text-align: left;
    font-size: 14px;
    margin: 20px auto 40px;
  }
}
/*----------------------------------------------------- */
/*  contact           */
/*----------------------------------------------------- */
.contact {
  padding: 0 0 40px;
}

.contact_ttl {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}

.contact_txt01 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}

.contact_txt02 {
  max-width: 422px;
  font-size: 16px;
  font-weight: 700;
  margin: 0 auto;
}

.bland a {
  display: block;
  background: url(../images/bg_bland.png) center center no-repeat #d42c25;
  background-size: 900px;
  height: 137px;
  transition: 0.3s ease-in-out;
}
.bland a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .contact {
    padding: 0 0 30px;
  }
  .contact_ttl {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .contact_txt01 {
    font-size: 4.3vw;
    margin-bottom: 20px;
  }
  .contact_txt02 {
    max-width: 85%;
    font-size: 2.8vw;
  }
  .bland a {
    display: block;
    background: url(../images/bg_bland.png) center center no-repeat #d42c25;
    background-size: 100%;
    height: 60px;
  }
}/*# sourceMappingURL=style.css.map */