<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */


.overview-wrap {
  display: flex;
  justify-content: space-between;
 }

.order1{
  order: 1;
}

.order2{
  order: 2;
}

.overview-innerbox {
  width: 55%;
}
   
.flyer-wrap {
  width: 40%;
}

@media screen and (max-width: 600px) {
  .overview-wrap {
    display: block;
  }
  
  .overview-innerbox {
  width: 100%;
  }

  .flyer-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}

.table03 tbody tr td.holding-month {
  border-bottom: solid 1px #209dac;
  padding: 15px 0 2px;
}

form table tbody td .holding-month-02 {
  display: block;
  color: #209dac;
  font-weight: 600;
  border-bottom: solid 1px #209dac;
}

.second-checkbox{
  display:none;
  margin:10px 0;
}</pre></body></html>