@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;
}

img{
	width:100%;
}


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{
	margin-top:2%;
}

header h1{
	font-size: 70%;
	float: left;
	width: 70%;
}

header h1 img{
	width:70%;
}




/* nav-wrap */
#nav-wrap {
	position: relative;
	z-index: 10;
	float: right;
}
 
    /* menu icon */
#menu-icon {
	width: 80px;
	cursor: pointer;
	display: block; /* show menu icon */
	background-image: url(img/menu-icon.png);
	background-repeat: no-repeat;
}

#nav {
	clear: both;
	position: absolute;
	z-index: 10000;
	display: none;
}
#nav li {
	clear: both;
	float: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	background-color: #FFF;
}
#nav a, 
#nav ul a {
	font: inherit;
	background: none;
	display: block;
	border: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#nav a:hover, 
#nav ul a:hover {
	background: none;
}

#mainimg{
	background-image: url(../img/mainbg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-top: 2%;
}

#mainimg h2{
	background-image: url(../img/mainimg03.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size:40%;
}


h3{
	display: block;
	background-color: #0c48b6;
	color: #FFF;
	font-size: 100%;
	text-align: center;
	font-family: 'Fira Sans', sans-serif;
	margin-top: 4%;
	margin-bottom: 5%;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	font-weight: bold;
	letter-spacing: 2px;
}

.contents{
	margin: auto;
	width: 95%;
}

#top_text section{
	margin-bottom: 10%;
}

#top_text h4{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0C48B6;
	margin-bottom: 3%;
	background-image: url(../img/icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
}

#top_text strong{
	display: block;
	margin-bottom: 3%;
	font-size: 120%;
}

#top_text p{
	line-height: 120%;
}

#top_text .right{
	width:80%;
	margin:2% auto 0 auto;;
}

#kadai h4{
	margin-left: 1%;
	padding-top: 3%;
	padding-bottom: 1%;
	font-size: 120%;
}


#kadai section{
	margin-left: 1%;
	margin-bottom: 8%;
	border: 3px solid #CCC;
	padding: 10px;
	margin-right: 1%;
	background-color: #FFF;
	margin-top: 2%;
}


#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:20%;
}

#kadai #hp{
	background-image: url(../img/kadai_img02.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size:20%;
}

#kadai #kessai{
	background-image: url(../img/kadai_img03.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size:20%;
}

#kadai #shop{
	background-image: url(../img/kadai_img04.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size:20%;
}


#work h4{
	text-align: center;
	font-size: 95%;
}

#work section{
	width: 48%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 8px;
	padding-bottom: 8px;
	min-height:300px;
}

#work section:nth-child(even){
	float: left;
}

#work section:nth-child(odd){
	border-right: none;
	float: right;
}

#work section:nth-child(8){
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#work section:nth-child(9){
	border-right:none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}



#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: 10px;
}

#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: 95%;
	margin: auto;
}

#contact_navi .left{
	color: #FFF;
	font-size: 85%;
	margin-bottom: 5%;
}

#contact_navi .left strong{
	font-size: 130%;
	display: block;
	margin-bottom: 2%;
	text-align: center;
}

#contact_navi .right{

}

#contact_navi .right a{
	display: block;
	margin-bottom: 6%;
}

footer{

}

footer strong{
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-bottom: 5%;

}

footer ul{
	margin-top: 1%;
}

footer li{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}

footer li:last-child{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

footer li a{
	display: block;
	padding-left: 25px;
	background-image: url(../img/foot_icon.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	color: #000;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #EFEFEF;
}



footer small{
	text-align: center;
	display: block;
	margin-top: 2%;
	margin-bottom: 2%;
	font-size: 80%;
}

.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: 5%;
}

#subimg .left{
	width:30%;
	float:left;
	padding-top:5%;
	padding-bottom:3%;
}

#subimg .right{
	width: 35%;
	float: right;
}

#service_mida{
	text-align: center;
}

#service_mida strong{
	font-size:140%;
	font-weight: bold;
}

#service_mida p{
	font-size: 90%;
	width:95%;
	margin:2% auto 0 auto;
}

#service_menu section{
	margin-bottom: 14%;
	margin-top: 5%;
}

#service_menu h4{
	font-size: 140%;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #0B45AD;
	padding-top: 2%;
	padding-bottom: 2%;
	text-align: center;
	background-color: #E3ECFD;
	margin-bottom: 2%;
}

#service_menu .text{
	margin-bottom: 2%;

}

#service_menu .text p{
	line-height:160%;
}

#work_mida strong{
	font-size: 130%;
	margin-bottom: 5%;
	display: block;
}

#work_mida p{
	line-height: 140%;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #0B42A6;
	padding-bottom: 5%;
}

#pickup section{
	margin-top: 10%;
}

#pickup strong{
	text-align: center;
	display: block;
	margin-bottom: 1%;
}

#pickup .right a{
	font-size: 120%;
}

#pickup .right p{
	padding-top: 4%;
}

#pickup .right b{
	margin-right: 5px;
}

#pickup .right .bg_blue{
	padding: 10px;
	margin-top: 5%;
}

.bg_red{
	background-color:#F00;
	color:#FFF;
	padding:2px 5px 2px 5px;
}

.flow section{

}

.flow h4{
	font-size: 120%;
	background-image: url(../img/flow/icon_color.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 30px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0C48B6;
	margin-bottom: 2%;
	font-weight: bold;
	padding-bottom: 5px;
}

.flow .text p{
	line-height:170%;
}

.flow .photo{
	margin-top:3%;
}

.flow .yajirusi{
	width: 20%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 8%;
	margin-bottom: 8%;
}

#systemflow{
	margin-top:20%;
}











#contact h4{
	font-size:120%;
	text-align:center;
	margin-bottom:2%;
}

#contact #step{
	display:none;
}

#contact #step2{
	display:none;
}

#contact_form{
	margin-bottom:20%;
}

#contact_form dl{
	margin-top:3%;
}

#contact_form dt .red{
	font-size:85%;
	padding-left:3px;
}

#contact_form form .text{
	width:100%;
}

#contact_form #buttan input{
	width:70%;
	margin:2% auto 0px auto;
	display:block;
}








#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{

}

#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{
	margin-bottom: 10%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 10%;
}

#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{

}

#column #new_list .text .right{
	width: 75%;
	margin-right: auto;
	margin-left: auto;
}

#comp dl{
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 2%;
	padding-top: 2%;
}

#comp dl dt{
	float: left;
	display: block;
	width: 25%;
	font-weight: bold;
}

#comp dl dd{
	float: right;
	display: block;
	width: 70%;
	line-height:140%;
}

#comp_map{
	margin-top:5%;
	width:100%;
	height:350px;
}
