@charset "utf-8";
.csrreport .anchor-linklist_item { width: 290px; }
.csrreport .block-mid { text-align: center; }
.csrreport #Main #Main_inner { padding-bottom: 100px; }
a.button.button-basic.button-basic_w100percent { min-height: 58px; }

@media screen and (max-width: 667px) {
.csrreport .anchor-linklist_item { width: 48.3%; }
.csrreport #Main #Main_inner { padding-bottom: 0; }
}

/*
	各小見出しの装飾
------------------------------------*/
.unity .column-2:first-of-type .block:nth-of-type(2) .title.title-label,
.unity .column-2:first-of-type .block:nth-of-type(11) .title.title-label,
.unity .column-2:first-of-type .block:nth-of-type(12) .title.title-label {
border-left-color: #4c4c4c;
}
.unity .column-2:first-of-type .block:nth-of-type(2) .title.title-label:before,
.unity .column-2:first-of-type .block:nth-of-type(11) .title.title-label:before,
.unity .column-2:first-of-type .block:nth-of-type(12) .title.title-label:before {
background-color: #4c4c4c;
}

.unity .column-2:first-of-type .block:nth-of-type(3) .title.title-label {
border-left-color: #f8b62d;
}
.unity .column-2:first-of-type .block:nth-of-type(3) .title.title-label:before {
background-color: #f8b62d;
}

.unity .column-2:first-of-type .block:nth-of-type(4) .title.title-label {
border-left-color: #6bbc6e;
}
.unity .column-2:first-of-type .block:nth-of-type(4) .title.title-label:before {
background-color: #6bbc6e;
}

.unity .column-2:first-of-type .block:nth-of-type(5) .title.title-label {
border-left-color: #9f7bb5;
}
.unity .column-2:first-of-type .block:nth-of-type(5) .title.title-label:before {
background-color: #9f7bb5;
}

.unity .column-2:first-of-type .block:nth-of-type(6) .title.title-label {
border-left-color: #e46c8e;
}
.unity .column-2:first-of-type .block:nth-of-type(6) .title.title-label:before {
background-color: #e46c8e;
}

.unity .column-2:first-of-type .block:nth-of-type(7) .title.title-label {
border-left-color: #4694d1;
}
.unity .column-2:first-of-type .block:nth-of-type(7) .title.title-label:before {
background-color: #4694d1;
}

.unity .column-2:first-of-type .block:nth-of-type(8) .title.title-label {
border-left-color: #b963a4;
}
.unity .column-2:first-of-type .block:nth-of-type(8) .title.title-label:before {
background-color: #b963a4;
}

.unity .column-2:first-of-type .block:nth-of-type(9) .title.title-label {
border-left-color: #00ada9;
}
.unity .column-2:first-of-type .block:nth-of-type(9) .title.title-label:before {
background-color: #00ada9;
}

.unity .column-2:first-of-type .block:nth-of-type(10) .title.title-label {
border-left-color: #6fba2c;
}
.unity .column-2:first-of-type .block:nth-of-type(10) .title.title-label:before {
background-color: #6fba2c;
}

.more-link {
display: inline-block;
border: solid 1px #bbb;
box-sizing: border-box;
padding: .5em;
margin: 50px 0 0;
}

.font_small a {
font-size: 1.2em !important;
}

@media screen and (max-width: 667px) {
.more-link {
margin: 0 0 50px;
}
.font_small a {
font-size: 100% !important;
}
}