@charset "UTF-8";

body {

}

header::after,
footer::after,
#globalNav::after,
#nav::after,
#search::after,
#info::after,
#footer::after,
#contents::after,
#main::after,
#aside::after,
#visual::after,
#menu::after{
	content: "";
	display: block;
	clear: both;
}

.mm-navbar{
	display: none;
}

/* scroll Top */
#page-top{
	display: block;
	position: fixed;
	bottom: 34px;
	right: 30px;
	width: 60px;
	height: 60px;
	background: rgba(0,0,0,.4);
	border-radius: 3px;
	-webkit-border-radius: 60px;
	-moz-border-radius: 3px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	z-index: 1000;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
#page-top img{
	width: 24px;
	height: auto;
	padding-top: 18px;
}
#page-top a{
	color: #fff;
}
#page-top:hover{
	background: rgba(0,0,0,.6);
}

	@media screen and (max-width: 768px){
		#page-top{
			bottom: 34px;
			right: 20px;
		}
	}

#wrapper{
	text-align: left;
}

/* loading */
#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -16px; /* heightの半分のマイナス値 */
	margin-left: -16px; /* widthの半分のマイナス値 */
	z-index: 9999999999;
}
#loader i{
	color:#808080 !important;
}
#fade {
	width: 100%;
	height: 100%;
	display: none;
	background-color: rgba(255,255,255,0.96);
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999999999;
}


.pager:after {
	font-size: 1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.pager {
	zoom: 1;
}
.pager {
	width: 100% !important;
	text-align: center;
	padding: 0 0 0 0;
}
.pager .current,
.pager .pages{
	font-size: 0.875em;
	color: #000;
	padding: 10px 14px;
	border: none;
	margin-right: 6px;
	line-height: 500%;
}
	@media screen and (max-width: 768px){
		.pager {
			zoom: 82%;
			white-space: nowrap;
		}
		.pager span.pages{
			display: block;
			line-height: 100% !important;
		}
	}

.pager span.current{
	border: #000 solid 1px !important;
	background-color:#000 !important;
	color: #FFF;
}
.pager a{
	padding: 8px 12px !important;
	border: #808080 solid 1px;
	margin-right: 6px;
}
.pager a:hover{
	padding: 8px 12px !important;
	color: #FFF;
	text-decoration: none;
	border: #808080 solid 1px !important;
	background-color:#808080;
}
.pager span.extend{
	border: none !important;

}


.text-more{
	color: #575757 !important;
}

#works .business .sp-selected-thumbnail {
	border: 2px solid #fae650;
}
#works .feminine .sp-selected-thumbnail {
	border: 2px solid #fa91a0;
}
#works .flat .sp-selected-thumbnail {
	border: 2px solid #5ac3c3;
}
#works .academic .sp-selected-thumbnail {
	border: 2px solid #cda0c8;
}
#works .character .sp-selected-thumbnail {
	border: 2px solid #ff915a;
}
#works .design .sp-selected-thumbnail {
	border: 2px solid #96aaa0;
}
#works .line-stamp .sp-selected-thumbnail {
	border: 2px solid #93c991;
}


.sw-entry .image .spacer{
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 10;
}


/*----------------------------------------
　PC
-------------------------------------------*/
@media print, screen and (min-width: 769px){

.sw-inner{
	width: 1060px;
	margin:auto;
}

header{
	width: 100%;
	min-width: 1060px;
	background-color: #000;
	position: fixed;
	top:0;
	z-index: 10000;
}
header h1.logo{
	float: left;
	width: 220px;
	position: relative;
	top: 9px;
}
header h1.logo img{
	width: 100%;
	height: auto;
}
header .nav-group{
	float: right;
	width: 780px;
}

#globalNav{
	float: right;
	position: relative;
	z-index: 9999;
}
#globalNav nav{
	width: 570px;
	padding-right: 40px;
}
#globalNav ul li{
	font-family: futura-pt, sans-serif;
	font-weight: 600;
	color: #FFF;
	white-space: nowrap;
}
#globalNav ul li span.divider{
	border-left:1px solid #FFF;
	padding-left: 16px;
	margin-left: 2px;
}
#globalNav ul li.contact{
	width: 46px;
	position: relative;
	top:-6px;
}
#globalNav ul li.graphic-design:hover{
	color: #96aaa0 !important;;
}


#globalNav .sns{
	position: absolute;
	top: 12px;
	right: 0;
	margin-top: 2px;
}
#globalNav .contact{
	position: absolute;
	top: 12px;
	right: 0;
	margin-top: 2px;
}
#globalNav .sns ul li{
	float:left;
	margin-left: 5px;
}
#globalNav .sns ul li a{
	display: inline-block;
	color: #FFF;
	line-height: 180%;
	background-color: #000;
	font-size: 1.125em;
	text-align: center;
	width: 30px;
	height: 30px;
	border:1px solid #FFF;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
#globalNav .sns ul li a:hover{
	border:1px solid #cbd4cf;
	background-color: #cbd4cf;
	color: #FFF;
}



footer {
	width: 100%;
	background-color: #666;
	padding: 50px 0 ; 
}
footer .logo {
	width: 170px;
	margin: auto;
	margin-bottom: 30px;
}
footer p {
	font-size: 0.750em;
	color: #f2f2f2;
	text-align: center;
}
footer p.copy {
	margin-top: 10px; 
}


/* 検索窓 */
#search{
	display: flex;
	position: fixed;
	z-index: 100 !important;
	padding: 50px 0 60px 0;
	justify-content: space-between;
	transition: .5s;
	width: 100%;
	min-width: 1060px;
	margin: auto;
}

#search.transform{
	padding: 20px 0 120px 0;
	background: linear-gradient(rgba(255,255,255,0.8), rgba(255,255,255,0.0));
}
#search .search-wrap{
	position: absolute;
	right: 45px;
}
#search .search-inner{
	float: left;
}
#search .btn{
	float: left;
	font-size: 1.0em;
	font-weight: 600;
	color: #000;
	text-align: center;
	letter-spacing:1px;
	text-decoration: none;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
	margin-right: 14px;
}

#search .btn a{
	display: block;
	background-color: #FFF;
	border:2px solid #000;
	padding: 14px 22px 14px 12px;
	color: #000;
	text-decoration: none;
}
#search .btn a:hover{
	display: block;
	background-color: #000;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
	border-left:2px solid #000;
	padding: 14px 22px 14px 12px;
	color: #FFF;
	text-decoration: none;
}
#search div.lead{
	float: left;
	padding: 14px 18px;
	border-top: 2px solid #000;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	background-color: #cbd4cf;
	font-size: 1.0em;
	font-weight: 600;
	color: #000;
	letter-spacing: 1px;
}
#search .box_search{
	float: left;
}
#search .box_search input {
	vertical-align: top;
	border: none ;
	width: 250px;
	height: 48px;
	padding: 0 10px; 
	background: rgba(255,255,255,0.95);
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	font-size: 1.0em;
}
#search .box_search button{
	width: 48px;
	height: 48px;
	border: none;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	background-color: #000;
	color: #FFF;
	font-size: 1.250em;
	line-height: 100%;
	text-align: center;
	margin-left: 
}



#menu{
	padding: 160px 0 0 0;
}

.plb-menu{
	margin-bottom: 15px;
}
.plb-menu .sw-entry .image {
	width: 70px !important;
	margin:auto;
	margin-bottom: 12px;
}
.plb-menu .sw-entry h5 {
	font-size: 1.00em;
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 6px;
}
.plb-menu .sw-entry p.title{
	font-size: 0.875em;
	line-height: 160%;
	margin-bottom: 6px;
}


.plb-block-title{
	margin-bottom: 45px;
}
.plb-block-title.plb-block-icon{
	margin-bottom: 20px;
}

.plb-block-title .image{
	width: 40px;
	margin:auto;
	margin-bottom: 10px;
}
.plb-block-title h3.name{
	font-size: 1.375em;
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.plb-block-title p.catch{
	font-size: 1.00em;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 6px;
}
.plb-block-title p.lead{
	font-size: 0.875em;
	font-weight: 500;
	line-height: 160%;
}
.plb-block-title p.categoly{
	font-size: 1.875em;
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: 2px;
	margin-bottom: 5px;
}


/* ビジュアル */
#visual{
	position: relative;
	margin-bottom: 40px;
}
#visual .hero-pc {
	background-position:center 0;
	background-repeat:no-repeat;
	background-size: auto;
	min-width: 1060px;
	z-index: 10;
}

#visual .hero-pc li{
	background-position:center 0;
	height: 400px;
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px !important;
	text-align: center;
 	z-index: 9999;
}
.flex-control-nav li {
height: 10px !important;
  margin: 0 8px !important;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 10px !important;
  height: 10px !important;
  display: block;
  background: rgba(0, 0, 0, 0.3) !important;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
	background: rgba(255, 255, 255, 0.9) !important;
	box-shadow: none;
	cursor: default;
}

/* TOPページ */
#home .intro{
	padding: 85px 0 30px 0;
}
#home .intro h2.name{
	font-size: 2.250em;
	font-weight: 700;
	line-height: 100% !important;
	letter-spacing: 3px;
	margin-bottom: 2px;
}
#home .intro h3.catch{
	font-size: 1.375em;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 8px;
}
#home .intro p.lead{
	font-size: 1.00em;
	font-weight: 600;
	margin-bottom: 16px;
}


#home .download{
	padding: 0 0 85px 0;
}
#home .download .btn-group{
	margin-bottom: 16px;
}

#home .download .btn-group{
	margin-bottom: 16px;
}

#home .download p.lead{
	font-weight: 600;
	margin-bottom: 16px;
}
#home .download p.lead a{
	color: #FF004B;
}
#home .download p.lead a:hover{
	color: #808080;
	text-decoration: none;
}
#home .download .sample img,
a.lay_pamphlet span img{
	border: 1px solid #CCC;
}

a.lay_pamphlet:hover {
	position: relative;
	text-decoration: none;
}
a.lay_pamphlet span {
	display: none;
	position: absolute;
	top: -19em;
	left: -20em;
}
a.lay_pamphlet:hover span {
	border: none;
	display: block;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px ;

}

#pamphlet #search{
	display: none;
}

.post-password-form input[type="text"], input[type="email"], input[type="password"], textarea {
	font-size: 1.0em;
	color: #000;
	border:1px solid #CCC !important;
	background-color: #FFF;
	box-sizing: border-box;
}

.post-password-form{
	width: 860px;
	margin: auto; 
	padding: 180px 0 100px 0;
	text-align:center;
}
.post-password-form p{
	margin-bottom: 20px;
}
.post-password-form input[type="password"]{
	width:40% !important;
	font-size:1.0em;
	height: 44px;
	border:none;
	padding: 4px 10px; 
	color:#333;
}
.post-password-form label{
	margin-bottom: 12px;
}

.post-password-form input[type="submit"]{
	background-color: #000;
	border:1px solid #000;
	padding: 0.8em 1.0em;
	font-size: 0.875em;
	font-weight: 600;
	color: #fff;
	cursor:pointer;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
.post-password-form input[type="submit"]:hover {
	border:1px solid #808080;
	background-color: #808080;
	color: #fff;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}

@media screen and (max-width: 768px){
	.mw_wp_form input.submit{
		padding: 0.6em 1.0em;
	}
	.mw_wp_form input.non-submit{
		padding: 0.6em 2.0em;
	}
}


#pamphlet .dl{
	text-align: center;
}
#pamphlet .dl .sw-btn{
	margin-top:10px;
}


#home .news{
	width:840px;
	margin: auto;
	margin-bottom: 110px;
	background-color: #f8f9f9;
	padding: 35px 30px 38px 30px;
}
#home .news h3{
	font-size: 1.125em;
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	color: #333;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 16px;
}
/*
#home .news .section{
	width:100%;
	height:180px;
	overflow:auto;
	padding-right: 16px;

}
*/
#home .news .entry{
	text-align: center;
	margin-bottom: 20px;
}
#home .news .entry:last-child{
	margin-bottom: 0 !important;;
}
#home .news .entry p.date{
	float: left;
	font-size: 0.938em;
	margin-right: 12px;
}
#home .news .entry h4{
	font-size: 1.0em;
	color: #333;
	letter-spacing: 1px;
	margin-bottom: 4px !important;
}
#home .news .entry div.title p{
	font-size: 0.875em;
	color: #333;
	line-height: 160%;
}


/* PRICE & FLOW */
#price #menu{
	padding-bottom: 85px;
}
#price .plb-menu{
	margin-bottom: 30px;
}

#price .plb-price-block-full::after,
#price .plb-price-block-half::after{
	content: "";
	display: block;
	clear: both;
}
#price .plb-price-block-full{
}
#price .plb-price-block-half{
}
#price .plb-price-block-full .flex-box{
	text-align: left !important;
}
#price .plb-price-block-half .flex-box{
	float: left;
	width: 48%;
	text-align: left !important;
}
#price .plb-price-block-half .flex-box:nth-child(even){
	float: right;
}
#price .plb-price-block-full .flex-box table,
#price .plb-price-block-half .flex-box table{
	width: 100%;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
}

#price .btn-case{
	margin-bottom: 30px;
}

#price #illustration{
	padding: 80px 0;
}
#price #illustration table{
	width: 100%;
	table-layout: fixed;
}
#price #illustration table th{
	background-color: #c5e6f5;
	border: 2px solid #000;
	padding: 6px 0 6px 0;
	vertical-align: middle;
	font-size: 0.875em;
	font-weight: 400;
	line-height:140%;
	letter-spacing: 1px;
	white-space: nowrap;
}
#price #illustration table td{
	background-color: #FFF;
	border: 2px solid #000;
	padding: 10px 0 10px 0;
	vertical-align: middle;
	font-size: 1.250em;
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	line-height:170%;
}
#price #illustration table th.w-lg{
	width: 150px;
}
#price #illustration table th.w-sm{
	width: 85px;
}
#price #illustration table th.ex{
	width: 170px !important;
}
#price #illustration table td.bg-man-hour{
	background-color: #f2fafd;
}
#price #illustration table td.ex p.sub{
	font-size: 0.625em;
	line-height: 150%;
	margin-bottom: 8px;
}
#price #illustration table td.ex p.size{
	font-size: 0.563em;
	line-height: 150%;
	text-align: right;
	margin-right: 24px;
}
#price #illustration table td.ex .image-a{
	width: 70%;
	margin:auto;
	margin-bottom: 10px;
}
#price #illustration table td.ex .image-b{
	width: 76%;
	margin:auto;
	margin-top: 18px;
}


#price #character{
	padding: 80px 0;
}
#price #character table{
	margin-bottom: 0px;
}
#price #character table th{
	background-color: #ffc7ac;
	border: 2px solid #000;
	padding: 6px 0 6px 0;
	vertical-align: middle;
	font-size: 0.875em;
	font-weight: 500;
	line-height:140%;
	letter-spacing: 1px;
	white-space: nowrap;
}
#price #character table td{
	background-color: #FFF;
	border: 2px solid #000;
	padding: 10px 0 8px 0;
	vertical-align: middle;
	font-size: 1.250em;
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	line-height:160%;
}
#price #character table th.w-sm{
	width: 74px !important;
}
#price #character table th.plan{
	width: 212px !important;
}
#price #character table th.recommend{
	width: 320px !important;
}
#price #character table th.contents{
	width: 274px !important;
}
#price #character table td.bg-man-hour{
	background-color: #fff4ee;
}
#price #character table td.plan{
	font-size: 1.063em;
	text-align: left;
	padding-left: 16px;
	white-space: nowrap;
}
#price #character table td.recommend{
	font-size: 0.750em;
	text-align: left;
	background-color: #ffe8dc;
	padding-left: 8px;
	white-space: nowrap;
}
#price #character table td.contents{
	white-space: nowrap;
	font-size: 1.063em;
	padding-left: 16px;
	text-align: left;
}
#price #character table td .icon-hot{
	width: 32px;
	margin-right: 4px;
	vertical-align: -10px;
}


#price #graphic-design{
	padding: 80px 0;
}
#price #graphic-design table{
	margin-bottom: 00px;
}
#price #graphic-design table th{
	background-color: #cbd4cf;
	border: 2px solid #000;
	padding: 6px 0 6px 0;
	vertical-align: middle;
	font-size: 0.875em;
	font-weight: 500;
	line-height:140%;
	letter-spacing: 1px;
	white-space: nowrap;
}
#price #graphic-design table td{
	background-color: #FFF;
	border: 2px solid #000;
	padding: 10px 0 8px 0;
	vertical-align: middle;
	font-size: 1.250em;
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	line-height:160%;
}
#price #graphic-design table th.w-sm{
	width: 64px !important;
}
#price #graphic-design table th.w-lg{
	width: 150px !important;
}
#price #graphic-design table td.bg-man-hour{
	background-color: #fcfcfc;
}
#price #graphic-design table td.plan{
	font-size: 1.063em;
	text-align: left;
	padding-right: 14px;
	padding-left: 14px;
	white-space: nowrap;
}
#price #graphic-design table td.contents{
	font-size: 1.000em !important;
	text-align: left;
	padding-right: 14px;
	padding-left: 14px;
	white-space: nowrap;
}
#price #graphic-design table td .icon-hot{
	width: 32px;
	margin-right: 4px;
	vertical-align: -10px;
}


#price #line-stamp{
	padding: 80px 0;
}
#price #line-stamp table{
	margin-bottom: 0px;
}
#price #line-stamp table th{
	background-color: #cae4c9;
	border: 2px solid #000;
	padding: 6px 0 6px 0;
	vertical-align: middle;
	font-size: 0.875em;
	font-weight: 500;
	line-height:140%;
	letter-spacing: 1px;
	white-space: nowrap;
}
#price #line-stamp table td{
	background-color: #FFF;
	border: 2px solid #000;
	padding: 10px 0 8px 0;
	vertical-align: middle;
	font-size: 1.250em;
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	line-height:160%;
}
#price #line-stamp table td.bg-man-hour{
	background-color: #f4fbf4;
}
#price #line-stamp table td.sub{
	font-size: 0.875em;
	background-color: #deefdd;
}
#price #line-stamp table td.w-sm{
	width: 68px !important;
}
#price #line-stamp table th span.text-sm,
#price #line-stamp table td.text-sm{
	font-size: 0.688em !important;
}
#price #line-stamp table td.plan{
	font-size: 1.000em !important;
	text-align: left;
	padding-left: 14px;
	width: 135px !important;
	white-space: nowrap;
}
#price #line-stamp table td.recommend{
	font-size: 0.688em;
	text-align: left;
	width: 295px !important;
	padding-left: 10px;
	white-space: nowrap;
	background-color: #dfefde;
}
#price #line-stamp table td .icon-hot{
	width: 34px;
	margin-right: 4px;
	vertical-align: -10px;
}

#price p.caution{
	text-align: right;
	margin-bottom: 15px;
}

#price-qa{
	margin-top:-160px;
	padding-top:100px;
}
#price .illustration-qa{
	margin-top: -35px; 
	margin-bottom: 60px;
}

.illustration-qa .accordion_one {
	width: 900px;
	margin: auto;
}
.illustration-qa .accordion_one .accordion_header {
	display: inline-block;
	width: 900px;
	background-color: #afdcf1;
	border:2px solid #8ccdeb;
	font-size: 1.0em !important;
	font-weight: 700;
	color: #000;
	text-align: center;
	letter-spacing: 1px;
	padding: 30px 0;
    position: relative;
    z-index: +1;
    cursor: pointer;
}
.illustration-qa .accordion_one .accordion_header:hover {
	opacity: 1.0;
}
.illustration-qa .accordion_one .accordion_header:before {
	font-family: fontAwesome;
	content: "\f107";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-size: 1.625em !important;
	margin-right: 10px;
}
.illustration-qa .accordion_one .accordion_header.open:before {
	font-family: fontAwesome;
	content: "\f106";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-size: 1.375em;
	font-style: normal;
	color: #000;
}
.illustration-qa .accordion_one .accordion_header span.name{
	font-size: 1.250em;
	font-weight: 700;
	white-space: nowrap;
}
.illustration-qa .accordion_one .accordion_header.open {
	color: #000;
	background: linear-gradient(to bottom,#aedded,#b2ddf0 3%,#f2f4f3); 
	border:none;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.illustration-qa .accordion_one .accordion_inner {
	display: none;
	box-sizing: border-box;
}
.illustration-qa .accordion_one .accordion_inner .sw-block1 {
	width: 92%;
	margin: auto; 
	text-align: left;
}
.illustration-qa .accordion_one .closeArea {
	width: 100%;
	margin: 0 auto;
}
.illustration-qa .accordion_one  .closeArea .close_box a.close_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(to top,#aedded,#b2ddf0 3%,#f2f4f3); 
	padding: 40px 20px 40px 20px;
	text-decoration: none;
	color: #808080;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 100%;
	letter-spacing: 1px;
	position: relative;
	cursor: pointer;
	transition-duration: 0.2s;
	display: block;
}
.illustration-qa .accordion_one .closeArea .close_box a.close_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(to top,#aedded,#b2ddf0 3%,#f2f4f3); 
	padding: 25px 20px 40px 20px;
	text-decoration: none;
	color: #808080;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 100%;
	letter-spacing: 1px;
	position: relative;
	cursor: pointer;
	transition-duration: 0.2s;
	display: block;
}
.illustration-qa .accordion_one  .closeArea .close_box a.close_btn i{
	font-size: 1.750em !important;
	margin-bottom: 2px;
}

#price .illustration-qa .box{
	text-align: left;
}
#price .illustration-qa .box{
	margin-bottom: 55px;
}
#price .illustration-qa .sw-entry h4{
	font-size: 1.1250em;
	font-weight: 600;
	margin-bottom: 10px;
}
#price .illustration-qa .sw-entry .image{
}
#price .illustration-qa .sw-entry .b01{
	float: right;
	width: 48%;
	margin-bottom: 30px !important;
}
#price .illustration-qa .sw-entry .b02{
	width: 48%;
	margin-bottom: 55px !important;
}
#price .illustration-qa .sw-entry .b03{
	width: 48%;
}
#price .illustration-qa .btn-group{
	margin-top: 20px;
}


#price .accordion-wrap .accordion-bottom{
	color: #000;
	background: linear-gradient(to top,#aedded,#b2ddf0 3%,#f2f4f3); 
	border:none;
	box-sizing: border-box;
}




#price #flow .sw-block7flow::after,
#price #flow .sw-entry::after{
	content: "";
	display: block;
	clear: both;
}



#price #flow{
	padding: 160px 0 120px 0; 
	background-color: #e9edeb;
}
#price #flow .sw-block7flow{
	padding-top: 30px;
}
#price #flow .sw-block7flow .sw-box{
	float: left;
	width: 240px !important;
	background-color: #FFF;
}
#price #flow .sw-block7flow .sw-box:last-child{
	float: right;
}
#price #flow .sw-block7flow .arrow{
	float: left;
	width: 32px !important;
}
#price #flow .sw-block7flow .arrow i{
	font-size: 2.375em;
	position: relative;
	left:-6px;
	top: 185px;
}
#price #flow .sw-entry{
	padding:16px 20px 20px 20px; 
}
#price #flow .no{
	width: 120px;
	margin:auto;
	margin-top: -46px;
}
#price #flow .icon{
	margin-top: 10px;
	margin-bottom: 20px;
}
#price #flow .sw-entry h5{
	font-size: 0.875em !important;
	margin-bottom: 10px;
}
#price #flow .sw-entry p{
	font-size: 0.750em;
	line-height: 170%;
	text-align: left;
}

#price #copy{
	padding:80px 0 120px 0; 
}
#price #copy .plb-block-title{
	margin-bottom: 0 !important;
}
#price #copy p.lead{
	line-height: 170%;
	margin-bottom: 20px;
}


/* ABOUT */
#about #visual .hero-about {
	background-image:url(/images/about/about_main_pc.jpg);
	background-position:center 0;
	background-repeat:no-repeat;
	width: 100%;
	min-width: 1060px;
	height: 400px;
	position: relative;
	z-index: 10;
}

#about #service{
	padding: 90px 0 80px 0;
}

#about #portlab{
	padding: 30px 0 0 0; 
}
#about #service .plb-menu .sw-entry p{
	white-space: nowrap;
}
#about #portlab .line-wave3{
	width: 160px;
	margin: auto; 
	padding: 40px 0 50px 0; 
}
#about #portlab .line-wave1{
	width: 90px;
	margin: auto; 
	padding: 40px 0 50px 0; 
}
#about #portlab .touch h4{
	font-size: 1.125em;
	font-weight: 600 !important;
	color: #585858 !important;
	letter-spacing: 1px;
	margin-bottom: 18px !important;
}
#about #portlab .touch p{
	font-size: 0.875em;
	line-height: 240%;
}

#about #portlab .bottom-bg {
	background-image:url(/images/about/about_plb_bottom3_pc.jpg);
	background-position:center 0;
	background-repeat:no-repeat;
	width: 100%;
	min-width: 1060px;
	height: 400px;
	position: relative;
	z-index: 10;
	margin-top:120px;
}


#about #me{
	color: #96aaa0;
	padding:80px 0 90px 0;
	margin-bottom:45px; 
}
#about #me h3{
	color: #96aaa0;
	letter-spacing: 2px;
	margin-bottom:45px; 
}
#about #me .photo{
	margin:auto;
	margin-bottom:45px; 
}
#about #me .catch{
	font-size: 1.0em;
	font-family: futura-pt, sans-serif;
	color: #FFF;
	letter-spacing: 2px;
	margin-bottom:0 !important; 
}
#about #me .fmane{
	font-size: 1.50em;
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	color: #FFF;
	letter-spacing: 5px;
	margin-bottom:8px; 
}
#about #me .title{
	font-size: 0.850em;
	font-weight: 600;
	color: #000;
	letter-spacing: 1px;
	margin-bottom:8px; 
}
#about #me .fmane-jp{
	font-size: 1.188em;
	font-weight: 600;
	color: #000;
	letter-spacing: 5px;
	margin-bottom:30px; 
}
#about #me p.lead{
	font-size: 0.875em;
	color: #000;
	line-height: 240%;
}

#about #link{
	padding: 60px 0 90px 0; 
}
#about #link p.lead{
	line-height: 180%;
}


#premium .type{
	padding:20px 0 90px 0;
	margin-bottom:45px; 
}
#premium .type h3{
	font-size: 1.0em;
	font-weight: 400;
	text-align: center;
	margin-bottom: 40px;
}
#premium .type .photo{
	margin:auto;
	margin-bottom:24px; 
}
#premium .type .title{
	font-size: 1.50em;
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	color: #000;
	line-height: 120%;
	letter-spacing: 2px;
	margin-bottom:0px; 
}
#premium .type .title-jp{
	font-size: 1.0em;
	font-weight: 400;
	color: #000;
	letter-spacing: 1px;
	margin-bottom:24px; 
}
#premium .type p.lead{
	font-size: 0.875em;
	color: #000;
	line-height: 190%;
	margin-bottom: 20px;
}
#premium .type p.more{
	font-size: 0.875em;
	color: #000;
	line-height: 200%;
}


#contact #menu{
	padding: 160px 0 0 0;
}
#contact .form{
	width: 660px;
	margin: auto; 
	padding: 60px 90px 45px 90px;
	background-color: #f1f4f2;
}
#contact .form .form-group::after{
	content: "";
	display: block;
	clear: both;
}
#contact .form .form-group{
	clear: both;
	margin-bottom: 25px;
}
#contact .form p.form-title{
	float: left;
	width: 200px;
	font-size: 1.0em;
	font-weight: 600;
	letter-spacing: 1px;
	padding-top: 9px;
}
#contact .form p.form-input{
	float: right;
	width: 430px;
	font-size: 1.0em;
}
#contact .form .horizontal-item{
	display: inline-block;
	margin-right: 16px;
}
#contact .form .mwform-radio-field-text{
	margin-left: -5px;
	padding-top: 4px;
}


#contact .form .btn-group{
	margin-top: 20px;
	text-align: center;
}
#contact .caution{
	width: 90%;
	margin: auto;
	padding:35px 0 30px 0;
	margin-bottom: 40px;
}
#contact .caution p{
	line-height: 180% !important;
}

#menu{
	padding: 160px 0 30px 0;
}

#list-touch .sw-plb-edit .sw-post,
#works.tag_works .sw-plb-edit .sw-post,
#works.tag_genre .sw-plb-edit .sw-post,
#works.cat_touch .sw-plb-edit .sw-post,
#works.result .sw-post{
	padding: 0 !important;
}


.list-word {
	padding:60px 0; 
}
.list-word .plb-block-title{
	margin-bottom: 32px !important;
}
#p
.list-word table{
	width: 100%;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

.list-word table th{
	white-space: nowrap;
	font-size: 0.875em;
	line-height: 220%;
	vertical-align: top;
	padding:16px 30px 16px 0 ; 
}

.list-word table td{
	font-size: 0.875em;
	line-height: 220%;
	vertical-align: top;
	padding:16px 16px 16px 0; 
}

.list-word table td span.word{
	color: #808080;
	margin-right: 12px;
}
.list-word table td span.word a{
	color: #808080;
	text-decoration: none !important;
	display: inline-block;
}
.list-word table td span.word a:hover{
	color: #000;
	text-decoration: underline !important;
}



#works-genre{
	padding: 155px 0 85px 0;
}
#works-genre .image{
	width: 80px !important;
	margin:auto;
	margin-bottom: 18px;
}
#works-genre .image img{
	width: 100%;
	height: auto;
}
#works-genre h3.name{
	font-size: 1.375em;
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
#works-genre p.catch{
	font-size: 1.00em;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
#works-genre p.lead{
	font-size: 0.875em;
	font-weight: 500;
	line-height: 160%;
	margin-bottom: 26px;
}


#works #contents .illustration .type{
	background-image:url(/images/contents/bg_illust_type_pc.jpg);
	background-position:center 0;
	background-repeat:no-repeat;
	width: 100%;
	position: relative;
	z-index: 10;
	padding: 200px 0 80px 0; 
}
#works #contents .illustration .type .image{
	width: 92px;
	margin:auto;
}
#works #contents .illustration .type p.title{
	font-size: 0.875em;
	font-weight: 500;
	line-height: 160%;
}

#works .product::after{
	content: "";
	display: block;
	clear: both;
}
#works .product{
	width: 980px;
	margin: auto;
	padding-top: 160px;
	margin-bottom: 80px;
}
#works .product .image{
	float: left;
	width: 440px;
	position: relative;
}
#works .product .text{
	float: right;
	width: 480px;
}
#works .product h2{
	font-size: 1.250em;
	font-weight: 600;
	margin-bottom: 10px; 
}
#works .product .lead{
	margin-bottom: 20px; 
}
#works .entry-pager{
	width: 80%;
	min-width: 1160px;
	margin:auto;
	position: relative;
	top: 348px;
}
#works .entry-pager .next{
	position: absolute;
	right: 0;
}
#works .entry-pager .pre{
	position: absolute;
	left: 0;
}
#works .entry-pager .next img,
#works .entry-pager .pre img{
	width: 42px;
	height: 
}
#works .product .image p.copy{
	position: absolute;
	top: 428px;
	right: 0;
	font-size: 0.750em;
	color: #878787;
	font-family: futura-pt, sans-serif;
	font-weight: 500;
}
#works .product .btn-group{
	text-align: right;
}

#works .sp-thumbnails-container {
	width: 440px !important;
	display: flex !important;
	justify-content:space-around !important;
	margin-top:45px !important; 
}
#works .sp-thumbnail-container{
	margin-right: 11px !important;
	margin-left: 11px !important;
}
#works .sp-selected-thumbnail {
	border: 2px solid #808080;
}



/* overlay */
#overlay-pricerank{
	width:100%;
	max-width:660px;
	text-align: center;
}
#overlay-pricerank h3{
	font-size: 1.375em;
	color: #96aaa0;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 16px;
}
#overlay-pricerank p{
	margin-bottom: 6px;
}

#overlay-type4{
	width:100%;
	max-width:660px;
	text-align: center;
	padding: 50px; 
}
#overlay-type4 .inner{
	width:74%;
	margin: auto;
}
#overlay-type4 h3{
	font-size: 1.375em;
	color: #96aaa0;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 16px;
}
#overlay-type4 p.lead{
	margin-bottom: 20px;
}
#overlay-type4 .sw-entry{
	margin-bottom: 16px;
}
#overlay-type4 .sw-entry p{
	font-size: 0.875em;
}


.sw-plb-edit::after {
	content: "";
	display: block;
	clear: both;
}

.sw-plb-edit table.data th{
	padding: 6px 0 6px 2px;
	vertical-align: top;
	font-size: 0.875em;
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	line-height:170%;
	width: 100px;
}
.sw-plb-edit table.data td{
	padding: 6px 0 6px 0;
	vertical-align: top;
	font-size: 0.875em;
	line-height:170%;
}

.sw-plb-edit .sw-post{
	padding: 60px 0;
}
.sw-plb-edit .sw-post h3 .fa-angle-down{
	font-size: 1.375em !important;
	vertical-align: middle;
	padding-right: 6px;
}

.sw-plb-edit .sw-post .hgroup{
	margin-bottom: 40px;
	display:flex;
	flex-wrap: wrap;
}
.sw-plb-edit .sw-post .hgroup h3{
	font-size: 1.375em;
	font-weight: 700 !important;
	letter-spacing: 1px;
	margin-right: 30px;
}
.sw-plb-edit .sw-post .hgroup p.tag{
	color: #808080;
	padding-top: 8px;
	margin-right: 8px;
}
.sw-plb-edit .sw-post .hgroup p.tag a{
	color: #808080;
	text-decoration: none !important;
}
.sw-plb-edit .sw-post .hgroup p.tag a:hover{
	color: #000;
	text-decoration: underline !important;
}
.sw-plb-edit .sw-post .hgroup p.description{
	clear: both;
	margin-top: 10px;
}

.sw-plb-edit .sw-post span.catch{
	font-size: 0.750em;
	font-weight: 600 !important;
}

.sw-plb-edit .sw-post .sw-entry{
	margin-bottom: 45px;
}
.sw-plb-edit .sw-post .sw-box .image{
	margin-bottom: 10px; 
}
.sw-plb-edit .sw-post .sw-box h4{
	font-size: 0.875em ;
	font-weight: 600;
	margin-bottom: 2px;
}
.sw-plb-edit .sw-post .sw-box p.title{
	font-size: 0.875em ;
	line-height: 160%;
	margin-bottom: 4px;
}
.sw-plb-edit .sw-post .sw-box .description{
	font-size: 0.750em ;
	line-height: 160%;
	margin-bottom: 4px;
}
.sw-plb-edit .sw-post .sw-box .sw-entry p.tag {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 160%;
}
.sw-plb-edit .sw-post .sw-box p.touch{
	font-size: 0.750em;
	line-height: 160%;
}

.sw-plb-edit .sw-post p{
	margin-bottom: 0;
}
.sw-post p.tag a,
.sw-plb-edit span.tag a{
	color: #808080;
	margin-right: 8px;
	display: inline-block;
}
.sw-post p.tag a:hover,
.sw-plb-edit span.tag a:hover{
	color: #000;
	text-decoration: underline;
}



#works .sw-post .arrow-down{
	width: 40px;
	margin: auto;
}
#works .sw-post .arrow-down img{
	width: 100%;
	height: auto;
}

.sw-post-child .sw-post:nth-child(odd){
	background-color: #f0f3f1;
}






}


/*----------------------------------------
　Mobile
-------------------------------------------*/
@media screen and (max-width: 768px){

.sw-inner-sp{
	width: 90%;
	margin:auto;

}

.x-scroll {
	display: block;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
}

header{
	background-color: none;
	width: 100%;
	height: 60px;
	position: fixed;
	top:0;
	z-index: 10000;
}
header .logo{
	width: 190px;
	position: absolute;
	left:12px;
	top:12px;
}
header  p.contact{
	position: absolute;
	top:12px;
	right: 65px;
	z-index: 10;
	font-size: 1.563em;
	color: #FFF;
	line-height: 135%;
}

header  p.contact a{
	display: block;
	color: #FFF;
}
header  p.contact{
	width: 30px;
	margin-top: -4px;
}

#globalNav{
	margin-bottom: 40px;
}

#globalNav ul li{
	font-family: futura-pt, sans-serif;
	font-weight: 600;
	color: #FFF;
}
#globalNav ul li.contact{
	visibility: hidden;
}



header .sns{
	position: absolute;
	top: 12px;
	right: 114px;
	margin-top: 2px;
}
header .sns ul li{
	float:left;
	margin-left: 5px;
}
header .sns ul li a{
	display: inline-block;
	color: #FFF;
	line-height: 170%;
	background-color: #000;
	font-size: 1.125em;
	text-align: center;
	width: 30px;
	height: 30px;
	border:1px solid #FFF;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}
header .sns ul li a:hover{
	border:1px solid #cbd4cf;
	background-color: #cbd4cf;
	color: #FFF;
}




footer {
	width: 100%;
	background-color: #666;
	padding: 36px 0 ; 
}
footer .logo {
	width: 170px;
	margin: auto;
	margin-bottom: 24px;
}
footer p {
	font-size: 0.750em;
	color: #f2f2f2;
	text-align: center;
}
footer p.copy {
	margin-top: 16px; 
}


.drawer-nav{	
	position: relative;
	z-index: 1000;
}
#catNav-btn{
	position: fixed;
	bottom: 34px;
	z-index: 1000;
}
#catNav-btn button{
	border: none;
	background: rgba(0,0,0,.85);
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	color: #FFF;
	font-size: 1.50em;
	font-weight: 500;
	line-height: 100%;
	text-align: center;
	padding: 18px 20px 18px 16px; 
}


#visual{
	margin-bottom: 34px;
}
#visual .flexslider{
	background:#FFFFFF;
	border:none;
	border-radius:0;
	margin:0 ;
	margin-top: -2px;
}
#visual .flexslider .slides li{
	margin:0;
	padding:0;
}
#visual .flexslider img{
	width: 100%;
	height:auto;
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 0.8em !important;
	text-align: center;
 	z-index: 999999;
}

#search{
	position: relative;
	padding: 80px 0 0 0;
}
#search .search-inner{
	width: 90%;
	margin:auto;
}
#search .sw-divider{
	border-bottom:1px solid #738078;
	color: #888;
	padding: 0;
	margin: 0;
	padding-top: 24px;
	margin-bottom: 30px;
}
#search .btn{
	font-size: 1.0em;
	font-weight: 600;
	color: #FFF;
	text-align: left;
	text-decoration: none;
	position: relative;
}
#search .btn a{
	display: block;
	color: #FFF;
	text-decoration: none;
}
#search .btn a:hover{
	display: block;
	color: #EFEFEF;
	text-decoration: none;
}
#search .btn p{
	padding-left: 22px;
	line-height: 160%;
}
#search .btn i{
	font-size: 1.5em;
	font-weight: 600;
	color: #FFF;
	position: absolute;
	left: -8px;
	top: 30px;
}
#search .btn p.list{
	font-size: 1.125em;
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	color: #FFF !important;
	line-height: 130% !important;
	letter-spacing: 1px;
	margin-bottom: 8px;
}

#search .btn p.view{
	font-size: 0.875em;
	font-weight: 600;
	color: #333 !important;
	letter-spacing: 1px;
}

#search div.lead{
	font-size: 0.875em;
	font-weight: 600;
	color: #000;
	letter-spacing: 1px;
	margin-bottom: 16px;
}
#search .box_search input {
	vertical-align: top;
	border: none ;
	width: 81%;
	height: 46px;
	padding: 0 10px; 
	background: rgba(255,255,255,0.98);
	border:2px solid #000;
	font-size: 1.0em;
}
#search .box_search button{
	width: 18%;
	height: 46px;
	border: none;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	background-color: #000;
	color: #FFF;
	font-size: 1.125em;
	line-height: 100%;
	text-align: center;
	margin-left: 
}



#home .intro{
	padding: 50px 0 30px 0;
}
#home .intro h2.name{
	font-size: 1.875em;
	font-weight: 700;
	line-height: 100% !important;
	letter-spacing: 3px;
	margin-bottom: 2px;
}
#home .intro h3.catch{
	font-size: 1.375em;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 8px;
}
#home .intro p.lead{
	font-size: 1.00em;
	font-weight: 600;
	margin-bottom: 16px;
}


#home .download{
	width: 88%;
	margin:auto;
	padding: 0 0 65px 0;
}
#home .download .btn-group{
	margin-bottom: 16px;
}

#home .download .btn-group{
	margin-bottom: 16px;
}

#home .download p.lead{
	font-weight: 600;
	margin-bottom: 16px;
}
#home .download p.lead a{
	color: #FF004B;
}
#home .download .sw-btnType4{
	font-size: 1.063em;
	margin-bottom: 16px;
}
#home .download .sample img{
	border: 1px solid #CCC;
}


.lay_pamphlet img{
	display: none;
}



.post-password-form input[type="text"], input[type="email"], input[type="password"], textarea {
	font-size: 1.0em;
	color: #000;
	border:1px solid #CCC !important;
	background-color: #FFF;
	box-sizing: border-box;
}

.post-password-form{
	width: 96%;
	margin: auto; 
	padding: 80px 0 100px 0;
	text-align:center;
}
.post-password-form p{
	margin-bottom: 20px;
}
.post-password-form input[type="password"]{
	width:40% !important;
	font-size:1.0em;
	height: 48px;
	border:none;
	padding: 4px 10px; 
	color:#333;
}
.post-password-form label{
	margin-bottom: 12px;
}

.post-password-form input[type="submit"]{

	background-color: #000;
	border:1px solid #000;
	padding: 0.8em 1.0em;
	font-size: 0.875em;
	font-weight: 600;
	color: #fff;
	cursor:pointer;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;

}
.post-password-form input[type="submit"]:hover {
	border:1px solid #808080;
	background-color: #808080;
	color: #fff;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}

@media screen and (max-width: 768px){
	.mw_wp_form input.submit{
		padding: 0.6em 1.0em;
	}
	.mw_wp_form input.non-submit{
		padding: 0.6em 2.0em;
	}
}

#pamphlet #menu{
	padding-bottom: 0 !important;
}
#pamphlet .dl{
	text-align: center;
}
#pamphlet .dl .sw-btn{
	margin-top:10px;
}

#home .news{
	width: 76%;
	margin: auto;
	margin-bottom: 65px;
	background-color: #f8f9f9;
	padding: 30px 24px 30px 24px;
}
#home .news h3{
	font-size: 1.125em;
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	color: #333;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 16px;
}
/*
#home .news .section{
	width:100%;
	height:245px;
	overflow:auto;
	padding-right: 20px;
}
*/
#home .news .entry{
	text-align: center;
	margin-bottom: 24px;
}
#home .news .entry:last-child{
	margin-bottom: 0 !important;;
}
#home .news .entry p.date{
	float: left;
	font-size: 0.938em;
	margin-right: 12px;
}
#home .news .entry h4{
	font-size: 1.0em;
	color: #333;
	letter-spacing: 1px;
	margin-bottom: 4px !important;
}
#home .news .entry div.title p{
	font-size: 0.875em;
	color: #333;
	line-height: 160%;
}


#menu{
	padding: 50px 0 65px 0;
}
.plb-menu {
	width: 94%;
	margin:auto;
}
.plb-menu .sw-box{
	width: 49.9% !important;
}
.plb-menu .sw-entry .image {
	width: 80px !important;
	margin:auto;
	margin-bottom: 12px;
}
.plb-menu .sw-entry h5 {
	font-size: 1.00em;
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 6px;
}
.plb-menu .sw-btnType3 {
	transform: scale(0.8);
}
.plb-menu .sw-btnType3 a {
	letter-spacing: 0 !important; 
	padding: 6px 10px 6px 4px !important; 
}


.plb-block-title{
	margin-bottom: 40px;
}
.plb-block-title.plb-block-icon{
	margin-bottom: 20px !important;
}

.plb-block-title h3.name{
	font-size: 1.375em;
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 6px;
}
.plb-block-title p.catch{
	font-size: 1.00em;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 6px;
}
.plb-block-title p.lead{
	font-size: 0.875em;
	font-weight: 500;
	line-height: 160%;
}
.plb-block-title p.categoly{
	font-size: 1.75em;
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: 2px;
	margin-bottom: 5px;
}


/* PRICE & FLOW */
#price .plb-menu{
	margin-bottom: 0px;
}

#price .plb-price-block-full::after,
#price .plb-price-block-half::after{
	content: "";
	display: block;
	clear: both;
}
#price .plb-price-block-full{
}
#price .plb-price-block-half{
}
#price .plb-price-block-full .flex-box{
	width: 92%;
	margin: auto; 
	text-align: left !important;
}
#price .plb-price-block-half .flex-box{
	width: 92%;
	margin: auto; 
	text-align: left !important;
}
#price .plb-price-block-full .flex-box table,
#price .plb-price-block-half .flex-box table{
	width: 100%;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: center;
}

#price .btn-case{
	margin-bottom: 40px;
}


#price #illustration{
	padding: 70px 0 !important; 
}
#price #illustration table{
}
#price #illustration table th{
	background-color: #c5e6f5;
	border: 2px solid #000;
	padding: 6px 4px 6px 4px;
	vertical-align: middle;
	font-size: 0.75em;
	font-weight: 400;
	line-height:140%;
	letter-spacing: 1px;
	white-space: nowrap;
}
#price #illustration table td{
	background-color: #FFF;
	border: 2px solid #000;
	padding: 1px 4px 0 4px;
	height: 40px;
	vertical-align: middle;
	font-size: 0.875em;
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	line-height:140%;
}
#price #illustration table td.bg-man-hour{
	background-color: #f2fafd;
}
#price #illustration table td.ex p.sub{
	font-size: 0.725em;
	line-height: 150%;
	margin-bottom: 8px;
}
#price #illustration table td.ex p.size{
	font-size: 0.725em;
	line-height: 150%;
	text-align: right;
	margin-right: 24px;
}
#price #illustration table td.ex .image-a{
	width: 80%;
	margin:auto;
	margin-bottom: 10px;
}
#price #illustration table td.ex .image-b{
	width: 80%;
	margin:auto;
	margin-bottom: 12px;
}

#price #character{
	padding: 70px 0 !important; 
}
#price #character table{
	margin-bottom: 0 !important;
}
#price #character table th{
	background-color: #ffc7ac;
	border: 2px solid #000;
	padding: 7px 4px 6px 4px;
	vertical-align: middle;
	font-size: 0.750em;
	font-weight: 500;
	line-height:140%;
	letter-spacing: 1px;
	white-space: nowrap;
}
#price #character table td{
	background-color: #FFF;
	border: 2px solid #000;
	padding: 1px 4px 0 4px;
	height: 43px;
	vertical-align: middle;
	font-size: 0.875em;
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	line-height:140%;
}
#price #character table.other tr:nth-child(n+4) {
	display: none;
}
#price #character table th.w-sm{
	width: 72px !important;
}
#price #character table td.bg-man-hour{
	background-color: #fff4ee;
}
#price #character table td.plan{
	text-align: left;
	font-size: 0.8750em;
	white-space: nowrap;
	padding-right: 30px;
}
#price #character table td.recommend{
	text-align: left;
	background-color: #ffe8dc;
	font-size: 0.625em !important;
	line-height: 150%;
	white-space: nowrap;
}
#price #character table td.contents{
	font-size: 0.8750em;
	text-align: left;
	white-space: nowrap;
}
#price #character table td .icon-hot{
	width: 30px;
	margin-right: 4px;
	vertical-align: -10px;
}


#price #graphic-design{
	padding: 70px 0 !important; 
}
#price #graphic-design table{
	margin-bottom: 0;
}
#price #graphic-design table th{
	background-color: #cbd4cf;
	border: 2px solid #000;
	padding: 7px 3px 6px 3px;
	vertical-align: middle;
	font-size: 0.750em;
	font-weight: 500;
	line-height:140%;
	letter-spacing: 1px;
	white-space: nowrap;
}
#price #graphic-design table td{
	background-color: #FFF;
	border: 2px solid #000;
	padding: 1px 3px 0 3px;
	height: 43px;
	vertical-align: middle;
	font-size: 0.875em;
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	line-height:140%;
}
#price #graphic-design table.other tr:nth-child(4) {
	display: none;
}
#price #graphic-design table th.w-sm{
	width: 24px !important;
}
#price #graphic-design table th.w-lg{
}
#price #graphic-design table td.bg-man-hour{
	background-color: #fcfcfc;
}
#price #graphic-design table td.plan{
	font-size: 0.750em;
	text-align: left;
	padding-right: 38px;
	padding-left: 3px;
	white-space: nowrap;
}
#price #graphic-design table td.contents{
	font-size: 0.750em;
	text-align: left;
	padding-right: 2px;
	padding-left: 2px;
	white-space: nowrap;
}
#price #graphic-design table td .icon-hot{
	width: 30px;
	margin-right: 4px;
	vertical-align: -10px;
}


#price #line-stamp{
	padding: 70px 0 !important; 
}
#price #line-stamp table{
	margin-bottom: 0px;
}
#price #line-stamp table th{
	background-color: #cae4c9;
	border: 2px solid #000;
	padding: 6px 4px 6px 4px;
	vertical-align: middle;
	font-size: 0.750em;
	font-weight: 500;
	line-height:140%;
	letter-spacing: 1px;
	white-space: nowrap;
}
#price #line-stamp table td{
	background-color: #FFF;
	border: 2px solid #000;
	padding: 1px 4px 0 4px;
	height: 43px;
	vertical-align: middle;
	font-size: 0.875em;
	font-family: futura-pt, sans-serif;
	font-weight: 400;
	line-height:160%;
}
#price #line-stamp table td.bg-man-hour{
	background-color: #f4fbf4;
}
#price #line-stamp table td.sub{
	font-size: 0.750em;
	background-color: #deefdd;
	white-space: nowrap;
}
#price #line-stamp table th span.text-sm,
#price #line-stamp table td.text-sm{
	font-size: 0.750em !important;
}
#price #line-stamp table td.plan{
	text-align: left;
	white-space: nowrap;
}
#price #line-stamp table td.recommend{
	text-align: left;
	white-space: nowrap;
	font-size: 0.625em;
	background-color: #dfefde;
}
#price #line-stamp table td .icon-hot{
	width: 34px;
	margin-right: 4px;
	vertical-align: -10px;
}

th.sticky_title:first-child,
td.sticky_title:first-child {
	position: -webkit-sticky;
	position: sticky;
	left: -2px;
	border-collapse: separate;
}

#price p.caution{
	line-height: 160% !important;
}

#price-qa{
	margin-top:-130px;
	padding-top:70px;
}
#price .illustration-qa{
	margin-top: -20px; 
	margin-bottom: 50px;
}
.illustration-qa .accordion_one {
	width: 95%;
	margin: auto;
}
.illustration-qa .accordion_one .accordion_header {
	display: inline-block;
	width: 95%;
	background-color: #afdcf1;
	border:2px solid #8ccdeb;
	font-size: 1.0em !important;
	font-weight: 700;
	color: #000;
	line-height: 170%;
	text-align: center;
	letter-spacing: 1px;
	padding: 22px 0 28px 0;
    position: relative;
    z-index: +1;
    cursor: pointer;
}
.illustration-qa .accordion_one .accordion_header:hover {
	opacity: 1.0;
}
.illustration-qa .accordion_one .accordion_header:before {
	font-family: fontAwesome;
	content: "\f107";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-size: 1.625em !important;
	margin-right: 10px;
}
.illustration-qa .accordion_one .accordion_header.open:before {
	font-family: fontAwesome;
	content: "\f106";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-size: 1.375em;
	font-style: normal;
	color: #000;
}
.illustration-qa .accordion_one .accordion_header span.name{
	font-size: 1.250em;
	font-weight: 700;
	white-space: nowrap;
}
.illustration-qa .accordion_one .accordion_header.open {
	color: #000;
	background: linear-gradient(to bottom,#aedded,#b2ddf0 3%,#f2f4f3); 
	border:none;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.illustration-qa .accordion_one .accordion_inner {
	display: none;
	box-sizing: border-box;
}
.illustration-qa .accordion_one .accordion_inner .sw-block1 {
	width: 90%;
	margin: auto; 
	text-align: left;
}
.illustration-qa .accordion_one .closeArea {
	width: 100%;
	margin: 0 auto;
}
.illustration-qa .accordion_one  .closeArea .close_box a.close_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(to top,#aedded,#b2ddf0 3%,#f2f4f3); 
	padding: 40px 20px 40px 20px;
	text-decoration: none;
	color: #808080;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 100%;
	letter-spacing: 1px;
	position: relative;
	cursor: pointer;
	transition-duration: 0.2s;
	display: block;
}
.illustration-qa .accordion_one .closeArea .close_box a.close_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(to top,#aedded,#b2ddf0 3%,#f2f4f3); 
	padding: 25px 20px 40px 20px;
	text-decoration: none;
	color: #808080;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 100%;
	letter-spacing: 1px;
	position: relative;
	cursor: pointer;
	transition-duration: 0.2s;
	display: block;
}
.illustration-qa .accordion_one  .closeArea .close_box a.close_btn i{
	font-size: 1.750em !important;
	margin-bottom: 2px;
}

#price .illustration-qa .box{
	text-align: left;
	margin-bottom: 30px;
}
#price .illustration-qa .sw-entry h4{
	font-size: 1.00em;
	font-weight: 600;
	margin-bottom: 10px;
}
#price .illustration-qa .sw-entry{
	display: flex;
	flex-wrap: wrap;
}
#price .illustration-qa .sw-entry .image{
	order: 2;
	width: 100%;
	margin: auto;
}
#price .illustration-qa .sw-entry .text{
	order: 1;
	width: 100%;
}
#price .illustration-qa .sw-entry .b01{
	order: 2;
	width: 100%;
	margin: 30px 0; 
}
#price .illustration-qa .sw-entry .b02{
	order: 1;
}
#price .illustration-qa .sw-entry .b03{
	order: 3;
}

#price .illustration-qa .btn-group{
	width: 95%;
	margin: auto;
	margin-top: -20px; 
}



#price #flow .sw-block7flow::after,
#price #flow .sw-entry::after{
	content: "";
	display: block;
	clear: both;
}

#price #flow{
	padding: 70px 0 100px 0; 
	background-color: #e9edeb;
}
#price #flow .sw-block7flow{
	padding-top: 30px;
}
#price #flow .sw-block7flow .sw-box{
	width: 82% !important;
	margin:auto;
	background-color: #FFF;
}
#price #flow .sw-block7flow .arrow{
	width: 100% !important;
	height: 100px;
	vertical-align: middle;
	text-align: center;
}
#price #flow .sw-block7flow .arrow i{
	font-size: 2.375em;
	position: relative;
	transform: rotate(90deg);
	padding: 8px 0; 
}
#price #flow .sw-entry{
	padding:22px 30px 30px 30px !important;
	margin-bottom: 0; 
}
#price #flow .no{
	width:60%;
	margin:auto;
	margin-top: -62px;
}
#price #flow .icon{
	margin-top: 10px;
}
#price #flow .image{
	margin-bottom: 20px;
}
#price #flow .sw-entry h5{
	font-size: 1.0em !important;
	text-align: left;
	margin-bottom: 10px;
}
#price #flow .sw-entry p{
	font-size: 0.8750em;
	line-height: 170%;
	text-align: left;
}


#price #copy{
	padding:70px 0 110px 0; 
}
#price #copy .plb-block-title{
	margin-bottom: 0 !important;
}
#price #copy p.lead{
	width: 88%;
	margin:auto;
	line-height: 170%;
	margin-bottom: 20px;
}
#price #copy p{
	width: 88% !important;
	margin:auto !important;
}
#price #copy p.catch{
	margin-bottom: 10px !important;
}

#price #copy p.lead{
	line-height: 170%;
	margin-bottom: 20px !important;
}


/* ABOUT */
#about #visual .hero-about {
	margin-top:-2px;
}
#about #service{
	padding: 60px 0 60px 0;
}
#about #service .plb-menu{
	width: 88%;
}
#about #service .plb-menu .sw-box{
	width: 47% !important;
}

#about #portlab{
	padding: 40px 0 0px 0; 
}
#about #portlab .plb-block-title .image{
	width: 34px;
	margin:auto;
	margin-bottom: 20px;
}

#about #portlab .plb-menu{
	width: 88%;
}
#about #portlab .plb-menu .sw-box{
	width: 46.8% !important;
}
#about #portlab .line-wave3{
	width: 120px;
	margin: auto; 
	padding: 0px 0 50px 0; 
}
#about #portlab .line-wave1{
	width: 90px;
	margin: auto; 
	padding: 26px 0 40px 0; 
}
#about #portlab .touch h4{
	font-size: 1.125em;
	font-weight: 600 !important;
	color: #585858 !important;
	letter-spacing: 1px;
	margin-bottom: 18px !important;
}
#about #portlab .touch p{
	font-size: 0.875em;
	line-height: 220%;
	text-align: left;
	width: 86%;
	margin: auto; 
}
#about #portlab .bottom-bg{
	margin-top: 80px;
}


#about #me{
	color: #96aaa0;
	padding:50px 0 50px 0;
	margin-bottom:45px; 
}
#about #me h3{
	color: #96aaa0;
	letter-spacing: 2px;
	margin-bottom:40px; 
}
#about #me .photo{
	width: 50%;
	margin:auto;
	margin-bottom:30px; 
}
#about #me .catch{
	font-size: 1.0em;
	font-family: futura-pt, sans-serif;
	color: #FFF;
	letter-spacing: 2px;
	margin-bottom:0 !important; 
}
#about #me .fmane{
	font-size: 1.50em;
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	color: #FFF;
	letter-spacing: 5px;
	margin-bottom:8px; 
}
#about #me .title{
	font-size: 0.850em;
	font-weight: 600;
	color: #000;
	letter-spacing: 1px;
	margin-bottom:8px; 
}
#about #me .fmane-jp{
	font-size: 1.188em;
	font-weight: 600;
	color: #000;
	letter-spacing: 5px;
	margin-bottom:30px; 
}
#about #me p.lead{
	font-size: 0.875em;
	color: #000;
	line-height: 200%;
	text-align: left;
	width: 86%;
	margin: auto; 
}

#about #link{
	padding:50px 0 50px 0;
}
#about #link p.lead{
	line-height: 200%;
}





#premium #visual{
	margin-bottom: 34px;
}
#premium #visual .flexslider{
	background:#FFFFFF;
	border:none;
	border-radius:0;
	margin:0 ;
	margin-top: -2px;
}
#premium #visual .flexslider .slides li{
	margin:0;
	padding:0;
}
#premium #visual .flexslider img{
	width: 100%;
	height:auto;
}

#premium .type{
	padding:10px 0 0 0;
	margin-bottom:80px; 
}
#premium .type h3{
	font-size: 1.00em;
	font-weight: 400;
	color: #000 !important; 
	text-align: center;
	margin-bottom: 20px;
}
#premium .sw-box{
	margin-bottom:50px; 
}
#premium .photo{
	width: 50%;
	margin:auto;
	margin-bottom:20px; 
}
#premium .title{
	font-size: 1.5em;
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	color: #000;
	line-height: 140%;
	letter-spacing: 1px;
	margin-bottom:0 !important; 
}
#premium .title-jp{
	font-size: 1.0em;
	font-weight: 400;
	color: #000;
	letter-spacing: 1px;
	margin-bottom:18px; 
}
#premium p.lead{
	font-size: 0.875em;
	color: #000;
	line-height: 190%;
	margin-bottom:18px; 
}
#premium p.more{
	font-size: 0.875em;
	color: #000;
	line-height: 190%;
}



#contact #menu{
	padding: 50px 0 0 0;
}
#contact .form{
	width: 80%;
	margin: auto; 
	padding: 32px 24px 35px 24px;
	background-color: #f1f4f2;
}
#contact .form .form-group::after{
	content: "";
	display: block;
	clear: both;
}
#contact .form .form-group{
	margin-bottom: 24px;
}
#contact .form p.form-title{
	font-size: 1.0em;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 6px;
}
#contact .form p.form-input{
	font-size: 1.0em;
	letter-spacing: 1px;
}
#contact .form .btn-group{
	margin-top: 20px; 
}
#contact .caution{
	width: 86%;
	margin: auto;
	padding:30px 0 30px 0;
	margin-bottom: 30px;
}
#contact .caution p{
	line-height: 180% !important;
}
#contact .form .horizontal-item{
	display: inline-block;
	margin-right: 16px;
}
#contact .form .mwform-radio-field-text{
	margin-left: -5px;
	padding-top: 6px;
}


#list-touch #menu,
#works.tag_works #menu,
#works.tag_genre #menu,
#works.cat_touch #menu,
#works.result #menu{
	padding: 50px 0 10px 0;
}


#list-touch .sw-plb-edit .sw-post,
#works.tag_works .sw-plb-edit .sw-post,
#works.tag_genre .sw-plb-edit .sw-post,
#works.cat_touch .sw-plb-edit .sw-post,
#works.result .sw-post{
	padding: 0 !important;
}

#list-touch .splb-block-title,
#works.tag_works .plb-block-title,
#works.tag_genre .plb-block-title,
#works.cat_touch .plb-block-title,
.search .plb-block-title{
	width: 90%;
	margin: auto;
	margin-bottom: 40px;
}



.list-word {
	padding:50px 0; 
}
.list-word table{
	width: 90%;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

.list-word table th{
	display: block;
	white-space: nowrap;
	font-size: 0.938em !important;
	line-height: 160%;
	vertical-align: top;
	padding:0 0 8px 0; 
}

.list-word table td{
	display: block;
	font-size: 0.875em;
	line-height: 200%;
	vertical-align: top;
	padding:0 0 24px 0 ; 
}

.list-word table td span.word{
	color: #808080;
	margin-right: 8px;
}
.list-word table td span.word a{
	color: #808080;
	text-decoration: none !important;
}
.list-word table td span.word a:hover{
	color: #000;
	text-decoration: underline !important;
}



#works-genre{
	width: 88%;
	margin: auto;
	padding: 50px 0 100px 0;
}
#works-genre .image{
	width: 70px !important;
	margin:auto;
	margin-bottom: 12px;
}
#works-genre .image img{
	width: 100%;
	height: auto;
}
#works-genre h3.name{
	font-size: 1.375em;
	font-family: futura-pt, sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 8px;
}
#works-genre p.catch{
	font-size: 1.0em;
	font-weight: 600;
	line-height: 160% !important;
	letter-spacing: 1px;
	margin-bottom: 8px;
}
#works-genre p.lead{
	font-size: 0.8750em;
	font-weight: 500;
	line-height: 160%;
	margin-bottom: 24px;
}



#works #contents .illustration .type{
	background-image:url(/images/contents/bg_illust_type_pc.jpg);
	background-position:center 0;
	background-repeat:no-repeat;
	background-size: 300% auto;
	position: relative;
	z-index: 10;
	padding: 120px 0 20px 0; 
}



#works .product::after{
	content: "";
	display: block;
	clear: both;
}
#works .product{
	margin-top: 36px;
	margin-bottom: 40px;
}
#works .product .image{
	width: 80% !important;
	margin: auto;
	margin-bottom: 30px;
}

#works .slider-pro{
	display: flex;
	flex-direction: column;
}
#works .slider-pro .sp-slides{
	order: 1;
}

#works .slider-pro .sp-copy{
	order: 2;
	position:relative;
	top: -84px;
}
#works .slider-pro .sp-thumbnails{
	width: 100% !important;
	order: 3;
}
#works .product .image p.copy{
	font-size: 0.625em;
	color: #878787;
	font-family: futura-pt, sans-serif;
	font-weight: 500;
	text-align: right;
}

.sp-thumbnails-container {
	width: 100% !important;
	display: flex !important;
	justify-content:space-around !important;
	margin-top:45px !important; 
}
.sp-thumbnail-container{
	margin-right: 6px !important;
	margin-left: 6px !important;
}
.sp-selected-thumbnail {
	border: 2px solid #808080;
}

#works .product .text{
	width: 88%;
	margin: auto; 
}
#works .product h2{
	font-size: 0.875em;
	font-weight: 600;
	margin-bottom: 10px; 
}
#works .product .lead{
	margin-bottom: 8px; 
}
#works .product .lead p{
	font-size: 0.750em;
}

#works .product .btn-group{
	text-align: center;
}

#works .accordion-wrap{
	position: relative;
}
#works .accordion-wrap .accordion-trigger {
	float: right;
	display: inline-block;
	padding: 12px 0 10px 0;
	color: #808780;
	font-size: 0.750em !important;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	cursor: pointer;
	padding-right: 28px;
	padding-left: 4px;
	border-bottom: 2px dotted #808780;
	margin-bottom: 10px;
}

#works .accordion-wrap .accordion-trigger:after {
  font-family: fontAwesome;
  content: "\f107";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-size: 1.375em;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  right: 4px;
  top: 10px; 
}
#works .accordion-wrap .accordion-trigger.active:after {
	font-family: fontAwesome;
	content: "\f106";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-size: 1.375em;
	font-style: normal;
	color: #000;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

#works .accordion-wrap .accordion-trigger.active span{
	color: #000;
}

#works .accordion-wrap .accordion {
	clear: both;
}




/* overlay */
#overlay-pricerank{
	width:100%;
	text-align: center;
	padding: 50px 20px;
}
#overlay-pricerank h3{
	font-size: 1.250em;
	color: #96aaa0;
	text-align: center;
	letter-spacing: 1px;
	margin-bottom: 16px;
}
#overlay-pricerank p.lead{
	font-size: 0.875em;
	margin-bottom: 6px;
}

#overlay-type4{
	width:100%;
	text-align: center;
	padding: 50px 30px;
}
#overlay-type4 .inner{
	width:96%;
	margin: auto;
	margin-bottom: 16px;
}
#overlay-type4 h3{
	font-size: 1.250em;
	color: #96aaa0;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom: 16px;
}
#overlay-type4 p.lead{
	font-size: 0.875em;
	margin-bottom: 24px;
}
#overlay-type4 .sw-entry{
	margin-bottom: 16px;
}
#overlay-type4 .sw-entry .image{
	margin-bottom: 8px;
}
#overlay-type4 .sw-entry p{
	font-size: 0.750em;
	line-height: 160%;
}
#overlay-type4 .sw-btnType1{
	font-size: 0.938em;
}



.sw-plb-edit::after {
	content: "";
	display: block;
	clear: both;
}


.sw-plb-edit .sw-post{
	padding: 40px 0;
}
.sw-plb-edit .sw-post h3 .fa-angle-down{
	font-size: 1.375em !important;
	vertical-align: middle;
	padding-right: 6px;
}


.sw-plb-edit .sw-post .hgroup{
	margin-bottom: 35px;
	display:flex;
	flex-wrap: wrap;
}
.sw-plb-edit .sw-post .hgroup h3{
	font-size: 1.250em;
	font-weight: 700 !important;
	letter-spacing: 1px;
	margin-bottom: 12px;
	order: 1;
}

.illustration .sw-post .hgroup h3{
	letter-spacing: 0px !important;
}

.sw-plb-edit .sw-post .hgroup p.tag{
	color: #808080;
	line-height: 150%;
	margin-bottom: 2px;
	order: 3;
}
.sw-plb-edit .sw-post .hgroup p.tag a{
	color: #808080;
	text-decoration: none !important;
}
.sw-plb-edit .sw-post .hgroup p.tag a:hover{
	color: #000;
	text-decoration: underline !important;
}
.sw-plb-edit .sw-post .hgroup .description{
	order: 2;
	clear: both;
	font-size: 0.875em;
	line-height: 155% !important;
	margin-bottom: 6px;
}

.sw-plb-edit .sw-post span.catch{
	font-size: 0.750em;
	font-weight: 600 !important;
	letter-spacing: 1px;
}

.sw-plb-edit .sw-entry{
	margin-bottom: 35px;
}
.sw-plb-edit .sw-box .sw-entry .image{
	margin-bottom: 10px; 
}
.sw-plb-edit .sw-box .sw-entry h4{
	font-size: 0.625em;
	font-weight: 600;
	line-height: 140%;
	margin-bottom: 5px;
}
.sw-plb-edit .sw-box .sw-entry p.title{
	font-size: 0.875em;
	line-height: 150%;
	margin-bottom: 4px;
}
.sw-plb-edit .sw-post .sw-box .description{
	font-size: 0.750em ;
	line-height: 160%;
	margin-bottom: 4px;
}
.sw-plb-edit .sw-box .sw-entry p.tag {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 160%;
}
.sw-plb-edit .sw-post .sw-box p.touch{
	font-size: 0.625em;
	line-height: 140%;
}

.sw-plb-edit .sw-post p{
	margin-bottom: 0;
}
.sw-post p.tag a,
.sw-plb-edit span.tag a{
	color: #808080;
	margin-right: 8px;
}
.sw-post p.tag a:hover,
.sw-plb-edit span.tag a:hover{
	color: #000;
	text-decoration: underline;
}



.sw-post p.tag a:last-child,
.sw-plb-edit span.tag a:last-child{
	color: #f0f3f1;
}


#works .sw-post .arrow-down{
	width: 40px;
	margin: auto;
}
#works .sw-post .arrow-down img{
	width: 100%;
	height: auto;
}

.sw-post-child .sw-post:nth-child(odd){
	background-color: #f0f3f1;
}


.sw-edit table{
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	margin: auto;
}
.sw-plb-edit table.data th{
	padding: 6px 0 6px 2px;
	vertical-align: top;
	font-size: 0.875em;
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	line-height:170%;
	width: 100px;
}
.sw-plb-edit table.data td{
	padding: 6px 0 6px 0;
	vertical-align: top;
	font-size: 0.875em;
	line-height:170%;

}








}
