@charset "utf-8";
.n-k-each {
    width: 31.53%;
    /* [disabled]border: 1px solid #D1D1D1; */
    background-color: #F2F2F2;
	margin-bottom: 2.69%;
	margin-right: 2.69%;
}
.n-k-each:nth-child(3n){
	margin-right: 0;
}
.n-k-each ul {
    margin-bottom: 32px;
    margin-top: 0px;
    margin-left: 24px;
    padding: 0px;
    margin-right: 16px;
    list-style-type: none;
}

.n-k-each_inner1 {
    padding-top: 16px;
    border-top: 1px dashed #CFCFCF;
}
.n-k-each ul li {
    line-height: 1.6em;
}

.n-k-each h3 {
    background-color: #275AF2;
    padding-top: 11px;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 8px;
    color: #FFFFFF;
    margin-bottom: 24px;
    /* [disabled]border-left: 6px solid #0F47F0; */
}

.n-k-inner1_flex1 .n-k-each .league2 {
    background-color: #5A81F5;
}
.n-k-each .league4 {
    background-color: #008515;
}
.n-k-each .league4-AB {
    background-color: #4DBB5F;
}



.n-k-inner1_flex1 .n-k-each .league3 {
    background-color: #82A0F7;
}
.n-k-inner1_flex1.nk_ma_top .n-k-each h4 {
    color: #008515;
}



.n-k-each ul li a {
    text-decoration: none;
    display: block;
    border-radius: 6px;
    font-size: 15px;
    /* [disabled]-webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.36); */
    /* [disabled]box-shadow: 1px 1px 4px rgba(0,0,0,0.36); */
    background-image: url(../images/t/arro_b.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 6px auto;
    padding-left: 16px;
}

.n-k-each h4 {
    color: #275AF2;
    font-size: 18px;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 8px;
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 16px;
}
.n-k-inner1_flex1 {
    display: flex;
/*     justify-content: space-between; */
    flex-wrap: wrap;
    align-items: flex-start;
}
.n-k-inner1_flex1.nk_ma_top {
    margin-top: 5.38%;
}
.schedule_free_area1 {
    padding: 32px;
    /* [disabled]background-color: #F0F0F0; */
    margin-bottom: 3.07%;
    border: 1px solid #CFCFCF;
}
.schedule_free_area1 p {
    line-height: 1.5em;
}


.nittei_kekka_wrap .nittei-kekka_inner1.ileag .n-k-inner1_flex1 {
	justify-content: flex-start;
}
.nittei-kekka_inner1.ileag .n-k-inner1_flex1 .n-k-each {
	margin-bottom: 2.69%;
	margin-right: 2.69%;
}
.nittei-kekka_inner1 .n-k-inner1_flex1 .n-k-each:nth-child(3n){
	margin-right: 0;
}
.nittei_kekka_free_ppp {
	font-size: 32px;
	margin-bottom: 3.07%;
	font-family: "Sofia Sans Extra Condensed", sans-serif;
	font-weight: 700;
	margin-top: 5.38%;
}
/* 伸縮で誤差が出ないよう固定 */
.n-k-inner1_flex1 > .n-k-each{
  width:31.53%;
  flex:0 0 31.53%;
  margin-right:2.69%;
  margin-bottom:2.69%;
}

/* ← “.n-k-each だけ” を3個ごとに数える（WPが入れた<p>などは無視できる） */
.n-k-inner1_flex1 > .n-k-each:nth-child(3n of .n-k-each){
  margin-right:0;
}
