@charset 'utf-8';

div.center {
  text-align: center;
}

div.ex-search-menu {
}

div.ex-search-menu h3 {
  font-weight: bold;
}

div.ex-search-menu input[type="checkbox"] {
  max-width: 100px;
}

div.ex-search-menu input[type="text"] {
  width: 100%;
  max-width: 520px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border: solid 1px #ccc;
  padding: 8px 10px;
  height: 18px;
}

div.ex-search-menu input[type="text"].datetext {
  width: 40%;
  max-width: 200px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border: solid 1px #ccc;
  padding: 8px 10px;
  margin: 0 24px;
  height: 18px;
}

div.ex-content-wrap {
  margin-top: 8px;
  margin-bottom: 16px;
}

label.ex-condition-label {
}

div.pager-wrap {
  margin-top: 2em;
  margin-bottom: 2em;
}

a.pager-button {
  display: inline-block;
  text-decoration: none;
  margin-top: -1px;
  margin-left: 40px;
  margin-right: 40px;
  width: 120px;
  height: 20px;
  background-color: #008ec2;
  color: #fff;
  padding: 12px 6px 12px 2px;
  font-size: 1.6rem;
  vertical-align: middle;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

a.pager-button:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

div.ex-padding-block {
  margin: 1rem 0;
}

div.indent-block {
  margin: 1.5rem 0;
  font-size: 1.4rem;
}

div.ex-captions {
  font-size: 1.5rem;
  margin-bottom: 3rem;
  padding: 1rem 2rem 2rem 2rem;
  background-color: #eaf3f9;
  border: solid 1px #1e73be;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}

p.indent-ref-block {
  margin: 0;
  padding-left: 1em;
  position: relative;
}

p.indent-ref-block:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

span.ex-category-label {
  padding: 0.2em 0.5em;
  border-radius: 3px;
  color: white;
  background-color: #1e73be;
}

p.ex-badge {
  margin: 0 0 4px 0;
}

span.ex-badge {
  padding: 0.2em 0.5em;
  border-radius: 3px;
  color: white;
  background-color: #1e73be;
}

.pdf-viewer {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}

.pdf-viewer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

small.ex-subtitle {
  margin-left: 1em;
  font-size: 1.8rem;
}

a.ex-livelist-anchor {
  color: #000;
  text-decoration: none;
}

div.ex-live-item-meta {
  margin: 20px 0;
  padding: 10px 10px;
  background-color: #fff;
}

div.ex-live-item-meta:hover {
  background-color: #eaf3f9;
  transition: all 0.5s;
}

h3.description-header {
  font-size: 1.75rem;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

p.description-header {
  position: relative;
  font-size: 1.5rem;
  margin-top: 0.2em;
  margin-bottom: 0.2em;
}

.system-message {
  color: red;
  font-weight: bold;
}

.red {
  color: red;
}

th.comment-report {
  width: 180px;
  vertical-align: top;
}

td.comment-report {
  display: inline;
}

span.comment-report-small {
  font-size: 0.8em;
  margin: 0 0 1em 1rem;
}

div.comment-report-padding {
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  div.comment-report-padding {
    padding: 0;
  }
}

.ex-upper-pager-area {
  margin-bottom: 2rem;
}

div.ex-live-confirm {
  margin-left: auto;
  margin-right: auto;
}

div.ex-live-consultant {
  padding: 0 0 2rem 0;
  border-bottom: solid 1px #1e73be;
}

h3.ex-live-consultant-header {
  font-size: 2.2rem;
  padding: 0.5rem 0;
  margin: 1rem 0;
  border-bottom: solid 1px #1e73be;
}

h4.ex-live-consultant-header {
  font-size: 2rem;
  text-decoration: underline;
  margin: 1rem;
}

p.ex-live-consultant-description {
  font-size: 1.6rem;
  margin: 1rem;
}

p.ex-live-consultant-result {
  font-size: 1.5rem;
  margin: 1rem;
}

span.ex-live-consultant {
  font-weight: bold;
}

table.ex-live-consultant {
  border: 0;
  margin: 2rem 0;
}

table.ex-live-consultant td {
  vertical-align: bottom;
}

table.ex-live-consultant .picture-row {
  text-align: center;
  width: 45%;
  padding-left: 2rem;
}

table.ex-live-consultant .picture-row img {
  margin: 0 auto;
  max-height: 250px;
  width: auto;
}

table.ex-live-consultant .consultant {
  padding: 1rem;
  width: 55%;
}

.ex-user-input-area {
  word-break: break-all;
}

ol.content-enum li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  padding-left: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.6em;
  position: relative;
}

ol.content-enum li:before {
  display: marker;
  content: counter(cnt) ")  ";
  position: absolute;
  left: 0;
  top: 0;
}

p.dot-list {
  margin: 0;
  padding-left: 1em;
  position: relative;
}

p.dot-list:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

div.show-image {
  margin: 2em;
  text-align: center;
}

.ex-url-break {
  word-break: break-all;
}

.preopen-confirm {
  border: 1px solid red;
  padding: 0.5em;
  font-weight: bold;
  background-color: #fff0f1;
}

.strong-red {
  font-weight: bold;
  color: red;
}

.bold,
.strong {
  font-weight: bold;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-only {
    display: initial;
  }
}

div.description-button-group {
  width: 96%;
  margin: auto;
  margin-bottom: 1.5rem;
  border-radius: 10px;
  border: 1px solid rgb(0, 142, 194);
}

div.description-button-group button {
  border: 1px solid rgb(0, 142, 194);
  color: #fff;
  background-color: rgba(0, 142, 194, 1);
  transition: 0.6s all;
  width: 90%;
  box-sizing: border-box;
  font-size: 1.6rem;
  text-align: left;
  margin: 1rem;
  padding: 12px 18px 12px 18px;
}

div.description-button-group button::before {
  content: "▶"; /* 矢印やアイコン */
  margin-right: 8px;
}

div.description-button-group button:hover {
  opacity: 0.7;
}

div.description-button-group button.warn {
  border: 1px solid rgb(238, 23, 23);
  background-color: rgba(238, 23, 23, 1);
}

div.description-button-group button.warn:hover {
  opacity: 0.6;
}

div.description-button-group .text {
  width: 90%;
  font-size: 1.4rem;
  box-sizing: border-box;
  text-align: left;
  margin: 0 1rem 1rem 1rem;
  padding-left: 2.5rem;
}

@media screen and (max-width: 767px) {
  div.description-button-group button {
    width: 90%;
    font-size: 1.75rem;
    text-align: center;
  }

  div.description-button-group button span.appendix {
    font-size: 1.4rem;
  }
}
