@charset "UTF-8";
#cont.report  {
    padding-top: 0;
}
#cont.report  a:visited,
#cont.report  a:link {
text-decoration: none;
}
.report  section {
	padding: 0 1.5rem 1.5rem;;
}
.report  .title {
	padding: 1rem;
	margin-bottom: 2rem;
}
.report  h1 {
	padding: 0;
	margin:0;
	width: auto;
}
.reportList {
	border: 1px solid #EAEFF3;
	padding: 1rem;
	margin-bottom: .5rem;
    box-shadow: 2px 3px 3px #EAEFF3;
    
}
.reportList .name {
	font-weight: 700;
    text-align: center;
}
.reportList .name span {
	background: url(../img/case/icon_book.png) no-repeat left center ;
	color: #ff8100;
	padding-left: 1.6rem;
	display: block;
}
.reportList .name:before{
   	content:"";
	display:inline-block;
	width:24px;
	height:20px;
	background:url(../../../../../../img/icon_report.svg) no-repeat;
	opacity:.8;
    /*transform: rotate(-24deg);*/
    margin-bottom: -5px;
    margin-right: .5rem;
    
}
.reportList .seemore {
	background: rgba(48,101,151,.2);
	text-align: center;
	margin: 0 auto;
    padding: .5rem;
    width: 74%;
    position: relative;
}
.reportList .seemore .icon-arrow {
	padding-left: 1rem;
	color: #2f6698;
    position: absolute;
    top: 33%;
    right: .5rem;
}
.reportList ul,
.reportList ol{
    text-indent: -1rem;
    margin-bottom: 1.5rem;
}
.reportList li{
    text-indent: -1rem;
    line-height: 1.5;
    color: #2f6698;
    font-size: .95rem;
    padding: 0 0 .5rem 0;
}
/*## Case Detail page ##*/
#cont.reportDetail  {
    padding-top: 0;
}
.reportDetail {
	margin-bottom: 2rem;
}
.reportDetail  section {
	padding: 0 1.5rem 1.5rem;;
}
.reportDetail .title span {
	color: #2f6698;
	padding-left: 1.2rem;
	display: block;
	font-size: 0.85rem;
	width: 100%;
}
.reportDetail .title h1 {
	width: auto;
	line-height: 1.4;
	font-size: 1rem;
}
.reportDetail h2 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 1rem;
    letter-spacing: .1rem;
    /*border-left: 5px solid #2f6698;
    padding-left: 0.5rem;*/
}
.reportDetail h3 {
    color: #2f6698;
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 1rem;
    letter-spacing: .1rem;
}
.reportDetailBox .text blockquote p{
    font-size: 1rem;
    margin-left: 2rem;
    line-height: 1.8;
}
.reportDetailBox img{
    height: auto;
    margin-bottom: 2rem;
}
.reportDetail .lead{
    font-size: 1rem;
    padding: .5rem 0 2rem;
    font-weight: 300;
}

.reportDetail ul,
.reportDetail ol{
	margin-bottom: 2rem;
    font-weight: 300;
    padding-left: 1.15rem;
}
.reportDetail ul.list2{
    padding-left: 0;
}
.reportDetail ul li,
.reportDetail ol li{
    line-height:2;
}
.reportDetailBox .text p.midasi{
    padding-bottom: .5rem;
    font-weight: 700;
    color: #2f6698;
}
.reportDetailBox .text p.midasi2{
    padding-bottom: .5rem;
    font-weight: 700;
    color: #2f6698;
}
.reportDetailBox .text p.midasi3{
    color: #2f6698;
    font-weight: 700;
    background: #EAEFF3;
    padding: .5rem 1.5rem;
    margin-bottom: 1.5rem;
}
.reportDetailBox .text p.caption{
    color: #2f6698;
    font-weight: 700;
}
.reportDetailBox .text p.caption2{
    padding-bottom: 0;
    color: #2f6698;
    font-weight: 700;
}
.page-navigation-prev a:link,
.page-navigation-next a:link{
    position:relative;
}
.page-navigation-prev:before,
.page-navigation-next:after{
    display: none;
}
.page-navigation-prev a:after{
    content: '';
    width: 6px;
    height: 6px;
    color: #7f8c98;
    border-top: 3px solid;
    border-right: 3px solid;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    display: inline-block;
    border-radius: 3px 3px 3px 3px;
    position: absolute;
    left: -1rem;
    bottom: 40%;
}
.page-navigation-next a:after{
    content: '';
    width: 6px;
    height: 6px;
    color: #6f6e6e;
    border-top: 3px solid;
    border-right: 3px solid;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    border-radius: 3px 3px 3px 3px;
    position: absolute;
    right: -1rem;
    bottom: 40%;
}
/*** PC ***/
@media screen and (min-width: 769px) {
/*## Case page ##*/
#cont.report  {
    padding-top: 0;
}
.report  section {
	padding: 0 1.5rem 1.5rem;;
}
.report  .title {
	padding: 1rem;
	margin-bottom: 2rem;
}
.report  h1 {
	padding: 0;
	margin:0;
	width: auto;
}
.reportListBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.reportList:after {
content:"";
display: block;
clear: both;
 }
.reportList:hover {
   background:rgba(234, 239, 243, .3);

}
.reportList .name {
	font-weight: 700;
    text-align: center;
}
.reportList .name span {
	background: url(../img/case/icon_book.png) no-repeat left center ;
	color: #ff8100;
	padding-left: 1.6rem;
	display: block;
}
.reportList .text{
    width: 80%;
    margin: 0 auto;
    }
.reportList .seemore {
	background: rgba(48,101,151,.2);
	text-align: center;
	margin: 0 auto;
    padding: .5rem;
    width: 74%;
}
.reportList .seemore .icon-arrow {
	padding-left: 1rem;
	color: #2f6698;
}
.report section {
    padding: 0;
}
.report .title { 
padding: 0;
}
.report .title h1 {
padding: 1.7rem 0;
}
.reportList {
    padding: 1.5rem 2rem 1rem 2rem;
	margin-bottom: 30px;
    width: 465px;
    min-height: 314px;
}
.reportList:after,
.reportList .seemore:after {
	content:"";
	display: block;
	clear: both;
}
.reportList .text p.seemore {
	width: 56%;
    padding: .2rem;
    font-size: .95rem;
}
.reportList .seemore .icon-arrow {
    font-size: .95rem;
}
.reportList .name {
	margin-top: 0;
    padding-bottom: 1.5rem;
    display: inherit;
}
.reportList .name:before {
	width:30px;
	height:20px;
    margin-bottom: -4px;
}
.reportList .name span {
	margin-bottom: .8rem;
}
.reportList .text p {
	padding: 0 0 2rem 0;
    line-height: 2;
    color: #2f6698;
    font-size: .95rem;
}
/*## Case Detail page ##*/
#cont.reportDetail  {
    padding-top: 0;
}
.reportDetail {
	
}
.reportDetail  section {
	padding: 0 1.5rem 1.5rem;;
}
.reportDetail .title{
    padding: 0;
    margin-bottom: 0;
}
.reportDetail .title h1 {
	width: auto;
	line-height: 1.4;
	font-size: 1.5rem;
    padding: 1.7rem;
}
.reportDetail .title span {
	color: #2f6698;
	padding-left: 1.2rem;
	display: block;
	font-size: 0.85rem;
	width: 100%;
}
.reportDetail .lead{
    line-height: 2;
    padding: 1.5rem 0 3rem;
    letter-spacing: .09rem;
}
.reportDetail h2 {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 1rem;
    /*border-left: 5px solid #2f6698;
    padding-left: 0.5rem;*/
}
.reportDetail h2:before{
    border-left: 6px solid #306597;
    content: "";
    display: inline;
    height: 24px;
    width: 16px;
    margin-right: 10px;
}
.reportDetail h2:after{
    border-bottom: 2px solid #306597;
    content: "";
    display: block;
    height: 10px;
    width: 100%;
}
.reportDetail h3 {
    color: #2f6698;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 1rem;
}
.reportDetailBox .text p{
    padding: 0 0 2rem 0;
    letter-spacing: .1rem;
    line-height: 2;
}
.reportDetailBox .imageBox{
    margin-bottom: 2rem;
}
}
