/* 2023/05/27 事例 */
.case {
	font-size:1rem;
/* 	line-height:1.2rem; */
  max-width: 1000px;
  margin: 5rem auto;
}
.case > section > img {
	width:100%;
	padding:15px;
  max-width: fit-content;
  display: block;
  margin: auto;
}
.case > section .img_caption{
	font-size:0.8rem;
	line-height:1rem;
	margin:0 5px 1rem;
	padding:0 8px;
}
.case > section .img_caption.t1{
	max-width:350px;
}
.case > section .img_caption.t2{
	max-width:230px;
  margin: auto;
}


.case > section > .overview{
	margin:0.5rem 1px 2rem;
}
.case > section > h2 {
	font-size: 1.6rem;
  /* font-weight: bold; */
	margin: 2rem 0 2rem 10px!important;
  padding: 0 5px;
}
.case > section > h2:before{
	content:"-";
	font-size:2rem;
	/* position:absolute; */
  margin-left: -12px;
	/* left:10px; */
}

.case > section >.reporter,
.case > section >.secretariat,
.case > section >.rater,
.case > section >.drafter{
	margin-bottom: 1rem!important;
	font-size: 1rem!important;
/* 	line-height:1.2rem!important;	 */
}
.case > section > .rater.sub{
	margin-top: -13px;	
}
.case > section >.reporter > span  > h3,
.case > section >.secretariat > span  > h3,
.case > section >.rater > span  > h3,
.case > section >.drafter > span  > h3{
    margin: 0;
    padding: 0;
	display: inline-block;
}
.case span,
.case span > h3{
	font-size: 1rem;
	line-height: 1.4rem;
	/* padding-right:5px; */
}
.case span > h3{
	font-weight:700;
}

.reporter span,
.reporter span > h3{
/* 	background-color: #ffffde; */
/* 	background-color: #e4f3ff; */
/* 	background-color: #e2fcff; */
/* 	background-color: #f2ffed; */
/* background-color: #ffedde; */
font-weight: 700;
}

/* .secretariat span,
.secretariat span > h3{
	background-color: #e4f3ff;
}
 */
/* .secretariat span.sub,
.secretariat span.sub > h3{
	background-color: #fff4e4;
}
 */
/* .rater span,
.rater span > h3{
	background-color: #e2fcff;
}
 */
/* .drafter span,
.drafter span > h3{
	background-color: #e8ffde;
}
 */
figure.fl-right{
	float:right;
	padding:5px;
	max-width: 60%;
}
figure.fl-right01{
	float:right;
	padding:5px;
	max-width: 60%;
}
figure.fl-left{
	float:left;
	padding:5px;
	max-width: 60%;
}

/* figure.lg{
	max-width:70%!important;
} */
figure.lg img{
	max-width:100%!important;
}
figure > img{
  max-height: 330px;
  /* max-width: 350px; */
  /* width: 100%; */
  padding: 5px;
  object-fit:contain;
}
figure > img.left-w{
	width:495px!important;
	max-width:495px!important;
}
.lazyloaded{
    opacity: 1;
    transition: opacity 400ms;
    transition-delay: 0ms;
}
.blog-box-wrap .case {
  display: inline-block;
  overflow: hidden;
  width: 60%;
  height: 180px;
  padding-top: 0;
  background: rgb(240, 240, 240);
  line-height: 150px;
  min-height: 180px;
  margin-left: 0;
  padding: 0 10px;
  padding-left: 20px;
  background: #fff;
  font-size: 14px;
  text-align: left;  
}

.blog-box-wrap .icon-case {
  float: left;
  display: inline-block;
  overflow: hidden;
  width: 40%;
  height: 180px;
  padding-top: 0;
  background: rgb(240, 240, 240);
  line-height: 180px;
  text-align: center;
  position: relative;
}

.blog-box-wrap .icon-case img {
  width: auto;
  max-width: 100%;
  height: auto;
  /* min-height: 100%; */
  border: 0;
  vertical-align: middle;
  margin: auto;

}


.blog-box-wrap .case:hover {
  border-bottom-color: #f16c20;
}

.blog-box-wrap .case h1 {
  width: 100%;
  margin: 0;
  font-size: 20px;
  line-height: 22px;
}

.blog-box-wrap .case h1 a {
  color: #454545;
  font-family: "Cabin", Helvetica Neue, Sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
}

.blog-box-wrap .case h1 a:hover {
  color: #f16c20;
  text-decoration: none;
}

.blog-box-wrap .case h1:after {
  display: block;
  width: 80px;
  height: 2px;
  margin-top: 5px;
  background: #f16c20;
  content: "";
}

.red_under{
  border-bottom:1px solid;
  color:red ;
}

.blog-box-wrap .case .entry-content p {
  width: 100%;
  margin: 0;
  margin-bottom: 5px;
  padding: 2px 0;
  color: #313131;
  font-family: "Open Sans", Helvetica Neue, Sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  text-align: justify;
}

.blog-box-wrap .case .entry-meta {
  width: 100%;
  padding: 5px 0 2px;
  font-family: "Open Sans", Helvetica Neue, Sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
  line-height: 28px;
}

.blog-box-wrap .case h1{
  padding: 0.25em 0 0.5em 0;
}
.blog-box-wrap .case .entry-content{
  font-size:1rem;
/*   line-height: 1.2rem; */
}

@media (max-width: 768px) {
  .blog-box-wrap .case {
    width: 100%!important;
  }
  
  .blog-box-wrap .icon-case {
    width: 100%!important;
    height: auto!important;
  }
}
@media (max-width: 990px) {
	.case > section > h2:before{
		left:0px;
	}	
}

/* 2023/05/27 事例 */


.case > section > p {
  width: 100%;
  padding: 0 15px 2rem;
  text-align: center;
}
.case > section > p > img{
  max-width:100%;
} 

.case .catch{
  width: 100%;
  font-size: 1.5rem;
  text-align: center;
}

@media screen and (max-width: 924px) and (min-width: 413px) {
  .case {
    padding: 1rem;
  }
}
@media screen and (max-width: 412px){
  .case {
    padding: 1rem;
  }
  figure.fl-right,figure.fl-left{
    float: unset!important;
    max-width: 100%!important;
}
  figure > img{
    object-fit: contain;
  }
}