@charset "UTF-8";
:root {
  --font-gothic:
     "Noto Sans JP",
     "Hiragino Kaku Gothic ProN",
  YuGothic,
  "Helvetica Neue",
     Arial,
     "Hiragino Sans",
     Meiryo,
     sans-serif;
  --font-mincho:
  "游明朝",
  "Yu Mincho",
  YuMincho,
  "Hiragino Mincho Pro",
  serif;
  --font-marugothic:
  "Lucida Grande",
  "segoe UI",
  "ヒラギノ丸ゴ ProN W4",
  "Hiragino Maru Gothic ProN",
  Meiryo, Arial,
  sans-serif;
}

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

* {
  margin: 0;
}

html,
body,
ul,
ol,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  width: 100%;
  margin: 0;
  padding: 0;
  color: #464646;
  line-height: 200%;
  font-family: var(--font-gothic);
}

table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
}

th,
td {
  vertical-align: middle;
  font-weight: normal;
  text-align: left;
}

img {
  width: 100%;
  vertical-align: middle;
  display: block;
}

a {
  color: #464646;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.8;
}

ul {
  list-style: none;
}

.sub_hdr_allergy .cont {
  background: #E6A117 url("../img/sub/sub_allergy.svg") no-repeat center top;
}

.cont_allergy h3 {
  font-weight: 500;
  color: #676767;
  border-bottom: 2px solid #dfdfdf;
}
.cont_allergy ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
.cont_allergy ul li {
  -ms-flex-preferred-size: calc(50% - 16 * 0.5px);
      flex-basis: calc(50% - 16 * 0.5px);
  background: #fcf7ef;
  margin-top: 1em;
  border-radius: 5px;
  line-height: 1.5;
  border: 1px solid #ecc68a;
  font-size: 1.125rem;
}
.cont_allergy ul li a {
  padding: 0.8em;
  display: block;
}

.cont_allergy_detail h3 {
  font-size: 1.375rem;
  font-weight: 500;
  color: #676767;
  border-left: 10px solid #E6A117;
  padding-left: 0.5em;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 2em;
}
.cont_allergy_detail .allergy_sec + .allergy_sec {
  margin-top: 2em;
}
.cont_allergy_detail .allergy_sec .ttl {
  font-size: 1.125rem;
  background: #fcf7ef;
  font-weight: 500;
  color: #676767;
  padding-left: 0.5em;
  letter-spacing: 0.05em;
  border-top: 2px solid #E6A117;
  border-bottom: 2px solid #E6A117;
}
.cont_allergy_detail .allergy_sec .allergy_txt {
  padding: 1em 0.5em;
}
.cont_allergy_detail .allergy_sec .allergy_txt p {
  text-align: justify;
}

.btn_allergy a {
  background: #557AD7;
}

.btn_back a {
  background: #E6A117;
}
/*# sourceMappingURL=allergy.css.map */