@charset "utf-8";
.contents_ttl{
	background: #f4f2ec;
}
	.contents_ttl h2{
		font-size: 2.8rem;
		text-align: left;
		padding: 40px 0;
	}

.lead_txt{
	margin-top: 40px;
	margin-bottom: 100px;
	text-align: left;
}

/*--------------------------導入事例TOP--------------------------*/
.casestudy_list{
	display: flex;
	flex-wrap:wrap;
	margin: 20px auto;
}

.casestudy_list li{
	width: 32%;
	margin-right:20px;
	margin-bottom: 20px;
}

.casestudy_list li:nth-child(3), .sec02 .casestudy_list li:nth-child(6), .sec02 .casestudy_list li:nth-child(9), .sec02 .casestudy_list li:nth-child(12), .sec02 .casestudy_list li:nth-child(15), .sec02 .casestudy_list li:nth-child(18){
	margin-right: 0;
}

.casestudy_list li a{
	display: block;
	padding: 20px;
	transition: 0.5s ease;
}

.casestudy_list li a:hover{
	text-decoration: none;
	opacity: 0.8;
}
.casestudy_list li p {
	margin:1em 0;
}
.casestudy_list li span{
	display: block;
	margin-top: 10px;
	font-size: 1vw;
	font-weight: bold;
	color: #505050;
}

@media only screen and (max-width: 960px) {
	.casestudy_list{
	display: flex;
	flex-wrap:wrap;
	flex-direction: row;
	justify-content: space-between;
	margin: 40px auto;
	}
	
	.casestudy_list li{
			width: 50%;
			margin-right:0;
			margin-bottom: 20px;
	}
	
	.casestudy_list li span{
		font-size: 1.75rem;
	}
}

@media only screen and (max-width: 768px) {
	.casestudy_list{
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-between;
	}
	.casestudy_list li{
			width: 96%;
			margin-right:0;
			margin-bottom: 20px;
	}
	
	.casestudy_list li span{
		font-size: 1.75rem;
	}
}

.casestudy_lead {
	margin:20px 0 40px;
	line-height:2.5rem;
	text-align:left;
}
/*--------------------------導入事例詳細--------------------------*/
.casestudy h2 {
	font-size: 2.8rem;
	color:#505050;
	text-align: left;
	margin: 0.5em 0 1em;
}
.casestudy h3{
	text-align: left;
	font-size: 22px;
	padding-bottom: 10px;
	border-bottom: 1px solid #848484;
	margin:2em auto 1em;
}
.casestudy h3:before{
	content: "";
	border-left: solid 5px #980e16;/*左線*/
	margin-right: 8px;
}

.casestudy h4{
	text-align: left;
	font-size: 20px;
	color: #980e16;
	font-weight: bold;
	margin:2em auto 1em;
}

.casestudy figure {
	margin:2em 0;
}

.casestudy p {
	margin:1em 0 2em;
	line-height:2.5rem;
	text-align:left;
}

.casestudy_sub {
	color:#505050;
	text-align: left;
	margin: 2em 0 0 !important;
	font-weight:bold;
}

.casestudy_box {
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap:wrap;
	margin:1em 0 2em;
}

.casestudy_info {
	width: 67%;
	margin-top:0;
	text-align:left;
}

.casestudy_figure {
	width: 33%;
	margin:0.5em 0;
	padding-left: 30px;
}

.casestudy_figure p{
	margin: 0 0 1.5em;
	text-align:left;
}

.casestudy_figure p span{
	display:block;
	font-size:75%;
}
.casestudy_border {
	border:1px solid #960e16;
	padding:1em;
	color:#960e16;
}
.casestudy_info h3 {
	color:#960e16;
	font-size:2rem;
	margin:0 0 15px;
	text-align:left;
}

.casestudy_info ul{
	margin-bottom:40px;
	padding: 5px 0 5px 1em;
}

.casestudy_info li{
	list-style-type: disc !important;
	padding: 0 ;
}

.casestudy_box_half ul{
	display:flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap:wrap;
	margin:1em 0 2em;
}
.casestudy_box_half li  {
	width: 50%;
	margin-top:0;
	padding:1%;
	text-align:left;
}
.casestudy_box_half ul .add{
	background-color:#960e16;
	color:#FFFFFF;
	padding:3px;
}
.casestudy  .products {
	display:flex;
	flex-wrap: wrap;
	margin-bottom:40px;
}
.casestudy  .products li {
	flex-basis:18.4%;
	max-width:18.4%;
	margin-right:2%;
	text-align: center;
	margin-bottom: 1em;
	border:1px solid #808080;
	box-sizing:border-box;
	padding:0.5em ;
}
.casestudy  .products li:nth-of-type(5n) {
	margin-right:0%;
}
.casestudy  .products li a {
	position:relative;
	display:block;
}
.casestudy  .products li a:hover {
	opacity:0.8;
}
.casestudy  .products li a img {
}
.casestudy  .products li  p {
	padding: 1em 1em 0;
	text-align: left;
	font-weight:bold;
}

.pdf_btn{
	max-width: 400px;
	margin: 0.5em auto 2em;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.pdf_btn a{
	border-radius: 5px;
	background: #585858;
	color: #fff;
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: center;
	transition: 0.5s ease;
}
.pdf_btn a p{
	font-size: 20px;
	font-weight: bold;
	padding-top:10px;
}
.pdf_btn a:hover{
	opacity:0.8;
	text-decoration:none;
}
@media only screen and (max-width: 768px) {
.casestudy_info {
	width: 100%;
}

.casestudy_figure {
	width: 100%;
	padding-left: 0;
}
.casestudy_box_half ul li {
	width: 100%;
}
	
.casestudy .products {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom:40px;
}
.casestudy .products li {
	flex-basis:46%;
	max-width:46%;
	margin-left:0.4em;
	margin-right:0.4em;
	margin-bottom:1em;
	text-align: center;
}
}
