#search-Areabox {
  width: 100%;
  display: flex; }
  #search-Areabox p {
    text-align: left; }
  #search-Areabox ul.panel-list {
    list-style: disc;
    list-style-position: inside; }
    #search-Areabox ul.panel-list li {
      font-size: 12px;
      text-indent: -15px;
      margin-left: 12px;
      margin-bottom: 7px;
      text-align: left; }

#search-Tabbox {
  width: 70%;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15); }
  #search-Tabbox table {
    margin-bottom: 0px; }
  #search-Tabbox ul.tab-area {
    width: 100%;
    display: flex;
    cursor: pointer;
    margin: 0px; }
    #search-Tabbox ul.tab-area li.tab {
      width: calc(100%/2);
      padding: 10px;
      text-align: center;
      background: #ccc;
      border-top: 5px solid #ccc; }
      #search-Tabbox ul.tab-area li.tab.active {
        background: #fff;
        border-top: 5px solid #4eb0e4; }
  #search-Tabbox .panel {
    display: none;
    text-align: center;
    padding: 2.5em 1.5em 1.5em 2em; }
    #search-Tabbox .panel.active {
      display: block; }
  #search-Tabbox .active {
    background: #ffffff;
    transition: .3s; }
  #search-Tabbox .formArea {
    display: none; }
    #search-Tabbox .formArea.active {
      display: block; }

#search-Textbox {
  width: calc(30% - 20px);
  margin-left: 20px;
  background: #E6E6E6;
  padding: 15px;
  border-radius: 10px; }
  #search-Textbox p {
    font-size: 12px;
    padding: 5px; }
  #search-Textbox .title {
    font-size: 16px; }
  #search-Textbox .sub-title {
    font-weight: bold; }
  #search-Textbox ul {
    list-style: disc;
    list-style-position: inside; }
    #search-Textbox ul li {
      font-size: 12px;
      text-indent: -15px;
      margin-left: 12px;
      margin-bottom: 7px; }

#result-Areabox {
  width: 100%; }
  #result-Areabox table {
    border-radius: 0px;
    width: 100%;
    border-bottom: 1px solid #ccc; }
    #result-Areabox table th {
      border-radius: 0px;
      background: #3F8ECF;
      color: #fff;
      font-size: 12px;
      width: 220px;
      box-sizing: border-box; }
      #result-Areabox table th:last-child {
        border-bottom: 0px; }
    #result-Areabox table td {
      border-top: 1px solid #ccc;
      border-left: 1px solid #ccc;
      font-size: 12px; }
      #result-Areabox table td:last-child {
        border-right: 1px solid #ccc; }
  #result-Areabox h3 {
    font-size: 160%;
    font-weight: bold;
    padding: 5px 0 3px 10px;
    background: url(https://www.epsilon.jp/images/icon_bar01.gif) no-repeat left top;
    line-height: 1;
    color: #333; }
  #result-Areabox h3 {
    margin-bottom: 15px;
    margin-top: 30px;
    border: none; }
  #result-Areabox .table-addtext {
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
    #result-Areabox .table-addtext table {
      width: 60%;
      margin-bottom: 0px;
      margin-right: 10px; }
  #result-Areabox .table-disable table th {
    background: #aaa; }
  #result-Areabox .td410 {
    width: 410px; }
  #result-Areabox ul.result-coutionlist {
    list-style: disc;
    list-style-position: inside;
    margin: 0 0 10px 10px; }
    #result-Areabox ul.result-coutionlist li {
      font-size: 14px;
      text-indent: -19px;
      margin-left: 14px;
      margin-bottom: 10px;
      text-align: left; }
  #result-Areabox .middle-title {
    font-weight: bold; }
