@charset "utf-8";

/********************
matter
********************/

@media screen and (max-width:767px) {

	.matter-header {
		font-size: 22px;
		font-weight: 600;
		line-height: 33px;
		color: #333333;
	}

	.matter-list {
		margin-top: 50px;
	}

	.matter-list__block {
		margin-bottom: 20px;
	}

	.matter-list__subblock {
		margin-top: 20px;
	}

	.matter-list__subblock2 {
		margin-top: 10px;
	}

	.matter-list__title {
		font-size: 18px;
		font-weight: 500;
		line-height: 27px;
		margin: 50px 0 10px 15px;
		padding-left: 1.5em;
		text-indent: -1.5em;
		position: relative;
	}

	.matter-list__title::before {
		content: "";
		position: absolute;
		top: 0;
		left: -15px;
		display: block;
		width: 5px;
		height: 100%;
		border-radius: 3px;
		background-color: #20A2C6;
	}

	.matter-list__title span {
		margin-right: 0.7em;
	}

	.matter-list__subtitle {
		position: relative;
		font-size: 16px;
		font-weight: 500;
		line-height: 26px;
		padding-left: 1.2em;
		margin-bottom: 5px;
	}

	.matter-list__subtitle::before {
		content: "●";
		position: absolute;
		top: 0;
		left: 0;
		color: var(--blue);
		font-size: 0.6em;
	}

	.matter-list__subtitle2 {
		position: relative;
		font-size: 16px;
		font-weight: 500;
		line-height: 26px;
		margin-bottom: 5px;
	}

	.matter-list__txt {
		font-size: 16px;
		line-height: 28px;
		text-align: justify;
		word-break: break-all;
	}

	.matter-list__txt > a {
		position: relative;
		display: block;
		width: auto;
		font-size: 16px;
		line-height: 24px;
		color: var(--blue);
		font-weight: 500;
		padding-left: 16px;
		background-image: url(../images/icon-btn-bl.png);
		background-repeat: no-repeat;
		background-position: left top 10px;
		background-size: 5.72px 10px;
		transition: 0.3s ease;
	}

	.matter-list__txt > a:hover {
		opacity: 0.7;
	}

	.matter-list__link {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
		margin-top: 20px;
	}

	.matter-list__link > a {
		position: relative;
		display: block;
		width: auto;
		font-size: 16px;
		line-height: 24px;
		color: var(--blue);
		font-weight: 500;
		padding-left: 16px;
		background-image: url(../images/icon-btn-bl.png);
		background-repeat: no-repeat;
		background-position: left top 10px;
		background-size: 5.72px 10px;
		transition: 0.3s ease;
	}

	.matter-list__link > a + a {
		margin-top: 10px;
	}

	.matter-list__link > a:hover {
		opacity: 0.7;
	}

	.matter-list__list > li {
		position: relative;
		font-size: 16px;
		line-height: 28px;
		text-align: justify;
		word-break: break-all;
	}

	.matter-list__list > li + li {
		margin-top: 15px;
	}

	ul.matter-list__list li {
		padding-left: 1.2em;
	}

	ul.matter-list__list li::before {
		content: "●";
		position: absolute;
		top: 0.15em;
		left: 0;
		color: var(--blue);
		font-size: 0.8em;
	}

	ol.matter-list__list {
		list-style-type: none;
	}

	ol.matter-list__list li {
		padding-left: 1.2em;
	}

	ol.matter-list__list li::before {
		content: "";
		position: absolute;
		top: 0.05em;
		left: 0;
		color: var(--blue);
		font-weight: 900;
	}

	ol.matter-list__list li:nth-child(1):before {
		content: "\02776";
	}
	ol.matter-list__list li:nth-child(2):before {
		content: "\02777";
	}
	ol.matter-list__list li:nth-child(3):before {
		content: "\02778";
	}
	ol.matter-list__list li:nth-child(4):before {
		content: "\02779";
	}
	ol.matter-list__list li:nth-child(5):before {
		content: "\0277a";
	}
	ol.matter-list__list li:nth-child(6):before {
		content: "\0277b";
	}
	ol.matter-list__list li:nth-child(7):before {
		content: "\0277c";
	}
	ol.matter-list__list li:nth-child(8):before {
		content: "\0277d";
	}
	ol.matter-list__list li:nth-child(9):before {
		content: "\0277e";
	}
	ol.matter-list__list li:nth-child(10):before {
		content: "\0277f";
	}

	.matter-tbl2 {
		width: 960px;
		border-collapse: separate;
		border-spacing: 0;
		overflow: hidden;
	}

	.matter-tbl2 tr th {
		border: 1px solid #D5DCDE;
		background-color: #F4F8FB;
		font-size: 16px;
		font-weight: 500;
		line-height: 1.25;
		text-align: center;
		padding: 10px;
	}

	.matter-tbl2 tr td {
		border: 1px solid #D5DCDE;
		background-color: var(--white);
		font-size: 16px;
		font-weight: 500;
		line-height: 1.25;
		text-align: center;
		padding: 10px;
	}

}





@media screen and (min-width:768px) {

	.matter-header {
		font-size: 36px;
		font-weight: 500;
		line-height: calc(54/36);
		color: #333333;
		transition: 0.3s ease;
	}

	.matter-list {
		margin-top: 50px;
	}

	.matter-list__block {
		margin-bottom: 30px;
	}

	.matter-list__subblock {
		margin-top: 30px;
	}

	.matter-list__subblock2 {
		margin-top: 10px;
	}

	.matter-list__title {
		font-size: 26px;
		font-weight: 500;
		line-height: calc(42/26);
		margin: 50px 0 10px 15px;
		padding-left: 1.5em;
		text-indent: -1.5em;
		transition: 0.3s ease;
		position: relative;
	}

	.matter-list__title::before {
		content: "";
		position: absolute;
		top: 0;
		left: -15px;
		display: block;
		width: 5px;
		height: 100%;
		border-radius: 3px;
		background-color: #20A2C6;
	}

	.matter-list__title span {
		margin-right: 0.7em;
	}

	.matter-list__subtitle {
		position: relative;
		font-size: 22px;
		font-weight: 500;
		line-height: calc(42/22);
		padding-left: 1.1em;
	}

	.matter-list__subtitle::before {
		content: "●";
		position: absolute;
		top: 0.7em;
		left: 0;
		color: var(--blue);
		font-size: 0.6em;
	}

	.matter-list__subtitle2 {
		font-size: 20px;
		font-weight: 500;
		line-height: calc(42/22);
	}

	.matter-list__txt {
		font-size: 17px;
		line-height: 2;
		text-align: justify;
		word-break: break-all;
		transition: 0.3s ease;
	}

	.matter-list__txt > a {
		position: relative;
		font-size: 18px;
		line-height: 26px;
		color: var(--blue);
		font-weight: 500;
	}

	.matter-list__link > a:hover {
		opacity: 0.7;
	}

	.matter-list__link {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		width: 100%;
		margin-top: 20px;
	}

	.matter-list__link > a {
		position: relative;
		display: block;
		width: auto;
		font-size: 18px;
		line-height: 26px;
		color: var(--blue);
		font-weight: 500;
		padding-left: 16px;
		background-image: url(../images/icon-btn-bl.png);
		background-repeat: no-repeat;
		background-position: left top 10px;
		background-size: 5.72px 10px;
		transition: 0.3s ease;
	}

	.matter-list__link > a + a {
		margin-top: 10px;
	}

	.matter-list__link > a:hover {
		opacity: 0.7;
	}


	.matter-list__list > li {
		position: relative;
		font-size: 17px;
		line-height: 2;
		text-align: justify;
		word-break: break-all;
		transition: 0.3s ease;
	}

	.matter-list__list > li + li {
		margin-top: 15px;
	}

	ul.matter-list__list li {
		padding-left: 1.2em;
	}

	ul.matter-list__list li::before {
		content: "●";
		position: absolute;
		top: 0.3em;
		left: 0;
		color: var(--blue);
		font-size: 0.8em;
	}

	ol.matter-list__list {
		list-style-type: none;
	}

	ol.matter-list__list li {
		padding-left: 1.2em;
	}

	ol.matter-list__list li::before {
		content: "";
		position: absolute;
		top: 0.05em;
		left: 0;
		color: var(--blue);
		font-weight: 900;
	}

	ol.matter-list__list li:nth-child(1):before {
		content: "\02776";
	}
	ol.matter-list__list li:nth-child(2):before {
		content: "\02777";
	}
	ol.matter-list__list li:nth-child(3):before {
		content: "\02778";
	}
	ol.matter-list__list li:nth-child(4):before {
		content: "\02779";
	}
	ol.matter-list__list li:nth-child(5):before {
		content: "\0277a";
	}
	ol.matter-list__list li:nth-child(6):before {
		content: "\0277b";
	}
	ol.matter-list__list li:nth-child(7):before {
		content: "\0277c";
	}
	ol.matter-list__list li:nth-child(8):before {
		content: "\0277d";
	}
	ol.matter-list__list li:nth-child(9):before {
		content: "\0277e";
	}
	ol.matter-list__list li:nth-child(10):before {
		content: "\0277f";
	}

	.matter-tbl2 {
		width: 100%;
		border-collapse: separate;
		border-spacing: 0;
		overflow: hidden;
	}

	.matter-tbl2 tr th {
		border: 1px solid #D5DCDE;
		background-color: #F4F8FB;
		font-size: 16px;
		font-weight: 500;
		line-height: 1.25;
		padding: 20px 10px;
		text-align: center;
		transition: 0.3s ease;
	}

	.matter-tbl2 tr td {
		border: 1px solid #D5DCDE;
		background-color: var(--white);
		font-size: 16px;
		font-weight: 500;
		line-height: 1.25;
		padding: 20px 10px;
		text-align: center;
		transition: 0.3s ease;
	}

}




@media screen and (min-width:1025px) {
	.page-matter.adjust-font.large .matter-header {
		font-size: 38px;
	}
	.page-matter.adjust-font.small .matter-header {
		font-size: 34px;
	}
	.page-matter.adjust-font.large .matter-list__title {
		font-size: 32px;
	}
	.page-matter.adjust-font.small .matter-list__title {
		font-size: 28px;
	}
	.page-matter.adjust-font.large .matter-list__txt {
		font-size: 19px;
	}
	.page-matter.adjust-font.small .matter-list__txt {
		font-size: 15px;
	}
	.page-matter.adjust-font.large .matter-list__subtitle {
		font-size: 28px;
	}
	.page-matter.adjust-font.small .matter-list__subtitle {
		font-size: 24px;
	}
	.page-matter.adjust-font.large .matter-list__links > a {
		font-size: 20px;
	}
	.page-matter.adjust-font.small .matter-list__links > a {
		font-size: 16px;
	}

	.page-matter.adjust-font.large .matter-list__subtitle {
		font-size: 24px;
	}
	.page-matter.adjust-font.small .matter-list__subtitle {
		font-size: 20px;
	}

	
  .page-matter.adjust-font.large .matter-list__list > li {
    font-size: 19px;
  }
  .page-matter.adjust-font.small .matter-list__list > li {
    font-size: 15px;
  }
}

/********************
summary
********************/


p.summary-box__tbl-row__date {
	text-align: right;
	margin-top: 1.0em;
}