@charset "utf-8";
/* CSS Document */

body{
	font-size: 98%;
	color: #333;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

a img:hover{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

.left{
	float:left;
}

.right{
	float:right;
}

a{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

.red{
	color:#F00;
}

.bg_blue{
	background-color:#ebf2ff;
}

.blue{
	color: #0C48B6;
}

.bg_gray{
	background-color: #EEEEEE;
}

header{
	width: 1024px;
	margin-top: 1%;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

header h1{
	font-size: 85%;
	float: left;
	width: 28%;
}

header nav{
	float: right;
	width: 57%;
	margin-top: 3%;
}

#menu-icon{
	display:none;
}

header nav ul li{
	float: left;
}

#mainimg{
	background-image: url(../img/mainbg.png);
	background-repeat: no-repeat;
	background-size: 100%;
	min-height: 302px;
	padding-top: 40px;
	margin-top: 1%;
}

#mainimg h2{
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/mainimg03.png);
	background-repeat: no-repeat;
	background-position: right center;
}

h3{
	display: block;
	background-color: #0c48b6;
	color: #FFF;
	font-size: 160%;
	text-align: center;
	font-family: 'Fira Sans', sans-serif;
	margin-top: 3%;
	margin-bottom: 2%;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	font-weight: bold;
	letter-spacing: 2px;
}

.contents{
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}

#top_text section{
	margin-bottom:4%;
}

#top_text h4{
	font-size: 95%;
	background-image: url(../img/icon.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	height: 25px;
	margin-bottom: 2px;
}

#top_text strong{
	font-size: 140%;
	display: block;
	margin-bottom: 1%;
}

#top_text p{
	line-height: 170%;
}

#top_text .left{
	width:70%;
}



#kadai h4{
	margin-left:1%;
	padding-top:2%;
	padding-bottom:1%;
	font-size:120%;
}


#kadai section{
	width: 45%;
	float: left;
	margin-left: 1%;
	margin-bottom: 2%;
	border: 3px solid #CCC;
	padding: 10px;
	margin-right: 1%;
	background-color: #FFF;
}


#kadai section strong{
	background-image: url(../img/foot_icon.png);
	background-repeat: no-repeat;
	display: block;
	background-position: left center;
	padding-left: 15px;
	margin-bottom: 1%;
}

#kadai #kanri{
	background-image: url(../img/kadai_img01.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size:15%;
}

#kadai #hp{
	background-image: url(../img/kadai_img02.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size:15%;
}

#kadai #kessai{
	background-image: url(../img/kadai_img03.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size:15%;
}


#kadai #shop{
	background-image: url(../img/kadai_img04.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size:15%;
}


#work h4{
	text-align:center;
}

#work section{
	float: left;
	margin-right: 2%;
	margin-left: 1%;
	margin-top: 2%;
	margin-bottom: 2%;
	width: 223px;
}


#work section p{
	margin-top: 5%;
	margin-bottom: 2%;
	background-image: url(../img/foot_icon.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
}

#work section p .tiki{
	font-size: 80%;
}

#work section dl{
	font-size: 90%;
}

#work section dd{
	margin-bottom: 2%;
}

#work section p a:visited{
	color:#00F;
}


#contact_navi{
	background-color: #083fa4;
	padding-top: 3%;
	padding-bottom: 2%;
	margin-top: 6%;
	margin-bottom: 3%;
	clear: both;
}

#contact_navi div{
	width:980px;
	margin:auto;
}

#contact_navi .left{
	color: #FFF;
	font-size: 90%;
	width: 56%;
}

#contact_navi .left strong{
	font-size: 140%;
	font-weight: bold;
	display: block;
	margin-bottom: 2%;
}

#contact_navi .right{
	text-align:right;
}

#contact_navi .right a{
	display:block;
	margin-top:1%;
	margin-bottom:4%;
}

footer{
	width: 1024px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

footer strong{
	text-align: center;
	display: block;
}

footer ul{
	margin-top: 1%;
	width: 67%;
	margin-right: auto;
	margin-left: auto;
}

footer li{
	float: left;
	margin-right: 3%;
}

footer li a{
	display: block;
	padding-left: 10px;
	width: 100%;
	background-image: url(../img/foot_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #000;
}

footer small{
	text-align: center;
	display: block;
	margin-top: 2%;
	margin-bottom: 2%;
}

.ex1 {
    overflow: hidden;
    text-align: center;
}
.ex1 span {
    display: inline-block;
    padding: 0 1.5em;
    position: relative;
}
.ex1 span:before,
.ex1 span:after {
    border-top: 2px solid;
    content: "";
    position: absolute;
    top: 50%;
    width: 430px;
}
.ex1 span:before {
    right: 100%;
}

.ex1 span:after {
    left: 100%;
}

#subimg{
	background-image: url(../img/subtitle_bg.png);
	background-repeat: repeat-x;
	margin-top: 2%;
	margin-bottom: 2%;
}

#subimg section{
	width:1024px;
	margin:auto;
}

#subimg section h2{
	margin-top:4%;
}

#service_mida{
	text-align: center;
}

#service_mida strong{
	font-size: 200%;
	font-weight: bold;
	line-height: 120%;
}

#service_mida p{
	font-size: 130%;
	line-height: 130%;
	width:60%;
	margin:6px auto 0px auto;
}

#service_menu section{
	margin-top: 6%;
	margin-bottom: 14%;
}

#service_menu h4{
	font-size: 150%;
	margin-bottom: 2%;
}

#service_menu .text{
	width: 58%;
	line-height: 170%;
}


#work_mida{
	margin-bottom:3%;
}

#work_mida strong{
	font-size: 150%;
	margin-bottom: 1%;
	display: block;
}

#pickup section{
	margin-top:2%;
	margin-bottom:5%;
}

#pickup .left{
	width:29%;
}

#pickup .right{
	width:69%;
}

#pickup .right p{
	margin-bottom: 5px;
}

#pickup .right b{
	margin-right:5px;
	font-size:85%;
}

#pickup .right .bg_blue{
	padding:10px;
	line-height:150%;
}

.bg_red{
	background-color:#F00;
	color:#FFF;
	padding:2px 5px 2px 5px;
}

.flow section{
	margin-top: 7%;
	margin-bottom: 7%;
}

.flow h4{
	font-size: 160%;
	background-image: url(../img/flow/icon_color.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	height: 30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0C48B6;
	margin-bottom: 2%;
	font-weight: bold;
	padding-bottom: 10px;
}

.flow .text{
	width: 60%;
}

.flow .text p{
	line-height:170%;
}

.flow .yajirusi{
	text-align:center;
}



#column #back{
	width:20%;
}

#column #back strong{
	color: #FFF;
	background-color: #000;
	text-align: center;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 120%;
}

#column #back .bg_gray{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #A7A7A7;
	border-bottom-color: #A7A7A7;
	border-left-color: #A7A7A7;
}

#column #back ul{
}

#column #back ul li{
	width: 88%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/column/icon_back.png);
	background-repeat: no-repeat;
	background-position: left 16px;
	padding-left: 12px;
	margin-bottom: 1%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-top: 10px;
	padding-bottom: 10px;
}

#column #back ul li:last-child{
	border-bottom:none;
}

#column #new_list{
	width: 75%;
}

#column #new_list h4{
	background-image: url(../img/column/icon_mida.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 180%;
	padding-left: 35px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0B44AC;
	margin-bottom: 2%;
}

#column #new_list .kiji{
	padding: 15px;
	border: 1px solid #A7A7A7;
	margin-bottom: 3%;
}

#column #new_list strong{
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 5px;
}

#column #new_list strong a{
	float: left;
	width: 80%;
	background-image: url(../img/column/icon_kiji.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 20px;
	font-size: 120%;
}

#column #new_list strong span{
	float: right;
	margin-right: 10px;
}

#column #new_list .text{
	margin-top: 1%;
}

#column #new_list .text .left{
	width:80%;
}






#contact h4{
	font-size:180%;
	text-align:center;
}

#contact .text{
	width:60%;
	margin:1% auto 1% auto;
}

#contact a{
	color:#000;
}

#contact a:hover{
	text-decoration: none;
	cursor: text;
}

#contact #step{
	text-align:center;
}

#contact #step2{
	text-align:center;
	margin-bottom:2%;
}


#contact_form{
	width:750px;
	margin:2% auto 2% auto;
}

#contact_form #buttan{
	text-align:center;
}

#contact_form dl{
	margin-bottom:2%;
}

#contact_form dt{
	float:left;
	width:30%;
}

#contact_form dt .red{
	font-size:85%;
	padding-left:3px;
}

#contact_form dd{
	float:right;
	width:70%;
}

#contact_form form .text{
	width:100%;
}



#comp dl{
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 1%;
}

#comp dl dt{
	float: left;
	display: block;
	width: 20%;
	font-weight: bold;
}

#comp dl dd{
	float: right;
	display: block;
	width: 70%;
}

#comp_map{
	margin-top:5%;
	width:100%;
	height:350px;
}
