@charset "UTF-8";

@media (min-width:1200px) {
  #main_wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    background-color: #ffffff;
    padding-bottom: 30px;
  }

  #main_wrap .page_link {
    width: 100%;
    height: 40px;
    display: flex;
    list-style-type: none;
    align-items: center;
    justify-content: center;
  }

  #main_wrap .page_link li {
    padding: 3px 18px;
    position: relative;
  }

  #main_wrap .page_link li a {
    height: 24px;
    font-family: "Noto Sans JP", sans-serif;
    text-decoration: none;
    font-size: 18px;
    color: #000000;
    transition: 0.3s;
  }

  #main_wrap .page_link li a:hover {
    color: #f1800a;
  }

  #main_wrap .page_link li::after {
    content: "";
    width: 2px;
    height: 1em;
    background: #f1800a;
    position: absolute;
    right: 0;
    top: calc(50% - 0.5em);
  }

  #main_wrap .page_link li:last-child::after {
    content: none;
  }

  #main_wrap .result {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 100px;
  }

  .result .result_head {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
  }

  .result .result_head h1 {
    font-family: "Noto Sans JP", sans-serif;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 24px;
  }

  .result .result_head p {
    font-family: "Noto Sans JP", sans-serif;
    margin: 0;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .result .result_head .sumi_btn_box {
    position: absolute;
    bottom: 10px;
    right: 0;
    margin-bottom: 0;
  }

  .result_head .sumi_btn_box .sumi_btn {
    width: 200px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #dddddd;
    background-color: #efefef;
    font-family: "Noto Sans JP", sans-serif;
    color: #666666;
  }

  .result_head .sumi_btn_box .sumi_btn:hover {
    border: 1px solid #999999;
    background-color: #aaaaaa;
    color: #FFFFFF;
  }

  .sumi_btn_box {
    width: 95%;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
  }

  .sumi_btn_box .sumi_btn {
    width: 200px;
    height: 40px;
    border-radius: 5px;
    border: 2px solid #aaaaaa;
    font-family: "Noto Sans JP", sans-serif;
    color: #aaaaaa;
    background-color: #ffffff;
    font-size: 14px;
  }

  .sumi_btn_box .sumi_btn:hover {
    border: 1px solid #999999;
    background-color: #aaaaaa;
    color: #FFFFFF;
  }

  .search_list {
    display: table;
    border-collapse: collapse;
    margin-right: auto;
    margin-left: auto;
    width: 95%;
    padding-bottom: 50PX;
  }

  .search_list .tr {
    display: table-row;
    width: 100%;
    background-color: #ffffff;
  }

  .search_list .tr_header {
    display: table-row;
    width: 100%;
  }

  .search_list .tr_header .th {
    display: table-cell;
    font-family: "Noto Sans JP", sans-serif;
    padding: 5px;
    border: 1px solid #aaaaaa;
    text-align: center;
    vertical-align: middle;
    font-size: 11px;
    background-color: rgba(253, 139, 79, 1.00);
    color: #ffffff;
  }

  .search_list .tr {
    display: table-row;
  }

  .search_list .td {
    display: table-cell;
    font-size: 12px;
    font-family: "Noto Sans JP", sans-serif;
    padding: 5px;
    border: 1px solid #aaaaaa;
    text-align: center;
    vertical-align: middle;
  }

  .pref_list .tr .td.phto {
    width: 150px;
  }

  .search_list .td.dant {
    text-align: left;
  }

  .search_list .td.dant img {
    width: 30px;
    height: 20px;
    vertical-align: middle;
    margin-right: 5px;
  }

  .hidebtn {
    display: none !important;
  }

  .td .shiken_btn {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    border: 1px solid #dddddd;
    background-color: #eeeeee;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    border-radius: 3px;
    height: 30px;
  }

  .td .shiken_btn:hover {
    color: #ffffff;
    background-color: #ec641a;
  }

  .td.butn {
    display: none;
    flex-flow: row wrap;
  }

  .sepalate.hide {
    width: 100%;
    display: none;
  }

  .td.icon img {
    width: 30px;
    margin-right: 10px;
  }

  #serchcont1 .smt_btn_box {
    width: 100%;
    padding: 10px;
    text-align: center;
  }

  .smt_btn_box .smt_btn {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 300px;
    height: 40px;
    border: 1px solid #dddddd;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    background-color: #fefefe;
  }

  #serchcont1 .modo {
    display: inline-block;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-family: "Noto Sans JP", sans-serif;
    color: #000000;
    text-decoration: none;
    border: 1px solid #dddddd;
    width: 200px;
    padding-top: 10px;
    padding-bottom: 10px;

    background-color: #fefefe;
    background-color: #fefefe;
  }

  #main_wrap .result .pref_list {
    display: table;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
  }

  .result .pref_list .tr_header {
    display: table-row;
  }

  .pref_list .tr_header .th {
    display: table-cell;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #dddddd;
    padding: 5px;
    background-color: #eeeeee;
  }

  .result .pref_list .tr {
    display: table-row;
  }

  .pref_list .tr .td {
    padding: 5px;
    display: table-cell;
    border: 1px solid #dddddd;
    vertical-align: middle;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
  }

  .pref_list .tr .td .thumb {
    width: 150px;
    overflow-y: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 90px;
    overflow-x: hidden;
  }

  .td .thumb img {
    height: 100%;
    width: 100%;
  }

  .tr .td .disp_btn {
    width: 100px;
    display: flex;
    height: 40px;
    background-color: #eeeeee;
    border: 1px solid #dddddd;
    color: #000000;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    text-decoration: none;
    justify-content: center;
    border-radius: 3px;
    align-items: center;
  }

  .tr .td .disp_btn:hover {
    background-color: #aaaaaa;
    border: 1px solid #dddddd;
    color: #ffffff;
  }

  .pref_btn_box {
    padding: 30px;
  }

  .pref_btn_box .ret {
    width: 200px;
    display: flex;
    border: 1px solid #dddddd;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    height: 50px;
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    margin-right: auto;
    margin-left: auto;
    border-radius: 5px;
    background-color: #eeeeee;
  }

  .pref_btn_box .ret:hover {
    border: 1px solid #dddddd;
    color: #ffffff;
    background-color: #AAAAAA;
  }

  #main_wrap .result_box {
width: 100%;
display: flex;
flex-flow: row wrap;
margin-bottom: 60px;
margin-top: 10px;
  }

  #main_wrap .result_box .pref_warp {
    padding: 10px;
    margin: 0 20px 20px 0;
    width: 280px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 3px 3px 5px #aaaaaa;
    box-shadow: 3px 3px 5px #aaaaaa;
    font-family: "Noto Sans JP", sans-serif;
    cursor: pointer;
  }

  .result_box .pref_warp .pref_phto {
    width: 100%;
    height: 150px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dddddd;
    display: flex;
    justify-content: center;
  }

  .pref_warp .pref_phto img {
    width: auto;
    height: 100%;
  }

  .result_box .pref_warp .pref_name {
    font-size: 14px;
    border-bottom: 1px solid #dddddd;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .result_box .pref_warp .pref_nam2 {
    font-size: 18px;
    width: 260px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
    box-sizing: border-box;
    padding-top: 3px;
    padding-bottom: 5px;
  }

  .result_box .pref_warp .pref_type {
    display: inline-block;
    font-size: 12px;
    padding: 1px 10px 2px;
    background-color: rgba(71, 135, 255, 1.00);
    color: #ffffff;
    border-right-width: medium;
  }

  .result_box .pref_warp .pref_addr {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 0;
  }
}

@media (max-width:1199px) and (min-width:451px) {
  #search_bar {
    display: none !important;
  }

  #main_wrap {
padding-left: 20px;
padding-right: 20px;
width: 100%;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
  }

  #main_wrap .page_link {
    width: 100%;
    height: 40px;
    padding: 0px;
    margin: 0px;
    display: flex;
    list-style-type: none;
    align-items: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    flex-flow: row wrap;
  }

  #main_wrap .page_link li {
    padding: 3px 18px;
    position: relative;
  }

  #main_wrap .page_link li a {
    height: 24px;
    font-family: "Noto Sans JP", sans-serif;
    text-decoration: none;
    font-size: 18px;
    color: #000000;
    transition: 0.3s;
  }

  #main_wrap .page_link li a:hover {
    color: #f1800a;
  }

  #main_wrap .page_link li::after {
    content: "";
    width: 2px;
    height: 1em;
    background: #f1800a;
    position: absolute;
    right: 0;
    top: calc(50% - 0.5em);
  }

  #main_wrap .page_link li:last-child::after {
    content: none;
  }

  p.note {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    font-family: "Noto Sans JP", sans-serif;
    padding: 0;
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 0;
    display: none !important;
  }

  .result {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 10px 10px 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .result .result_head {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
  }

  .result .result_head h1 {
    font-family: "Noto Sans JP", sans-serif;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 24px;
  }

  .result .result_head p {
    font-family: "Noto Sans JP", sans-serif;
    margin: 0;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .result .result_head .sumi_btn_box {
    width: 100%;
    text-align: right;
  }

  .result_head .sumi_btn_box .sumi_btn {
    width: 200px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #dddddd;
    background-color: #efefef;
    font-family: "Noto Sans JP", sans-serif;
    color: #666666;
  }

  .result_head .sumi_btn_box .sumi_btn:hover {
    border: 1px solid #999999;
    background-color: #aaaaaa;
    color: #FFFFFF;
  }

  .sumi_btn_box {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
  }

  .sumi_btn_box .sumi_btn {
    width: 200px;
    height: 40px;
    border-radius: 5px;
    border: 2px solid #aaaaaa;
    font-family: "Noto Sans JP", sans-serif;
    color: #aaaaaa;
    background-color: #ffffff;
    font-size: 14px;
  }

  .sumi_btn_box .sumi_btn:hover {
    border: 1px solid #999999;
    background-color: #aaaaaa;
    color: #FFFFFF;
  }

  .search_list {
    display: table;
    border-collapse: collapse;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    width: 100%;
  }

  .search_list .tr {
    display: table-row;
    width: 100%;
    background-color: #ffffff;
  }

  .search_list .tr_header {
    display: table-row;
    width: 100%;
  }

  .search_list .tr_header .th {
    display: table-cell;
    font-family: "Noto Sans JP", sans-serif;
    padding: 5px;
    border: 1px solid #dddddd;
    text-align: center;
    vertical-align: middle;
    font-size: 11px;
    background-color: rgba(253, 139, 79, 1.00);
    color: #ffffff;
  }

  .search_list .td {
    display: table-cell;
    font-size: 12px;
    font-family: "Noto Sans JP", sans-serif;
    padding: 5px;
    border: 1px solid #dddddd;
    text-align: center;
  }

  .search_list .td.dant {
    text-align: left;
  }

  .search_list .td.dant img {
    width: 30px;
    height: 20px;
    vertical-align: middle;
    margin-right: 5px;
  }

  .hidetab {
    display: none !important;
  }

  .td .shiken_btn {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    border: 1px solid #dddddd;
    background-color: #eeeeee;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    border-radius: 3px;
    height: 30px;
  }

  .td .shiken_btn:hover {
    color: #ffffff;
    background-color: #ec641a;
  }

  .sepalate.hide {
    width: 100%;
    display: none;
  }

  .td.icon img {
    width: 25px;
    margin-right: 10px;
  }

  .td.butn {
    display: none;
  }

  #serchcont1 .smt_btn_box {
    width: 100%;
    padding: 10px;
    text-align: center;
  }

  .smt_btn_box .smt_btn {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 300px;
    height: 40px;
    border: 1px solid #dddddd;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    background-color: #fefefe;
  }

  #serchcont1 .modo {
    display: inline-block;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    color: #000000;
    text-decoration: none;
    border: 1px solid #dddddd;
    width: 200px;
    padding-top: 10px;
    padding-bottom: 10px;

    background-color: #fefefe;
    background-color: #fefefe;
  }

  .search_cont .result .pref_list {
    display: table;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-collapse: collapse;
  }

  .result .pref_list .tr_header {
    display: table-row;
  }

  .pref_list .tr_header .th {
    display: table-cell;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #dddddd;
    padding: 5px;
    background-color: #eeeeee;
  }

  .result .pref_list .tr {
    display: table-row;
  }

  .pref_list .tr .td {
    padding: 5px;
    display: table-cell;
    border: 1px solid #dddddd;
    vertical-align: middle;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
  }

  .pref_list .tr .td.phto {
    width: 100px;
  }

  .pref_list .tr .td .thumb {
    width: 100px;
    text-align: center;
  }

  .td .thumb img {
    width: 100px;
    margin-right: auto;
    margin-left: auto;
  }

  .tr .td .disp_btn {
    width: 100px;
    display: flex;
    height: 40px;
    background-color: #eeeeee;
    border: 1px solid #dddddd;
    color: #000000;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    text-decoration: none;
    justify-content: center;
    border-radius: 3px;
    align-items: center;
  }

  .tr .td .disp_btn:hover {
    background-color: #aaaaaa;
    border: 1px solid #dddddd;
    color: #ffffff;
  }

  .pref_btn_box {
    padding: 30px;
  }

  .pref_btn_box .ret {
    width: 200px;
    display: flex;
    border: 1px solid #dddddd;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    height: 50px;
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    margin-right: auto;
    margin-left: auto;
    border-radius: 5px;
    background-color: #eeeeee;
  }

  .pref_btn_box .ret:hover {
    border: 1px solid #dddddd;
    color: #ffffff;
    background-color: #AAAAAA;

  }

  #main_wrap .result_box {
width: 100%;
display: flex;
flex-flow: row wrap;
padding: 0;
justify-content: flex-start;
margin-bottom: 60px;
margin-top: 10px;
  }

  #main_wrap .result_box .pref_warp {
    padding: 10px;
    margin-top: 0;
    margin-left: 0;
		margin-right: 40px;
    margin-bottom: 40px;
    width: 280px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 3px 3px 5px #aaaaaa;
    box-shadow: 3px 3px 5px #aaaaaa;
    font-family: "Noto Sans JP", sans-serif;
    cursor: pointer;
  }

  :root {
    --main-width: 100%;
  }

  .result_box .pref_warp .pref_phto {
    width: 260px;
    /*height: 150px;*/
    height: 195px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dddddd;
    display: flex;
    justify-content: center;
  }

  .pref_warp .pref_phto img {
    width: auto;
    height: 100%;
  }

  .result_box .pref_warp .pref_name {
    font-size: 14px;
    border-bottom: 1px solid #dddddd;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .result_box .pref_warp .pref_nam2 {
    font-size: 18px;
    width: 260px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
    box-sizing: border-box;
    padding-top: 3px;
    padding-bottom: 5px;
  }

  .result_box .pref_warp .pref_type {
    display: inline-block;
    font-size: 12px;
    padding: 1px 10px 2px;
    background-color: rgba(71, 135, 255, 1.00);
    color: #ffffff;
    border-right-width: medium;
  }

  .result_box .pref_warp .pref_addr {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 0;
  }
}

@media (max-width:450px) {
  #search_bar {
    display: none !important;
  }

  #main_wrap {
padding-left: 20px;
padding-right: 20px;
position: relative;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
  }

  #main_wrap .page_link {
    width: 100%;
    display: flex;
    list-style-type: none;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    position: relative;
  }

  #main_wrap .page_link li {
    padding-top: 3px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 3px;
    position: relative;
  }

  #main_wrap .page_link li a {
    height: 18px;
    font-family: "Noto Sans JP", sans-serif;
    text-decoration: none;
    font-size: 12px;
    color: #000000;
    transition: 0.3s;
  }

  #main_wrap .page_link li a:hover {
    color: #f1800a;
  }

  #main_wrap .page_link li::after {
    content: "";
    width: 2px;
    height: 1em;
    background: #f1800a;
    position: absolute;
    right: 0;
    top: calc(50% - 0.5em);
  }

  #main_wrap .page_link li:last-child::after {
    content: none;
  }

  .result {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-right: auto;
    padding: 10px;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }

  .result .result_head {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .result .result_head h1 {
    font-family: "Noto Sans JP", sans-serif;
    margin: 0;
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .result .result_head p {
    font-family: "Noto Sans JP", sans-serif;
    margin: 0;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .result .result_head .sumi_btn_box {
    width: 100%;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
  }

  .result_head .sumi_btn_box .sumi_btn {
    height: 30px;
    border-radius: 5px;
    border: 1px solid #dddddd;
    background-color: #efefef;
    font-family: "Noto Sans JP", sans-serif;
    color: #666666;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
  }

  .result_head .sumi_btn_box .sumi_btn:hover {
    border: 1px solid #999999;
    background-color: #aaaaaa;
    color: #FFFFFF;
  }

  .sumi_btn_box {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 25px;
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
  }

  .sumi_btn_box .sumi_btn {
    width: 200px;
    height: 40px;
    border-radius: 5px;
    border: 2px solid #aaaaaa;
    font-family: "Noto Sans JP", sans-serif;
    color: #aaaaaa;
    background-color: #ffffff;
    font-size: 14px;
  }

  .sumi_btn_box .sumi_btn:hover {
    border: 1px solid #999999;
    background-color: #aaaaaa;
    color: #FFFFFF;
  }

  .result .search_list {
    border-collapse: collapse;
    width: 100%;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }

  .result .search_list .tr_header {
    display: none;
  }

  .result .search_list .th {
    display: none;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    padding: 5px;
    border: 1px solid #dddddd;
    text-align: center;
    height: auto;
    position: relative;
  }

  .result .search_list .tr {
    flex-flow: row wrap;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    border: 1px solid #dddddd;
    margin-bottom: 10px;
    background-color: #ffffff;
    position: relative;
  }

  .result .search_list .td {
    font-size: 10px;
    font-family: "Noto Sans JP", sans-serif;
    border-bottom-width: 1px;
    text-align: left;
    flex-flow: column wrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    display: inline-block;
  }

  .search_list .td.date {
    width: 50%;
    text-align: right;
    position: relative;
    border: 1px solid #dddddd;
  }

  .result .search_list .td.date::before {
    content: "試験日";
    display: block;
    color: #666666;
    font-size: 60%;
    position: absolute;
    left: 2px;
    top: 2px;
  }

  .search_list .td.type {
    width: 50%;
    text-align: right;
    position: relative;
    border: 1px solid #dddddd;
    display: none;
  }

  .search_list .td.butn {
    width: 30%;
    text-align: center;
    position: relative;
    border: 1px solid #dddddd;
  }

  .result .search_list .td.type::before {
    content: "種類";
    display: block;
    color: #666666;
    font-size: 8px;
    position: absolute;
    left: 2px;
    top: 2px;
  }

  .search_list .td.dant {
    width: 70%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #dddddd;
    text-align: left;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding-left: 38px;
    flex-flow: row wrap;
  }

  .search_list .td.dant img {
    width: 30px;
    height: 20px;
    vertical-align: middle;
    margin-right: 5px;
  }

  .result .search_list .td.dant::before {
    content: "団体名";
    display: block;
    color: #666666;
    font-size: 8px;
    position: absolute;
    left: 2px;
    top: 2px;
  }

  .search_list .td.sksu {
    width: 50%;
    position: absolute;
    text-align: right;
    border: 1px solid #dddddd;
    display: flex;
    align-content: center;
    right: 0;
    top: 0;
  }

  .result .search_list .td.sksu::before {
    content: "職種";
    display: block;
    color: #666666;
    font-size: 8px;
    position: absolute;
    left: 2px;
    top: 2px;
  }

  .search_list .td.kubn {
    width: 50%;
    position: relative;
    text-align: right;
    border: 1px solid #dddddd;
    display: flex;
    justify-content: flex-end;
  }

  .result .search_list .td.kubn::before {
    content: "区分";
    display: block;
    color: #666666;
    font-size: 8px;
    position: absolute;
    left: 2px;
    top: 2px;
  }

  .search_list .td.year {
    width: 25%;
    position: relative;
    text-align: right;
    border: 1px solid #dddddd;
    display: flex;
    justify-content: flex-end;
  }

  .result .search_list .td.year::before {
    content: "年齢";
    display: block;
    color: #666666;
    font-size: 8px;
    position: absolute;
    left: 2px;
    top: 2px;
  }

  .search_list .td.kign {
    width: 25%;
    position: relative;
    text-align: right;
    border: 1px solid #dddddd;
    display: flex;
    height: auto;
    justify-content: flex-end;
  }

  .result .search_list .td.kign::before {
    content: "締切";
    display: block;
    color: #666666;
    font-size: 8px;
    position: absolute;
    left: 2px;
    top: 2px;
  }

  .search_list .td.tiin {
    width: 25%;
    position: relative;
    text-align: right;
    border: 1px solid #dddddd;
    display: flex;
    justify-content: flex-end;
  }

  .result .search_list .td.tiin::before {
    content: "定員";
    display: block;
    color: #666666;
    font-size: 8px;
    position: absolute;
    left: 2px;
    top: 2px;
  }

  .search_list .td.biko {
    width: 100%;
    padding-left: 30px;
    position: relative;
    text-align: left;
    border: 1px solid #dddddd;
    display: flex;
    justify-content: flex-end;
  }

  .result .search_list .td.biko::before {
    content: "備考";
    display: block;
    color: #666666;
    font-size: 8px;
    position: absolute;
    left: 2px;
    top: 2px;
  }

  .search_list .td.icon {
    width: 100%;
    position: relative;
    border: 1px solid #dddddd;
    text-align: right;
  }

  .result .search_list .td.icon::before {
    content: "一次筆記試験内容";
    display: block;
    color: #666666;
    font-size: 8px;
    position: absolute;
    left: 2px;
    top: 2px;
  }

  .result .search_list .td .shiken_btn {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    border: 1px solid #dddddd;
    background-color: #eeeeee;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    border-radius: 3px;
    height: 30px;
  }

  .result .search_list .td .shiken_btn:hover {
    color: #ffffff;
    background-color: #ec641a;
  }

  span.sepalate {
    width: 100%;
    display: flex;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    flex-flow: row wrap;
    height: 40px;
  }

  .hide {
    display: none !important;
  }

  .td.icon img {
    width: 30px;
    height: 15px;
    margin-right: 5px;
  }

  #serchcont1 .smt_btn_box {
    width: 100%;
    padding: 10px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .smt_btn_box .smt_btn {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 80%;
    height: 50px;
    border: 1px solid #dddddd;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    background-color: #fefefe;
  }

  #serchcont1 .modo {
    display: inline-block;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    color: #000000;
    text-decoration: none;
    border: 1px solid #dddddd;
    width: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fefefe;
    background-color: #fefefe;
  }

  .search_cont .result .pref_list {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border-collapse: collapse;
  }

  .result .pref_list .tr_header {
    display: none;
  }

  .pref_list .tr_header .th {
    display: none;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #dddddd;
    padding: 5px;
    background-color: #eeeeee;
  }

  .result .pref_list .tr {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    flex-flow: column wrap;
    width: 100%;
    display: flex;
    border: 1px solid #cccccc;
  }

  .pref_list .tr .td {
    vertical-align: middle;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    display: flex;
    padding: 3px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .pref_list .tr .td.phto {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 33px;
  }

  .pref_list .tr .td .thumb {
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
height: auto;
max-height: 183px;
vertical-align: middle;
display: flex;
align-items: center;
justify-content: center;
  }

  .td .thumb img {
    text-align: center;
    width: 100%;
  }

  .pref_list .tr .td.name {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-family: "Noto Sans JP", sans-serif;
font-size: 14px;
border-left-color: #dddddd;
border-right-color: #dddddd;
border-top-color: #dddddd;
border-left-style: solid;
border-right-style: solid;
border-top-style: solid;
border-left-width: 1px;
border-right-width: 1px;
border-top-width: 1px;
background-color: #f69a3c;
color: #FFFFFF;
width: 100%;
height: 30px;
display: flex;
position: absolute;
top: 0px;
left: 0px;
align-items: center;
justify-content: flex-start;
  }

  .pref_list .tr .td.type {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    border-left-color: #dddddd;
    border-right-color: #dddddd;
    border-top-color: #dddddd;
    border-left-style: solid;
    border-right-style: solid;
    border-top-style: solid;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
  }

  .pref_list .tr .td.addr {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    border-left-color: #dddddd;
    border-right-color: #dddddd;
    border-top-color: #dddddd;
    border-left-style: solid;
    border-right-style: solid;
    border-top-style: solid;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
  }

  .pref_list .tr .td.butn {
    top: 0;
    right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #dddddd;
  }

  .tr .td .disp_btn {
    width: 100%;
    display: flex;
    height: 30px;
    background-color: #eeeeee;
    border: 1px solid #dddddd;
    color: #000000;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    text-decoration: none;
    justify-content: center;
    border-radius: 3px;
    align-items: center;
  }

  .tr .td .disp_btn:hover {
    background-color: #aaaaaa;
    border: 1px solid #dddddd;
    color: #ffffff;
  }

  .pref_btn_box {
    padding: 30px;
  }

  .pref_btn_box .ret {
    width: 100%;
    display: flex;
    border: 1px solid #dddddd;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    height: 50px;
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
    margin-right: auto;
    margin-left: auto;
    border-radius: 5px;
    background-color: #eeeeee;
  }

  .pref_btn_box .ret:hover {
    border: 1px solid #dddddd;
    color: #ffffff;
    background-color: #AAAAAA;
  }

  #main_wrap .result_box {
width: 100%;
display: flex;
flex-flow: row wrap;
padding: 0;
justify-content: space-around;
margin-bottom: 40px;
margin-top: 10px;
  }

  #main_wrap .result_box .pref_warp {
    padding: 10px;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 3px 3px 5px #aaaaaa;
    box-shadow: 3px 3px 5px #aaaaaa;
    font-family: "Noto Sans JP", sans-serif;
    cursor: pointer;
    max-width: none;
    width: 100%;
  }

  .result_box .pref_warp .pref_phto {
    width: 100%;
    height: 200px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dddddd;
    display: flex;
    justify-content: center;
  }

  .pref_warp .pref_phto img {
    width: auto;
    height: 100%;
  }

  .result_box .pref_warp .pref_name {
    font-size: 14px;
    border-bottom: 1px solid #dddddd;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .result_box .pref_warp .pref_nam2 {
    font-size: 18px;
    width: 260px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
    box-sizing: border-box;
    padding-top: 3px;
    padding-bottom: 5px;
  }

  .result_box .pref_warp .pref_type {
    display: inline-block;
    font-size: 12px;
    padding: 1px 10px 2px;
    background-color: rgba(71, 135, 255, 1.00);
    color: #ffffff;
    border-right-width: medium;
  }

  .result_box .pref_warp .pref_addr {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 0;
  }
}
