@charset "UTF-8";
/* CSS Document */
main #post-206 {
  /*.case-main-part {
     border-top: 1px solid #cdcdcd; 
     border-left: 1px solid #cdcdcd; 
     border-right: 1px solid #cdcdcd; 
      .flex-container {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: flex;
          border-bottom: 1px dotted #333;
          padding-bottom: 0.2em;
          margin-bottom: 1em;
          justify-content: space-around;
          .flex-item:nth-of-type(1) {
              width: 25%;
          }
          .flex-item:nth-of-type(2) {
              width: 70%;
          }
      }
  }
  .case-part-other {
     border-left: 1px solid #cdcdcd; 
     border-bottom: 1px solid #cdcdcd; 
     border-right: 1px solid #cdcdcd; 
  }*/
}
main #post-206 .subsec ul {
  list-style: none;
}
main #post-206 .subsec ul li {
  margin-left: 1.6em;
  text-indent: -0.9em;
}
main #post-206 .subsec ul li:before {
  content: '･';
  display: inline-block;
  width: 0.9em;
  text-align: center;
}

@media (max-width: 768px) {
  .page-visual-title.vt-206 {
    height: 380px;
    background-size: cover;
  }
  .readmore-content.check1 {
    height: 560px;
}
  .readmore-content.check2 {
    height: 655px;
}
  .readmore-content.check3 {
    height: 475px;
}
}


