@charset "utf-8";

.workswrap ul.works {
	max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 70px;
	padding-left: 40px;
	padding-right: 40px;
}
.workswrap ul.works li {
	width: 23.5%;
	margin-bottom: 40px;
}
ul.works li .imgs {
	padding-top: 130%;
	position: relative;
	box-shadow: 0px 0px 5px 0px #c9c9c9;
	transition: 0.5s;
}
ul.works li .imgs img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	object-fit: cover;
	object-position: center top;
}
ul.works li a:hover .imgs {
	box-shadow: 0px 0px 14px 0px #739fd8;
}
@media(max-width: 900px) {
	.workswrap ul.works li {
		width: 31%;
		margin-bottom: 30px;
	}
}
@media(max-width: 500px) {
	.workswrap ul.works {
		padding-left: 30px;
		padding-right: 30px;
	}
	.workswrap ul.works li {
		width: 48%;
		margin-bottom: 30px;
	}
}

.workswrap ul.works li p {
	padding-top: 10px;
	text-align: center;
	font-size: 13px;
	line-height: 1.4em;
}
.workswrap .snsbox {
	max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
	padding-top: 20px;
	text-align: center;
}
/*
@media only screen and (max-width : 768px) {
	.workswrap ul.works {
		max-width: none;
		width: auto;
		margin-left: 20px;
		margin-right: 20px;
		padding-top: 40px;
	}
	.workswrap ul.works li {
		width: 48%;
		margin-bottom: 20px !important;
	}
	ul.works li .imgs {
		height: 300px;
	}
	ul.works li .small,
	ul.works li .small_sp{
		height: 200px !important;
	}
	.workswrap .snsbox {
		max-width: none;
		margin-left: auto;
		margin-right: auto;
		padding-top: 20px;
		text-align: center;
	}
}
*/

.workswrap .works_lead {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 40px;
}
.workswrap h3 {
  font-size: 18px;
  font-weight: 600;
  padding: 1px 0 4px 10px;
  line-height: 100%;
  color: #275897;
  border-left: 5px solid #275897;
  margin-bottom: 10px;
}
.workswrap h3:nth-child(n+2) {
  margin-top: 60px;
}
.workswrap h3 span{
  font-size: 14px;
}

.workswrap .works_others {
	padding: 60px 30px;
}
.workswrap .works_others .inner {
	max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
@media(max-width: 500px) {
	.workswrap .works_others .inner {
		padding-left: 10px;
		padding-right: 10px;
	}
}
.workswrap .works_others .inner ul.web {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
}
.workswrap .works_others .inner ul.web li,
.workswrap .works_others .inner ul.others li{
	padding-bottom: 6px;
	font-size: 85%;
}
.workswrap .works_others .inner ul.web li::before,
.workswrap .works_others .inner ul.others li::before{
	display:inline-block;
	vertical-align: middle;
	content:'';
	margin-right: 6px;
	width:4px;
	height: 4px;
	background: #275897;
}
.workswrap .works_others .inner ul.web li {
	width: 33.3%;
}
@media(max-width: 900px) {
	.workswrap .works_others .inner ul.web li {
		width: 50%;
	}
}
.workswrap .works_others .inner .notice {
	border-bottom: #275897 dotted 1px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 13px;
	color: #275897;
}
@media(max-width: 500px) {
	.workswrap .works_lead {
		text-align: left;
		padding-left: 20px;
		padding-right: 20px;
	}
	.workswrap .works_others {
		padding: 30px 0 60px 0;
	}
	.workswrap .works_others .inner {
		max-width: none;
		margin-left: 20px;
		margin-right: 20px;
	}
	.workswrap .works_others .inner ul.web {
		display: inline;
		padding-bottom: 40px;
	}
	.workswrap .works_others .inner ul.web li {
		width: auto;
	}
	.workswrap .works_others .inner ul.web li,
	.workswrap .works_others .inner ul.others li{
		margin-left: 0.7em;
		text-indent: -0.7em;
	}
}







.tabbox ul.tab-list {
	display: none;
}
.tabbox h4 {
	font-size: 16px;
	font-weight: 500;
	margin-top: 25px;
	padding-bottom: 4px;
}
.tabbox .corp {
	margin-top: 10px;
}
.tabbox h4::before{
	display:inline-block;
	vertical-align: middle;
	content:'';
	margin-right: 6px;
	width:8px;
	height: 8px;
	background: #212121;
}
/*
.tabbox {
	width: 100%;
	margin-top: 20px;
}
.tabbox ul.tab-list {
	display: flex;
	border-right: #275897 solid 1px;
}
.tabbox ul.tab-list li {
	color: #275897;
	border-top: #275897 solid 1px;
	border-bottom: #275897 solid 1px;
	border-left: #275897 solid 1px;
	cursor: pointer;
	display: flex;
	flex-grow: 1;
	width: 100%;
	justify-content: center;
	align-items: center;
	height: 36px;
}
.tabbox ul.tab-list li.current {
	background-color: #c3d0e2;
}
.content-box {
	display: none;
	width: 100%;
	padding-top: 20px;
}
*/
@media(max-width: 500px) {
	.tabbox {
		width: 100%;
		margin-top: 10px;
	}
	.tabbox h4 {
		display: none;
	}
	.tabbox ul.tab-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		border-right: none;
	}
	.tabbox ul.tab-list li {
		color: #275897;
		border: #275897 solid 1px;
		font-size: 11px;
		width: 49%;
		display: flex;
		justify-content: center;
		align-items: center;
		height: auto;
		background-color: #fff;
		background-image: url("../../common/images/icn_san_blue.svg");
		background-repeat: no-repeat;
		background-size: 8px auto;
		background-position: right 7px center;
	}
	.tabbox ul.tab-list li:nth-child(n+3) {
		margin-top: 4px;
	}
	.tabbox ul.tab-list li.current {
		background-color: #c3d0e2;
	}
	.content-box {
		display: none;
		width: 100%;
		padding-top: 10px;
	}
}