﻿@charset "utf-8";
/* CSS Document */

#result {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    color: #000;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 400;
    text-align: center;
    position: relative;
}
#result a {
    text-decoration: none
}
#result .btn-back {
    position: absolute;
    right: 0;
    top: 10px;
    margin-bottom: 25px;
}
#result .btn-back a {
    display: block;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 1.8;
    color: #000;
    background: #ffffff;
    border: 2px solid #000;
    text-align: center;
    text-decoration: none
}
#result .btn-back a:hover {
    opacity: 0.7
}
#result .result-box {
    width: 100%;
    margin: 0 auto 25px auto;
    clear: both;
    width: 1024px;
    position: relative;
}
#result .result-box .select-box01 {
    width: 100%;
    padding: 0 0 30px 0;
    font-size: 0;
    letter-spacing: -.4rem;
    text-align: left;
    border-bottom: none;
}
#result .result-box .select-box01 li {
    display: inline-block;
    width: 300px;
    margin-right: 4%;
    letter-spacing: normal;
    text-align: left;
    vertical-align: top;
}
#result .result-box .select-box01 li:nth-child(2) {
    margin-right: 0;
    width: 500px;
}
#result .result-box .select-box01 .total-txt, #result .result-box .select-box01 .date-txt {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-right: 15px;
    padding: 5px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3em;
    color: #fff;
    background: #000;
    text-align: center
}
#result .result-box .select-box01 .total-txt > span, #result .result-box .select-box01 .date-txt > span {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto
}
#result .result-box .select-box01 .total-txt {
    vertical-align: bottom
}
#result .result-box .select-box01 .total-txt > span {
    width: 36px;
    height: 43px
}
#result .result-box .select-box01 .total {
    display: inline-block;
    margin: 0;
    font-size: 30px;
    line-height: 1;
    vertical-align: bottom
}
#result .result-box .select-box01 .total > span {
    font-size: 60px;
    font-weight: bold;
    color: #009bff
}
#result .result-box .select-box01 .date-txt {
    vertical-align: middle
}
#result .result-box .select-box01 .date-txt > span {
    width: 36px;
    height: 20px
}
#result .result-box .select-box01 .date {
    display: inline-block;
    margin: 0;
    font-size: 22px;
    line-height: 1.4;
    vertical-align: middle
}
#result .result-box .select-box02 {
    width: 100%;
    padding: 0;
    margin-top: 30px;
    font-size: 0;
    letter-spacing: -.4rem
}
#result .result-box .select-box02 li {
    width: 100%;
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    display: flex;
}
#result .result-box .select-box02 li > span.heading {
    width: 130px;
    color: #009bff;
}
#result .result-box .select-box02 li div {
    width: calc(100% - 130px);
    position: relative;
}
#result .result-box .select-box02 li div:before {
    content: ':';
    position: absolute;
    left: -0.5em;
}
#result .result-box .select-box02 li div span {
    display: inline-block;
}
#result .result-box .select-box02 li div span::after {
    content: '、';
}
#result .result-box .select-box02 li div span:last-child:after {
    content: none;
}
#result .result-list-wrap {
    padding: 20px 0;
    margin: 0 auto;
    width: 1024px;
    position: relative;
    border-bottom: none;
}
#result .result-list-wrap .paper {
    font-size: 0;
    letter-spacing: -.4em;
    text-align: right
}
#result .result-list-wrap .paper .prev {
    display: inline-block;
    padding-left: 18px;
    letter-spacing: normal;
    vertical-align: middle
}
#result .result-list-wrap .paper .prev a {
    position: relative;
    display: block;
    width: 100%;
    color: #000;
    line-height: 1.4;
    font-size: 16px
}
#result .result-list-wrap .paper .prev a::before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: -18px;
    border-style: solid;
    border-width: 10px 12px 10px 0;
    border-color: transparent #009bff transparent transparent
}
#result .result-list-wrap .paper .prev a:hover {
    color: #009bff
}
#result .result-list-wrap .paper .paper-list {
    display: inline-block;
    padding: 0;
    margin: 0 20px;
    letter-spacing: normal;
    vertical-align: middle
}
#result .result-list-wrap .paper .paper-list li {
    display: inline-block;
    width: 26px;
    margin-right: 8px;
    vertical-align: middle;
    text-align: center
}
#result .result-list-wrap .paper .paper-list li:last-child {
    margin-right: 0
}
#result .result-list-wrap .paper .paper-list a {
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 4px;
    border: 1px solid #009bff;
    font-size: 15px;
    line-height: 1.8;
    color: #009bff
}
#result .result-list-wrap .paper .paper-list a:hover, #result .result-list-wrap .paper .paper-list a.select {
    background: #009bff;
    color: #fff
}
#result .result-list-wrap .paper .next {
    display: inline-block;
    padding-right: 18px;
    letter-spacing: normal;
    vertical-align: middle
}
#result .result-list-wrap .paper .next a {
    position: relative;
    display: block;
    width: 100%;
    color: #000;
    line-height: 1.4;
    font-size: 16px
}
#result .result-list-wrap .paper .next a::before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: -18px;
    border-style: solid;
    border-width: 10px 0 10px 12px;
    border-color: transparent transparent transparent #009bff
}
#result .result-list-wrap .paper .next a:hover {
    color: #009bff
}
#result .result-list-wrap .paper .page {
    display: inline-block;
    margin-left: 20px;
    font-size: 16px;
    letter-spacing: normal;
    vertical-align: middle
}
#result .result-list-wrap .detail-list-box {
    width: 100%;
    margin-top: 20px;
    letter-spacing: normal;
}
#result .result-list-wrap .detail-list-box table {
    width: 100%;
    margin-bottom: 30px
}
#result .result-list-wrap .detail-list-box table tr {
    background: #eef9ff;
    border-bottom: 1px dotted #999;
}
#result .result-list-wrap .detail-list-box table tr:first-child {
    border-bottom: none
}
#result .result-list-wrap .detail-list-box table tr:nth-child(2n) {
    background: #fff
}
#result .result-list-wrap .detail-list-box table th {
    padding: 12px;
    border-right: 1px solid #fff;
    background: #009bff;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    text-align: center
}
#result .result-list-wrap .detail-list-box table th:last-child {
    border: 0
}
#result .result-list-wrap .detail-list-box table th:nth-child(1), #result .result-list-wrap .detail-list-box table th:nth-child(2) {
    width: 9%;
}
#result .result-list-wrap .detail-list-box table th:nth-child(3) {
    width: 26%;
}
#result .result-list-wrap .detail-list-box table th:nth-child(5) {
    width: 6%
}
#result .result-list-wrap .detail-list-box table td {
    padding: 20px 0;
    border-right: 1px solid #999;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
}
#result > div.result-list-wrap > div.detail-list-box > table > tbody > tr > td:nth-child(3) {
    text-align: left;
    padding: 1em;
}
#result > div.result-list-wrap > div.detail-list-box > table > tbody > tr > td:nth-child(3) a {
    font-weight: 600;
    color: #009bff;
    font-size: 14px;
}
#result > div.result-list-wrap > div.detail-list-box > table > tbody > tr > td:nth-child(4) {
    text-align: left;
    padding-left: 1em;
}
#result .result-list-wrap .detail-list-box table td:last-child {
    border-right: 0
}
#result .result-list-wrap .detail-list-box table td a {
    color: #000;
    text-decoration: underline
}
#result .result-list-wrap .detail-list-box table td a:hover {
    color: #007bff
}
#result .result-list-wrap .detail-list-box table td img {
    margin-right: 5px
}
#result .result-list-wrap .detail-list-box table td.oc-event {
    padding: 0;
    border-bottom: 1px dotted #999
}
#result .result-list-wrap .detail-list-box table td.oc-event .ttl {
    margin: 0;
    padding: 8px 0;
    font-size: 14px
}
#result .result-list-wrap .detail-list-box table td.oc-event .info-box {
    padding: 14px 20px 10px 20px;
    font-size: 0;
    letter-spacing: -.4em
}
#result .result-list-wrap .detail-list-box table td.oc-event .info-box .e-icon {
    display: inline-block;
    width: 20%;
    margin-right: 4%;
    padding: 12px 0;
    border-radius: 6px;
    background: #009bff;
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: normal;
    vertical-align: middle
}
#result .result-list-wrap .detail-list-box table td.oc-event .info-box .e-info {
    display: inline-block;
    width: 76%;
    margin: 0;
    font-size: 12px;
    text-align: left;
    letter-spacing: normal;
    vertical-align: middle
}
#result .result-list-wrap .detail-list-box table td.oc-event .info-box .e-info img {
    margin-left: 5px;
    margin-right: 0
}
#result .result-list-wrap .icon-txt {
    font-size: 14px;
    text-align: right
}
#result > div.result-list-wrap > div.icon-txt {
    margin-top: 1em;
}
#result .result-list-wrap .icon-txt img {
    margin-right: 5px
}
/*-- 2018/07/04 materiart追加--*/
.result-list-outer {
    background: #edf7ff;
    padding-top: 30px;
}
.result-list-outer h4 {
    font-size: 21px;
    padding-bottom: 5px;
    /* border-bottom:2px solid #000; */
    display: inline-block;
}
#result .result-list-wrap .detail-list-box ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#result .result-list-wrap .detail-list-box ul.One {
    justify-content: center;
}
#result .result-list-wrap .detail-list-box ul li {
    list-style: none;
    width: 241px;
    /* float:left; */
    margin: 0 20px 15px 0;
    padding: 0;
    text-align: left;
}
#result .result-list-wrap .detail-list-box ul li a {
    color: #000;
    font-size: 14px;
}
#result .result-list-wrap .detail-list-box ul li:nth-child(4n) {
    margin-right: 0;
}
#result .result-list-wrap .detail-list-box ul li img {
    width: 233px;
    height: 233px;
    margin-bottom: 4px;
    object-fit: cover;
    font-family: 'object-fit: cover;'; /*IE対策*/
    border: 3px solid #edf7ff;
}
#result .result-list-wrap .detail-list-box ul li a img {
    border: 4px solid #edf7ff;
}
#result .result-list-wrap .detail-list-box ul li a img:hover {
    border: 4px solid #009aff;
}
#result {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    color: #000;
    font-family: 'Noto Sans Japanese', sans-serif;
    font-weight: 400;
    text-align: center;
    position: relative;
}
#result a {
    text-decoration: none
}
#result .btn-back {
    position: absolute;
    right: 0;
    top: 10px;
    margin-bottom: 25px;
}
#result .btn-back a {
    display: block;
    padding: 8px 15px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 1.8;
    color: #000;
    background: #ffffff;
    border: 2px solid #000;
    text-align: center;
    text-decoration: none
}
#result .btn-back a:hover {
    opacity: 0.7
}
#result .result-box {
    width: 100%;
    margin: 0 auto 25px auto;
    clear: both;
    width: 1024px;
    position: relative;
}
#result .result-box .select-box01 {
    width: 100%;
    padding: 0 0 30px 0;
    font-size: 0;
    letter-spacing: -.4rem;
    text-align: left;
    border-bottom: none;
}
#result .result-box .select-box01 li {
    display: inline-block;
    width: 300px;
    margin-right: 4%;
    letter-spacing: normal;
    text-align: left;
    vertical-align: top;
}
#result .result-box .select-box01 li:nth-child(2) {
    margin-right: 0;
    width: 500px;
}
#result .result-box .select-box01 .total-txt, #result .result-box .select-box01 .date-txt {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-right: 15px;
    padding: 5px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3em;
    color: #fff;
    background: #000;
    text-align: center
}
#result .result-box .select-box01 .total-txt > span, #result .result-box .select-box01 .date-txt > span {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto
}
#result .result-box .select-box01 .total-txt {
    vertical-align: bottom
}
#result .result-box .select-box01 .total-txt > span {
    width: 36px;
    height: 43px
}
#result .result-box .select-box01 .total {
    display: inline-block;
    margin: 0;
    font-size: 30px;
    line-height: 1;
    vertical-align: bottom
}
#result .result-box .select-box01 .total > span {
    font-size: 60px;
    font-weight: bold;
    color: #009bff
}
#result .result-box .select-box01 .date-txt {
    vertical-align: middle
}
#result .result-box .select-box01 .date-txt > span {
    width: 36px;
    height: 20px
}
#result .result-box .select-box01 .date {
    display: inline-block;
    margin: 0;
    font-size: 22px;
    line-height: 1.4;
    vertical-align: middle
}
#result .result-box .select-box02 {
    width: 100%;
    padding: 0;
    margin-top: 30px;
    font-size: 0;
    letter-spacing: -.4rem
}
#result .result-box .select-box02 li {
    width: 100%;
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    display: flex;
}
#result .result-box .select-box02 li > span.heading {
    width: 130px;
    color: #009bff;
}
#result .result-box .select-box02 li div {
    width: calc(100% - 130px);
    position: relative;
}
#result .result-box .select-box02 li div:before {
    content: ':';
    position: absolute;
    left: -0.5em;
}
#result .result-box .select-box02 li div span {
    display: inline-block;
}
#result .result-box .select-box02 li div span::after {
    content: '、';
}
#result .result-box .select-box02 li div span:last-child:after {
    content: none;
}
#result .result-list-wrap {
    padding: 20px 0;
    margin: 0 auto;
    width: 1024px;
    position: relative;
    border-bottom: none;
}
#result .result-list-wrap .paper {
    font-size: 0;
    letter-spacing: -.4em;
    text-align: right
}
#result .result-list-wrap .paper .prev {
    display: inline-block;
    padding-left: 18px;
    letter-spacing: normal;
    vertical-align: middle
}
#result .result-list-wrap .paper .prev a {
    position: relative;
    display: block;
    width: 100%;
    color: #000;
    line-height: 1.4;
    font-size: 16px
}
#result .result-list-wrap .paper .prev a::before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: -18px;
    border-style: solid;
    border-width: 10px 12px 10px 0;
    border-color: transparent #009bff transparent transparent
}
#result .result-list-wrap .paper .prev a:hover {
    color: #009bff
}
#result .result-list-wrap .paper .paper-list {
    display: inline-block;
    padding: 0;
    margin: 0 20px;
    letter-spacing: normal;
    vertical-align: middle
}
#result .result-list-wrap .paper .paper-list li {
    display: inline-block;
    width: 26px;
    margin-right: 8px;
    vertical-align: middle;
    text-align: center
}
#result .result-list-wrap .paper .paper-list li:last-child {
    margin-right: 0
}
#result .result-list-wrap .paper .paper-list a {
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 4px;
    border: 1px solid #009bff;
    font-size: 15px;
    line-height: 1.8;
    color: #009bff
}
#result .result-list-wrap .paper .paper-list a:hover, #result .result-list-wrap .paper .paper-list a.select {
    background: #009bff;
    color: #fff
}
#result .result-list-wrap .paper .next {
    display: inline-block;
    padding-right: 18px;
    letter-spacing: normal;
    vertical-align: middle
}
#result .result-list-wrap .paper .next a {
    position: relative;
    display: block;
    width: 100%;
    color: #000;
    line-height: 1.4;
    font-size: 16px
}
#result .result-list-wrap .paper .next a::before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: -18px;
    border-style: solid;
    border-width: 10px 0 10px 12px;
    border-color: transparent transparent transparent #009bff
}
#result .result-list-wrap .paper .next a:hover {
    color: #009bff
}
#result .result-list-wrap .paper .page {
    display: inline-block;
    margin-left: 20px;
    font-size: 16px;
    letter-spacing: normal;
    vertical-align: middle
}
#result .result-list-wrap .detail-list-box {
    width: 100%;
    margin-top: 20px;
    letter-spacing: normal;
}
#result .result-list-wrap .detail-list-box table {
    width: 100%;
    margin-bottom: 30px
}
#result .result-list-wrap .detail-list-box table tr {
    background: #eef9ff;
    border-bottom: 1px dotted #999;
}
#result .result-list-wrap .detail-list-box table tr:first-child {
    border-bottom: none
}
#result .result-list-wrap .detail-list-box table tr:nth-child(2n) {
    background: #fff
}
#result .result-list-wrap .detail-list-box table th {
    padding: 12px;
    border-right: 1px solid #fff;
    background: #009bff;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
}
#result .result-list-wrap .detail-list-box table th:last-child {
    border: 0
}
#result .result-list-wrap .detail-list-box table th.date, 
#result .result-list-wrap .detail-list-box table th.place {
    width: 14%;
}
#result .result-list-wrap .detail-list-box table th.school {
    width: 20%;
}
#result .result-list-wrap .detail-list-box table th.eventtitle {
    width: 28%
}
#result .result-list-wrap .detail-list-box table th.state,
#result .result-list-wrap .detail-list-box table th.link{
    width:12%
}
#result .result-list-wrap .detail-list-box table td {
    padding: 14px 4px;
    border-right: 1px solid #999;
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
}
#result .result-list-wrap .detail-list-box table td.date,
#result .result-list-wrap .detail-list-box table td.prefecture,
#result .result-list-wrap .detail-list-box table td.place {
    text-align: center;
}
#result > div.result-list-wrap > div.detail-list-box > table > tbody > tr > td:nth-child(3) {
    text-align: left;
    padding: 1em;
}
#result > div.result-list-wrap > div.detail-list-box > table > tbody > tr > td:nth-child(3) a {
    font-weight: 600;
    color: #009bff;
    font-size: 14px;
}
#result > div.result-list-wrap > div.detail-list-box > table > tbody > tr > td:nth-child(4) {
    text-align: left;
    padding-left: 1em;
}
#result .result-list-wrap .detail-list-box table td.eventtitle{
    text-align: left;
    font-size: 13px;
    width: 25%;
}
#result .result-list-wrap .detail-list-box table td.school {
    text-align:justify;
    font-size: 13px;
    width: 25%;
}
div.detail-list-box > table > tbody > tr > td span.realoc::before {
    content: '来場';
    display: inline-block;
    margin: 0 5px;
    width: 60px;
    color: #fff;
    background: #009aff;
    padding: 2px 5px;
    font-size: 12px;
    border-radius: 2px;
    text-align: center;
}
div.detail-list-box > table > tbody > tr > td span.weboc::before {
    content: 'Web';
    display: inline-block;
    margin: 0 5px;
    width: 60px;
    color: #fff;
    background: #fbaf03;
    padding: 2px 5px;
    font-size: 12px;
    border-radius: 2px;
    text-align: center;
}
div.detail-list-box > table > tbody > tr > td span.undecidedoc::before {
    content: '開催方式未定';
    display: inline-block;
    margin: 0 5px;
    width: 100px;
    color: #fff;
    background: #656565;
    padding: 2px 5px;
    font-size: 12px;
    border-radius: 2px;
    text-align: center;
}
div.detail-list-box > table > tbody > tr > td span.event_called::before {
    content: '開催中止';
    display: inline-block;
    margin: 0 5px;
    width: 60px;
    color: #fff;
    background: #656565;
    padding: 2px 5px;
    font-size: 12px;
    border-radius: 2px;
    text-align: center;
}
#result .result-list-wrap .detail-list-box table td:last-child {
    border-right: 0
}
#result .result-list-wrap .detail-list-box table td.link a {
    color: #2196F3;
    text-decoration: underline;
    font-size:14px;
    display:flex;
    justify-content:center;
    align-items:center;
    line-height:1;
}
#result .result-list-wrap .detail-list-box table td.link a::before{
    content:'';
    width: 8px;
    height: 8px;
    display:block;
    border-right:solid 1px #2196F3;
    border-bottom:solid 1px #2196F3;
    transform: rotate(-45deg);
    margin-right: 6px;
    position: relative;
    top: 2px;
}

#result .result-list-wrap .detail-list-box table td a:hover {
    color: #007bff
}
#result .result-list-wrap .detail-list-box table td img {
    margin-right: 5px
}
#result .result-list-wrap .detail-list-box table td.oc-event {
    padding: 0;
    border-bottom: 1px dotted #999
}
#result .result-list-wrap .detail-list-box table td.oc-event .ttl {
    margin: 0;
    padding: 8px 0;
    font-size: 14px
}
#result .result-list-wrap .detail-list-box table td.oc-event .info-box {
    padding: 14px 20px 10px 20px;
    font-size: 0;
    letter-spacing: -.4em
}
#result .result-list-wrap .detail-list-box table td.oc-event .info-box .e-icon {
    display: inline-block;
    width: 20%;
    margin-right: 4%;
    padding: 12px 0;
    border-radius: 6px;
    background: #009bff;
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: normal;
    vertical-align: middle
}
#result .result-list-wrap .detail-list-box table td.oc-event .info-box .e-info {
    display: inline-block;
    width: 76%;
    margin: 0;
    font-size: 12px;
    text-align: left;
    letter-spacing: normal;
    vertical-align: middle
}
#result .result-list-wrap .detail-list-box table td.oc-event .info-box .e-info img {
    margin-left: 5px;
    margin-right: 0
}
#result .result-list-wrap .icon-txt {
    font-size: 14px;
    text-align: right
}
#result > div.result-list-wrap > div.icon-txt {
    margin-top: 1em;
}
#result .result-list-wrap .icon-txt img {
    margin-right: 5px
}
/*-- 2018/07/04 materiart追加--*/
.result-list-outer {
    background: #edf7ff;
    padding-top: 30px;
}
.result-list-outer h4 {
    font-size: 21px;
    padding-bottom: 5px;
    /* border-bottom:2px solid #000; */
    display: inline-block;
}

/*2020/07/08 select menu add*/
form.result-sort-order{
    display:flex;
    justify-content:flex-start;
    margin-bottom:30px;
}
form.result-sort-order div{
    width:200px;
    border:solid 2px #ccc;;
    border-radius:5px;
    position:relative;
}

/*form.result-sort-order div::after {*/
.select_wrap::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -4px;
    border-bottom: #009bff 2px solid;
    border-right: #009bff 2px solid;
    transform: rotate(45deg)translateY(-30%);
    pointer-events: none;
    background:#fff
}

form.result-sort-order div select{
    -webkit-appearance: none;
    appearance: none;
    width:100%;
    padding:10px;
    border:none;
    color:#009bff;
    background: #fff;
    font-size:14px;
    font-weight:500;
    outline: none;
    cursor: pointer;
}

form.result-sort-order div select::-ms-expand {
    display: none;
}
/*2020/07/08 select menu add end*/



#result .result-list-wrap .detail-list-box ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
#result .result-list-wrap .detail-list-box ul.One {
    justify-content: center;
}
#result .result-list-wrap .detail-list-box ul li {
    list-style: none;
    width: 241px;
    /* float:left; */
    margin: 0 20px 15px 0;
    padding: 0;
    text-align: left;
}
#result .result-list-wrap .detail-list-box ul li a {
    color: #000;
    font-size: 14px;
}
#result .result-list-wrap .detail-list-box ul li:nth-child(4n) {
    margin-right: 0;
}
#result .result-list-wrap .detail-list-box ul li img {
    width: 233px;
    height: 233px;
    margin-bottom: 4px;
    object-fit: cover;
    font-family: 'object-fit: cover;'; /*IE対策*/
    border: 3px solid #edf7ff;
}
#result .result-list-wrap .detail-list-box ul li a img {
    border: 4px solid #edf7ff;
}
#result .result-list-wrap .detail-list-box ul li a img:hover {
    border: 4px solid #009aff;
}