<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

header {
	background: url(../../../img/japan.png) no-repeat 88px 88px;
}
/*レポートページ*/
/*-------------------
注意がき
-------------------*/
p span.caution{
	font-size: 9px;
}

.reportWrapper p.cautionText{
	font-size: 12px;
	text-align: right;
	margin-bottom: -50px;
}
/*------------------*/

.reportWrapper {
	background: #fff;
	width: 900px;
	margin: 0 auto;
	padding: 50px 50px;
	position: relative;
	box-sizing: border-box;
	box-shadow: 0px 2px 4px 1px #dcdcdc;
	-moz-box-shadow: 0px 2px 4px 1px #dcdcdc;
	-webkit-box-shadow: 0px 2px 4px 1px #dcdcdc;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
.reportWrapper h3 img {
	display: block;
	padding: 0;
	margin: 34px auto 78px;
}
.reportWrapper h4 {
	font-size: 30px;
	text-align: center;
	font-weight: 400;
}
.reportWrapper h4.h4_1 {
	margin: 0 15px 38px;
	padding-bottom: 25px;
	/*padding: 13px 0 40px 130px;*/
	border-bottom: 1px solid #000;
}
.reportWrapper h4.h4_2 {
	margin: 0 15px 38px;
	padding: 13px 0 40px 100px;
	border-bottom: 1px solid #000;
}
.reportWrapper .rep_date {
	left: -6px;
	position: absolute;
	top: -5px;
}
.reportWrapper p {
	text-align: center;
	font-size: 15px;
	line-height: 28px;
	margin: 0 0 46px;
}
.reportWrapper .box li&gt;p {
	margin: 0 0 20px 0;
}
.reportWrapper .box li&gt;p:last-child {
	margin: 0 0 0 0;
}
.reportWrapper .box {
	float: left;
	display: table;
	width: 100%;
	padding: 0;
	margin: 0 0 50px;
}
.reportWrapper .box:last-child {
	margin: 0;
}
.reportWrapper .box li {
	vertical-align: middle;
	display: table-cell;
	width: 100%;
}
.reportWrapper .right {
	/*float: right;*/
	margin-left: 15px;
}
.reportWrapper .left {
	float: left;
	margin-right: 15px;
}

.reportWrapper .left span{
	display: block;
	padding:8px 0 0 0;
	text-align:center;
	font-size:80%;
	color:#339966;
}


.reportWrapper .photo2 {
	clear: both;
	margin: 0 0 40px 0;
	text-align: center;
}
.reportWrapper .photo2 img {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 0 0;
}
.reportWrapper .photo2 img:last-child {
	margin: 0 0 0 0;
}
.reportWrapper .photo img, .reportWrapper .photo2 img, .reportWrapper .box img {
	padding: 3px;
	border: 1px solid #c1c1c1;
}

 footer {
 text-align: center;
 margin: 50px 0 20px;
 font-size: 13px;
 font-family: 'Lato', sans-serif !important;
}

/*下部ナビゲーション*/
.navWrapper {
	width: 916px;
	margin: 70px auto 0;
	padding: 0;
}
.navWrapper li {
	margin: 0 9px 0 0;
	float: left;
}
.navWrapper li:last-child {
	margin: 0;
}

.pray {
	background: #fff;
  width: 900px;
  margin: 0 auto 50px;
  padding: 30px 50px 24px;
	font-size: 14px;
  position: relative;
  box-sizing: border-box;
  /* box-shadow: 0px 2px 4px 1px #dcdcdc; */
}

.sign {
	margin: 10px auto 0;
	text-align: right;
}

p.mb70,li.mb70 {
	margin-bottom: 70px !important;
}
</pre></body></html>