.clubimages > div {
    padding-top: 100px;
    border-radius: 22px;
    padding: 30px 30px 40px 30px;
    position: relative;
}
.sportsbox {
    background: #e4f9f9;
}

.clubimages {
    padding: 0 40px;
    padding-top: 100px;
}

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

ul.clubimagelist li {
    width: 215px;
    background: #feffee;
    border: 1px solid #2F9EA5;
    position: relative;
    padding: 30px 10px 12px 10px;
    box-sizing: border-box;
    margin-top: 20px;
    line-height: 1px;
}

.clubimages h3 {
    font-family: "Zen Kaku Gothic New";
    font-weight: bold;
    font-size: 35px;
    letter-spacing: 0.13em;
    text-align: left;
    color: #ecba18;
    display: block;
    line-height: 35px;
    position: absolute;
    top: -17px;
    width: calc(100% - 60px);
    text-align: center;
}

.clubimages h3:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 35px;
    background-color: #ecba18;
    transform: rotate(-25deg);
    margin-right:15px;
    vertical-align:bottom;
    margin-bottom:-3px
}

.clubimages h3:after {
    content: "";
    display: inline-block;
    width: 3px;
    height: 35px;
    background-color: #ecba18;
    transform: rotate(25deg);
    margin-left:15px;
    vertical-align:bottom;
    margin-bottom:-3px
}

ul.clubimagelist li h4 {
    font-family: "Zen Kaku Gothic New";
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #2f9ea5;
    line-height: 20px;
    position: absolute;
    top: -10px;
    height: 20px;
    background: linear-gradient(
    to bottom, 
    transparent 0%,
    transparent 47%,
    #feffee 47%,
    #feffee 100%
  );
    left:50%;
    transform:translateX(-50%);
    white-space: nowrap;
}

ul.clubimagelist li img {
    width: 100%;
    border-radius: 22px;
}

.culturebox {
    background-color: #E4F9E8;
    margin-top: 70px;
}

.clubnamebox h3 {
    font-family: "Zen Kaku Gothic New";
    font-weight: bold;
    font-size: 35px;
    letter-spacing: 0.13em;
    color: #ecba18;
    text-align: center;
    padding-top: 40px;
}

.clubnamebox table {
    border-radius: 22px;
    width: 650px;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing:0;
    border: 3px solid #2F9EA5;
    overflow:hidden;
    margin-top:15px;
}
.clubnamebox .culturenamebox h3{
    padding-top:70px
}
.clubnamebox .culturenamebox table {
    border: 3px solid #42B16C;
}
.clubnamebox .culturenamebox table th {
    background-color:  #42B16C;
    border-left: 3px solid  #42B16C;
}

.clubnamebox .culturenamebox table td {
    border-bottom: 3px solid  #42B16C;
    background-color: #E7F9EA;
}
.clubnamebox table th {
    width: 194px;
    background-color: #2F9EA5;
    border-left: 3px solid #2F9EA5;
    border-bottom: 3px solid #FFF;
    font-family: "Zen Kaku Gothic New";
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: left;
    padding: 10px;
    box-sizing: border-box;
    line-height: 16px;
}

.clubnamebox table td {
    border-bottom: 3px solid #2F9EA5;
    background-color: #E4F9F9;
    font-family: "Zen Kaku Gothic New";
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #000;
    padding: 12px 10px;
    line-height: 16ypx;
}

.clubnamebox table tbody tr:first-child th {
    border-top: none;
}
.clubnamebox table tbody tr:first-child td {
    border-top: none;
}
.clubnamebox table tbody tr:last-child th {
    border-bottom: none;
}
.clubnamebox table tbody tr:last-child td {
    border-bottom: none;
}





.resultarea h3 {
    font-size: 35px;
    line-height: 38px;
    letter-spacing: 0.13em;
    color: #ECBA18;
    text-align: center;
    padding-top: 50px;
}

.resultarea h3 span {
    display: block;
    font-size: 21px;
    line-height: 21px;
}

.resultarea {
    padding: 0 30px;
}

.resultarea div:first-child h3 {
    padding-top: 30px;
}

.resultarea table {
    width: 100%;
    border: 3px solid #6BCBD1;
    border-radius: 22px;
    overflow: hidden;
    border-spacing: 0;
    margin-top:14px
}

.resultarea table td.rank {
    color: #fff;
    background-color: #6BCBD1;
    border-bottom:3px solid #FFFFFF;
    border-left:none;
    box-sizing:border-box;
    width:130px
}

.resultarea table td.rank.third{
    background-color:#93CE7B;
}
.resultarea table td.rank.second{
    background-color:#F6A1A1;
}
.resultarea table td.rank.first{
    background-color:#F5BD3D;
}
.resultarea table td {
    font-family: "Zen Kaku Gothic New";
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-align: left;
    color: #000;
    padding: 12px 10px 12px 20px;
    line-height: 18px;
    border-bottom: 3px solid #6BCBD1;
    border-left: 3px solid #6BCBD1;
    background-color:#FFFFFF;
}
.resultarea table tr:last-child td {
    border-bottom:none;
}


@media (max-width:600px){

article .sectionbox h2 {
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.13em;
}

article .sectionbox h2:before {
    width: 22px;
    height: 20px;
    margin-right: 5px;
}

.clubimages h3 {
    font-family: "Zen Kaku Gothic New";
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.13em;
    text-align: center;
    color: #ecba18;
    top:-12px;
    line-height:24px;
    width: calc(100% - 30px);
}

.clubimages h3:before {
    height: 27px;
    margin-right: 10px;
}
.clubimages h3:after {
    height: 27px;
    margin-left: 10px;
}

.clubimages {
    padding:0;
    padding-top: 40px;
    width:calc(100% + 10px);
    margin-left:-5px;
}

ul.clubimagelist li {
    width: 140px;
    padding: 13px 5px 8px 5px;
}

.clubimages > div {
    padding: 15px 15px 17px 15px;
}

ul.clubimagelist li h4 {
    font-family: "Zen Kaku Gothic New";
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #2f9ea5;
    height: 11px;
    top: -6px;
    line-height: 11px;
}
ul.clubimagelist li img {
    border-radius: 8px;
}

.clubimages > div.culturebox {
    margin-top: 40px;
}

.clubnamebox h3 {
    font-family: "Zen Kaku Gothic New";
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.13em;
    text-align: center;
    color: #ecba18;
    line-height: 24px;
    padding-top: 20px;
}

.clubnamebox table {
    width: calc(100% + 10px);
    margin-left: -5px;
    border-radius: 10px;
}

.clubnamebox table th {
    width: 11em;
    font-family: "Zen Kaku Gothic New";
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    color: #fff;
    line-height: 20px;
    border-left: 2px solid #2f9EA5;
    border-bottom: 2px solid #FFF;
    padding: 10px 4px;
}

.clubnamebox table td {
    font-family: "Zen Kaku Gothic New";
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    color: #000;
    padding: 10px 5px 10px 10px;
}

.clubnamebox .culturenamebox h3 {
    padding-top: 27px;
}

.resultarea h3 {
    font-size: 23px;
    line-height: 25px;
    padding-top: 23px;
}

.resultarea h3 span {
    font-size: 15px;
    line-height: 15px;
}

.resultarea div:first-child h3 {
    padding-top: 20px;
}

.tableouter {
    width: calc(100% + 45px);
    margin-left: -5px;
    overflow: scroll;
}

.resultarea {
    padding: 0;
}

.resultarea table {
    width: 485px;
    border-radius: 10px;
    border: 2px solid #6BCBD1;
    margin-top: 10px;
}

.resultarea table td {font-family: "Zen Kaku Gothic New";font-weight: 500;font-size: 14px;text-align: left;color: #000;line-height: 20px;padding: 10px;border-bottom: 2px solid #6BCBD1;border-left: 2px solid #6BCBD1;}

.resultarea table td.rank {
    border-bottom: 2px solid #FFFFFF;
    border-left: none;
    width: 7em;
}

.resultarea table td.event {
    width: 6em;
}
}