
/*.com common.css　抜粋*/
.list-two-clm > li:nth-of-type(2n),
.list-two-clm > .clm:nth-of-type(2n),
.list-three-clm > li:nth-of-type(3n),
.list-three-clm > div:nth-of-type(3n),
.list-three-clm .clm:nth-of-type(3n),
.list-four-clm > li:nth-of-type(4n),
.list-four-clm > div:nth-of-type(4n),
.list-five-clm > li:nth-of-type(5n),
.list-five-clm > div:nth-of-type(5n),
.list-one-two-clm > div:nth-of-type(2n),
.list-one-two-clm > li:nth-of-type(2n),
.list-two-one-clm > div:nth-of-type(2n),
.list-two-one-clm > li:nth-of-type(2n) {
    margin-right: 0;
}
.list-two-clm > li, .list-two-clm > .clm {
    box-sizing: border-box;
    margin: 0 5% 1.5em 0;
    width: 47.5%;
}
.list-two-clm, .list-three-clm, .list-four-clm, .list-five-clm, .list-one-two-clm, .list-two-one-clm {
    display: flex;
    flex-wrap: wrap;
}
.list-three-clm > li, .list-three-clm > div, .list-three-clm .clm, .list-one-two-clm > li, .list-one-two-clm > div, .list-one-two-clm .clm, .list-two-one-clm > li, .list-two-one-clm > div, .list-two-one-clm .clm {
    width: 30%;
    margin: 0 5% 3em 0;
}
.related_banner {
    display: flex;
    flex-wrap: wrap;
}
.related_banner > p {
    width: 20.4%;
    margin-right: 6.13%;
}
.related_banner img {
    display: block;
}
.related_banner > p:nth-of-type(4n) {
    margin-right: 0;
}
.related_banner a .copy {
    background: linear-gradient(#e8e8e8, #fff 24px);
    color: #161616;
    display: block;
    margin-top: 2px;
    padding: 24px 0 0 0;
}
.related_banner a .title {
    color: #004ea2;
    font-weight: normal;
    line-height: 1.3;
    padding: 0 0.25em 1.25em;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.related_banner img {
    display: block;
}

@media screen and (max-width: 960px) {
    .related_banner > p {
        width: 23%;
        margin-right: 2.66%;
    }
}
@media screen and (max-width: 640px) {
	.related_banner a .title {
        display: block;
        justify-content: left;
        padding: 0 0 0.75em;
        font-weight: bold;
        text-align: left;
	}
    .related_banner > p {
        width: 100%;
        margin: 0 0 1em;
    }
	.related_banner > p > a {
        display: flex;
        flex-wrap: wrap;
    }
	.related_banner a .thumbnail {
        width: 150px;
    }
	.related_banner a .copy {
        background: none;
        box-sizing: border-box;
        font-size: 0.875em;
        margin: 0;
        padding: 0 0 0 1em;
        text-align: left;
        width: calc(100% - 150px);
    }
}
@media screen and (max-width: 680px) {
    .list-three-clm > li, .list-three-clm > div, .list-three-clm .clm, .list-four-clm > li, .list-four-clm > div {
        width: 48%;
        margin: 0 4% 3em 0;
				padding: 0;
    }
		.list-three-clm > li:nth-of-type(2n), .list-three-clm > div:nth-of-type(2n), .list-three-clm .clm:nth-of-type(2n), .list-four-clm > li:nth-of-type(2n), .list-four-clm > div:nth-of-type(2n) {
				margin-right: 0;
		}
}
@media screen and (max-width: 400px) {
    .list-two-clm > li, .list-two-clm > .clm, .list-three-clm > li, .list-three-clm > div, .list-three-clm .clm, .list-four-clm > li, .list-four-clm > div, .list-one-two-clm > div:nth-of-type(2n), .list-one-two-clm > li:nth-of-type(2n), .list-two-one-clm > div:nth-of-type(2n-1), .list-two-one-clm > li:nth-of-type(2n-1), .list-one-two-clm > div, .list-one-two-clm > li, .list-two-one-clm > div, .list-two-one-clm > li {
        width: 100%;
        margin-right: 0;
    }
}
@media screen and (max-width: 680px) {
    .list-three-clm {
        justify-content: space-between;
    }
}
/*contents.css　上書き用*/
ul>li:before {
	content: none;
}

/*style.css 上書き*/
a {
    text-decoration: none;
}
#Tracking h2, #About h2, #Goal h2, #Cheer h2 {
    border-bottom: none;
}
section h3 {
	padding-bottom: 0;
    border-bottom: none;
}
#Banners h2 {
	border-bottom: none;
}
@media screen and (max-width: 1200px) {
    .inner {
        max-width: inherit;
    }
}


/*skin_common.css　上書き用*/
.inner {
    width: 100%;
}

#header .inner {
    width: 1200px;
}

section > .inner {
    width: 1200px;
}
.mainArea {
  font-size: 16px;
}
.breadcrumb #dnn_dnnBREADCRUMB_lblBreadCrumb {
    margin: auto;
    width: 1200px;
    display: block;
}
.PagetitlePane h1 {
    width: 1200px;
    margin-inline: auto;
}

#footer .inner {
    width: 1200px;
}
@media screen and (max-width: 768px) {
	.mainArea {
		font-size: 14px;
	}
    .ContentPane {
        padding: 2.15em 6% 5em;
        padding: 0;
    }
	#header .inner,
	section > .inner,
	.breadcrumb #dnn_dnnBREADCRUMB_lblBreadCrumb,
	.PagetitlePane h1,
	#footer .inner {
		width: inherit;
		padding-inline: 18px;
	}
    #header .inner, #footer .inner {
        padding-inline: inherit;
    }
	.breadcrumb #dnn_dnnBREADCRUMB_lblBreadCrumb,
	.PagetitlePane h1,
    #footer .footBottom .inner {
        padding-inline: 0;
    }
}
