@charset "UTF-8";
/* CSS Document */

.p_title h2 {
	width: 100%;
	margin: 0 0 30px;
	padding: 0;
	float: left;
	text-align: center;
	color: #ED6C00;
	font-size: 28px;
}

.main_image { background-image: url("../image/case_study/main_img.webp"); }

.case_study .title {
	width: 100%;
	margin: 50px 0;
	text-align: center;
	color: #F2F2F2;
	font-weight: 700;
	font-size: 120px;
	letter-spacing: 0;
	float: left;
}

.case_study .s_nav {
	width: auto;
	max-width: 1860px;
	margin: 0 auto;
	text-align: center;
	display: flex;
}

.case_study .s_nav li {
	width: 15%;
	margin: 0 0.5%;
	display: inline;
}

.case_study .s_nav li a {
	width: 100%;
	margin: 0;
	padding: 0 10% 0 0;
	display: block;
	text-align: center;
	border: #ED6C00 1px solid;
	box-sizing: border-box;
	color: #ED6C00;
	line-height: 38px;
	letter-spacing: 0;
	font-weight: 700;
	background-image: url("../image/common/arr_round_org.png");
	background-repeat: no-repeat;
	background-position: center right 5px;
	background-size: 18px;
	background-color: #FFF;
	transition: ease 0.5s all;
}

.case_study .s_nav li a:hover {
	background-color: #ED6C00;
	color: #FFF;
	background-image: url("../image/common/arr_round_wh.png");
}


.case_study .case_list {
	width: 80%;
	margin: 70px 10% 50px;
	float: left;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px;
}

.case_study .case_list a {
	padding: 20px;
	color: #4C4948;
	background-color: #F2F2F2;
	transition: ease 0.5s all;
}

.case_study .case_list a:hover {
	box-shadow: 0 0 2px 3px #999;
}

.case_study .case_list .cat {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}

.case_study .case_list .cat ul {
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
	float: left;
}

.case_study .case_list .cat ul li {
	width: auto;
	margin: 0 5px 0 0;
	padding: 0;
	text-align: center;
	font-size: 95%;
	float: left;
}


.case_study .case_list .cat ul li a {
	display: block;
	float: none;
	background-color: #ED6C00;
	color: #FFF;
	padding: 3px 10px;
	border-radius: 3px;
	transition: ease 0.5s all;
}

.case_study .case_list .cat ul li a:hover {
	box-shadow: initial;
	background-color: #4153A5;
}

.case_study .case_list table {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}

.case_study .case_list table td:nth-of-type(1) {
	width: 180px;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}

.case_study .case_list table td:nth-of-type(1) img {
	max-width: 180px;
	max-height: 180px;
	margin: auto;
}

.case_study .case_list table td:nth-of-type(2) {
	padding-left: 20px;
}

.case_study .case_list a table h2 {
	font-size: 18px;
	margin: 0;
	padding: 0x;
	line-height: 25px;
	text-align: left;
}

/*
.case_study .case_list table .cat {
	width: 100%;
	margin: 10px 0;
	float: left;
}

.case_study .case_list table .cat ul {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}

.case_study .case_list table .cat ul li {
	width: auto;
	margin: 0 10px 0 0;
	padding: 3px 5px;
	text-align: center;
	font-size: 95%;
	float: left;
	background-color: #ED6C00;
	color: #FFF;
}


.case_study .case_list table .cat ul li a {
	display: block;
	float: none;
	background-color: #ED6C00;
	color: #FFF;
	padding: 3px 10px;
}*/

.case_study .case_list table p {
	letter-spacing: 0;
	line-height: 25px;
	text-align: justify;
}

.case_study .case_list a table .readmore {
	width: 200px;
	line-height: 40px;
	margin: 1em 0 0;
	padding: 0;
	float: right;
	text-align: center;
	background-color: #ED6C00;
	color: #FFF;
	border-radius: 20px;
	background-image: url("../image/common/arr_round_wh.png");
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: center right 20px;
	transition: ease 0.5s all;
}

.case_study .case_list a:hover table .readmore {
	background-color: #4153A5;
}

.case_study .btn {
	width: 100%;
	margin: 50px 0;
	float: left;
	display: flex;
}

.case_study .btn a {
	width: 70%;
	max-width: 800px;
	margin: 50px auto;
	padding: 20px;
	background-color: #E8E7E6;
	color: #4C4948;
	font-size: 30px;
	text-align: center;
	letter-spacing: 0.3em;
	transition: ease 0.5s all;
}

.case_study .btn a:hover {
	background-color: #4C4948;
	color: #FFF;
}

.case_study .btn a p {
	width: 100%;
	height: 100%;
	border:#FFF 1px solid;
	line-height: 3em;
	margin: 0;
	background-image: url("../image/common/arr_round_org.png");
	background-repeat: no-repeat;
	background-position: center right 40px;
}


/* *********************************************************************** */
/*        RESPONSIVE  LAYOUT WIDTH:1100px          */
/* *********************************************************************** */

@media screen and (max-width:1100px) {

.case_study .case_list { width: 90%;margin: 50px 5%; }

}


/* *********************************************************************** */
/*        RESPONSIVE  LAYOUT WIDTH:980px          */
/* *********************************************************************** */

@media screen and (max-width:980px) {

.case_study .title { font-size: 10vw; }

.case_study .case_list { grid-template-columns: 1fr; }

}

/* *********************************************************************** */
/*        RESPONSIVE  LAYOUT WIDTH:580px          */
/* *********************************************************************** */

@media screen and (max-width:580px) {

.case_study .title { margin: 0; }

.case_study .case_list table td:nth-of-type(1),
.case_study .case_list table td:nth-of-type(2) {
	width: 100%;
	float: left;
}

}

/* *********************************************************************** */
/*        RESPONSIVE  LAYOUT WIDTH:480px          */
/* *********************************************************************** */

@media screen and (max-width:480px) {

.case_study .case_list a {
	width: 90%;
	margin: 0;
	padding: 20px 5%;
	float: left;
}

.case_study .case_list a table td:nth-of-type(1),
.case_study .case_list a table td:nth-of-type(2) {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}

.case_study .case_list a table .readmore {
	width: 80%;
	margin: 1em 10% 0;
	float: right;
}


}



