@charset "UTF-8";
/* CSS Document */
a {
  color: #0082ad;
}
.section-news {
  font-size: 14px;
  line-height: 1.5;
}
.section-news * + p {
  margin-top: 15px;
}
.section-news * + figure {
  margin-top: 15px;
}
.section-news figcaption {
  margin-top: 5px;
  font-size: 12px;
}
.section-news *:last-child {
  margin-bottom: 0;
}
.section-news .notes {
  margin-top: 5px;
}
.section-news [class^="list-type"] {
  margin-top: 15px;
}
.hdg-2 {
  font-size: 32px;
  margin-bottom: 20px;
}
.hdg-3 {
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 25px;
}
.hdg-4 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 20px;
}
.sub-title {
  font-size: 18px;
  margin-bottom: 20px;
}
.txt-date {
  margin-bottom: 20px;
  text-align: right;
}
.attention-box {
  margin-top: 20px;
  font-size: 12px;
}
.attention-box p:first-child + * {
  margin-top: 5px !important;
}
.outline-table {
  border-top: 2px dotted #cdd0d2;
  border-bottom: 2px dotted #cdd0d2;
  margin-top: 20px;
}
.outline-table .outline-table-row {
  display: table;
  width: 100%;
}
.outline-table .outline-table-row {
  padding-top: 10px;
  padding-bottom: 10px;
}
.outline-table .outline-table-row + .outline-table-row {
  border-top: 2px dotted #cdd0d2;
}
.outline-table .outline-table-label, .outline-table .outline-table-content {
  display: table-cell;
  vertical-align: middle;
}
.outline-table .outline-table-label {
  width: 25%;
}
.outline-table .outline-table-content {
  width: 75%;
}
.outline-table .outline-table-label {
  padding-left: 20px;
}
.outline-table .outline-table-content {
  padding-left: 20px;
}
.img-right, .img-left {
  margin-top: 14px;
}
.img-right-text {
  box-sizing: border-box;
}
.img-right-img {
  float: right;
  padding-left: 15px;
}
.img-left-text {
  box-sizing: border-box;
}
.img-left-img {
  float: left;
  padding-right: 15px;
}
.youtube-wrap {
  max-width: 570px;
  margin: 20px auto;
}
.youtube {
  position: relative;
  box-sizing: border-box;
  padding-top: 55.35%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.sort-selector .t-cell {
  position: relative;
}
.sort-selector #date-form .control-upper + .t-cell {
  background-color: #fff;
  border: 1px solid #0082ad;
}
.sort-selector #date-form .t-cell span.arrow {
  content: "";
  display: inline-block;
  width: 25px;
  height: calc(100% - 2px);
  background-color: #fff;
  position: absolute;
  top: 1px;
  right: 2%;
  z-index: 0;
}
.sort-selector select + span.arrow:before {
  content: "";
  display: inline-block;
  width: .5em;
  height: .5em;
  border-bottom: 2px solid #0082ad;
  border-right: 2px solid #0082ad;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - .5em);
  right: 1em;
  z-index: 1;
}
.sort-selector input {
  display: none;
}
.sort-selector select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  color: #0082ad;
  border: none;
  padding-left: calc(50% - 2em);
  font-size: 14px;
  border-radius: 0px;
  height: 29px;
  outline: none;
  position: relative;
  z-index: 3;
}
.sort-selector select option {
  -ms-user-select: none;
}
.sort-selector select::-ms-expand {
  display: none;
}
.sort-selector select::-ms-value {
  background: none;
  color: #0082ad;
}
.sort-selector label > .button {
  cursor: pointer;
}
.sort-selector label > .button:after {
  content: none;
}
.sort-selector label > .button[class*="fill-"] > * {
  pointer-events: none;
}
.sort-selector label > input:checked + span > * {
  background-color: #0082ad;
  color: #fff;
}
.sort-selector label > .button[class*="fill-"] > * {
  text-align: center;
}
.sort-selector [class^="reset-"] > span {
  border: 1px solid #0082ad;
  border-radius: 1.5em;
  background-color: #fff;
  display: inline-block;
  cursor: pointer;
}
.sort-selector [class^="reset-"]:active > span {
  background-color: #0082ad;
  color: #fff;
}
.news-list ul.container {
  border: none;
}
html[class*="ios"] .sort-selector select {
  font-size: 16px;
  transform: scale(.9);
}
@media screen and (min-width:769px) and (min-device-width:813px) {
  html[class*="ie"] .sort-selector ul {
    display: block;
  }
  html[class*="ie"] .sort-selector ul li {
    display: inline-block;
    padding-left: .3%;
  }
  .sort-selector li {
    margin-bottom: 10px;
  }
  .sort-selector select {
    min-width: 145px;
  }
  .sort-selector label > .button[class*="fill-"] > * {
    min-width: 145px;
    padding: 0;
    line-height: 210%;
  }
}
@media screen and (min-width:769px) and (max-width:900px) {}
@media screen and (max-width:768.9px), screen and (max-device-width:812.9px) {
  .section-news {
    font-size: 14px;
  }
  .section-news * + p {
    margin-top: 10px;
  }
  .section-news * + figure {
    margin-top: 15px;
  }
  .section-news figure {
    margin-bottom: 15px;
  }
  .hdg-2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .hdg-3 {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .hdg-4 {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .sub-title {
    font-size: 16px;
  }
  .section-news [class^="list-type"] {
    margin-top: 10px;
  }
  .outline-table .outline-table-label {
    padding-left: 20px;
  }
  .outline-table {
    border-top: 1px dotted #cdd0d2;
    border-bottom: 1px dotted #cdd0d2;
    font-size: 12px;
    margin-top: 10px;
  }
  .attention-box {
    margin-top: 15px;
  }
  .outline-table .outline-table-row + .outline-table-row {
    border-top: 1px solid #f2f2f2;
  }
  .outline-table .outline-table-content {
    padding-left: 15px;
  }
  .img-right-img {
    width: 50%;
  }
  .img-left-img {
    width: 50%;
  }
  .sort-selector li {
    margin-bottom: 5px;
  }
  .sort-selector select {
    width: 100%;
  }
  .sort-selector label > .button {
    width: 100%;
  }
  .sort-selector label > .button[class*="fill-"] > * {
    height: 30px;
    padding-left: 1em;
    padding-right: 1em;
  }
  .sort-selector .reset-category > span {
    line-height: 200%;
  }
}