﻿@charset "utf-8";
/* CSS Document */

/*------------------------------

共通

------------------------------*/

/*修正*/
#about dd ul {margin:0 !important;}
#about dd li{line-height:1.6 !important;}

/*ミニタイトル*/
.minititle{
	font-size:16px;
	font-weight:bold;
	margin:20px 0 5px 0;
}

.minititle+p{
	margin-left:20px;
}

/*リンク*/
a.link{
	color:#333;
	text-decoration:underline;
	padding-left:16px;
	background-image:url(images/service_img6.gif);
	background-size:auto 10px;
	background-position:left center;
	background-repeat:no-repeat;
}

a.link:hover{
	text-decoration:none;
}

/*強調*/
.em_yellow{
	font-weight:bold;
	background-color: rgba(255,255,0,0.4);
}

/*大きなボタン
（「まずはお気軽にご相談ください」）
*/
.big_btn{
	background:#eee;
	padding:40px 0;
	margin-top:40px;
	text-align:center;
}
.big_btn a{
	display:inline-block;
	width:50%;
    background-color: #FFB53C;
    border: 1px solid #E09900;
    box-shadow: 0 5px 0 #E09900;
    border-bottom: 0;
	padding:10px 20px;
	/*フォント*/
    color: #fff !important;
    text-align: center;
    font-size: 18px;
	/*角丸*/
	border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	/*border-box*/
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.big_btn a:hover {
	opacity: 0.8;
}

/*横並びリスト*/
.image_list li{
	float:left;
	margin:0 !important;
	background-repeat:no-repeat;
}

.image_list li:after{
	display:none !important;
}

.image_list li img{
	width:100%;
}

/*------------------------------

service.html サービス紹介

------------------------------*/

/*無料サポートの流れ*/
.service .image_list li{
	box-sizing:content-box;
	width:100px;
	padding:0 24px 10px 0;
	background-image:url(images/service_img6.gif);
	background-size:10px auto;
	background-position:107px 42px;
}

.service .image_list li:last-child{
	background:none;
}

.service .image_list li img{
	width:100%;
	margin-bottom:10px;
}

.service .image_list li p{
	text-align:center;
	line-height:1;
	margin-bottom:10px;
	font-weight:bold;
}

.service .image_list li span{
	font-size:12px;
	text-align:left;
	line-height:1.4;
	color:#999;
}












