
.c-relationBlock {
	margin-top: 30px;
}
.c-snsLinkSet {
	margin-top: 30px;
}
.c-acrobat {
	margin-top: 60px;
	margin-bottom: 60px;
}
.c-ttl-middleBlock.data {
	margin-top: 60px;
	margin-bottom: 30px;
}
.c-ttl-smallBlock.data {
	margin-top: 60px;
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	.c-ttl-smallBlock.data {
		margin-top: 30px;
	}
}
.c-dlBlock .c-dlList .c-dl a[href$=".zip"] > p::before {
	width: 26px;
	height: 24px;
	background: url(../images/cms_contents/ico_zip.svg) center center no-repeat;
	background-size: contain;
}

/* index
----------------------------------------------------------- */
.indexDlBox {
	margin: 0 0 60px 0;
	border: 1px solid #cccccc;
}
.indexDlBox .head {
	font-size: 1.6rem;
	font-weight: bold;
	padding: 12px 15px;
	border-bottom: 1px solid #cccccc;
}
.indexDlBox .bodyBox {
	display: flex;
	justify-content: space-between;
	padding: 12px 15px;
}
.indexDlBox .bodyBox .txtBox {
	width: 50%;
}
.indexDlBox .ttl01 {
	font-size: 1.4rem;
	font-weight: bold;
}
.indexDlBox .list01 {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.4rem;
	margin: 1em 0 0 0;
}
.indexDlBox .list01 > li {
	padding:  0 0 0 1em;
	position: relative;
	box-sizing: border-box;
}
.indexDlBox .list01 > li::before {
	content: "・";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.indexDlBox .list01 > li:nth-child(odd) {
	width: 30%;
}
.indexDlBox .list01 > li:nth-child(even) {
	width: 70%;
}
.indexDlBox .bodyBox .imgBox img {
	max-width: 100%;
	height: auto;
}
.indexDlBox .c-dlBlock {
	margin-bottom: 0;
}

@media screen and (max-width: 767px) {
	.indexDlBox .bodyBox {
		flex-direction: column;
	}
	.indexDlBox .bodyBox .txtBox {
		width: auto;
	}
	.indexDlBox .bodyBox .imgBox {
		margin-top: 15px;
	}
}

.mvBox01 {
	text-align: center;
	margin: 30px auto;
}
@media screen and (max-width: 767px) {
	.mvBox01 {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
	}
	.mvBox01 iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}
}

/* result
----------------------------------------------------------- */
h1 span.result,
h1 span.annual,
h1 span.report
{ display: none; }

.dataDlBlock .dlList {
}
@media screen and (max-width: 767px) {
	.dataDlBlock .dlList {
	}
}
.dataDlBlock .dlList > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 0;
}
.dataDlBlock .dlList > li + li {
	border-top: 1px dotted #cccccc;
}
@media screen and (max-width: 767px) {
	.dataDlBlock .dlList > li {
		display: block;
		text-align: center;
	}
}
.dataDlBlock .dlList > li .document {
	margin-right: 1em;
	font-size: 1.4rem;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.dataDlBlock .dlList > li .document {
		line-height: 1.75
	}
}
.dataDlBlock .dlList > li a ,
.dataDlBlock .dlList > li .nolink {
	padding: 10px 12px;
	border: 1px solid #949494;
	border-radius: 5px;
	background: #fff
}
.dataDlBlock .dlList > li a + a {
	margin-left: 6px;
}
@media screen and (min-width: 768px) {
	.dataDlBlock .dlList > li a {
		-webkit-transition: 0.3s;
		transition: 0.3s
	}
	.dataDlBlock .dlList > li a:hover {
		opacity: 0.7;
		-webkit-transition: 0.3s;
		transition: 0.3s
	}
}
@media screen and (max-width: 767px) {
	.dataDlBlock .dlList > li a ,
	.dataDlBlock .dlList > li .nolink {
		display: inline-block;
		margin-top: 10px;
	}
	.dataDlBlock .dlList > li a + a {
		margin-left: 10px;
	}
}
.dataDlBlock .dlList > li a > span ,
.dataDlBlock .dlList > li .nolink > span {
	position: relative;
	padding-left: 33px;
	font-size: 1.2rem;
	white-space: nowrap
}
.dataDlBlock .dlList > li a > span::before ,
.dataDlBlock .dlList > li .nolink > span::before {
	position: absolute;
	display: inline-block;
	content: "";
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.dataDlBlock .dlList > li a[href$=".xls"] > span::before, .dataDlBlock .dlList > li a[href$=".xlsx"] span::before {
	width: 21px;
	height: 24px;
	background-image: url(../images/cms_common/excel.png);
	background-size: cover
}
.dataDlBlock .dlList > li a[href$=".pdf"] > span::before {
	width: 20px;
	height: 25px;
	background-image: url(../images/cms_contents/ico_pdf.svg);
	background-size: cover
}
.dataDlBlock .dlList > li a.web > span::before {
	width: 25px;
	height: 23px;
	background-image: url(../images/data/ico_web.png);
	background-size: cover
}
.dataDlBlock .dlList > li a.mv > span::before ,
.dataDlBlock .dlList > li .nolink.mv > span::before {
	width: 25px;
	height: 20px;
	background-image: url(../images/data/ico_mv.png);
	background-size: cover
}
.dataDlBlock .dlList > li .file_size {
	margin-left: 5px;
}
.resultAnchorBox {
	font-size: 1.4rem;
	margin: 30px 0;
	padding: 0.8em 4em;
	border: 2px solid #eeeeee;
}
.resultAnchorBox ul {
	display: flex;
	justify-content: space-around;
}
.resultAnchorBox ul li {
}
.resultAnchorBox ul li a {
	display: inline-block;
	position: relative;
	padding-right: 17px;
	color: #1368d6
}
.resultAnchorBox ul li a::after {
	position: absolute;
	display: inline-block;
	content: "";
	top: 50%;
	right: 0;
	width: 5px;
	height: 5px;
	border-bottom: 2px solid #1368d6;
	border-left: 2px solid #1368d6;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
	.resultAnchorBox {
		padding: 0.8em;
	}
	.resultAnchorBox ul {
		display: block;
	}
}
.resultFaqNotionList {
	font-size: 1.4rem;
	margin: 1em 0 0 0;
}


/* report
----------------------------------------------------------- */
.reportSplitBox {
	margin: 30px 0 50px 0;
	padding: 5px 0 0 0;
	border-top: 2px solid #cccccc;
}
.reportSplitBox .head {
	font-size: 1.6rem;
}
.reportSplitBox .box01 {
	font-size: 1.4rem;
	margin: 5px 0 0 0;
	padding: 1.5em;
	background: #eeeeee;
}
.reportSplitBox .list01 {
}
.reportSplitBox .list01 li + li {
	margin: 0.5em 0 0 0;
}
.reportSplitBox .list01 li a {
	color: #004c97;
	display: inline-block;
	padding: 0 0 0 10px;
	position: relative;
	-webkit-transition: 0.3s;
	transition: 0.3s
}
.reportSplitBox .list01 li a:hover {
	opacity: 0.7;
}
.reportSplitBox .list01 li a::before {
	display: inline-block;
	position: absolute;
	content: "";
	top: 0.8em;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent currentColor
}
.reportSplitBox .list01 li a .volume {
	display: inline-block;
	color: #000000;
}
.reportSplitBox .list01 li a .volume i {
	display: inline-block;
	vertical-align: middle;
}
.reportSplitBox .list01 li a[href$=".pdf"] .volume i {
	width:  15px;
	height: 22px;
	background: url(../images/cms_contents/ico_pdf.svg) center center no-repeat;
	background-size: contain;
	margin: 0 0 2px 2px;
}
.reportSplitBox .list01 ul {
	margin: 0.5em 0 0.8em 2em;
}
.reportSplitBox .ttl01 {
	font-weight: bold;
	margin: 0.8em 0 0 0;
}
.c-ttl-middle.reportBacknumber {
	margin-top: 60px;
}


/* annual
----------------------------------------------------------- */
.annualReportBox01 {
	margin: 30px 0 0 0;
}
.annualReportBox01 .list01 {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	flex-wrap: wrap;
}
.annualReportBox01 .list01 > li {
	width: 26%;
	text-align: center;
}
.annualReportBox01 .list01 > li .imgBox img {
	border: 1px solid #cccccc;
}
.annualReportBox01 .list01 > li .name {
	font-size: 1.4rem;
	margin: 0.5em 0 0 0;
}
.annualReportBox01 .txt01 {
	text-align: center;
	font-size: 1.4rem;
	margin: 1em 0 0 0;
}
.annualReportBox01 .btnBox {
	margin: 30px auto 0;
	text-align: center;
	-webkit-transition: 0.3s;
	transition: 0.3s
}
.annualReportBox01 .btnBox a {
	position: relative;
	display: inline-block;
	padding: 4px 10px;
	width: 180px;
	font-size: 1.6rem;
	color: #004c97;
	border: 1px solid currentColor;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center
}
.annualReportBox01 .btnBox a::before {
	display: inline-block;
	position: absolute;
	content: "";
	top: 50%;
	left: 30px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent currentColor
}
@media screen and (min-width: 768px) {
	.annualReportBox01 .btnBox:hover a {
		background: #004c97;
		color: #fff;
		-webkit-transition: 0.3s;
		transition: 0.3s
	}
}
.annualReportBox01 .typeBox {
	margin: 45px auto 0;
}
.annualReportBox01 .typeBox .ttl {
	font-size: 1.8rem;
	font-weight: bold;
}
.annualReportBox01 .typeBox .c-linkBtnBlock {
	margin: 10px 0 0 0;
}
.annualReportBox01 .typeBox .c-linkBtn a {
	height: 60px;
}
.annualReportBox01 .typeBox .c-linkBtn .volume {
	font-size: 1rem;
	display: block;
}
.annualReportBox01 .typeBox .c-linkBtn .txtWrap {
	padding-top: 0!important;
	padding-bottom: 0!important;
	height: 100%;
	display: flex!important;
	align-items: center;
	justify-content: center;
}
.annualReportBox01 .typeBox .c-linkBtn .txtWrap::before {
	position: absolute;
	display: block;
	content: "";
	top: 50%;
	left: 18px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}
.annualReportBox01 .typeBox .c-linkBtn.web .txtWrap::before {
	width: 34px;
	height: 31px;
	background: url(../images/data/ico_web.png) center center no-repeat;
	background-size: contain;
}
.annualReportBox01 .typeBox .c-linkBtn.pdf .txtWrap::before {
	width: 32px;
	height: 38px;
	background: url(../images/cms_contents/ico_pdf.svg) center center no-repeat;
	background-size: contain;
}
.annualReportBox01 .typeBox .c-linkBtn.jpg .txtWrap::before {
	width: 27px;
	height: 33px;
	background: url(../images/data/ico_jpg.png) center center no-repeat;
	background-size: contain;
}
.annualReportBox01 .typeBox .c-linkBtn .txtWrap .ttl {
	font-weight: normal!important;
}
@media screen and (max-width: 767px) {
	.annualReportBox01 .list01 {
		align-items: flex-start;
		justify-content: flex-start;
	}
	.annualReportBox01 .list01 > li {
		width: 50%;
		margin-bottom: 10px;
	}
	.annualReportBox01 .list01 > li .imgBox {
		height: 180px;
		display: flex;
		align-items: flex-end;
		justify-content: center;
	}
	.annualReportBox01 .list01 > li .imgBox img {
		width: auto;
		max-height: 180px;
	}
		.annualReportBox01 .list01 > li .imgBox img.fact {
		width: auto;
		max-height: 150px;
	}
	.annualReportBox01 .typeBox .ttl {
		text-align: center;
	}
	.annualReportBox01 .c-linkBtnList {
		justify-content: center;
	}
	.annualReportBox01 .c-linkBtnList .c-linkBtn.is-small {
		width: 254px;
		margin-right: 5px;
		margin-left: 5px;
	}
}

.annualReportSeparateBox {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #cccccc;
}
.annualReportSeparateBox .c-ttl-little {
}
.annualReportSeparateBox .c-ttl-little .notion {
	color: #000000;
	font-size: 1.4rem;
	font-weight: normal;
	margin: 0 0 0 1em;
}
.annualReportSeparateBox .box01 {
	display: flex;
	justify-content: space-between;
}
.annualReportSeparateBox .box01 .imgBox {
	width: 200px;
	text-align: center;
}
.annualReportSeparateBox .box01 .imgBox img {
	border: 1px solid #cccccc;
}
.annualReportSeparateBox .box01 .txtBox {
	width: calc(100% - 200px - 30px);
}
.annualReportSeparateBox .box01 .txtBox .c-dlBlock {
	margin: 0;
}
.annualReportSeparateBox .list01 {
	font-size: 1.4rem;
	margin: 0.5em 0 0 0;
}
.annualReportSeparateBox .list01 ul {
	margin-left: 1em;
}
.annualReportSeparateBox .list01 li {
	padding:  0 0 0 1em;
	position: relative;
	box-sizing: border-box;
}
.annualReportSeparateBox .list01 li::before {
	content: "・";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.annualReportSeparateBox .list01.report li + li {
	margin-top: 1.5em;
}
.annualReportSeparateBox .list01 .ttl {
	font-weight: bold;
}
.annualReportSeparateBox .list01 .personTbl + .ttl {
	margin-top: 1em;
}
.annualReportSeparateBox .list01 .personTbl {
	margin: 0.5em 0 0 0;
}
.annualReportSeparateBox .list01 .personTbl td {
	padding-left: 1em;
}
.annualReportSeparateBox .list01 strong {
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.annualReportSeparateBox .box01 {
		flex-direction: column;
	}
	.annualReportSeparateBox .box01 .imgBox {
		width: auto;
	}
	.annualReportSeparateBox .box01 .txtBox {
		width: auto;
		margin-top: 20px;
	}
}

.annualBnImgBox01 {
	text-align: center;
	margin: 20px auto;
}

.c-ttl-middle.annualBacknumber {
	margin-top: 60px;
}
.annualLink01 {
	margin: 1em 0 0 0;
}
.annualLink01 a {
	position: relative;
	padding-left: 12px;
	font-size: 1.4rem;
	color: #1368d6
}
.annualLink01 a::before {
	display: inline-block;
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent currentColor
}

/* enterprise
----------------------------------------------------------- */
.enterpriseBox01 {
}
.enterpriseBox01 + .enterpriseBox01 {
	margin-top: 30px;
}
.enterpriseBox01 .box01 {
	display: flex;
	justify-content: space-between;
}
.enterpriseBox01 .imgBox {
	width: 310px;
}
.enterpriseBox01 .imgBox ul {
	display: flex;
	justify-content: center;
}
.enterpriseBox01 .imgBox ul li + li {
	margin-left: 10px;
}
.enterpriseBox01 .imgBox ul li img {
	max-width: 100%;
	height: auto;
	border: 1px solid #cccccc;
}
.enterpriseBox01 .txtBox {
	width: calc(100% - 310px - 15px);
}
.enterpriseBox01 .c-dlBlock {
	margin: 0;
}
@media screen and (max-width: 767px) {
	.enterpriseBox01 .box01 {
		flex-direction: column;
	}
	.enterpriseBox01 .imgBox {
		width: auto;
	}
	.enterpriseBox01 .txtBox {
		width: auto;
		margin-top: 20px;
	}
	.enterpriseBox01 .imgBox ul li {
		max-width: calc(50% - 10px);
	}
}

/* aor
----------------------------------------------------------- */
.oarIndexImgBox01 {
	text-align: center;
	margin: 0 0 20px 0;
}
.oarIndexImgBox01 img {
	max-width: 100%;
	height: auto;
	border: 1px solid #cccccc;
}
.oarIndexImgBox01 a {
	-webkit-transition: 0.3s;
	transition: 0.3s
}
.oarIndexImgBox01 a:hover {
	opacity: 0.7;
}
.oarIndexBacknumberList {
	display: flex;
	flex-wrap: wrap;
}
.oarIndexBacknumberList > li {
	width: 29%;
	margin: 0 6.5% 3% 0;
	text-align: center;
}
.oarIndexBacknumberList > li:nth-child(3n) {
	margin-right: 0;
}
.oarIndexBacknumberList > li a {
	display: block;
	-webkit-transition: 0.3s;
	transition: 0.3s
}
.oarIndexBacknumberList > li a:hover {
	opacity: 0.7;
}
.oarIndexBacknumberList > li .imgBox {
}
.oarIndexBacknumberList > li .imgBox img {
	width: 100%;
	height: auto;
	border: 1px solid #cccccc;
}
.oarIndexBacknumberList > li .name {
	color: #1368d6;
	font-size: 1.4rem;
	margin: 0.2em 0 0 0;
}
.oarIndexBacknumberList > li .name::before {
	display: inline-block;
	margin: 0 5px 0 0;
	content: "";
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent currentColor
}
@media screen and (max-width: 767px) {
	.oarIndexBacknumberList {
		display: block;
	}
	.oarIndexBacknumberList > li {
		width: auto;
		margin: 0 0 15px 0!important;
	}
}

/* factbook
----------------------------------------------------------- */
.factbookBox01 {
	margin-top: 40px;
}
.factbookBox01 .box01 {
	display: flex;
	justify-content: space-between;
}
.factbookBox01 .box01 .imgBox {
	width: 140px;
	text-align: center;
}
.factbookBox01 .box01 .imgBox img {
	width: 100%;
	height: auto;
	border: 1px solid #cccccc;
}
.factbookBox01 .box01 .txtBox {
	width: calc(100% - 140px - 20px);
}
.factbookBox01 .box01 .txtBox .c-dlBlock {
	margin: 0;
}
.factbookBox01 .list01 {
	font-size: 1.4rem;
	margin: 0.5em 0 0 0;
}
.factbookBox01 .list01 > li {
	padding:  0 0 0 1em;
	position: relative;
	box-sizing: border-box;
}
.factbookBox01 .list01 > li::before {
	content: "・";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width: 767px) {
	.factbookBox01 .box01 {
		flex-direction: column;
	}
	.factbookBox01 .box01 .imgBox {
		margin: 0 auto;
	}
	.factbookBox01 .box01 .txtBox {
		width: auto;
		margin-top: 20px;
	}
}

/* summary
----------------------------------------------------------- */
.summaryBox01 {
	display: flex;
	justify-content: space-between;
}
.summaryBox01 .imgBox {
	width: 155px;
}
.summaryBox01 .txtBox {
	width: calc(100% - 155px - 25px);
}
.summaryBox01 .txtBox p {
	font-size: 1.4rem;
}
.summaryBox01 .txtBox p + p {
	margin-top: 1em;
}
.summaryBox01 .txtBox .date {
	font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
	.summaryBox01 {
		flex-direction: column;
	}
	.summaryBox01 .imgBox {
		margin: 0 auto;
	}
	.summaryBox01 .txtBox {
		width: auto;
		margin: 15px 0 0 0;
	}
}
.summaryBtnBox01 {
	margin: 30px auto 0;
	text-align: center;
	-webkit-transition: 0.3s;
	transition: 0.3s
}
.summaryBtnBox01 a {
	position: relative;
	display: inline-block;
	padding: 4px 10px;
	width: 180px;
	font-size: 1.6rem;
	color: #004c97;
	border: 1px solid currentColor;
	border-radius: 4px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center
}
.summaryBtnBox01 a::before {
	display: inline-block;
	position: absolute;
	content: "";
	top: 50%;
	left: 30px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-color: transparent transparent transparent currentColor
}
@media screen and (min-width: 768px) {
	.summaryBtnBox01:hover a {
		background: #004c97;
		color: #fff;
		-webkit-transition: 0.3s;
		transition: 0.3s
	}
}
.summaryDegitalbookBox {
	margin: 45px 0;
	padding: 20px 0;
	border-top: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
	background:#ffffbb;/*20220114追記*/
}
.summaryDegitalbookBox .box01 {
	display: flex;
	justify-content: space-between;
}
.summaryDegitalbookBox .box01 .imgBox {
	/*width: 250px;*/
	width:280px; /*20220114追記*/
	padding-left:15px;/*20220114追記*/
}
.summaryDegitalbookBox .box01 .txtBox {
	width: calc(100% - 250px - 25px);
}
.summaryDegitalbookBox .box01 .ttl {
	font-size: 1.8rem;
	font-weight: bold;
}
.summaryDegitalbookBox .box01 .ttl .sub {
	font-size: 1.6rem;
}
.summaryDegitalbookBox .box01 .txt01 {
	font-size: 1.4rem;
	line-height: 2;
	margin: 1em 0 0 0;
}
.summaryDegitalbookBox .box01 .c-linkBtnBlock {
	margin: 15px 0 0 0;
}
.summaryDegitalbookBox .box01 .c-linkBtn {
	width: 254px!important;
	background:#fff; /*20220114追記*/
}
.summaryDegitalbookBox .box01 .c-linkBtn.degitalbook .txtWrap::before {
	position: absolute;
	display: block;
	content: "";
	top: 50%;
	left: 18px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 40px;
	height: 34px;
	background: url(../images/data/ico_degitalbook.png) center center no-repeat;
	background-size: contain;
}
.summaryDegitalbookBox .box01 .c-linkBtn .txtWrap .ttl {
	font-weight: normal!important;
}
.summaryDegitalbookBox .notion01 {
	margin: 1em 0 0 0;
	padding: 1em;
	font-size: 1.2rem;
	background: #eeeeee;
}
@media screen and (max-width: 767px) {
	.summaryDegitalbookBox .box01 {
		flex-direction: column;
	}
	.summaryDegitalbookBox .box01 .imgBox {
		margin: 0 auto;
	}
	.summaryDegitalbookBox .box01 .txtBox {
		width: auto;
		margin: 15px 0 0 0;
	}
	.summaryDegitalbookBox .box01 .c-linkBtnList {
		justify-content: center;
	}
}

.summaryBox02 {
	
}
.summaryBox02 + .summaryBox02 {
	margin-top: 30px;
}
.summaryBox02 .box01 {
	display: flex;
	justify-content: space-between;
}
.summaryBox02 .box01 .imgBox {
	width: 267px;
}
.summaryBox02 .box01 .txtBox {
	width: calc(100% - 267px - 25px);
}
.summaryBox02 .box01 .txtBox p {
	font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
	.summaryBox02 .box01 {
		flex-direction: column;
	}
	.summaryBox02 .box01 .imgBox {
		margin: 0 auto;
	}
	.summaryBox02 .box01 .txtBox {
		width: auto;
		margin: 15px 0 0 0;
	}
}
/*seminar
------------------------------------------*/


.seminarBox01 .box01 {
	display: flex;
	/*justify-content: space-between;*/
}
.seminarBox01 .box01 .imgBox {
	width: 300px;
	text-align: center;
	margin-right:15px;
}
.seminarBox01 .box01 .imgBox img {
	width:284px;
	height: auto;
	border: 1px solid #cccccc;
	padding:2px;
	background:#fff;
}
.seminarBox01.box01 .txtBox {
	width: calc(100% - 140px - 20px);
}

.seminarBox01 .box01 .txtBox table{
	width:100%;
	table-layout: fixed;
	text-align:left;
	margin-bottom:0;
	}
.seminarBox01 .txtBox table tbody tr th{
	width:20%;
	background:#dce6fa !important;
	}
.seminarBox01 table tr td{
	text-align: left !important;
}


.seminarBox01 .box01 .txtBox table tbody tr td .c-linkTxt a{
	padding-left: 0px;
    display: inline-block;
	position:relative;
}
.seminarBox01 .box01 .txtBox table tbody tr td .c-linkTxt a[target="_blank"] {
    padding-right: 18px;
}
.seminarBox01 .box01 .txtBox table tbody tr td .c-linkTxt a[target="_blank"]::after {
    display: inline-block;
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    width: 11px;
    height: 11px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(/ir/assets/images/cms_common/blank_lightblue.png);
    background-size: cover;
}


.seminarBox01 .box01 .txtBox table tbody tr td ul.bullet li {
	list-style:disc;
	margin-left:18px;
}

.seminarBox01 .list01 {
	font-size: 1.4rem;
	margin: 0.5em 0 0 0;
}
.seminarBox01 .list01 > li {
	padding:  0 0 0 1em;
	position: relative;
	box-sizing: border-box;
}
.seminarBox01 .list01 > li::before {
	content: "・";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}


.seminarBox01 .box01 .txtBox table tbody tr td span.calendar a {
    position: relative;
    display: inline-block;
    padding: 4px 10px 4px 30px;
    font-size: 1.3rem;
	text-decoration:none;
    color: #004c97;
    border: 1px solid currentColor;
    border-radius: 4px;
    box-sizing: border-box;
    text-align: center;
    background-color: white;
	}

.seminarBox01 .box01 .txtBox table tbody tr td span.calendar a::before {
    display: inline-block;
    position: absolute;
    content: "";
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent currentColor;
}







@media screen and (max-width: 767px) {
	.seminarBox01 .box01 {
		flex-direction: column;
	}
	.seminarBox01 .box01 .imgBox {
		margin: 0 auto;
	}
	.seminarBox01 .box01 .txtBox {
		width: auto;
		margin-top: 20px;
	}
	.seminarBox01 .box01 .txtBox table {
	display:table;
}

.seminarBox01 .box01 .txtBox table tbody tr td ul.bullet li {
	margin-left:20px;
}
}



