.dantaimei_text{
	text-align: center;
	font-size: 2em;
	font-weight: bold;
	line-height: 130%;
}

.dantaimei_text_kana{
	text-align: center;
	margin: 0 0 10px 0;
}

.search-syosai-box{
	margin: 20px 0 30px 0px;
}

ul.list-mark-none li {
	padding: 0 0 10px 0 !important;
}

ul.list-mark-none li::before {
    display: none;
}

.search-syosai-list{
  margin:0.5em 0;
  padding:0.5em 0 0 0.2em;
}

.search-syosai-box ul li {
  line-height: 1.5;
  padding: 0;
  list-style-type: none!important;/*ポチ消す*/
}

.search-syosai-box ul li:before {
	font-size: 1.7rem;
  font-family: "Font Awesome 5 Free";
	line-height: 150%;
  content: "\f0a4";
	padding: 0 10px 10px 10px;
  left : 1em; /*左端からのアイコンまで*/
  color: #594C4C; /*アイコン色*/
}

.search-list-text{
	font-size: 1.7rem;
	 word-wrap: break-word;
    overflow-wrap: break-word;
}

@media screen and (max-width: 767px) {

table, tr, td {
    width: 100%;
    display: block;
}

.midashi_box2 img {
    width: 100%;
    height: auto;
}

.table_center {
    display: flex;
    justify-content: center;
}

}