.page_inner_l.case_inner {
	max-width: 1280px;
}

.case_item {
	margin: auto;
	max-width: 1310px;
	padding: 0 15px;
}

.case_post_exp {
	padding: 60px 20px;
	max-width: 1200px;
	margin: auto;
}

.case_detail_lead {
	padding: 0 0 10px;
	text-align: center;
	position: relative;
}

.case_detail_lead:before {
	content: "";
	background: #333;
	width: 80px;
	height: 1px;
	bottom: 0px;
	left: 50%;
	margin-left: -45px;
	position: absolute;
}

.case_detail_lead p {
	font-size: 30px;
	font-size: 3.0rem;
	padding-bottom: 20px;
}

.case_detail_txt {
	text-align: center;
}


ul.case_eve_2col {
	width: 516px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	list-style-type: none;
}

ul.case_eve_2col li {
	float: left;
	width: 238px;
	margin: 0 40px 0 0;
}

ul.case_eve_2col li:last-child {
	margin: 0;
}

ul.case_eve_3col {
	width: 794px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	list-style-type: none;
}

ul.case_eve_3col li {
	float: left;
	width: 238px;
	margin: 0 40px 0 0;
}

ul.case_eve_3col li:last-child {
	margin: 0;
}

ul.case_eve_4col {
	width: 1072px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	list-style-type: none;
}

ul.case_eve_4col li {
	float: left;
	width: 238px;
	margin: 0 40px 0 0;
}

ul.case_eve_4col li:last-child {
	margin: 0;
}

ul.case_eve_2col li img,
ul.case_eve_3col li img,
ul.case_eve_4col li img {
	border: 1px solid #ccc;
}


.case_detail_block01 {
	background: url(../img/pattern04.jpg);
	padding: 10px;
}

.case_detail_block01 .inner {
	background: #fff;
	padding: 15px 30px 20px;
}

.case_detail_block01 .img {
	float: left;
	width: 238px;
	padding: 20px 0 0 20px;
}

.case_detail_block01 .img  img {
	border: 1px solid #ccc;
}

.case_detail_block01 .txt {
	float: right;
	width: 100%;
	max-width: 770px;
	max-width: calc(100% - 238px - 40px);
	padding: 20px 0 0
}

/* 767px以下 */
@media screen and (max-width: 767px) {
.case_detail_block01 .txt {
	max-width: 100%;
}
} /* @media */

.case_detail_block01.noimg .txt {
	float: none;
	width: auto;
	padding: 20px 0 0 20px;
}

.case_detail_block01 .txt .txt01 {
	margin-bottom: 30px;
	font-weight: bold;
	color: #666;
}

.case_detail_block01 .txt .txt01 span {
	display: inline-block;
	vertical-align: middle;
	padding: 3px 10px 3px;
	margin: -2px 0 0 15px;
	font-size: 11px;
	font-size: 1.1rem;
	color: #fff;
	background: #666;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.case_detail_block01 .txt .txt01 ul {
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	background: #f5f5f5;
}

.case_detail_block01 .txt .txt01 ul li {
	float: left;
	background: #f5f5f5;
	padding: 10px 18px;
}

.case_detail_block01 .txt .txt01 ul li:first-child {
	padding: 10px 18px;
	background: #e6e6e6;
}

.case_detail_block01 .txt .txt02 {
	margin-bottom: 25px;
	font-weight: bold;
}

.case_detail_block01 .txt .txt02 p {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.5;
}

.case_detail_block01 .txt .txt02 p span {
	font-size: 16px;
	font-size: 1.6rem;
}

.case_detail_block01 .txt table {
	width: 100%;
	font-size: 16px;
	font-size: 1.6rem;
	border-top: 1px solid #eaeaea;
}

.case_detail_block01 .txt th,
.case_detail_block01 .txt td {
	padding: 5px 10px;
	border-bottom: 1px solid #eaeaea;
}

.case_detail_block01 .txt th {
	width: 100px;
}

.block h3.bus_contents_tit {
	border-left: none;
	border-top: 1px solid #333;
	padding: 20px 0;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: normal;
	text-align: center;
	background: url(../img/bg_h3_pattern.gif);
}

.tbr.bus_contents_tbr {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 5px;
	display: table;
	border: none;
}

.tbr.bus_contents_tbr tr th {
	color: #fff;
	text-align: center;
	background: url(../img/bg_table_pattern.gif);
}

.tbr.bus_contents_tbr tr th td {
	background: #f5f5f5;

}

.block h3.interview {
	border-left: none;
	padding: 0 0 20px;
	border-bottom: 1px solid #333;
	background: url(../img/blow_ico.png) no-repeat 0 0;
}

.block h3.interview span {
	padding: 0 0 0 40px;
}

p.question {
	color: #53b9e3;
	font-weight: bold;
	background: url(../img/bg_interview_border.gif) no-repeat 0 10px;
}

p.question span{
	display: block;
	padding: 0 0 0 40px;
}

.case_detail_block02 {
	width: 1220px;
	padding: 20px 30px;
	margin: 20px 0 50px;
	background: url(../img/pattern05.jpg);
}

.case_detail_block02 .inner {
	padding: 60px 115px 0;
	background: url(../img/bg_case02.png) top center no-repeat;
}

.case_detail_block02 .tit {
	margin-bottom: 40px;
	text-align: center;
}

.case_detail_block02 .tit p {
	font-size: 22px;
	font-size: 2.2rem;
}

.case_detail_block02 .txt {
	float: left;
	width: 455px;
}

.case_detail_block02 .img {
	float: right;
	width: 466px;
	padding: 3px;
	border: 1px solid #dedede;
	background: #fff;
}

.case_detail_block03 dl {
	display: table;
	width: 100%;
}

.case_detail_block03 dt {
	display: table-cell;
	vertical-align: middle;
	width: 253px;
	height: 78px;
	padding-right: 20px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #fff;
	text-align: center;
	background: url(../img/bg_case03.png) no-repeat left center;
}

.case_detail_block03 dd {
	display: table-cell;
	padding: 15px 0 15px 55px;
	vertical-align: middle;
}

.case_detail_tit01 {
	width: 455px;
	padding: 10px 90px 8px 50px;
	background: url(../img/bg_case04.gif) repeat-y left center;
	color: #fff;
}

.case_detail_tit01 p {
	font-size: 22px;
	font-size: 2.2rem;
}

.case_detail_q {
	padding: 0 0 0 50px;
	background: url(../img/bg_case05.png) no-repeat left center;
}

.case_detail_q p {
	font-size: 24px;
	font-size: 2.4rem;
}

.case_detail_link {
	text-align: center;
}

.case_detail_link a {
	display: inline-block;
	width: 320px;
	margin-bottom: 60px;
	padding: 18px 43px 18px 43px;
	color: #333;
	text-decoration: none;
	text-align: center;
	background: #fff url(../img/arw_link.png) no-repeat 5% center;
	border: 2px solid #333;
	transition: all 0.5s;
}

.case_detail_back {
	text-align: center;
}

.case_detail_back a {
	display: inline-block;
	width: 180px;
	padding: 12px 35px 12px 35px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background: #000 url(../img/arrow04.png) no-repeat 5% center;
	transition: all 0.5s;
}

.case_detail_block01 .inner {
	background: #fff;
	padding: 15px 30px 20px;
}

ul.case_eve_2col {
	width: 516px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	list-style-type: none;
}

ul.case_eve_2col li {
	float: left;
	width: 238px;
	margin: 0 40px 0 0;
}

ul.case_eve_2col li:last-child {
	margin: 0;
}

ul.case_eve_3col {
	width: 794px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	list-style-type: none;
}

ul.case_eve_3col li {
	float: left;
	width: 238px;
	margin: 0 40px 0 0;
}

ul.case_eve_3col li:last-child {
	margin: 0;
}

ul.case_eve_4col {
	width: 1072px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	list-style-type: none;
}

ul.case_eve_4col li {
	float: left;
	width: 238px;
	margin: 0 40px 0 0;
}

ul.case_eve_4col li:last-child {
	margin: 0;
}

ul.case_eve_2col li img,
ul.case_eve_3col li img,
ul.case_eve_4col li img {
	border: 1px solid #ccc;
}

.case_detail_block01 {
	background: url(../img/pattern04.jpg);
	padding: 10px;
}

.case_detail_block01 .inner {
	display: flex;
	flex-wrap: wrap;
}

.case_detail_block01.noimg .txt {
	float: none;
	width: auto;
	padding: 20px 0 0 20px;
}

.block h3.bus_contents_tit {
	border-left: none;
	border-top: 1px solid #333;
	padding: 20px 0;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: normal;
	text-align: center;
	background: url(../img/bg_h3_pattern.gif);
}

/** SmartPhone
===================================*/
@media screen and (max-width: 767px) {
.case_box01 {
	padding: 10px;
	background: url(../img/pattern04.jpg);
}

.case_box01 .inner {
	padding: 10px 3%;
	background: url(../img/bg_case01.png) top right no-repeat #f2eded;
}

.case_box01 p {
	font-size: 1.2rem;
}

.case_box01 .txt01 {
	margin-bottom: 5px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
}

.case_box01 .txt01 br {
	display: none;
}

.case_box01 .txt02 {
	margin-bottom: 5px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
}

.case_box01 .txt02 strong {
	color: #b7000e;
}

.case_box02 {
	overflow: hidden;
}

.case_box02 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.case_box02 ul li {
	margin: 0 0 20px;
	text-align: center;
}

.case_box02_inner {
	padding: 15px 3%;
}

.case_box02_inner .img {
	margin: 0 0 10px;
}

/* 事例・実績詳細 */

.case_detail_lead {
	padding: 20px 0 20px;
	position: relative;
	text-align: center;
}

.case_detail_lead:before {
	content: "";
	background: #333;
	width: 125px;
	height: 1px;
	bottom: 0px;
	left: 50%;
	margin-left: -62px;
	position: absolute;
}

.case_detail_txt {
	text-align: center;
}



ul.case_eve_2col {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	list-style-type: none;
}

ul.case_eve_2col li {
	width: 100%;
	margin: 0 0 20px 0;
}

ul.case_eve_2col li:last-child {
	margin: 0;
}

ul.case_eve_3col {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	text-align: center;
	list-style-type: none;
}

ul.case_eve_3col li {
   width: 100%;
	margin: 0 0 20px 0;
}

ul.case_eve_3col li:last-child {
	margin: 0;
}

ul.case_eve_4col {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	text-align: center;
	list-style-type: none;
}

ul.case_eve_4col li {
	width: 100%;
	margin: 0 0 20px 0;
}

ul.case_eve_4col li:last-child {
	margin: 0;
}

ul.case_eve_2col li img,
ul.case_eve_3col li img,
ul.case_eve_4col li img {
	border: 1px solid #ccc;
}


.case_detail_lead p {
	font-size: 1.8rem;
}

.case_detail_block01 {
	background: url(../img/pattern04.jpg);
	padding: 10px;
}

.case_detail_block01 .inner {
	background: #fff;
	padding: 15px 3% 20px;
}

.case_detail_block01 .img {
	padding: 10px 0 0 15px;
	text-align: center;
}

.case_detail_block01 .img  img {
	border: 1px solid #ccc;
}

.case_detail_block01 .txt {
	padding: 20px 0 0;
}

.case_detail_block01.noimg .txt {
	float: none;
	width: auto;
	padding: 0;
}

.case_detail_block01 .txt .txt01 {
	padding: 0 0 5px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #666;
}

.case_detail_block01 .txt .txt01 span {
	display: inline-block;
	vertical-align: middle;
	padding: 3px 10px 3px;
	margin: 0 0 3px 15px;
	font-size: 11px;
	font-size: 1.1rem;
	color: #fff;
	background: #666;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}


.case_detail_block01 .txt .txt01 ul {
	margin: 0 auto 10px;
	padding: 0;
	list-style-type: none;
	background: #f5f5f5;
}

.case_detail_block01 .txt .txt01 ul li {
	background: #f5f5f5;
	padding: 5px 9px;
}

.case_detail_block01 .txt .txt01 ul li:first-child {
	padding: 5px 9px;
	background: #e6e6e6;
}

.case_detail_block01 .txt .txt02 {
	padding: 0 0 5px;
	margin-bottom: 10px;
	font-weight: bold;
}

.case_detail_block01 .txt .txt02 p {
	font-size: 1.6rem;
	line-height: 1.5;
}

.case_detail_block01 .txt .txt02 p span {
	font-size: 1.2rem;
}

.case_detail_block01 .txt table {
	width: 100%;
	border-top: 1px solid #eaeaea;
}

.case_detail_block01 .txt th,
.case_detail_block01 .txt td {
	padding: 2px 2%;
	border-bottom: 1px solid #eaeaea;
}

.case_detail_block01 .txt th {
	width: 28%;
}

.block h3.bus_contents_tit {
	border-left: none;
	border-top: 1px solid #333;
	padding: 10px 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	text-align: center;
	background: url(../img/bg_h3_pattern.gif);
}


.tbr.bus_contents_tbr {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 5px;
	display: table;
	border: none;
}

.tbr.bus_contents_tbr tr th {
	color: #fff;
	text-align: center;
	background: url(../img/bg_table_pattern.gif);
}

.tbr.bus_contents_tbr tr th td {
	background: #f5f5f5;

}

.block h3.interview {
	border-left: none;
	padding: 0 0 10px;
	border-bottom: 1px solid #333;
	background: url(../img/blow_ico.png) no-repeat 0 0;
}

.block h3.interview span {
	padding: 0 0 0 40px;
}

p.question {
	color: #53b9e3;
	font-weight: bold;
	background: url(../img/bg_interview_border.gif) no-repeat 0 10px;
}

p.question span{
	display: block;
	padding: 0 0 0 40px;
}

.case_detail_block02 {
	padding: 15px 3%;
	margin: 20px 0 50px;
	background: url(../img/pattern05.jpg);
}

.case_detail_block02 .inner {
	padding: 50px 0 0;
	background: url(../img/bg_case02.png) top center no-repeat;
}

.case_detail_block02 .tit {
	margin-bottom: 10px;
	text-align: center;
}

.case_detail_block02 .tit p {
	font-size: 1.8rem;
}

.case_detail_block02 .txt {
	margin: 0 0 20px;
}

.case_detail_block02 .img {
	max-width: 466px;
	margin: 0 auto;
	padding: 3px;
	border: 1px solid #dedede;
	background: #fff;
}

.case_detail_block03 dt {
	margin: 0 0 10px;
	padding: 5px 3%;
	font-size: 1.6rem;
	color: #fff;
	text-align: center;
	background: #b7000e;
}

.case_detail_tit01 {
	padding: 5px 60px 4px 10px;
	background: url(../img/bg_case04.gif) repeat-y right center;
	color: #fff;
}

.case_detail_tit01 p {
	font-size: 1.6rem;
}

.case_detail_q {
	padding: 0 0 0 25px;
	background: url(../img/bg_case05.png) no-repeat left center;
	-webkit-background-size: 18px auto;
	background-size: 18px auto;
}

.case_detail_q p {
	font-size: 1.6rem;
}

.case_detail_link {
	text-align: center;
}

.case_detail_link a {
	display: inline-block;
	width: 70%;
	margin-bottom: 60px;
	padding: 18px 43px 18px 43px;
	color: #333;
	text-decoration: none;
	text-align: center;
	background: #fff url(../img/arw_link.png) no-repeat 5% center;
	border: 2px solid #333;
	transition: all 0.5s;
}

.case_detail_back {
	text-align: center;
}

.case_detail_back a {
	display: inline-block;
	width: 180px;
	padding: 12px 35px 12px 35px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background: #000 url(../img/arrow04.png) no-repeat 5% center;
	transition: all 0.5s;
}
}/* @media */
