@charset "UTF-8";
/* Scss Document */
/*--#806ec0*/
.mincho {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
  font-feature-settings: "palt" 1 !important;
  font-weight: bold; }

.cardArea {
  margin: 0 3% 20px; }
  .cardArea .cdImg {
    margin-bottom: 5px;
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: -webkit- space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: -webkit- center;
    align-items: center; }
    .cardArea .cdImg dt {
      width: 43%; }
    .cardArea .cdImg dd {
      width: 52%;
      font-size: 18px;
      text-align: left; }
      .cardArea .cdImg dd em {
        color: #8b77d0; }

.mbBox {
  margin: 0 3% 20px; }
  .mbBox .mbBoxBtm {
    padding: 10px 5%;
    background-color: #ececec;
    border-radius: 0 0 8px 8px; }
    .mbBox .mbBoxBtm .txt {
      margin-bottom: 10px;
      font-size: 13px; }

.prvArea {
  margin: 0 3% 20px; }
  .prvArea h3 {
    border-bottom: #e5e5f5 1px solid;
    margin-bottom: 10px;
    padding-bottom: 5px; }
    .prvArea h3 em {
      font-size: 20px;
      color: #5a8e81;
      display: inline-block;
      margin-right: 10px; }
    .prvArea h3 span {
      font-size: 20px;
      color: #b8cbc6;
      display: inline-block; }

.prvList {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  margin: 10px 0; }
  .prvList > li {
    width: 100%;
    margin-bottom: 10px; }
    .prvList > li.hf {
      width: 49%; }
