@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : allergy.css
 author     : Ability Consultant
 style info : 食物アレルギーをお持ちの方へ
=================================================================== */
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
.con_intro, .con_txt .box_txt {
  max-width: 1280px;
  margin: auto;
  width: 95%;
}

/*Animate */
/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
.con_intro {
  padding-bottom: 6rem !important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro {
    padding-bottom: 4rem !important;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro {
    padding-bottom: 4rem !important;
  }
}

/* -----------------------------------------------------------
	.con_txt
----------------------------------------------------------- */
.con_txt {
  padding: 6rem 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_txt {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_txt {
    padding: 4rem 0;
  }
}
.con_txt:nth-child(odd) {
  background-color: #EFF6F8;
}
.con_txt .box_txt .con_pgtitle {
  padding: 0 !important;
}
.con_txt .box_txt .con_pgtitle .tit {
  font-weight: normal;
  font-family: "Playfair Display", serif;
  font-size: 188%;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #000;
  padding-bottom: 2.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_txt .box_txt .con_pgtitle .tit {
    padding-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_txt .box_txt .con_pgtitle .tit {
    padding-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .con_txt .box_txt .con_pgtitle .tit {
    line-height: 1.3em;
  }
}
.con_txt .box_txt .inner {
  margin: 0 auto;
  max-width: 960px;
  width: 95%;
}
.con_txt .box_txt .inner .text {
  margin-bottom: 1em;
}
.con_txt .box_txt .inner .text:last-child {
  margin-bottom: 0;
}
.con_txt .box_txt .inner .tbl_basic {
  border-bottom: 2px solid #fff;
  margin-bottom: 1em;
}
.con_txt .box_txt .inner .tbl_basic tr {
  border: 0;
}
.con_txt .box_txt .inner .tbl_basic tr th,
.con_txt .box_txt .inner .tbl_basic tr td {
  padding: .5em 0;
  text-align: left;
}
.con_txt .box_txt .inner .tbl_basic tr th {
  min-width: 5em;
}
.con_txt .box_txt .inner .tbl_basic tr th.tbl_tit {
  font-weight: normal;
  padding-bottom: .5em;
  font-size: 125%;
}
@media only screen and (max-width: 767px) {
  .con_txt .box_txt .inner .tbl_basic tr th.tbl_tit {
    font-size: 113%;
  }
}
.con_txt .box_txt .inner .tbl_basic tr:last-child th,
.con_txt .box_txt .inner .tbl_basic tr:last-child td {
  padding-bottom: 2em;
}
.con_txt .box_txt .inner .tbl_basic.type7 {
  border-top: 2px solid #fff;
}
.con_txt .box_txt .inner .tbl_basic.type7 tr th,
.con_txt .box_txt .inner .tbl_basic.type7 tr td {
  display: block;
  width: 100%;
}
.con_txt .box_txt .inner .tbl_basic.type7 tr:last-child th {
  padding-bottom: 0;
}
