@charset "utf-8";
/* CSS Document */
aside {
	display: none;
}
.bg-gray {
	position: relative;
	padding-bottom: 35px;
}
.bg-gray::after {
	content: '';
	display: block;
	width: 200%;
	height: 2px;
	background: url(/parts/img/line_horizontal.png) repeat-x;
	background-size: 6px 2px;
	position: absolute;
	top: 110px;
	right: -100%;
	z-index: -1;
}
.title-wrap {
	position: relative;
}
.title-wrap::after {
	content: '';
	display: block;
	width: 168px;
	height: 90px;
	background: #f8f8f8 url(/works/parts/img/diamond.png) no-repeat;
	position: absolute;
	right: -110px;
	top: -28px;
}

/* ---------------------------------------
	index
--------------------------------------- */
#work .bg-gray {
	margin-bottom: 120px;
}

/* ソートボタン */
.selector {
	display: flex;
	justify-content: space-between;
}
.selector > li {
	width: calc((100% - 20px * 2) / 3);
	position: relative;
}
.selector > li a {
	display: block;
	box-sizing: border-box;
	height: 50px;
	background: #fff;
	text-align: center;
	line-height: 50px;
	position: relative;
}
.selector > li a span {
	content: '';
	display: block;
	width: 12px;
	height: 2px;
	background: #282828;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto;
}
.selector > li a span::after {
	content: '';
	display: block;
	width: 2px;
	height: 12px;
	background: #282828;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.selector > li a.active {
	background: #282828;
	color: #fff;
}
.selector > li a.active span {
	background: #fff;
}
.selector > li a.active span::after {
	display: none;
}
.under-selector {
	display: none;
	width: 100%;
	box-sizing: border-box;
	margin-top: 22px;
	position: absolute;
	z-index: 10;
	background: #fff;
	padding: 20px 40px;
	border: 1px solid #d1d1d1;
	border-radius: 5px;
}
.under-selector:after,
.under-selector:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.under-selector:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 14px;
	margin-left: -14px;
}
.under-selector:before {
	border-color: rgba(136, 136, 136, 0);
	border-bottom-color: #888;
	border-width: 15px;
	margin-left: -15px;
}
.service .under-selector:after,
.service .under-selector:before {
	left: 37.5%;
}
.genre .under-selector:after,
.genre .under-selector:before {
	left: 62.5%;
}
.tag .under-selector:after,
.tag .under-selector:before {
	left: 85.5%;
}
.under-selector ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.under-selector ul::after {
	content: '';
	display: block;
	width: calc((100% - 40px * 2) / 3);
}
.under-selector ul li {
	width: calc((100% - 40px * 2) / 3);
	border-bottom: 1px dotted #d8d8d8;
}
.under-selector ul li.no-line {
	border-bottom: none;
}
.under-selector ul li a {
	display: block;
	padding: 16px 16px 16px 0;
	background: url(/parts/img/arrow_black.png) right center /6px 10px no-repeat;
}
.under-selector ul li a:hover {
	color: #ca3738;
	background: url(/parts/img/arrow_red.png) right center /6px 10px no-repeat;
}

/* 表示リスト */
.sample-list {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sample-list::after {
	content: '';
	display: block;
	width: calc((100% - 30px * 2) / 3);
}
.sample-list > li {
	width: calc((100% - 30px * 2) / 3);
	margin-bottom: 30px;
}
.sample-list > li a {
	display: block;
	text-align: center;
}
.sample-list .bg-white {
	display: block;
	height: 400px;
	background: #fff;
	position: relative;
}
.sample-list .monitor {
	display: block;
	width: auto;
	height: 94%;
	/*background: url(/works/parts/img/pc_bg.png) no-repeat;
	background-size: cover; */
	/* position: absolute; */
	top: 0;
	left: 0;
	right: 0;
	margin:0 auto;
    padding-top:5px;
}
.sample-list .monitor figure {
	width: 90%;
	height: 380px;
	margin: 6px auto;
	overflow: hidden;
}
.sample-list .monitor figure img {
	width: 100%;
}
.sample-list .site-name {
	display: inline-block;
	padding: 15px 26px 15px 0;
    line-height: 1.3;
	background: url(/parts/img/arrow_black.png) right center /6px 10px no-repeat;
	text-align: left;
    width: 90%;
    box-sizing: border-box;
}
.sample-list > li a:hover .site-name {
	color: #ca3738;
	background-image: url(/parts/img/arrow_red.png);
}
.sample-list > li a:hover .bg-white {
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	transition: 0.5s ease;
}
.page-selector {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 40px;
	text-align: center;
}
.page-num {
	display: inline-block;
}
.page-num li {
	display: inline-block;
}
.page-num li + li {
	margin-left: 8px;
}
.page-num li a {
	display: block;
	width: 50px;
	height: 50px;
	background: #fff;
	line-height: 50px;
}
.page-num li a.prev-button,
.page-num li a.next-button {
	width: auto;
	background: none;
}
.page-num li a.prev-button {
	margin-right: 40px;
	padding-left: 28px;
	background: url(/parts/img/arrow_left_black.png) left center /6px 10px no-repeat;
}
.page-num li a.next-button {
	margin-left: 50px;
	padding-right: 28px;
	background: url(/parts/img/arrow_black.png) right center /6px 10px no-repeat;
}
.page-num li a.active {
	color: #fff;
	background: #282828;
}
.page-num li a.disabled {
	opacity: 0.2;
	cursor: default;
}

/*210524追記　タグ一覧*/
.under-selector-tag{
	margin-top: 30px;
}
.under-selector-tag li{
	display: inline-block;
}
.under-selector-tag li a {
/*    
    background: #ddd;
    */
    display: inline-block;
    margin: 5px 8px 5px 0;
    padding: 7px 15px 5px;
    /*background: #e5f5e7;*/
	background: #fff;
    border-radius: 20px;
    line-height: 1;
}
.under-selector-tag li a::before {
    content: '#';
    display: inline-block;
    margin-right: 4px;
	transition-duration: 0s;
}
@media screen and (min-width: 768px) {
	.under-selector-tag li a:hover {
		color: #fff;
		background: #282828;
		/*background: #349440;
    	color: #fff;*/
	}
}

/* ---------------------------------------
	詳細
--------------------------------------- */
#work.single .bg-gray{
	margin-bottom: 0;
	padding-bottom: 40px;
}
.main h2.title-ico {
	margin-bottom: 36px;
	padding-left: 36px;
}

/* top-img */
.works-top-img {
	margin-top: 500px;
	padding: 86px 0 50px;
	background: #f1bd40;
	position: relative;
}
.works-top-img::before {
	content: '';
	display: block;
	width: 110px;
	height: 100%;
	background: #f1bd40;
	position: absolute;
	left: -110px;
	top: 0;
}
.works-top-img::after {
	content: '';
	display: block;
	width: 110px;
	height: 100%;
	background: #f1bd40;
	position: absolute;
	right: -110px;
	top: 0;
}

.top-pc-thumb,
.top-sp-thumb {
	background-repeat: no-repeat;
	background-size:  cover;
	text-align: center;
	position: absolute;
	z-index: 5;
}
.top-pc-thumb {
	width: 720px;
	height: 553px;
	background-image: url(/works/parts/img/pc_bg.png);
	left: 0;
	top: -500px;
}
.top-sp-thumb {
	width: 250px;
	height: 436px;
	background-image: url(/works/parts/img/sp_bg.png);
	right: 60px;
	top: -385px;
}
.top-pc-thumb .window,
.top-sp-thumb .window {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.top-pc-thumb .window {
	width: 684px;
	height: 378px;
	margin-top: 18px;
	background: #fff;
}
.top-sp-thumb .window {
	width: 210px;
	height: 358px;
	margin-top: 42px;
}
/*
.top-pc-thumb .window::-webkit-scrollbar,
.top-sp-thumb .window::-webkit-scrollbar {
	width: 5px;
}
.top-pc-thumb .window::-webkit-scrollbar-track,
.top-sp-thumb .window::-webkit-scrollbar-track {
	border-radius: 3px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
}
.top-pc-thumb .window::-webkit-scrollbar-thumb,
.top-sp-thumb .window::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .5);
	border-radius: 10px;
	box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}
*/
.top-pc-thumb .window img,
.top-sp-thumb .window img {
	width: 100%;
	vertical-align: bottom;
}

/* sp無し */
.n-sp .top-pc-thumb {
	right: 0;
	margin: auto;
}

.main .catch {
	margin: 0 60px 40px 0;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	font-family:  "Original Yu Gothic", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
	line-height: 1.43;
	position: relative;
}
.catch::after {
	content: '';
	display: block;
	width: 50px;
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: -16px;
	left: 0;
}
h2.site-name {
	display: inline-block;
	padding: 6px 20px;
	background: #fff;
	color: #222;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
}

/* data-table */
.main .detail {
	margin-top: 50px;
}
.main .detail p {
	margin-bottom: 10px;
}
.data-table-wrap {
	margin-top: 40px;
	background: #fff;
	padding: 3px 20px;
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
}
.data-table {
	width: calc((100% - 30px) / 2);
}
.data-table th,
.data-table td {
	padding: 15px 0;
	border-bottom: 1px dotted #d8d8d8;
}
.data-table tr:last-of-type th,
.data-table tr:last-of-type td {
	border-bottom: none;
}
.data-table.left tr:first-of-type th {
	vertical-align: top;
}
.data-table.right th,
.data-table.right td {
	padding: 9px 0;
}
.data-table th {
	width: 160px;
	color: #349440;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}
.data-table .link {
	display: inline-block;
	padding-left: 24px;
	text-decoration: underline;
	background: url(/works/parts/img/link_icon.gif) left top /15px 15px no-repeat;
	word-break: break-all;
	line-height: 1.4;
}
.data-table .link:hover {
	text-decoration: none;
}
.data-table .tag-link li {
	display: inline-block;
}
.data-table .tag-link a {
	display: inline-block;
	margin: 5px 8px 5px 0;
	padding: 7px 15px 5px;
	background: #e5f5e7;
	border-radius: 20px;
	line-height: 1;
}
.data-table .tag-link a::before {
	content: '#';
	display: inline-block;
	margin-right: 4px;
}
.data-table .tag-link a:hover {
	background: #349440;
	color: #fff;
}
.data-table .tag-link a:hover::before {
	color: #fff;
}

/* project */
.main .project {
	margin-top: 75px;
}
.project-steps {
	display: flex;
	justify-content: space-between;
}
.project-steps > li {
	box-sizing: border-box;
	width: calc((100% - (20px * 2)) / 3);
	padding: 20px 20px 24px;
	background: #fff;
	border-radius: 5px;
}
.project-steps h4 {
	padding-left: 48px;
	padding-bottom: 16px;
	border-bottom: 1px dotted #d8d8d8;
	font-size: 16px;
	font-weight: bold;
	position: relative;
}
.project-steps h4 .num {
	display: block;
	box-sizing: border-box;
	width: 48px;
	height: 72px;
	padding: 42px 0 0 16px;
	background: url(/works/parts/img/scop_icon.png) no-repeat;
	background-size: cover;
	color: #f1bd40;
	text-align: center;
	position: absolute;
	left: -10px;
	top: -42px;
}
.project-steps ul {
	margin-top: 24px;
	padding-left: 22px;
	list-style: disc;
}
.project-steps ul li {
	line-height: 1.6;
}
.project-steps ul li + li {
	margin-top: 10px;
}

/* voice */
.main .voice {
	width: 1190px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.voice h2 {
	margin-bottom: 15px;
	padding: 5px 0 0 52px;
	background: url(/works/parts/img/voice_icon.png) left top /40px 30px no-repeat;
	font-size: 20px;
	font-weight: bold;
	color: #f1bd40;
}
.voice > div {
	width: 510px;
}
.voice figure {
	width: 650px;
}
.voice figure img {
	width: calc(100% )
}

/* mock-up */
.mockup {
	max-width: 1080px;
	margin: 0 auto;
}
.mockup h2.title-line {
	font-size: 26px;
	border-bottom: dotted 2px #282828;
	position: relative;
	margin: 100px 0 60px 0;
	font-weight: 500;
	line-height: 1.4;
}
.mockup h2.title-line::after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 2px #f1bd40;
	bottom: -2px;
	width: 50px;
}
.mockup h2.title-line span {
	color: #f1bd40;
}
.mockup figure img {
	width: 100%;
	vertical-align: bottom;
}
.pc-mock .box {
	display: flex;
	justify-content: space-between;
}
.pc-mock .box-left,
.pc-mock .box-right {
	width: calc((100% - 120px) / 2);
}
.pc-mock .box figure + figure {
	margin-top: 54px;
}
.pc-mock .box figure img {
	box-shadow: 0 0 17px rgba(0,0,0,.17);
}
.pc-mock .box figure figcaption {
	margin-top: 20px;
}
.sp-mock-list {
	display: flex;
	justify-content: space-between;
}
.sp-mock-list li {
	width: 280px;
	height: 570px;
	background: #fff;
	box-sizing: border-box;
	box-shadow: 0 0 17px rgba(0,0,0,.17);
	border: 1px solid #f5f5f5;
	border-radius: 20px;
}
.sp-mock-list figure {
	width: 90%;
	height: 445px;
	box-sizing: border-box;
	border: 1px solid #e0e0e0;
	margin: 63px auto 0;
	overflow: hidden;
}
.mockup a {
	display: block;
	width: 340px;
	height: 50px;
	box-sizing: border-box;
	margin: 60px auto 0;
	line-height: 50px;
	background: #282828;
	border: 1px solid #282828;
	/* border-radius: 25px; */
	color: #fff;
	text-align: center;
}
.mockup a span {
	padding-right: 32px;
	background: url(/parts/img/target_blank.png) right center /12px 12px no-repeat;
}
.mockup a:hover {
	background: #fff;
	color: #282828;
}
.mockup a:hover span {
	background-image: url(/parts/img/target_blank_black.png);
}

/* list-item */
.list-item .pager {
	margin-top: 20px;
	padding-top: 30px;
	display: flex;
	justify-content: space-between;
}
.list-item .pager a {
	display: block;
	margin-top: 0;
	box-sizing: border-box;
	width: calc((100% - (30px * 2)) / 3);
}
.list-item .pager a span {
	font-size: 12px;
	color: #888;
}
.list-item .pager a.disabled {
	opacity: 0;
	cursor: inherit;
}
.list-item .pager a.prev {
	padding-left: 30px;
	background: url(/parts/img/arrow_left_black.png) left center /6px 10px  no-repeat;
}
.list-item .pager a.next {
	padding-right: 30px;
	text-align: right;
	background: url(/parts/img/arrow_black.png) right center /6px 10px  no-repeat;
}
.list-item .pager a.prev:hover,
.list-item .pager a.next:hover {
	color: #ca3738;
}
.list-item .pager a.prev:hover {
	background: url(/parts/img/arrow_left_red.png) left center /6px 10px  no-repeat;
}
.list-item .pager a.next:hover {
	background: url(/parts/img/arrow_red.png) right center /6px 10px  no-repeat;
}
.list-item .pager a.prev:hover span,
.list-item .pager a.next:hover span {
	color: #ca3738;
}

/* scrollbar */
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
	right: 0!important;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
	background-color: #387cad!important;
}

@media screen and (max-width: 1080px) {
	.title-wrap::after {
		right: -4%;
	}
	/* ---------------------------------------
		index
	--------------------------------------- */
	.selector > li {
		width: calc((100% - 20px * 3) / 4);
	}
	.sample-list > li {
		width: calc((100% - 20px * 2) / 3);
	}

	/* ---------------------------------------
		詳細
	--------------------------------------- */
	/* top-img */
	.works-top-img {
		height: auto;
		margin-top: 430px;
		padding-bottom: 30px;
	}
	.top-pc-thumb,
	.top-sp-thumb {
		bottom: auto;
	}
	.top-pc-thumb {
		width: 640px;
		height: 491px;
		top: -430px;
		right: auto;
		left: 0;
	}
	.top-sp-thumb {
		width: 220px;
		height: 382px;
		right: 3vw;
		top: -320px;
	}
	.top-pc-thumb .window {
		width: 608px;
		height: 336px;
	}
	.top-sp-thumb .window {
		width: 184px;
		height: 316px;
		margin-top: 36px;
	}
	.main .catch {
		margin: 0 3vw 30px 0;
	}
	.catch br {
		display: none;
	}
	h2.site-name {
		margin: 0;
	}
	
	.main .voice {
		width: auto;
	}
	.voice > div {
		width: 50%;
		margin-right: 20px;
	}
	.voice figure {
		width: 50%;
	}
	
	.mockup {
		width: 100%;
	}
	.pc-mock .box-left,
	.pc-mock .box-right {
		width: calc((100% - 40px) / 2);
	}
	
	/* list-item */
	.list-item .pager {
		width: 92%;
		margin: 20px auto 0;
	}
	.list-item .pager a {
		width: calc((100% - (15px * 2)) / 3);
	}
	.list-item .pager a.prev {
		padding-left: 20px;
	}
	.list-item .pager a.next {
		padding-right: 20px;
	}
}

@media screen and (max-width: 767px) {
	.title-wrap::after {
		display: none;
	}
	/* ---------------------------------------
		index
	--------------------------------------- */
	#work.top .bg-gray {
		margin-bottom: 80px;
	}
	#work .bg-gray {
		margin-bottom: 40px;
	}
	.selector {
		flex-wrap: wrap;
	}
	.selector > li {
		margin-bottom: 10px;
		width: calc((100% - 10px * 1) / 2);
	}
	.selector > li a {
		padding-right: 12px;
	}
	.selector > li a span {
		right: 12px;
	}
	.service .under-selector {
		margin-top: -48px;
	}
	.genre .under-selector,
	.tag .under-selector {
		margin-top: 12px;
	}
	.service .under-selector:after,
	.service .under-selector:before {
		left: 75%;
	}
	.genre .under-selector:after,
	.genre .under-selector:before {
		left: 25%;
	}
	.tag .under-selector:after,
	.tag .under-selector:before {
		left: 75%;
	}
	.under-selector {
		padding: 10px 20px;
	}
	.under-selector ul li {
		width: calc((100% - 20px * 1) / 2);
	}
	.sample-list {
		margin-top: 40px;
	}
	.sample-list > li {
		margin-bottom: 20px;
		width: calc((100% - 10px * 1) / 2);
	}
	.sample-list > li a {
		height: 100%;
		padding-bottom: 5px;
		background: #fff;
	}
	.sample-list > li a:hover {
		box-shadow: 0 0 20px rgba(0,0,0,0.1);
	}
	.sample-list .bg-white {
		/* height: 200px; */
		background: none;
	}
	.sample-list > li a:hover .bg-white {
		box-shadow: none;
	}
	.sample-list .monitor figure{
        height: 86%;
    }
	.sample-list .site-name {
		box-sizing: border-box;
		width: 86%;
		padding: 5px 18px 12px 0;
        line-height: 1.2;
	}
	.page-num li + li {
		margin-left: 4px;
	}
	.page-num li a {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.page-num li a.prev-button {
		margin-right: 10px;
		padding-left: 20px;
	}
	.page-num li a.next-button {
		margin-left: 6px;
		padding-right: 20px;
	}

	/* ---------------------------------------
		詳細
	--------------------------------------- */
	.title-wrap::after {
		display: none;
	}
	/* top-img */
	.works-top-img {
		margin-top: 46vw;
		padding-top: 9vw;
		margin-right: 0;
	}
	.top-pc-thumb {
		width: 68vw;
		height: 52.22777vw;
		left: 0;
		top: -46vw;
		margin-left: 0;
	}
	.top-pc-thumb .window {
		width: 94%;
		margin-top: 2vw;
		height: 36vw;
	}
	.top-sp-thumb {
		width: 24vw;
		height: 41.664vw;
		top: -35vw;
		margin-right: 0;
	}
	.top-sp-thumb .window {
		margin-top: 2.6vw;
		width: 90%;
		height: 36vw;
	}
	
	/* sp無しのとき */
	.n-sp {
		margin-top: 49vw;
	}
	.n-sp .top-pc-thumb {
		width: 72vw;
		height: 55.3vw;
		top: -49vw;
	}
	
	.main .catch {
		margin: 0 3vw 30px 0;
		font-size: 4vw;
	}
	.catch::after {
		width: 30px;
		height: 2px;
	}
	h2.site-name {
		margin: 0 3vw 0 0;
		font-size: 14px;
	}

	/* detail */
	.main .detail {
		margin-top: 40px;
	}
	.data-table-wrap {
		flex-wrap: wrap;
	}
	.data-table {
		width: 100%;
	}
	.data-table.left tr:last-of-type th,
	.data-table.left tr:last-of-type td {
		border-bottom: 1px dotted #d8d8d8;
	}

	/* project */
	.project-steps {
		flex-wrap: wrap;
	}
	.project-steps > li {
		width: 100%;
	}
	.project-steps > li + li {
		margin-top: 20px;
	}

	/* voice */
	.main .voice {
		display: block;
	}
	.voice figure {
		width: 100%;
	}
	.voice h2 {
		margin-top: 10px;
	}
	.voice > div {
		width: 100%;
	}
	
	/* mock */
	.mockup {
		padding-bottom: 20px;
	}
	.mockup h2.title-line {
		font-size: 20px;
	}
	.pc-mock .box {
		display: block;
	}
	.pc-mock .box-left,
	.pc-mock .box-right {
		width: 100%;
	}
	.pc-mock .box-left {
		margin-bottom: 54px;
	}
	.pc-mock figure {
		width: 90%;
		margin: 0 auto;
	}
	.sp-mock-list {
		display: block;
	}
	.sp-mock-list li {
		margin: 0 auto;
	}
	.sp-mock-list li + li {
		margin-top: 40px;
	}
	.mockup a {
		margin-top: 40px;
	}

	/* list-item */
	.list-item .pager {
		width: 90%;
		margin: 20px auto;
		overflow: hidden;
	}
	.list-item .pager a {
		float: left;
		width: calc((100% - (50px + 10px * 2)) / 2);
	}
	.list-item .pager a.prev {
		margin-right: 10px;
		padding-left: 15px;
	}
	.list-item .pager a.next {
		margin-left: 10px;
		padding-right: 15px;
	}
	.list-item a.btn-black {
		width: 50px;
		font-size: 12px;
	}
	.list-item a.btn-black i {
		display: none;
	}
	.list-item a.btn-black:after {
		display: none;
	}
	.prev-name,
	.next-name {
		font-size: 10px;
	}
	
	/* scrollbar */
	.ps-container.ps-active-y > .ps-scrollbar-y-rail,
	.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
		width: 5px!important;
	}
}

@media screen and (max-width: 600px) {
	/* ---------------------------------------
		index
	--------------------------------------- */
	.selector > li a {
		font-size: 12px;
	}
	.selector > li a span {
		width: 10px;
	}
	.selector > li a span::after {
		height: 10px;
	}
	.sample-list {
		margin-top: 40px;
	}
	.sample-list > li {
		margin-bottom: calc(10px + 1vw);
	}
	.sample-list > li a {
		padding-bottom: 1vw;
	}
	.sample-list .bg-white {
		height: 50vw;
	}
/*	.sample-list .monitor figure {
		margin: 5px auto;
		height: 16.5vw;
	}
	.sample-list .monitor {
		width: 32vw;
		height: 24.53333vw;
		top: 5vw;
	}
	.sample-list .site-name {
		width: 84%;
		font-size: 12px;
		line-height: 1.4;
	} */
}

@media screen and (max-width: 480px) {
	/* ---------------------------------------
		詳細
	--------------------------------------- */
	/* detail */
	.data-table th,
	.data-table td {
		display: block;
		width: 100%;
	}
	.data-table th,
	.data-table.right th {
		border-bottom: none;
		padding-top: 15px;
		padding-bottom: 0;
	}
	.data-table.left tr:last-of-type th {
		border-bottom: none;
	}
	.data-table td,
	.data-table.right td {
		padding-top: 5px;
		padding-bottom: 15px;
	}
	.sp-mock-list li {
		width: 70vw;
		height: 142.5vw;
	}
	.sp-mock-list figure {
		width: 64vw;
		height: 113.92vw;
		margin-top: 16vw;
	}
	.mockup a {
		width: 80vw;
	}
}
