@charset "UTF-8";

/* プレビュー注記 */
.clsPreviewH2 {
	position: fixed;z-index: 2147483647;
	background-color: #ff9c9c8c;;
	color: white;
	width: 100%;
	text-align: center;
	padding: 10px;
	font-size: 20px;
}

/* 詳細ページ */
.detail h2:not([class]){
    line-height: 1.6;
    font-weight: bold;
    text-align: center;
    color: #333;
}
.detail h3:not([class]){
    line-height: 1.6;
    font-weight: bold;
    color: #00A0AF;
}
.detail h4:not([class]){
    line-height: 1.8;
    font-weight: bold;
}
.detail p:not([class]){
    font-size: 1.6rem;
    line-height: 1.8;
    color: #333;
}
.detail p:not([class]):has(> br):not(:has(> :not(br))) {
  line-height: 1;
}
.detail a:not([class]){
  color: #00A0AF;
  text-decoration: underline;
}
.detail ul:not([class]){
    font-size: 1.6rem;
    line-height: 1.8;
    color: #333333;
}
.detail ul:not([class]) li:not([class]){
    padding-left: calc(1em + 10px);
    text-indent: calc(-1em - 10px);
}
.detail ul:not([class]) li:not([class])::before {
    content: '';
    display: inline-block;
    width: 0.89em;
    height: 0.89em;
    background-color: #00A0AF;
    border-radius: 50%;
    margin-right: calc(0.11em + 10px);
    margin-left: 0.11em;
}

.detail table:not([class]){
  width: 100%;
  height: auto;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}
.detail table:not([class]) tr th,
.detail table:not([class]) tr td {
  font-size: 1.6rem;
  line-height: 2;
}
.detail table:not([class]) tr th {
  background: #00A0AF;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  color: #fff;
  padding: 0.97em 0.5em;
}
.detail table:not([class]) tr td {
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 0.97em 1em;
}

.detail img{
  width: auto!important;
}

@media all and (max-width: 767px) {
  .detail h1:not([class]){
    margin-top: 27px;
    font-size: 1.8rem;
  }
  .detail h2:not([class]){
    margin-bottom: 28px;
    margin-top: 57px;
    font-size: 2.4rem;
  }
  .detail h3:not([class]){
    margin-bottom: 14px;
    font-size: 2rem;
  }
  .detail h4:not([class]){
    margin-bottom: 28px;
    font-size: 1.8rem;
  }
  .detail table:not([class]) tr > * {
    display: table-cell;
    width: auto;
  }
}

@media all and (min-width: 768px) {
  .detail h1:not([class]){
    margin-top: 16px;
    font-size: 2.4rem;
  }
  .detail h2:not([class]){
    margin-bottom: 36px;
    margin-top: 53px;
    font-size: 3.2rem;
  }
  .detail h3:not([class]){
    margin-bottom: 22px;
    font-size: 2.4rem;
  }
  .detail h4:not([class]){
    margin-bottom: 14px;
    font-size: 2rem;
  }
}
