@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  padding: 0;
  margin: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section,
pre, code {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

a {
  text-decoration: none;
}

*:hover,
*:focus,
*:active {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

/* All */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

/* Anchor */
a {
  text-decoration: none;
}

/* Figure */
figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  margin: 0 auto;
}
figure img,
figure amp-img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

img {
  image-rendering: -webkit-optimize-contrast;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Video */
.videoWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  margin: 0 auto;
}

header video,
main video,
footer video {
  width: 100%;
  height: auto;
}

/* Table */
table {
  border-collapse: collapse;
}

/* Canvas */
canvas {
  vertical-align: bottom;
}

/* Source code */
pre, code {
  text-align: left;
}

code ol.linenums {
  list-style: inside;
}

code ol.linenums li {
  list-style-type: decimal-leading-zero;
}

pre {
  border-top: 2px solid #eeeeee;
  border-top-style: inset;
  border-right: 2px solid #eeeeee;
  border-bottom: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
  border-left-style: inset;
  padding: 5px;
}

pre:not(:first-child) {
  margin-top: 30px;
}

address {
  font-style: normal;
}

/*===========================
  br
===========================*/
@media only screen and (min-width: 1024px) {
  br.mb {
    display: none;
  }
  br.sp {
    display: none;
  }
  br.spN {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  br.pc {
    display: none;
  }
}
@media only screen and (max-width: 414px) {
  br.sp {
    display: inline;
  }
}
@media only screen and (max-width: 374px) {
  br.spN {
    display: inline;
  }
}

/*===========================
  img
===========================*/
@media only screen and (min-width: 1024px) {
  img.mb {
    display: none;
  }
  img.sp {
    display: none;
  }
  img.spN {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  img.pc {
    display: none;
  }
}
@media only screen and (max-width: 414px) {
  img.sp {
    display: inline;
  }
}
@media only screen and (max-width: 374px) {
  img.spN {
    display: inline;
  }
}

/*===========================
  span
===========================*/
@media only screen and (min-width: 1024px) {
  span.mb {
    display: none;
  }
  span.sp {
    display: none;
  }
  span.spN {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  span.pc {
    display: none;
  }
}
@media only screen and (max-width: 414px) {
  span.sp {
    display: inline;
  }
}
@media only screen and (max-width: 374px) {
  span.spN {
    display: inline;
  }
}

.italic {
  font-style: italic;
}

body, body a {
  font-family: "Manuale", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0;
  color: #000;
}
@media only screen and (min-width: 1024px) {
  body, body a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  body, body a {
    font-size: 14px;
  }
}
body [type=text],
body [type=number],
body [type=email],
body [type=tel],
body [type=date] + label,
body button,
body select,
body textarea,
body [type=radio] + label,
body [type=checkbox] + label {
  font-family: "Manuale", "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 0;
  color: #000;
}
@media only screen and (min-width: 1024px) {
  body [type=text],
body [type=number],
body [type=email],
body [type=tel],
body [type=date] + label,
body button,
body select,
body textarea,
body [type=radio] + label,
body [type=checkbox] + label {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  body [type=text],
body [type=number],
body [type=email],
body [type=tel],
body [type=date] + label,
body button,
body select,
body textarea,
body [type=radio] + label,
body [type=checkbox] + label {
    font-size: 14px;
  }
}

body .container {
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  body .container {
    width: calc(100% - 40px);
    max-width: 1200px;
  }
}
@media only screen and (max-width: 1024px) {
  body .container {
    width: 92%;
  }
}
@media only screen and (min-width: 1024px) {
  body main {
    padding: 80px 0 100px;
  }
}
@media only screen and (max-width: 1024px) {
  body main {
    padding: 40px 0 60px;
  }
}

form {
  width: 100%;
  margin: 0 auto;
}

fieldset {
  border: none;
}

label {
  display: inline-block;
}

input,
select,
button {
  font-size: 1em;
  -webkit-appearance: none;
  display: inline-block;
}

[type=radio],
[type=checkbox] {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  z-index: -99999;
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
}
[type=radio] + label,
[type=checkbox] + label {
  padding-left: 55px;
  cursor: pointer;
}
[type=radio] + label::before, [type=radio] + label::after,
[type=checkbox] + label::before,
[type=checkbox] + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
[type=radio] + label::before,
[type=checkbox] + label::before {
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  border-radius: 50%;
  left: 0;
}
[type=radio] + label::after,
[type=checkbox] + label::after {
  width: 14px;
  height: 14px;
  background-color: orange;
  border-radius: 50%;
  left: 8px;
  opacity: 0;
}
[type=radio]:checked + label::after,
[type=checkbox]:checked + label::after {
  opacity: 1;
}

textarea {
  resize: none;
}

.selectWrap select {
  width: 100%;
  cursor: pointer;
}
.selectWrap select::-ms-expand {
  display: none;
}

button {
  font-size: 1em;
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  padding: 0;
}

*::-webkit-input-placeholder {
  color: #8D8D8D;
}

*::-moz-placeholder {
  color: #8D8D8D;
}

*:-ms-input-placeholder {
  color: #8D8D8D;
}

*::-ms-input-placeholder {
  color: #8D8D8D;
}

*::placeholder {
  color: #8D8D8D;
}

*:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  box-shadow: 0 0 0 1000px #fff inset;
}

[type=text],
[type=number],
[type=email],
[type=tel],
[type=date] + label,
textarea {
  width: 100%;
  border: 2px solid #777;
}
@media only screen and (min-width: 1024px) {
  [type=text],
[type=number],
[type=email],
[type=tel],
[type=date] + label,
textarea {
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 1024px) {
  [type=text],
[type=number],
[type=email],
[type=tel],
[type=date] + label,
textarea {
    padding: 5px 7.5px;
  }
}
[type=text]:required,
[type=number]:required,
[type=email]:required,
[type=tel]:required,
[type=date] + label:required,
textarea:required {
  border-color: #FF8900;
}
[type=text]:focus,
[type=number]:focus,
[type=email]:focus,
[type=tel]:focus,
[type=date] + label:focus,
textarea:focus {
  background-color: rgba(0, 128, 0, 0.1);
  border-color: green;
}
[type=text].filled,
[type=number].filled,
[type=email].filled,
[type=tel].filled,
[type=date] + label.filled,
textarea.filled {
  border-color: green;
}
[type=text].filled, [type=text].filled:-internal-autofill-selected,
[type=number].filled,
[type=number].filled:-internal-autofill-selected,
[type=email].filled,
[type=email].filled:-internal-autofill-selected,
[type=tel].filled,
[type=tel].filled:-internal-autofill-selected,
[type=date] + label.filled,
[type=date] + label.filled:-internal-autofill-selected,
textarea.filled,
textarea.filled:-internal-autofill-selected {
  background-color: rgba(0, 128, 0, 0.1) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

@media only screen and (max-width: 1024px) {
  [type=text],
[type=number],
[type=email],
[type=tel],
[type=date] + label,
select {
    height: 45px;
  }
}

@media only screen and (min-width: 1024px) {
  [type=text],
[type=number],
[type=email],
[type=tel],
[type=date] + label,
button,
select,
textarea,
[type=radio] + label,
[type=checkbox] + label {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  [type=text],
[type=number],
[type=email],
[type=tel],
[type=date] + label,
button,
select,
textarea,
[type=radio] + label,
[type=checkbox] + label {
    font-size: 15px;
  }
}

.dateWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.dateWrap::after {
  content: "";
  width: 21.19px;
  height: 21.67px;
  background: url("../images/icon_calendar.svg") no-repeat center center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  pointer-events: none;
}
@media only screen and (min-width: 1024px) {
  .dateWrap::after {
    right: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .dateWrap::after {
    right: 9px;
  }
}
.dateWrap.notSelected::before {
  content: "ご選択ください";
  width: 100%;
  height: 100%;
  color: #8D8D8D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}
@media only screen and (min-width: 1024px) {
  .dateWrap.notSelected::before {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .dateWrap.notSelected::before {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  .dateWrap.notSelected::before {
    padding: 12px 15px 8px;
  }
}
@media only screen and (max-width: 1024px) {
  .dateWrap.notSelected::before {
    padding: 5px 7.5px;
  }
}
.dateWrap.notSelected [type=date] + label {
  background-color: #EAEAEA;
}
.dateWrap.notSelected [type=date]:required + label {
  border-color: #FF8900;
}
.dateWrap [type=date] {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.dateWrap [type=date] + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-color: #fff;
  border: 1px solid blue;
}
@media only screen and (min-width: 1024px) {
  .dateWrap [type=date] + label {
    min-height: 49px;
  }
}
@media only screen and (max-width: 1024px) {
  .dateWrap [type=date] + label {
    min-height: 45px;
  }
}
.dateWrap [type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

@media only screen and (max-width: 1024px) {
  body[data-device=iPhone] .dateWrap [type=date] {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  body[data-device=iPhone] .dateWrap [type=date]::-webkit-date-and-time-value {
    text-align: left;
  }
}

@media only screen and (max-width: 1024px) {
  body[data-device=Android] .dateWrap [type=date] {
    padding-top: 10px;
  }
}

[type=radio] + label {
  padding-left: 30px;
}
[type=radio] + label::before {
  background-color: #EAEAEA;
  border-color: blue;
}
@media only screen and (min-width: 1024px) {
  [type=radio] + label::before {
    width: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  [type=radio] + label::before {
    width: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  [type=radio] + label::before {
    height: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  [type=radio] + label::before {
    height: 15px;
  }
}
[type=radio] + label::after {
  background-color: orange;
}
@media only screen and (min-width: 1024px) {
  [type=radio] + label::after {
    width: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  [type=radio] + label::after {
    width: 11px;
  }
}
@media only screen and (min-width: 1024px) {
  [type=radio] + label::after {
    height: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  [type=radio] + label::after {
    height: 11px;
  }
}
@media only screen and (min-width: 1024px) {
  [type=radio] + label::after {
    left: 3px;
  }
}
@media only screen and (max-width: 1024px) {
  [type=radio] + label::after {
    left: 2px;
  }
}
[type=radio] + label + .withBox {
  display: block;
  margin-top: 10px;
}
@media only screen and (min-width: 1024px) {
  [type=radio] + label + .withBox {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 1024px) {
  [type=radio] + label + .withBox {
    padding-left: 20px;
  }
}
[type=radio] + label + .withBox .notes {
  display: block;
}
@media only screen and (min-width: 1024px) {
  [type=radio] + label + .withBox .notes {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  [type=radio] + label + .withBox .notes {
    margin-top: 5px;
  }
}
[type=radio]:checked + label::before {
  background: none;
  border-color: #D5D5D5;
}
[type=radio]:checked + label::after {
  opacity: 1;
}
[type=radio].errorInput + label::before {
  background-color: #FFCCCC;
}

@media only screen and (min-width: 1024px) {
  [type=checkbox] + label {
    padding-left: 38px;
  }
}
@media only screen and (max-width: 1024px) {
  [type=checkbox] + label {
    padding-left: 27px;
  }
}
[type=checkbox] + label::before {
  background-color: #EAEAEA;
  border: 2px solid #EAEAEA;
  border-radius: 5px;
}
@media only screen and (min-width: 1024px) {
  [type=checkbox] + label::before {
    width: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  [type=checkbox] + label::before {
    width: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  [type=checkbox] + label::before {
    height: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  [type=checkbox] + label::before {
    height: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  [type=checkbox] + label::before {
    border-width: 1px;
  }
}
@media only screen and (max-width: 1024px) {
  [type=checkbox] + label::before {
    bottom: auto;
  }
}
[type=checkbox] + label::after {
  background: none;
  border-left: 4px solid orange;
  border-bottom: 4px solid orange;
  border-radius: 0;
  bottom: auto;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (min-width: 1024px) {
  [type=checkbox] + label::after {
    width: 19px;
  }
}
@media only screen and (max-width: 1024px) {
  [type=checkbox] + label::after {
    width: 17.5px;
  }
}
@media only screen and (min-width: 1024px) {
  [type=checkbox] + label::after {
    height: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  [type=checkbox] + label::after {
    height: 8.5px;
  }
}
@media only screen and (max-width: 1024px) {
  [type=checkbox] + label::after {
    border-width: 3px;
  }
}
@media only screen and (min-width: 1024px) {
  [type=checkbox] + label::after {
    top: 5px;
  }
}
@media only screen and (max-width: 1024px) {
  [type=checkbox] + label::after {
    top: 2px;
  }
}
@media only screen and (min-width: 1024px) {
  [type=checkbox] + label::after {
    left: 5px;
  }
}
@media only screen and (max-width: 1024px) {
  [type=checkbox] + label::after {
    left: 2px;
  }
}
[type=checkbox]:checked + label::before {
  background-color: #fff;
  border-color: #EAEAEA;
}
[type=checkbox]:checked + label::after {
  opacity: 1;
}
[type=checkbox].errorInput + label::before {
  background-color: #FFCCCC;
}
[type=checkbox].readonly + label::before {
  background-color: orange;
  border-color: orange;
}
[type=checkbox].readonly + label::after {
  border-color: #fff;
}

.fileWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.fileWrap.notSelected .filename {
  color: #BCBCBC;
}
.fileWrap.notSelected .filename .close {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  z-index: -99999;
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
}
.fileWrap [type=file] {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  z-index: -99999;
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
}
.fileWrap [type=file] + label {
  width: 100px;
  border: 1px solid #BCBCBC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .fileWrap [type=file] + label {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .fileWrap [type=file] + label {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  .fileWrap [type=file] + label {
    height: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .fileWrap [type=file] + label {
    height: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .fileWrap [type=file] + label {
    border-radius: 5px;
  }
}
@media only screen and (max-width: 1024px) {
  .fileWrap [type=file] + label {
    border-radius: 5px;
  }
}
.fileWrap [type=file] + label::after {
  content: "ファイルを選択";
  font-weight: bold;
}
.fileWrap .filename {
  width: calc(100% - 100px - 15px);
  margin-left: 15px;
}
.fileWrap .filename .text {
  display: inline;
}
.fileWrap .filename .close {
  border: 1px solid #707070;
  border-radius: 50%;
  display: inline-block;
  margin-left: 15px;
  cursor: pointer;
  vertical-align: middle;
}
@media only screen and (min-width: 1024px) {
  .fileWrap .filename .close {
    width: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .fileWrap .filename .close {
    width: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .fileWrap .filename .close {
    height: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .fileWrap .filename .close {
    height: 16px;
  }
}
.fileWrap .filename .close::before, .fileWrap .filename .close::after {
  content: "";
  height: 1px;
  background-color: #707070;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (min-width: 1024px) {
  .fileWrap .filename .close::before, .fileWrap .filename .close::after {
    width: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .fileWrap .filename .close::before, .fileWrap .filename .close::after {
    width: 10px;
  }
}
.fileWrap .filename .close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.selectWrap select {
  background-color: #fff;
  border: 1px solid blue;
  border-radius: 5px;
}
@media only screen and (min-width: 1024px) {
  .selectWrap select {
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .selectWrap select {
    padding: 5px 7.5px;
  }
}
.selectWrap select:focus {
  background-color: #E8FAFC;
}
.selectWrap select option {
  background-color: #E8FAFC;
}
.selectWrap select option:focus, .selectWrap select option:hover, .selectWrap select option:active, .selectWrap select option:checked {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(blue), to(blue));
  background: -webkit-linear-gradient(blue, blue);
  background: linear-gradient(blue, blue);
  background-color: blue !important;
}
.selectWrap::after {
  content: "";
  background: url("../images/icon_arrow.svg") no-repeat center center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  pointer-events: none;
}
@media only screen and (min-width: 1024px) {
  .selectWrap::after {
    width: 10.81px;
  }
}
@media only screen and (max-width: 1024px) {
  .selectWrap::after {
    width: 8.2px;
  }
}
@media only screen and (min-width: 1024px) {
  .selectWrap::after {
    height: 6.81px;
  }
}
@media only screen and (max-width: 1024px) {
  .selectWrap::after {
    height: 5.16px;
  }
}
@media only screen and (min-width: 1024px) {
  .selectWrap::after {
    right: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .selectWrap::after {
    right: 9px;
  }
}
.selectWrap.notSelected select {
  color: #8D8D8D;
  background-color: #EAEAEA;
  border-color: #EAEAEA;
}
.selectWrap.notSelected select:required {
  border-color: #FF8900;
}
.selectWrap.notSelected select option {
  color: #000;
}
.selectWrap.notSelected select option:checked {
  color: #fff;
}
.selectWrap .delete {
  background: url("../images/icon_delete.svg") no-repeat center center;
  background-size: contain;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
  cursor: pointer;
  z-index: 10;
}
@media only screen and (min-width: 1024px) {
  .selectWrap .delete {
    width: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .selectWrap .delete {
    width: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .selectWrap .delete {
    height: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .selectWrap .delete {
    height: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .selectWrap .delete {
    right: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .selectWrap .delete {
    right: 9px;
  }
}
.selectWrap.notSelected .delete {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  z-index: -99999;
  pointer-events: none;
  overflow: hidden;
  opacity: 0;
}

textarea {
  background-color: #fff;
}
@media only screen and (min-width: 1024px) {
  textarea {
    min-height: 257px;
  }
}
@media only screen and (max-width: 1024px) {
  textarea {
    min-height: 85px;
  }
}

.submitBtn {
  color: #fff;
  background-color: orange;
  border-color: orange;
}
.submitBtn.back {
  color: blue;
  background-color: #fff;
  border: 1px solid blue;
}

.submitBtn.disabled, .stepNext.disabled {
  color: transparent;
  background-color: #CCCCCC;
  border: none;
}
.submitBtn.disabled::before, .stepNext.disabled::before {
  width: 100%;
  height: 100%;
  content: "入力が完了していません";
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 1024px) {
  .submitBtn.disabled::before, .stepNext.disabled::before {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  .submitBtn.disabled::before, .stepNext.disabled::before {
    border-radius: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .submitBtn.disabled::before, .stepNext.disabled::before {
    border-radius: 5px;
  }
}

@media only screen and (min-width: 1024px) {
  .pageTitle {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1024px) {
  .pageTitle {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .pageTitle {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .pageTitle {
    padding-left: 10px;
  }
}
.pageTitle::before {
  content: "";
  width: 4px;
  height: 1.5em;
  background-color: #000;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 1024px) {
  .linkBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.linkBtn a {
  width: 100%;
  max-width: 300px;
  background-color: #eee;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 0;
  margin: 0 auto;
}
.linkBtn a:hover {
  opacity: 0.7;
}

@media only screen and (min-width: 1024px) {
  .linkArea {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .linkArea {
    margin-top: 60px;
  }
}

.taxonList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.taxonList > li:nth-of-type(n+2) {
  padding-left: 18px;
  margin-left: 10px;
}
.taxonList > li:nth-of-type(n+2)::before {
  content: ">";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.taxonList > li a {
  color: blue;
}
.taxonList > li a:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 1024px) {
  .searchForm .searchBoxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .searchForm .searchBoxes dl {
    width: calc((100% - 40px) / 3);
  }
  .searchForm .searchBoxes dl:nth-child(3n+2), .searchForm .searchBoxes dl:nth-child(3n+3) {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .searchForm .searchBoxes dl:nth-of-type(n+2) {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .searchForm .searchBoxes dl > dd {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .searchForm .searchBoxes dl > dd {
    margin-top: 5px;
  }
}
.searchForm .searchBoxes dl > dd input {
  width: 100%;
}
.searchForm .submit {
  text-align: center;
  margin-top: 30px;
}
.searchForm .submit button {
  width: 100%;
  max-width: 150px;
  background-color: #eee;
  border: 2px solid #eee;
  border-radius: 5px;
  padding: 10px 0;
  margin: 0 auto;
}
.searchForm .submit button:hover {
  opacity: 0.7;
}
.searchForm .submit button.clear {
  margin-left: 20px;
}

body {
  overflow-x: hidden;
}

header {
  background-color: #eee;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
}
header a:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 1024px) {
  header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 1024px) {
  header .container {
    width: 100%;
    padding: 10px 20px;
  }
}
header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  header .logo {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
header .logo a {
  font-family: "Mate SC", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
}
@media only screen and (min-width: 1024px) {
  header .logo a {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1024px) {
  header .logo a {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1024px) {
  header .navWrap {
    margin-left: auto;
  }
}
@media only screen and (max-width: 1024px) {
  header .navWrap {
    width: 0;
    position: absolute;
    top: 100%;
    right: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1024px) {
  header .navWrap .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  header .navWrap .nav > li:nth-of-type(n+2) {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  header .navWrap .nav {
    width: 100vw;
    background-color: #eee;
    padding: 40px 40px;
  }
  header .navWrap .nav > li {
    text-align: center;
  }
  header .navWrap .nav > li:nth-of-type(n+2) {
    margin-top: 20px;
  }
  header .navWrap .nav > li a {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1024px) {
  header .navBtn {
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    z-index: -99999;
    pointer-events: none;
    overflow: hidden;
    opacity: 0;
  }
}
@media only screen and (max-width: 1024px) {
  header .navBtn {
    width: 32px;
    height: 24px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    cursor: pointer;
  }
  header .navBtn span {
    width: 100%;
    height: 2px;
    background-color: #000;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  header .navBtn span:nth-of-type(1) {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  header .navBtn span:nth-of-type(2) {
    -webkit-transform-origin: right;
    transform-origin: right;
  }
  header .navBtn span:nth-of-type(3) {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

body.navOpen header .navWrap {
  width: 100%;
}
body.navOpen header .navBtn span:nth-of-type(1) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
body.navOpen header .navBtn span:nth-of-type(2) {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left;
  transform-origin: left;
}
body.navOpen header .navBtn span:nth-of-type(3) {
  -webkit-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}

footer a:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 1024px) {
  footer .container {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 1024px) {
  footer .container {
    padding: 20px 0 40px;
  }
}
footer .container::before {
  content: "";
  width: calc(100% - 40px);
  height: 1px;
  background-color: #E6E6E6;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  footer .logo {
    text-align: center;
  }
}
footer .logo a {
  font-family: "Mate SC", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", sans-serif;
}
@media only screen and (min-width: 1024px) {
  footer .logo a {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1024px) {
  footer .logo a {
    font-size: 28px;
  }
}
@media only screen and (min-width: 1024px) {
  footer .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 1024px) {
  footer .nav {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  footer .nav {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  footer .nav > li:nth-of-type(n+2) {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  footer .nav > li {
    text-align: center;
  }
  footer .nav > li:nth-of-type(n+2) {
    margin-top: 15px;
  }
}
footer .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  footer .sns {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  footer .sns {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  footer .sns > li {
    width: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  footer .sns > li {
    width: 28px;
  }
}
@media only screen and (min-width: 1024px) {
  footer .sns > li {
    height: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  footer .sns > li {
    height: 28px;
  }
}
@media only screen and (min-width: 1024px) {
  footer .sns > li:nth-of-type(n+2) {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  footer .sns > li:nth-of-type(n+2) {
    margin-left: 30px;
  }
}
footer .sns > li a {
  width: 100%;
  display: block;
}
footer .sns > li a img {
  width: 100%;
  height: auto;
}
footer .copy {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  footer .copy {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  footer .copy {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 1024px) {
  .postContent .content {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .postContent .content {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .postContent .content h2:nth-child(n+2), .postContent .content h3:nth-child(n+2), .postContent .content h4:nth-child(n+2), .postContent .content h5:nth-child(n+2), .postContent .content h6:nth-child(n+2) {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .postContent .content h2:nth-child(n+2), .postContent .content h3:nth-child(n+2), .postContent .content h4:nth-child(n+2), .postContent .content h5:nth-child(n+2), .postContent .content h6:nth-child(n+2) {
    margin-top: 40px;
  }
}
.postContent .content a {
  color: blue;
}
.postContent .content a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 1024px) {
  .postContent .content h2, .postContent .content h2 strong {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .postContent .content h2, .postContent .content h2 strong {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1024px) {
  .postContent .content h3, .postContent .content h3 strong {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .postContent .content h3, .postContent .content h3 strong {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .postContent .content h4, .postContent .content h4 strong {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .postContent .content h4, .postContent .content h4 strong {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  .postContent .content h5, .postContent .content h5 strong {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  .postContent .content h5, .postContent .content h5 strong {
    font-size: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  .postContent .content h6, .postContent .content h6 strong {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1024px) {
  .postContent .content h6, .postContent .content h6 strong {
    font-size: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .postContent .content .wp-block-image:nth-child(n+2), .postContent .content .wp-block-columns:nth-child(n+2),
.postContent .content figure:nth-child(n+2), .postContent .content p:nth-child(n+2), .postContent .content ul:nth-child(n+2), .postContent .content ol:nth-child(n+2) {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .postContent .content .wp-block-image:nth-child(n+2), .postContent .content .wp-block-columns:nth-child(n+2),
.postContent .content figure:nth-child(n+2), .postContent .content p:nth-child(n+2), .postContent .content ul:nth-child(n+2), .postContent .content ol:nth-child(n+2) {
    margin-top: 20px;
  }
}
.postContent .content p, .postContent .content ul, .postContent .content ol {
  line-height: 2;
}
.postContent .content figure {
  display: block;
}
.postContent .content figure img {
  max-width: 100%;
}
@media only screen and (min-width: 1024px) {
  .postContent .content .wp-block-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .postContent .content .wp-block-columns.wp-container-core-columns-is-layout-1 > * {
    width: 48%;
  }
  .postContent .content .wp-block-columns.wp-container-core-columns-is-layout-2 > * {
    width: 30%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 1024px) {
  .postContent .content .wp-block-columns > *:nth-child(n+2) {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  .postContent .content .wp-block-columns > *:nth-child(n+2) {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .section.search {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .section.search {
    padding: 20px 0;
  }
}

@media only screen and (min-width: 1024px) {
  .jbList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .jbList > li {
    width: calc((100% - 40px) / 3);
  }
  .jbList > li:nth-child(3n+2), .jbList > li:nth-child(3n+3) {
    margin-left: 20px;
  }
  .jbList > li:nth-child(n+4) {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .jbList > li:nth-of-type(n+2) {
    margin-top: 40px;
  }
}
.jbList > li a {
  line-height: 1.2;
  display: block;
}
.jbList > li a:hover .taxon, .jbList > li a:hover .scientificName {
  opacity: 0.7;
}
.jbList > li a:hover figure img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.jbList > li a:hover figure figcaption::before {
  opacity: 0.7;
}
.jbList > li figure {
  border: 1px solid #aaa;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .jbList > li figure {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .jbList > li figure {
    margin-top: 10px;
  }
}
.jbList > li figure img {
  width: 100%;
  height: 200px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media only screen and (min-width: 1024px) {
  .jbList > li figure img {
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
  }
}
.jbList > li figure figcaption {
  width: 100%;
  height: 200px;
}
.jbList > li figure figcaption::before {
  content: "No Image";
  font-weight: bold;
  width: 100%;
  height: 100%;
  font-size: 16px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  background-color: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 1024px) {
  .jbList > li .scientificName {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .jbList > li .scientificName {
    margin-top: 10px;
  }
}
.jbList > li .taxon {
  line-height: 1.2;
}
@media only screen and (min-width: 1024px) {
  .jbList > li .taxon {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .jbList > li .taxon {
    margin-top: 10px;
  }
}
.jbList > li .taxon .genus, .jbList > li .taxon .subgenus {
  margin-top: 10px;
}
.jbList > li .taxon .genus {
  margin-left: 1em;
}
.jbList > li .taxon .subgenus {
  margin-left: 2em;
}
.jbList > li .taxon .subfamily, .jbList > li .taxon .genus, .jbList > li .taxon .subgenus {
  padding-left: 0.75em;
}
.jbList > li .taxon .subfamily .label, .jbList > li .taxon .genus .label, .jbList > li .taxon .subgenus .label {
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.jbList > li .taxon .subfamily .label {
  background-color: #0ea300;
}
.jbList > li .taxon .genus .label {
  background-color: #0e00d3;
}
.jbList > li .taxon .subgenus .label {
  background-color: #57e6ff;
}

@media only screen and (min-width: 1024px) {
  body[data-page=archive] .postlist, body[data-page=taxonomy] .postlist {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  body[data-page=archive] .postlist, body[data-page=taxonomy] .postlist {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  body[data-page=archive] .postlist > li, body[data-page=taxonomy] .postlist > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1024px) {
  body[data-page=archive] .postlist > li, body[data-page=taxonomy] .postlist > li {
    padding: 30px 10px;
  }
}
@media only screen and (max-width: 1024px) {
  body[data-page=archive] .postlist > li, body[data-page=taxonomy] .postlist > li {
    padding: 10px 0;
  }
}
@media only screen and (min-width: 1024px) {
  body[data-page=archive] .postlist > li .date, body[data-page=taxonomy] .postlist > li .date {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  body[data-page=archive] .postlist > li .date, body[data-page=taxonomy] .postlist > li .date {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  body[data-page=archive] .postlist > li .title, body[data-page=taxonomy] .postlist > li .title {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  body[data-page=archive] .postlist > li .title, body[data-page=taxonomy] .postlist > li .title {
    margin-top: 5px;
  }
}
body[data-page=archive] .postlist > li .title a, body[data-page=taxonomy] .postlist > li .title a {
  color: blue;
}
@media only screen and (min-width: 1024px) {
  body[data-page=archive] .postlist > li .title a, body[data-page=taxonomy] .postlist > li .title a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  body[data-page=archive] .postlist > li .title a, body[data-page=taxonomy] .postlist > li .title a {
    font-size: 16px;
  }
}
body[data-page=archive] .postlist > li .title a:hover, body[data-page=taxonomy] .postlist > li .title a:hover {
  text-decoration: underline;
}
body[data-page=archive][data-posttype=jewel_beetles] .section.search, body[data-page=taxonomy][data-posttype=jewel_beetles] .section.search {
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  body[data-page=archive][data-posttype=jewel_beetles] .section.jewelBeetles, body[data-page=taxonomy][data-posttype=jewel_beetles] .section.jewelBeetles {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  body[data-page=archive][data-posttype=jewel_beetles] .section.jewelBeetles, body[data-page=taxonomy][data-posttype=jewel_beetles] .section.jewelBeetles {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  body[data-page=archive][data-posttype=jewel_beetles] .section.jewelBeetles .jbList, body[data-page=taxonomy][data-posttype=jewel_beetles] .section.jewelBeetles .jbList {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  body[data-page=archive][data-posttype=jewel_beetles] .section.jewelBeetles .jbList, body[data-page=taxonomy][data-posttype=jewel_beetles] .section.jewelBeetles .jbList {
    margin-top: 40px;
  }
}
body[data-page=archive][data-posttype=references] .section.references .title, body[data-page=taxonomy][data-posttype=references] .section.references .title {
  font-weight: bold;
}
@media only screen and (min-width: 1024px) {
  body[data-page=archive][data-posttype=references] .section.references .title, body[data-page=taxonomy][data-posttype=references] .section.references .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  body[data-page=archive][data-posttype=references] .section.references .title, body[data-page=taxonomy][data-posttype=references] .section.references .title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  body[data-page=archive][data-posttype=references] .section.references .referencesList, body[data-page=taxonomy][data-posttype=references] .section.references .referencesList {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  body[data-page=archive][data-posttype=references] .section.references .referencesList, body[data-page=taxonomy][data-posttype=references] .section.references .referencesList {
    margin-top: 40px;
  }
}
body[data-page=archive][data-posttype=references] .section.references .referencesList tr, body[data-page=taxonomy][data-posttype=references] .section.references .referencesList tr {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
@media only screen and (min-width: 1024px) {
  body[data-page=archive][data-posttype=references] .section.references .referencesList tr th, body[data-page=archive][data-posttype=references] .section.references .referencesList tr td, body[data-page=taxonomy][data-posttype=references] .section.references .referencesList tr th, body[data-page=taxonomy][data-posttype=references] .section.references .referencesList tr td {
    padding: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  body[data-page=archive][data-posttype=references] .section.references .referencesList tr th, body[data-page=archive][data-posttype=references] .section.references .referencesList tr td, body[data-page=taxonomy][data-posttype=references] .section.references .referencesList tr th, body[data-page=taxonomy][data-posttype=references] .section.references .referencesList tr td {
    padding: 15px 10px;
  }
}
body[data-page=archive][data-posttype=references] .section.references .referencesList tr th:first-child, body[data-page=archive][data-posttype=references] .section.references .referencesList tr td:first-child, body[data-page=taxonomy][data-posttype=references] .section.references .referencesList tr th:first-child, body[data-page=taxonomy][data-posttype=references] .section.references .referencesList tr td:first-child {
  width: 70%;
}
body[data-page=archive][data-posttype=references] .section.references .referencesList tr th:nth-of-type(n+2), body[data-page=archive][data-posttype=references] .section.references .referencesList tr td:nth-of-type(n+2), body[data-page=taxonomy][data-posttype=references] .section.references .referencesList tr th:nth-of-type(n+2), body[data-page=taxonomy][data-posttype=references] .section.references .referencesList tr td:nth-of-type(n+2) {
  border-left: 1px solid #000;
}
body[data-page=archive][data-posttype=references] .section.references .referencesList tr th a, body[data-page=archive][data-posttype=references] .section.references .referencesList tr td a, body[data-page=taxonomy][data-posttype=references] .section.references .referencesList tr th a, body[data-page=taxonomy][data-posttype=references] .section.references .referencesList tr td a {
  color: #3030e7;
}
body[data-page=archive][data-posttype=references] .section.references .referencesList tr th a:hover, body[data-page=archive][data-posttype=references] .section.references .referencesList tr td a:hover, body[data-page=taxonomy][data-posttype=references] .section.references .referencesList tr th a:hover, body[data-page=taxonomy][data-posttype=references] .section.references .referencesList tr td a:hover {
  text-decoration: underline;
}
body[data-page=archive][data-posttype=references] .section.references .referencesList tr:last-child, body[data-page=taxonomy][data-posttype=references] .section.references .referencesList tr:last-child {
  border-bottom: 1px solid #000;
}
body[data-page=archive][data-posttype=references] .section.references .referencesList tr:first-child th, body[data-page=taxonomy][data-posttype=references] .section.references .referencesList tr:first-child th {
  text-align: center;
  background-color: #eee;
}
@media only screen and (min-width: 1024px) {
  body[data-page=archive][data-posttype=references] .section.references .referencesList tr:first-child th, body[data-page=taxonomy][data-posttype=references] .section.references .referencesList tr:first-child th {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  body[data-page=archive][data-posttype=references] .section.references .referencesList tr:first-child th, body[data-page=taxonomy][data-posttype=references] .section.references .referencesList tr:first-child th {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  body[data-page=archive][data-posttype=references] .section.references .referencesList tr:first-child th:nth-child(1), body[data-page=taxonomy][data-posttype=references] .section.references .referencesList tr:first-child th:nth-child(1) {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  body[data-page=archive][data-posttype=references] .section.references .referencesList tr:first-child th:nth-child(2), body[data-page=taxonomy][data-posttype=references] .section.references .referencesList tr:first-child th:nth-child(2) {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  body[data-page=archive][data-posttype=references] .section.references .referencesList tr:not(:first-child), body[data-page=archive][data-posttype=references] .section.references .referencesList tr:not(:first-child) th, body[data-page=archive][data-posttype=references] .section.references .referencesList tr:not(:first-child) td, body[data-page=taxonomy][data-posttype=references] .section.references .referencesList tr:not(:first-child), body[data-page=taxonomy][data-posttype=references] .section.references .referencesList tr:not(:first-child) th, body[data-page=taxonomy][data-posttype=references] .section.references .referencesList tr:not(:first-child) td {
    display: block;
  }
  body[data-page=archive][data-posttype=references] .section.references .referencesList tr:not(:first-child) th, body[data-page=archive][data-posttype=references] .section.references .referencesList tr:not(:first-child) td, body[data-page=taxonomy][data-posttype=references] .section.references .referencesList tr:not(:first-child) th, body[data-page=taxonomy][data-posttype=references] .section.references .referencesList tr:not(:first-child) td {
    width: 100%;
  }
  body[data-page=archive][data-posttype=references] .section.references .referencesList tr:not(:first-child) td:nth-of-type(n+2), body[data-page=taxonomy][data-posttype=references] .section.references .referencesList tr:not(:first-child) td:nth-of-type(n+2) {
    border: none;
  }
  body[data-page=archive][data-posttype=references] .section.references .referencesList tr:not(:first-child) td:nth-of-type(n+2)::before, body[data-page=taxonomy][data-posttype=references] .section.references .referencesList tr:not(:first-child) td:nth-of-type(n+2)::before {
    content: "";
    width: calc(100% - 20px);
    height: 1px;
    background-color: #000;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media only screen and (min-width: 1024px) {
  body[data-page=archive][data-posttype=news] .newsList, body[data-page=taxonomy][data-posttype=news] .newsList {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  body[data-page=archive][data-posttype=news] .newsList, body[data-page=taxonomy][data-posttype=news] .newsList {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  body[data-page=archive][data-posttype=news] .newsList > li, body[data-page=taxonomy][data-posttype=news] .newsList > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1024px) {
  body[data-page=archive][data-posttype=news] .newsList > li, body[data-page=taxonomy][data-posttype=news] .newsList > li {
    padding: 30px 10px;
  }
}
@media only screen and (max-width: 1024px) {
  body[data-page=archive][data-posttype=news] .newsList > li, body[data-page=taxonomy][data-posttype=news] .newsList > li {
    padding: 10px 0;
  }
}
@media only screen and (min-width: 1024px) {
  body[data-page=archive][data-posttype=news] .newsList > li .date, body[data-page=taxonomy][data-posttype=news] .newsList > li .date {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  body[data-page=archive][data-posttype=news] .newsList > li .date, body[data-page=taxonomy][data-posttype=news] .newsList > li .date {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  body[data-page=archive][data-posttype=news] .newsList > li .title, body[data-page=taxonomy][data-posttype=news] .newsList > li .title {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  body[data-page=archive][data-posttype=news] .newsList > li .title, body[data-page=taxonomy][data-posttype=news] .newsList > li .title {
    margin-top: 5px;
  }
}
body[data-page=archive][data-posttype=news] .newsList > li .title a, body[data-page=taxonomy][data-posttype=news] .newsList > li .title a {
  color: blue;
}
@media only screen and (min-width: 1024px) {
  body[data-page=archive][data-posttype=news] .newsList > li .title a, body[data-page=taxonomy][data-posttype=news] .newsList > li .title a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  body[data-page=archive][data-posttype=news] .newsList > li .title a, body[data-page=taxonomy][data-posttype=news] .newsList > li .title a {
    font-size: 16px;
  }
}
body[data-page=archive][data-posttype=news] .newsList > li .title a:hover, body[data-page=taxonomy][data-posttype=news] .newsList > li .title a:hover {
  text-decoration: underline;
}
body[data-page=taxonomy][data-posttype=jewel_beetles] main {
  padding-top: 0;
}
body[data-page=taxonomy][data-posttype=jewel_beetles] .section.taxon {
  padding-top: 10px;
}
@media only screen and (min-width: 1024px) {
  body[data-page=taxonomy][data-posttype=jewel_beetles] .section.search {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  body[data-page=taxonomy][data-posttype=jewel_beetles] .section.search {
    margin-top: 40px;
  }
}
body[data-page=taxonomy][data-posttype=jewel_beetles] .section.jewelBeetles .pageTitle::before {
  height: 100%;
}
body[data-page=taxonomy][data-posttype=jewel_beetles] .section.jewelBeetles .pageTitle.subfamily::before {
  background-color: #0ea300;
}
body[data-page=taxonomy][data-posttype=jewel_beetles] .section.jewelBeetles .pageTitle.tribe::before {
  background-color: #8e16ff;
}
body[data-page=taxonomy][data-posttype=jewel_beetles] .section.jewelBeetles .pageTitle.genus::before {
  background-color: #0e00d3;
}
body[data-page=taxonomy][data-posttype=jewel_beetles] .section.jewelBeetles .pageTitle.subgenus::before {
  background-color: #57e6ff;
}
body[data-page=taxonomy][data-posttype=jewel_beetles] .section.jewelBeetles .pageTitle.species::before {
  background-color: #57e6ff;
}
body[data-page=taxonomy][data-posttype=jewel_beetles] .section.jewelBeetles .pageTitle.subspecies::before {
  background-color: #57e6ff;
}
body[data-page=page][data-slug=top] main {
  padding-top: 0;
}
body[data-page=page][data-slug=top] .headline {
  font-weight: bold;
}
@media only screen and (min-width: 1024px) {
  body[data-page=page][data-slug=top] .headline {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  body[data-page=page][data-slug=top] .headline {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  body[data-page=page][data-slug=top] .headline {
    padding-left: 25px;
  }
}
@media only screen and (max-width: 1024px) {
  body[data-page=page][data-slug=top] .headline {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  body[data-page=page][data-slug=top] .headline {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  body[data-page=page][data-slug=top] .headline {
    margin-bottom: 15px;
  }
}
body[data-page=page][data-slug=top] .headline::before {
  content: "";
  background-color: #000;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media only screen and (min-width: 1024px) {
  body[data-page=page][data-slug=top] .headline::before {
    width: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  body[data-page=page][data-slug=top] .headline::before {
    width: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  body[data-page=page][data-slug=top] .headline::before {
    height: 4px;
  }
}
@media only screen and (max-width: 1024px) {
  body[data-page=page][data-slug=top] .headline::before {
    height: 2px;
  }
}
body[data-page=page][data-slug=top] .section.kv {
  background-repeat: no-repeat;
  background-size: cover;
}
body[data-page=page][data-slug=top] .section.kv::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
body[data-page=page][data-slug=top] .section.kv .kvText {
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  body[data-page=page][data-slug=top] .section.kv .kvText {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  body[data-page=page][data-slug=top] .section.kv .kvText {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  body[data-page=page][data-slug=top] .section.kv .kvText {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 1024px) {
  body[data-page=page][data-slug=top] .section.kv .kvText {
    padding: 20px 0;
  }
}
body[data-page=page][data-slug=top] .section.description .text {
  line-height: 2;
}
@media only screen and (min-width: 1024px) {
  body[data-page=page][data-slug=top] .section.description .text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  body[data-page=page][data-slug=top] .section.description .text {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  body[data-page=page][data-slug=top] .section.description .text {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 1024px) {
  body[data-page=page][data-slug=top] .section.description .text {
    padding: 40px 0 20px;
  }
}
@media only screen and (min-width: 1024px) {
  body[data-page=page][data-slug=top] .section.news {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 1024px) {
  body[data-page=page][data-slug=top] .section.news {
    padding: 20px 0;
  }
}
body[data-page=page][data-slug=top] .section.news .newsList > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media only screen and (min-width: 1024px) {
  body[data-page=page][data-slug=top] .section.news .newsList > li {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 1024px) {
  body[data-page=page][data-slug=top] .section.news .newsList > li {
    padding: 10px 0;
  }
}
body[data-page=page][data-slug=top] .section.news .newsList > li .title {
  font-size: 18px;
  margin-left: 20px;
}
body[data-page=page][data-slug=top] .section.news .newsList > li a {
  color: blue;
}
body[data-page=page][data-slug=top] .section.news .newsList > li a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 1024px) {
  body[data-page=page][data-slug=top] .section.news .toArchive {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  body[data-page=page][data-slug=top] .section.news .toArchive {
    margin-top: 20px;
  }
}
body[data-page=page][data-slug=top] .section.news .toArchive a {
  width: 200px;
  text-align: center;
  background-color: #eee;
  border-radius: 5px;
  display: block;
  padding: 10px 0;
  margin: 0 auto;
}
body[data-page=page][data-slug=top] .section.news .toArchive a:hover {
  opacity: 0.7;
}
@media only screen and (min-width: 1024px) {
  body[data-page=page][data-slug=top] .section.jewelBeetles {
    padding: 100px 0 0;
  }
}
@media only screen and (max-width: 1024px) {
  body[data-page=page][data-slug=top] .section.jewelBeetles {
    padding: 70px 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  body[data-page=page][data-slug=contact] form {
    width: 80%;
  }
}
body[data-page=page][data-slug=contact] form > p {
  width: 100%;
}
body[data-page=page][data-slug=contact] form > p label {
  width: 100%;
}
body[data-page=page][data-slug=contact] form > p .submit [type=submit] {
  width: 100%;
  max-width: 200px;
  background-color: #eee;
  border: none;
  border-radius: 5px;
  display: block;
  padding: 10px 0;
  margin: 0 auto;
  cursor: pointer;
}
body[data-page=page][data-slug=contact] .screen-reader-response,
body[data-page=page][data-slug=contact] .wpcf7-response-output {
  text-align: center;
  color: blue;
  font-weight: bold;
}
body[data-page=single] .dates {
  text-align: right;
  margin-top: 20px;
}
body[data-page=single][data-posttype=jewel_beetles] main {
  padding-top: 0;
}
body[data-page=single][data-posttype=jewel_beetles] .section.taxon {
  padding-top: 10px;
}
body[data-page=single][data-posttype=jewel_beetles] .section.title {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  body[data-page=single][data-posttype=jewel_beetles] .section.title {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  body[data-page=single][data-posttype=jewel_beetles] .section.title {
    margin-top: 40px;
  }
}
body[data-page=single][data-posttype=jewel_beetles] .section.title .titleJp {
  font-weight: bold;
}
@media only screen and (min-width: 1024px) {
  body[data-page=single][data-posttype=jewel_beetles] .section.title .titleJp {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  body[data-page=single][data-posttype=jewel_beetles] .section.title .titleJp {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  body[data-page=single][data-posttype=jewel_beetles] .section.title .scientificName {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  body[data-page=single][data-posttype=jewel_beetles] .section.title .scientificName {
    font-size: 18px;
  }
}
body[data-page=single][data-posttype=jewel_beetles] .section.rarity {
  margin-top: 10px;
}
body[data-page=single][data-posttype=jewel_beetles] .section.rarity .rareityVal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  body[data-page=single][data-posttype=jewel_beetles] .section.rarity .rareityVal {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
body[data-page=single][data-posttype=jewel_beetles] .section.rarity .rareityVal .title {
  margin-right: 10px;
}
@media only screen and (min-width: 1024px) {
  body[data-page=single][data-posttype=jewel_beetles] .section.figs {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  body[data-page=single][data-posttype=jewel_beetles] .section.figs {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  body[data-page=single][data-posttype=jewel_beetles] .section.figs .images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  body[data-page=single][data-posttype=jewel_beetles] .section.figs .images > li {
    width: calc((100% - 40px) / 3);
  }
  body[data-page=single][data-posttype=jewel_beetles] .section.figs .images > li:not(:nth-child(3n+1)) {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  body[data-page=single][data-posttype=jewel_beetles] .section.figs .images > li:nth-of-type(n+2) {
    margin-top: 40px;
  }
}
body[data-page=single][data-posttype=jewel_beetles] .section.figs .images > li figure {
  text-align: center;
  display: block;
}
body[data-page=single][data-posttype=jewel_beetles] .section.figs .images > li figure img {
  -o-object-fit: contain;
  object-fit: contain;
}
@media only screen and (min-width: 1024px) {
  body[data-page=single][data-posttype=jewel_beetles] .section.figs .images > li figure img {
    width: 100%;
    height: 300px;
  }
}
@media only screen and (max-width: 1024px) {
  body[data-page=single][data-posttype=jewel_beetles] .section.figs .images > li figure img {
    width: 90%;
    max-width: 300px;
    height: auto;
  }
}
body[data-page=single][data-posttype=jewel_beetles] .section.figs .images > li figure figcaption {
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  body[data-page=single][data-posttype=jewel_beetles] .section.figs .images > li figure figcaption {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  body[data-page=single][data-posttype=jewel_beetles] .section.figs .images > li figure figcaption {
    margin-top: 5px;
  }
}
@media only screen and (min-width: 1024px) {
  body[data-page=single][data-posttype=jewel_beetles] .section.figs .ecology_figures {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  body[data-page=single][data-posttype=jewel_beetles] .section.figs .ecology_figures {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  body[data-page=single][data-posttype=jewel_beetles] .section.details {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 1024px) {
  body[data-page=single][data-posttype=jewel_beetles] .section.details {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  body[data-page=single][data-posttype=jewel_beetles] .section.details .detailList {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  body[data-page=single][data-posttype=jewel_beetles] .section.details .detailList dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body[data-page=single][data-posttype=jewel_beetles] .section.details .detailList dl dt {
    width: 28%;
  }
  body[data-page=single][data-posttype=jewel_beetles] .section.details .detailList dl dd {
    width: 72%;
  }
}
@media only screen and (max-width: 1024px) {
  body[data-page=single][data-posttype=jewel_beetles] .section.details .detailList dl {
    width: 100%;
    display: block;
  }
}
body[data-page=single][data-posttype=jewel_beetles] .section.details .detailList dl dt, body[data-page=single][data-posttype=jewel_beetles] .section.details .detailList dl dd {
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  body[data-page=single][data-posttype=jewel_beetles] .section.details .detailList dl dt, body[data-page=single][data-posttype=jewel_beetles] .section.details .detailList dl dd {
    padding: 5px;
  }
}
@media only screen and (max-width: 1024px) {
  body[data-page=single][data-posttype=jewel_beetles] .section.details .detailList dl dt, body[data-page=single][data-posttype=jewel_beetles] .section.details .detailList dl dd {
    padding: 10px 10px;
  }
}
@media only screen and (max-width: 1024px) {
  body[data-page=single][data-posttype=jewel_beetles] .section.details .detailList dl dt, body[data-page=single][data-posttype=jewel_beetles] .section.details .detailList dl dd {
    width: 100%;
    text-align: left;
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  body[data-page=single][data-posttype=jewel_beetles] .section.details .detailList dl dt {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  body[data-page=single][data-posttype=jewel_beetles] .section.details .detailList dl dt {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  body[data-page=single][data-posttype=jewel_beetles] .section.details .detailList dl dt {
    font-weight: bold;
  }
}
@media only screen and (max-width: 1024px) {
  body[data-page=single][data-posttype=jewel_beetles] .section.details .detailList dl dt {
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) {
  body[data-page=single][data-posttype=jewel_beetles] .section.details .detailList dl dt {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  body[data-page=single][data-posttype=jewel_beetles] .section.details .detailList dl dt {
    background-color: #eee;
  }
}
body[data-page=single][data-posttype=jewel_beetles] .section.details .detailList dl dd {
  line-height: 2;
}
@media only screen and (min-width: 1024px) {
  body[data-page=single][data-posttype=jewel_beetles] .section.details .detailList dl dd {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  body[data-page=single][data-posttype=jewel_beetles] .section.details .detailList dl dd {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  body[data-page=single][data-posttype=jewel_beetles] .section.details .detailList dl dd {
    padding: 20px 10px;
  }
}
body[data-page=single][data-posttype=news] .dates {
  text-align: right;
  margin-top: 20px;
}
/*# sourceMappingURL=common.css.map */
