.sub-visual {
	text-align:center;
}
.sub-visual.mdt {
	margin-top:60px;
}
.list li {
	list-style-position: inside;
	list-style-type: circle;
	display:list-item;
	padding-left: 1em;
  text-indent: -1em;
  margin-bottom:5px;
}
@media screen and (max-width:480px){
.sub-visual.mdt {
	margin-top:30px;
}
	
}
/*--- SEO ---*/
.seo .quote {
	font-size:90%;
}
.seo .out-line {
	border:#ddd 1px solid;
	padding:30px;
	margin-top:40px;
}
.seo .out-line li {
	margin-bottom:2px;
}
.seo .out-line.num li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left:1em;
text-indent:-1em;
}
.seo .out-line h3 {
	font-weight:500;
	font-size:105%;
	margin-bottom:20px;
}
.seo .out-line ul {
	margin-bottom:20px;
}
.seo .out-line ul li {
	list-style-position: inside;
    list-style-type: circle;
	padding-left:1em;
text-indent:-1em;
}
.seo .measure p {
	margin-bottom:0 !important;
}
@media screen and (max-width:480px){
.seo .out-line {
	padding:20px;
	margin-top:30px;
}
}
/*--- ホームページ制作 ---*/
.hp .other {
	background-color:#F3F3F3;
	padding:25px;
}
.hp .other li {
	list-style-position: inside;
	list-style-type: circle;
}
.hp .faq h3 {
	font-weight:500;
	font-size:120%;
	margin-bottom:25px;
}
.hp .faq dl {
	border-bottom:#dddddd 1px solid;
	padding-top:15px;
	padding-bottom:15px;
}
.hp .faq dt {
	position:relative;
	padding-left:30px;
	color: #0b8393;
	text-decoration:underline;
	cursor:pointer;
}
.hp .faq dt.active {
	position:relative;
	padding-left:30px;
	margin-bottom:15px;
	color: #0b8393;
	text-decoration:underline;
	cursor:pointer;
}
.hp .faq dt:hover {
	text-decoration:none;
}
.hp .faq dt:before {
	position: absolute;
	content: "Q";
	left: 0;
	font-size: 170%;
	vertical-align: middle;
	top: 0;
	line-height: 1;
	font-family: 'PT Serif', serif;
	color: #C00A0E;	
	-moz-transition: -moz-transform .1s ease-in-out;
    -webkit-transition: -webkit-transform .1s ease-in-out;
    -o-transition: -o-transform .1s ease-in-out;
    -ms-transition: -ms-transform .1s ease-in-out; 
    transition: transform 1s linear;	
}
.hp .faq dt.active:before {
	-moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);	
}
.hp .faq dd {
	position:relative;
	padding-left:30px;
	display:none;
	margin-top:15px;
}
.hp .faq dd:before {
	position: absolute;
	content: "A";
	left: 0;
	font-size: 170%;
	vertical-align: middle;
	top: 0;
	line-height: 1;
	font-family: 'PT Serif', serif;
	color: #0b8393;		
}
@media screen and (max-width:480px){
.hp .other {
    padding: 15px;
}
}
/*--- ウェブコンテンツ企画 ---*/
.planning .point {
	margin-bottom:20px;
}
.planning .point dt {
	font-weight:500;
	color:#0b8393;
	font-size:120%;
	margin-bottom:15px;
	margin-top:60px;
}
.planning .point dd {
	list-style-position: inside;
	list-style-type: circle;
	display:list-item;
	padding-left: 1em;
  text-indent: -1em;
  margin-bottom:5px;
}
@media screen and (max-width:480px){
.planning .point dt {
    margin-top: 30px;
	font-size:110%;
	line-height:1.5;
}
}

/*--- CMS ---*/
.cms table {
    border-top: #000 1px solid;
    border-left: #000 1px solid;
	margin-top:50px;
}
.cms table thead{
	background-color:#F3F3F3;
}
.cms table th {
    border-bottom: #000 1px solid;
    border-right: #000 1px solid;
	padding:10px;
	text-align:center;
	font-weight:500;
}
.cms table td {
    border-bottom: #000 1px solid;
    border-right: #000 1px solid;
	padding:10px;
}
/*--- ウェブシステム開発 ---*/
.system .photo {
	text-align:center;
}
/*--- アクセスログ解析 ---*/
.log .photo {
	text-align:center;
}
.log table {
    border-top: #dddddd 1px solid;
    border-left: #dddddd 1px solid;
	margin-top:50px;
}

.log table th {
    border-bottom: #dddddd 1px solid;
    border-right: #dddddd 1px solid;
	padding:10px;
	text-align:center;
	font-weight:500;
	background-color:#F3F3F3;
	width:25%;
}
.log table td {
    border-bottom: #dddddd 1px solid;
    border-right: #dddddd 1px solid;
	padding:10px;
}
@media screen and (max-width:480px){
.log table {
    margin-top: 30px;
}
.log table th {
	width:auto;
	display:block;
}
.log table td {
	width:auto;
	display:block;
}
}

/*--- マルチデバイス対応サイト ---*/
.multidevice .photo {
	text-align:center;
}
.multidevice table {
	table-layout:fixed;
	border-top:#dddddd 1px solid;
	border-left:#dddddd 1px solid;
}
.multidevice table th {
	padding:15px;
	background-color:#F3F3F3;
	font-weight:500;
	text-align:center;
	border-bottom:#dddddd 1px solid;
	border-right:#dddddd 1px solid;
}
.multidevice table td {
	padding:15px;
	border-bottom:#dddddd 1px solid;
	border-right:#dddddd 1px solid;
}
.multidevice table td li {
	padding-left: 1em;
  text-indent: -1em;
  list-style-position: inside;
	list-style-type: circle;
}
@media screen and (max-width:480px){

}

.index .blk {
	letter-spacing:-0.4em;
	border-bottom:#dddddd 1px solid;
	padding-bottom:25px;
	padding-top:25px;
	margin-bottom:0 !important;
}
.index .blk.line{
	border-top:#dddddd 1px solid;
}
.index .blk a:link,
.index .blk a:visited {
	color:#000;
	text-decoration:none;
	font-weight:500;
	position:relative;
}
.index .blk a:hover {
	color:#0b8393;	
}
.index .blk p {
	margin-bottom:0 !important;
}
.index .blk .photo {
	display:inline-block;
	vertical-align:middle;
	width:15%;
	text-align:center;
	    letter-spacing: 0.05em;
}
.index .blk .photo img {
	-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.58, 1);
	transition: -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.58, 1);
	transition: transform 0.4s cubic-bezier(0.23, 1, 0.58, 1);
	transition: transform 0.4s cubic-bezier(0.23, 1, 0.58, 1), -webkit-transform 0.4s cubic-bezier(0.23, 1, 0.58, 1);
}
.index .blk .photo a:hover img {
	-webkit-transition: all 0.45s cubic-bezier(0.175, 0.885, 0.57, 1.48);
	transition: all 0.45s cubic-bezier(0.175, 0.885, 0.57, 1.48); 
	-webkit-transform: scale(0.95); 
	    -ms-transform: scale(0.95); 
	        transform: scale(0.95);
}
.index .blk .txt {
	display:inline-block;
	vertical-align:middle;
	width:80%;
	padding-left:5%;
	    letter-spacing: 0.05em;
}
.index .blk h3 {
	font-weight:500;
	font-size:110%;
	margin-bottom:5px;
}
.index .blk .txt a {
	padding-left:25px;
}
.index .blk .txt a:before {
    position: absolute;
    top: 50%;
    content: '';
    width: 7px;
    height: 7px;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-top-width: 3px;
    border-right-width: 3px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #0b8393;
    border-right-color: #0b8393;
    transition: ease-in-out .3s;
    left: 0px;
}
@media screen and (max-width:480px){
.index .blk .photo {
	display:block;
	width:100%;
	margin-bottom:20px;
}
.index .blk .txt {
	display:block;
	width:100%;
	padding-left:0;
}
.index .blk h3 {
	text-align:center;
	margin-bottom:15px;
	padding-left:0;

}
.index .blk .txt a {
	padding-left:20px;
}
}