  @charset "utf-8";
/* CSS Document */

h6 {
	font-size: 154%;
	color: #444444;
	border-bottom: 2px solid #0f2188;
	text-align: left;
	padding-bottom: 10px;
	margin-top: 40px;
}

.pdf_link {
	font-size: 1.2em;
	font-weight: bold;
    padding: 11px 20px 8px;
}
.pdf_link a {
	font-size: 100%;
}

.pdf_link span:after {
	top: 10px;
}


.pdf_link span span {
	font-size: 14px;
	font-weight: normal;
	display: inline-block;
}

.clr .flt_l {
}

.clr .flt_r {
	max-width: 590px;
	width: 100%;
}

.clr .flt_r .pdf_link {
	max-width: 300px;
	width: 100%;
	margin: 10px 0 0;
	float: left;
}

.clr .flt_r .pdf_link > span {
	text-align: left;
	padding: 0;
	margin-bottom: 5px;
	color: #0f2188;
}
.clr .flt_r .pdf_link > span:before,
.clr .flt_r .pdf_link > span:after {
	content: none;
}
.clr .flt_r .pdf_link .linkArea {
	display: flex;
	font-weight: normal;
    padding: 0 0.5em;
}
.clr .flt_r .pdf_link .linkArea div {
	width: 50%;
	text-align: left;
	margin-right: 100px;
}
.clr .flt_r .pdf_link .linkArea span {
	position: relative;
	display: flex;
}
.clr .flt_r .pdf_link .linkArea span:before {
	content: '●';
	border: none;
	color: #0f2188;
	left: -0.5em;
}
.clr .flt_r .pdf_link .linkArea span:after {
	top: 1px;
	right: -0.8em;
}

.txt_areaBox{
	overflow: hidden;
	margin-top: 20px;
}

body p{
	line-height: 1.8;
}

.mainBox p{
	font-size: 109%;
	/*font-size: 1.5rem;*/
	text-align: left;
	text-indent: 1em;
}

.dl_tb {
	margin: 20px 0 0;
	border: none;
}

.dl_tb th,
.dl_tb td {
	background: #fff;
	border: none;
	border-bottom: 1px solid #d5d5d5;
}

.dl_tb th {
	padding: 15px 10px;
}

.dl_tb td {
	padding: 0 0 0 0;
	vertical-align: middle;
}

.dl_tb td a {
	border: 1px solid #0f2188;
    padding: 3px 15px 3px 25px;
    position: relative;
    display: inline-block;
	color: #0f2188;
}

.dl_tb td a:before {
	content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #0f2188;
}

.dl_tb td a:after {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(/common/img/icon/icon_pdf.svg);
    width: 17px;
    height: 22px;
    margin-left: 5px;
    transform: translateY(4px);
}

.dl_tb p {
	text-indent: 0;
}

.dl_tb th p.title {
	text-indent: -1em;
	padding-left: 1em;
}

.dl_tb p.txt {
	padding: 0 0 0 1.0em;
}

.dl_tb p.title span{
	text-indent: 0;
  padding: 0.5rem 1.5rem 0 0;
  display: block;
}

.dl_box3 {
	display: flex;
	flex-wrap: wrap;
	margin:20px 0 0;
}

.dl_box3 p {
	text-indent: 0;
}

.dl_box3 .box {
	max-width: 130px;
	width: 100%;
	margin: 0 75px 30px 0;
}

.dl_box3 .box:nth-child(5n) {
	margin-right: 0;
}

.dl_box3 .box .opacity {
	text-align: center;
}

.dl_box3 .box .opacity a {
	display: block;
}

.leftBox > .flt_l > h4:first-child{
	margin-top: 0;
}

/*アーカイブ*/
.archive_area{
	max-width: 310px;
	width: 100%;
}

.archive_area h4{
	margin-top: 0;
}

.mainBox ul li span{
    color: #fff;
}

.mainBox ul li span.icon_web,
.mainBox ul li span.icon_booklet{
    display: inline-block !important;
    font-size: 100% !important;
    min-width: 70px !important;
    padding: 4px 0!important;
    margin-right: 5px;
    text-align: center;
}

.mainBox ul li span.icon_web{
	background: #097fe0;
}

.mainBox ul li span.icon_booklet{
	background: #0f2188;
}

.mainBox .archive_area ul{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 15px auto;
}

.mainBox .archive_area ul li{
	margin: 0 0 10px;
}

.mainBox .archive_area ul li a:hover{
	text-decoration: underline !important;
	opacity: 1;
}

.archive_area .pdf_icon{
	background: none;
	padding-left: 0 !important;
}

.wid200{
	width: 135px;
}

.flex{
	display: flex;
}
.clr.flex::after{
	display: none;
}

.new_report_ttl{
	margin: 15px 0 10px;
	text-align: left;
}

.leftBox{
	max-width: 590px;
	width: 100%;
	display: flex;
	flex-direction: column;
}

.new_flex{
	display: flex;
	margin: 10px auto;
	justify-content: space-between;
}
	.new_flex figure{
		margin: 0;
	}
	.new_flex .leadtxt{
		max-width: 280px;
		width: 100%;
		margin-left: 10px;
	}

@media screen and (max-width: 956px) {
	.dl_box3{
		justify-content: space-between;
	}
	
	.dl_box3 .box{
		width: 48%;
		margin-right: 0;
	}
	
	.pdf_link{
		text-align: left;
	}
}

@media screen and (max-width: 930px) {
	.flex{
		display: block;
	}
	
	.leftBox{
		max-width: 100%;
	}
	
	.new_flex .leadtxt{
		max-width: 80%;
	}
	
	.clr .flt_r{
		float:none !important;
		max-width: 100%;
	}
	
	.archive_area{
		max-width: 100%;
		margin-top: 30px;
	}
}

@media screen and (max-width: 500px) {
	.pdf_link span{
		display: inline-block;
	}
	.clr .flt_r .pdf_link .linkArea {
		display: block;
		padding: 0 0.5em;
		margin-top: 5px;
	}
	.clr .flt_r .pdf_link .linkArea span:first-child{
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 478px) {
	.tableStyle01 th,
	.tableStyle01 td{
		display: block;
		border:none;
	}
	
	.tableStyle01 th{
		padding: 15px 0;
	}
	
	.dl_box3{
		justify-content: space-around;
	}
	
	.new_flex .leadtxt{
		max-width: 50%;
	}
	.tableStyle01 tr th{
		border-bottom: none;
	}
	.wid200{
		width: 180px;
	}
}