@charset "UTF-8";
/* ------------------------------------------------
  PAGE
---------------------------------------------- */
.allergen .container {
  width: 100%;
  max-width: 100%;
  padding: 0; }

.tantan__page-wrap {
  background-color: #FFFBEE;
  margin: 0 auto 80px;
  border-bottom: 1px solid #eee; }

.allergen-section .container {
  width: 980px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.allergen-section p {
  line-height: 2.2em; }

.allergen-section__ttl {
  font-family: 'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
  font-size: 40px;
  line-height: 1em;
  margin-bottom: 30px; }

.allergen-section__1 {
  margin-top: -40px; }
  .allergen-section__1 .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 60px 0; }
  .allergen-section__1 .col-block--l {
    width: 460px; }
    .allergen-section__1 .col-block--l p {
      margin-top: 10px; }
      .allergen-section__1 .col-block--l p:first-of-type {
        margin-top: 0; }
  .allergen-section__1 .col-block--r {
    width: 460px;
    padding-top: 10px; }
    .allergen-section__1 .col-block--r p {
      margin-top: 30px;
      text-align: center;
      font-weight: bold;
      color: #0B6542; }

.allergen-section__2 {
  background-color: #156440;
  background-image: url(/img/ts-tantan/p_img_allergen_1_pc.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat; }
  .allergen-section__2 .container {
    padding: 100px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 1010px; }
  .allergen-section__2 .col-block--r {
    width: 460px;
    margin-left: 540px;
    color: #FFF; }

.allergen-section__3 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 60px 0; }

.allergen-section__3 .col-block--l {
  width: 460px; }
  .allergen-section__3 .col-block--l p {
    margin-top: 10px; }
    .allergen-section__3 .col-block--l p:first-of-type {
      margin-top: 0; }

.allergen-section__3 .col-block--r {
  width: 440px; }

@media screen and (max-width: 768px) {
  .tantan__page-wrap {
    background-color: #FFFBEE;
    margin: 0 auto 60px;
    border-bottom: 1px solid #eee; }
  .allergen-section .container {
    width: 90.625vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .allergen-section__ttl {
    font-family: 'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
    font-size: 25px;
    line-height: 1em;
    margin-bottom: 20px; }
  .allergen-section p {
    line-height: 2.2em; }
  .allergen-section__1 {
    margin-top: 0px; }
    .allergen-section__1 .container {
      display: block;
      padding: 30px 0; }
    .allergen-section__1 .col-block--l {
      width: auto;
      margin: 0 auto 30px; }
      .allergen-section__1 .col-block--l p {
        margin-top: 20px; }
        .allergen-section__1 .col-block--l p:first-of-type {
          margin-top: 0; }
    .allergen-section__1 .col-block--r {
      width: auto;
      padding-top: 0px;
      text-align: center; }
      .allergen-section__1 .col-block--r img {
        width: 82.813vw;
        height: auto; }
      .allergen-section__1 .col-block--r p {
        margin-top: 10px;
        text-align: center;
        font-weight: bold;
        color: #0B6542; }
  .allergen-section__2 {
    background-color: #156440;
    background-image: url(/img/ts-tantan/p_img_allergen_1_sp.jpg);
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat; }
    .allergen-section__2 .container {
      padding: 0 0 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      min-width: inherit; }
    .allergen-section__2 .col-block--r {
      width: auto;
      margin-left: 0px;
      margin-top: 60.938vw;
      padding-top: 30px;
      color: #FFF; }
  .allergen-section__3 .container {
    display: block;
    padding: 30px 0; }
  .allergen-section__3 .col-block--l {
    width: auto; }
    .allergen-section__3 .col-block--l p {
      margin-top: 0px; }
      .allergen-section__3 .col-block--l p:first-of-type {
        margin-top: 0; }
  .allergen-section__3 .col-block--r {
    width: auto;
    margin-top: 30px; } }

.download-btn__pdf {
  display: inline-block;
  background: #fff;
  padding: 11px 25px 11px 45px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-image: url(/img/common/ico_pdf_1.png);
  background-repeat: no-repeat;
  background-position: 20px 15px;
  background-size: 13px auto; }

@media screen and (max-width: 768px) {
  .download-btn__pdf {
    display: block; } }
