@charset "UTF-8";
/* * layout.css
/* * 画面の横幅が769px以上（パソコン/タブレット共通）
===============================================*/
@media screen and (min-width: 769px) {
html {
	overflow-y: scroll;
	 -webkit-text-size-adjust: 100%;
	height:100%;
}
body {
	text-align: center;
	font: 16px/1 "CI", "Meiryo", "lr oSVbN", "Hiragino Kaku Gothic Pro", "qMmpS Pro W3", sans-serif;
	line-height: 1.6em;
	color: #4c4847;
	background-color:#fcfcfc;
	height:100%;
}
a:link, a:visited {
	color: #4c4847;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #867e7d;
}


/* container
======================================================*/
#container {
	margin: 0 auto;
	background-color:#fcfcfc;
}

/* header
======================================================*/
#header_box {
	width: 100%;
	height:auto;
	text-align:center;
	border-top:solid 5px #fc893c;
	background-color:#f8f8f4;
}
.header {
	width: 960px;
	margin: 0 auto;
	height: 80px;
	text-align:left;
}
.header_logo{
	float:left;
	width:495px;
	margin-top:15px;
}
.header_logo h1{
	margin:8px 0;
	padding:0;
	display:block;
	font-weight:normal;
	font-size:10px;
	line-height: normal;
	float:right;
	height:40px;
	width:270px;
}
.header_logo h1 span{ font-size:16px; font-weight:bold; color:#221815; display:block; line-height:1.7em;}
.header_logo h2{
	width:204px;
	padding:0;
	margin:0;
	height: 60px;
}
.header span{ display:none;}

.header_info{
	margin:15px 0 0;
	padding:0;
	float:right;
	width:390px;
	background-image:url(../img/share/header_tel.jpg);
	background-repeat:no-repeat;
	background-position:left center;
	text-align:right;
}
.header_info img{ width:108px;}
.close{ display:none;}


/* global menu
======================================================*/
#gnavi{
	text-align:center;
	width:100%;
	margin:0;
	padding:5px 0 0;
	position: relative; 
	overflow: hidden;
	background-color:#f8f8f4;
	border-bottom:solid 1px #dcdcdc;
}
#gnavi h2{ display:none;}


/* mobile menu
======================================================*/
#modal {
	position:relative;
	left:50%;
	float:left;
	padding-bottom:10px;
	padding-top:10px;
	font-size:12px;
}
#modal li{
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	border-left:solid 1px #ababab;
}
#modal li a{
	display: block;
	margin: 0;
	width:158px;
	overflow: hidden;
	white-space: nowrap;
	line-height: 24px;
	color:#1a1a1a;
	text-decoration:none;
	font-size:12px;
}
#modal li a:hover{ text-decoration: none; color:#b5b5b5;font-size:12px;}
#modal li:last-child{border-right:solid 1px #ababab;}



/* mainvisual
======================================================*/
#mainvisual{
	clear:both;
	text-align:center;
	width:100%;
	height:468px;
	margin:0 0 20px;
	padding:0;
	display: inline-block;
	overflow:hidden;
}

/* contents
======================================================*/
#contents {
	clear:both;
	width: 960px;
	height:auto;
	text-align: left;
	margin: 20px auto 0;
	padding: 0;
	background-image:url(../img/share/bg_side.gif);
	background-repeat:repeat-y;
	background-position:right bottom;
}



/* main
======================================================*/
#main {
	margin: 0 auto 0;
	padding:0;
	width:730px;
	float:left;
	height:100%;
	overflow:hidden;
	display:inline-block;
}

/* side menu
======================================================*/
#rightside{
	float:left;
	margin: 0 auto 0;
	padding:0;
	width:230px;
	height:auto;
	height:100%;
	min-height:100%;
}

body > #rightside{ height:auto;}

.rightside_inner{
	padding:10px 10px;
	text-align:center;
}
.rightside_inner h2{ width:208px; margin:0 auto;}

.bnr_daily{margin:0 auto 20px;}
.bnr_daily img{ width:208px;}

.rightside_bnr_jinzai{margin:10px auto 20px; border:1px solid #c38f1f; padding:0;}
.rightside_bnr_jinzai img{ width:208px;}

.rightside_inner p{ margin-bottom:20px;}


#rightside .privacy {
	background:#FFF;
	padding:20px 8px;
	overflow:hidden;
	height:auto;
	display:inline-block;
	zoom:1;
	border: 1px solid #b3b3b3;
}

#rightside .privacy img{ float:left; width:80px; margin-top:4px;}
#rightside .privacy p{
	font-size:71%;
	text-align:left;
	float: right;
	margin:0 0 0 5px;
	width:105px;
	line-height:1.4em;
}

/* contens rightside  ---------------- */

#snavi{
	margin:0 auto 20px;
	padding:0;
}
#snavi ul {
	display:inline-block;
	overflow:hidden;
	margin:0;
	padding:0;
	width:100%;
}

#snavi li {
	margin:0;
	background-image:url(../img/contents/bg_rightside_menu.jpg);
	background-repeat: no-repeat;
	background-position:left top;
	color: #4c4847;
	display: block;
	text-align:left;
	font-size:12px;
	text-decoration:none;
	height:42px;
	border:#b3b3b3 solid 1px;
	border-top:0;
	width:210px;
	padding:14px 0 0 26px;
	line-height:normal;
}
#snavi li a{
	margin:0;
	padding:0;
	line-height: normal;
	text-decoration:none;
	display:block;
}

#snavi li a:hover {
	color: #b5b5b5;
}


#snavi li.current {
	margin:0;
	background-image:url(../img/contents/bg_rightside_menu_over.jpg);
	background-repeat: no-repeat;
	background-position:left top;
	color: #4c4847;
	display: block;
	text-align:left;
	font-size:12px;
	text-decoration:none;
	height:42px;
	border:#b3b3b3 solid 1px;
	border-top:0;
	width:210px;
	padding-left:26px;
	line-height:normal;
}

#snavi li.current_service {
	width:210px;
	height:42px;
	background-image:url(../img/contents/side_h2_service.jpg);
	background-repeat: no-repeat;
	background-position:left top;
	background-size:100%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size:0;
	line-height:0;
	margin:0;
	padding:0;
	border:none;
}
#snavi li.current_service a{ 
	width:210px;
	height:42px;
	background-image:url(../img/contents/side_h2_service.jpg);
	background-repeat: no-repeat;
	background-position:left top;
	background-size:100%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size:0;
	line-height:0;
	margin:0;
	padding:0;	
	border:none;
}

#snavi li.current_case {
	width:210px;
	height:42px;
	background-image:url(../img/contents/side_h2_case.jpg);
	background-repeat: no-repeat;
	background-position:left top;
	background-size:100%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size:0;
	line-height:0;
	margin:0;
	padding:0;
	border:none;
}
#snavi li.current_case a{ 
	width:210px;
	height:42px;
	background-image:url(../img/contents/side_h2_case.jpg);
	background-repeat: no-repeat;
	background-position:left top;
	background-size:100%;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size:0;
	line-height:0;
	margin:0;
	padding:0;	
	border:none;
}


#snavi li a:last-child {
	border-bottom:none;
	border-top:none;
}


/* h style
======================================================*/

#main h3.h3feature {
	background: url(../img/share/h3_tit_feature.png) no-repeat left top;
	margin: 0 0 15px;
	height:auto;
	color: #4c4847;
	font-weight:bold;
	display: inline-block;
	overflow:hidden;
	text-align:left;
	border-bottom:dotted 1px #ff706c;
	width:100%;

}

#main h3.h3service {
	background: url(../img/share/h3_tit_service.png) no-repeat left top;
	margin: 0 0 15px;
	height:auto;
	color: #4c4847;
	font-weight:bold;
	display: inline-block;
	overflow:hidden;
	text-align:left;
	border-bottom:dotted 1px #81c0ef;
	width:100%;

}

#main h3.h3news {
	background: url(../img/share/h3_tit_news.png) no-repeat left top;
	margin: 0 0 15px;
	height:auto;
	color: #4c4847;
	font-weight:bold;
	display: inline-block;
	overflow:hidden;
	text-align:left;
	border-bottom:dotted 1px #25b26f;
	width:100%;

}
#main h3.h3company {
	background: url(../img/share/h3_tit_company.png) no-repeat left top;
	margin: 0 0 15px;
	height:auto;
	color: #4c4847;
	font-weight:bold;
	display: inline-block;
	overflow:hidden;
	text-align:left;
	border-bottom:dotted 1px #25b26f;
	width:100%;
}
#main h3.h3case {
	background: url(../img/share/h3_tit_case.png) no-repeat left top;
	margin: 0 0 15px;
	height:auto;
	color: #4c4847;
	font-weight:bold;
	display: inline-block;
	overflow:hidden;
	text-align:left;
	border-bottom:dotted 1px #25b26f;
	width:100%;
}
#main h3.h3sitemap {
	background: url(../img/share/h3_tit_sitemap.png) no-repeat left top;
	margin: 0 0 15px;
	height:auto;
	color: #4c4847;
	font-weight:bold;
	display: inline-block;
	overflow:hidden;
	text-align:left;
	border-bottom:dotted 1px #25b26f;
	width:100%;
}
#main h3.h3faq {
	background: url(../img/share/h3_tit_faq.png) no-repeat left top;
	margin: 0 0 15px;
	height:auto;
	color: #4c4847;
	font-weight:bold;
	display: inline-block;
	overflow:hidden;
	text-align:left;
	border-bottom:dotted 1px #25b26f;
	width:100%;
}

#main h3.h3service span,#main h3.h3feature span,#main h3.h3news span,#main h3.h3company span,#main h3.h3sitemap span,#main h3.h3case span,#main h3.h3faq span {
	padding: 6px 0 8px 40px;
	font-size: 20px;
	float:left;
}
span.category{ font-size:14px!important; color:#a09694; padding:0; float:left; font-weight:normal; margin:0;}



#main h4.h4_service{
	margin:0 auto 20px;
	width:97%;
	padding:0;
	height:auto;
	background-color:#378fb7;
	text-align: center;
	border:none
}
#main h4.h4_service span{
	font-size:20px;
	font-weight: bold;
	line-height: 2em;
	color:#fff;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,sans-serif;
	display:block;
}

#main h4.h4sytle_01{
	width:97%;
	margin:0 auto 15px;
	padding:0;
	background: #c00;
	background:
        	-webkit-linear-gradient(45deg,  transparent 0px, #003567 0px),
	        -webkit-linear-gradient(135deg, transparent 0px, #003567 0px),
        	-webkit-linear-gradient(225deg, transparent 0px, #003567 0px),
	        -webkit-linear-gradient(315deg, transparent 6px, #003567 6px);
	background:
        	-moz-linear-gradient(45deg,  transparent 0px, #003567 0px),
	        -moz-linear-gradient(135deg, transparent 0px, #003567 0px),
        	-moz-linear-gradient(225deg, transparent 0px, #003567 0px),
	        -moz-linear-gradient(315deg, transparent 6px, #003567 6px);
	background:
        	-o-linear-gradient(45deg,  transparent 0px, #003567 0px),
	        -o-linear-gradient(135deg, transparent 0px, #003567 0px),
        	-o-linear-gradient(225deg, transparent 0px, #003567 0px),
	        -o-linear-gradient(315deg, transparent 6px, #003567 6px);
	background:
        	-ms-linear-gradient(45deg,  transparent 0px, #003567 0px),
	        -ms-linear-gradient(135deg, transparent 0px, #003567 0px),
        	-ms-linear-gradient(225deg, transparent 0px, #003567 0px),
	        -ms-linear-gradient(315deg, transparent 6px, #003567 6px);
	background-position: bottom left, bottom right, top right, top left;
	background-size: 50% 50%;
	background-repeat: no-repeat;
	border:none;
	line-height:normal;
	
}
/* IE9 */
#main h4.h4sytle_01:not(:target) {
	width:97%;
	margin:0 auto 15px;
	padding:0;
	background: url(../img/contents/bg_h4sytle_01.gif) no-repeat 0 0;
	border:none;
	line-height:normal;
}

#main h4.h4sytle_01 span{
	padding:10px 5px 4px 24px;
	margin:0;
	color:#FFFFFF;
	font-weight:bold;
	display:block;
	line-height:normal;
	font-size:100%;
}


#main h4{
	border-left:7px solid #eb7000;
	border-bottom:1px dotted #4e9306;
	padding:.3em .8em .3em;
	background:none;
	font-size:18px;
	font-weight:bold;
	width:98%;
	margin:5px auto 30px;
	color:#4c4847;
	line-height:1.4em;
}


/* Top
======================================================*/
.top_inner{
	padding:0 20px 0 0;
}
.top_sec01{
	padding-top:10px;
	background-image:url(../img/top/pict_sec01a.png);
	background-repeat:no-repeat;
	background-position:right top;
	text-align:left;
	margin-bottom:50px;
	height:470px;

}
#main .top_sec01 p.pt{ padding-top:0;}
#main .top_sec01 p{
	padding-left:5px;
	margin-bottom:30px;
	width:530px;
}
#main .sec01_title{
	width:550px;
	margin-bottom:30px;
}

#main .top_sec02{
	clear:both;
	margin:30px auto;
	text-align:center;
}
#main .top_sec02 p{ padding-left:5px; margin-bottom:30px; text-align:left;}
#main .top_sec02 img{ width:690px; text-align:center;}



/*  ----  news  ---- */

#main .top_sec04{
	clear:both;
	margin:0 auto 50px;
	text-align:center;
	height:auto;
	overflow:hidden;
}

#bg_news {
    width: 98%;
    height: 120px;
    margin: 0 auto 10px auto;
	padding: 0 10px;
    overflow-y: auto;
}
.news {
	display:table;
	table-layout:fixed;
	padding:4px 10px 4px 0px;
}
.news li {
	display:table-cell;
	vertical-align:top;
	padding: 2px 6px 2px 22px;
	background-image:url(../img/top/icon_news_arrow.png);
	background-repeat:no-repeat;
	background-position:2px 6px;
	text-align:left;
}
.news li:last-child{ background-image:none;}
.news li span{ display:block;font-size:13px;}



/* topicPath
======================================================*/
.topicPath {
	clear:both;
	width:100%;
	font-size: 58%;
	height:auto;
	text-align:left;
	border-bottom:solid 1px #dcdcdc;
	border-top:solid 1px #dcdcdc;
	background-color:#fffaf0;
	display:inline-block;
	overflow:hidden;
}
.topicPath_inner{ width:960px; margin:4px auto 2px; padding-left:18px; }
.topicPath_inner a{ color:#a37b00;}


/* Contents - service
======================================================*/
#h2_title{
	margin:0;
	padding:0;
	width:100%;
	height:auto;
	background-color:#f2f2f2;
	height:210px;
}

#h2_title span{
	display:block;
	width:960px;
	margin:0 auto;
	padding:0 auto;
	height:210px;
	text-align:left;
	font-size:23px;
	font-weight: 800;
	line-height:9.2em;
	text-indent:7px;
	color:#ab5718;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,sans-serif;
}
#h2_title span.service{
	display:block;
	background-image:url(../img/contents/h2_service.png);
	background-position:right top;
	background-repeat:no-repeat;
	background-size: auto 210px;
}
#h2_title span.sadboad{
	display:block;
	background-image:url(../img/contents/h2_sadboard.png);
	background-position:right top;
	background-repeat:no-repeat;
	background-size: auto 210px;
}
#h2_title span.spri{
	display:block;
	background-image:url(../img/contents/h2_spri.png);
	background-position:right top;
	background-repeat:no-repeat;
	background-size: auto 210px;
}
#h2_title span.followcall{
	display:block;
	background-image:url(../img/contents/h2_followcall.png);
	background-position:right top;
	background-repeat:no-repeat;
	background-size: auto 210px;
}
#h2_title span.payslip{
	display:block;
	background-image:url(../img/contents/h2_payslippro.png);
	background-position:right top;
	background-repeat:no-repeat;
	background-size: auto 210px;
}

#h2_title span.select{
	display:block;
	background-image:url(../img/contents/h2_select.png);
	background-position:right top;
	background-repeat:no-repeat;
	background-size: auto 210px;
}
#h2_title span.faq{
	display:block;
	background-image:url(../img/contents/h2_faq.png);
	background-position:right top;
	background-repeat:no-repeat;
	background-size: auto 210px;
}
#h2_title span.price{
	display:block;
	background-image:url(../img/contents/h2_price.png);
	background-position:right top;
	background-repeat:no-repeat;
	background-size: auto 210px;
}
#h2_title span.company{
	display:block;
	background-image:url(../img/contents/h2_company.png);
	background-position:right top;
	background-repeat:no-repeat;
	background-size: auto 210px;
}
#h2_title span.case{
	display:block;
	background-image:url(../img/contents/h2_case.png);
	background-position:right top;
	background-repeat:no-repeat;
	background-size: auto 210px;
}

#h2_title span.rpo{
	display:block;
	background-image:url(../img/contents/h2_rpo.png);
	background-position:right top;
	background-repeat:no-repeat;
	background-size: auto 210px;
}


/*  Contents - sadboad 
======================================================*/

#main .sec_notice{
	margin:0 auto 20px;
	width:97%;
	height:auto;
	background-color:#fffaf0;
	border:dotted 1px #ff7f50;
	font-size:86%;
}
#main .sec_notice p{ margin:0 20px; text-indent: -1em; padding-left: 1em;}
#main .sec_notice p:before{
	content: "※";
}
img.pict_logo{ max-width:310px; border:#CCCCCC solid 1px;}


#main .sec_service_merit{
	clear:both;
	margin:10px auto 30px;
	width:100%;
}

.sec_service_merit h2 {
	margin-bottom: 8px;
	color: #fff100;
	text-align:left;
	background-color:#1d83d3;
	margin-bottom:5px;
	width:100%;
	overflow:hidden;
	display:inline-block;
	height:auto;
}
.sec_service_merit h2 span{ font-weight: bold;}
.sec_service_merit h2 span.num{ font-size:22px; padding:10px; display:block; float:left;}
.sec_service_merit h2 span.tit_service_merit{ font-size: 18px; padding:10px 0 10px 0; display:block; float:left; width:86%;}


.sec_service_merit {
	margin: -16px 0 0 0;
	overflow:hidden;
	display:inline-block;
	height:auto;
}
.sec_service_merit .col {
	float: left;
	background-color:#f8f8f8;
	border-bottom:4px solid #8cc5ef;
}
.sec_service_merit.col2 .col {
	margin: 0 2.5% 0 2.5%;
	width: 45.2%;
}
.sec_service_merit.col2 .col:nth-child(2n) {
	margin-right: 0;
}
.sec_service_merit.col2 .col:nth-child(2n+1){
	clear: both;
}
.sec_service_merit .col figure {
	clear:both;
	text-align:center;
	width: 100px;
	margin:0 auto;
}

.sec_service_merit .inner {
	padding: 16px;
}
div#main .sec_service_merit .inner p {
	color:#4c4847;
	margin-bottom:0;
	font-size:84%;
	text-align:left;
	line-height:1.4em;
}


/* Contents - payslip-pro
======================================================*/
#main h4.tit_payslip01{
	border: none;
	padding:0;
	background: url(../img/contents/title_payslip01.png) no-repeat top left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size:0;
	line-height:0;
	width:710px;
	height:47px;
	margin:0 auto 15px;
}
#main h4.tit_payslip02{
	border: none;
	padding:0;
	background: url(../img/contents/title_payslip02.png) no-repeat top left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size:0;
	line-height:0;
	width:710px;
	height:47px;
	margin:0 auto 15px;
}

#main h4.tit_payslip03{
	border: none;
	padding:0;
	background: url(../img/contents/title_payslip03.png) no-repeat top left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	font-size:0;
	line-height:0;
	width:710px;
	height:47px;
	margin:0 auto 15px;
}

#main h4.tit_payslip01 span{}
#main h4.tit_payslip02 span{}
#main h4.tit_payslip03 span{}

.pict_payslip{
	max-width:255px;
	border:#CCCCCC solid 1px;
	margin-left: 10px;
}

.payslip_merit1{
	width:97%;
	margin:0 auto 30px
}


.imgbox2_fl{
	margin:0 auto;
	display: inline-block;
	width:97%;
	height: auto;
	overflow:hidden;
}
.imgbox2_fl:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}

.imgbox2_fl figure.flImgL, .imgbox2_fl figure.flImgR {
	width: 255px;
}



/* 標準ボックス
--------------------------------------*/
.sec_styele01{
	width:100%;
	height:auto;
	margin:0 auto;
	padding-bottom:30px;
}
.sec_styele01 p{ padding:0 10px; margin-bottom:30px; text-align:left;}


.marker_yellow_b {
	background: #ffff66; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffff66 0%, #ffff66 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffff66 0%,#ffff66 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffff66 0%,#ffff66 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff66', endColorstr='#ffff66',GradientType=0 ); /* IE6-9 */

}
.marker_orrange {
	background: linear-gradient(transparent 70%, #ffc053 0%);
	
}
.marker_red_s {
	background: linear-gradient(transparent 90%, #ff8c53 0%);
}


/* ----  service banner ---- */

#main .banner_inner {
	margin:0 auto 30px;
	padding:0;
	height:auto;
	overflow:hidden;
	display:inline-block;
}
#main .banner_inner p{ margin-bottom:20px;}
#main .banner_box{
	height:auto;
	overflow:hidden;
	display:inline-block;
	margin:0 auto;
}
#main .banner_box li{
	height:auto;
	margin:0;
	display:block;
	float:left;
}
#main .banner_box li img{ max-width:338px; margin:0 8px;}

#main .banner_inner2 {  width:100%; padding:0; margin:0 auto 30px; text-align:center;}
#main .banner_inner2 img{ max-width:692px;}

/* ----  information ---- */

#main .sec_info{ margin:0 auto 50px; width:97%; height:auto; background-color:#fff; border:solid 3px #ff9517;}

#main .info_inner {
	margin:0 auto;
	padding:10px 20px 15px 25px;
	height:auto;
	overflow:hidden;
	display:inline-block;
}
#main .info_inner p{ text-align:left;}

#main .info_inner h4 {
	margin: 10px 0;
	padding:0;
	color: #333333;
	font-weight:bold;
	display: block;
	text-align:left;
	border-bottom: solid 1px #ABABAB;
	font-size: 16px;
	border-left:none;
}
#main .info_inner h4 span {
	padding: 0 5px 0px 0px;
	display:block;
}






#main .info_tel h5 a{ text-decoration:none; color:#4c4847; font-weight:bold;}
#main .info_tel p{
	margin:2px auto 0;
	padding:0;
	font-size: 14px;
	text-align:center;
}
#main .info_tel h5 span{
	padding:2px 0 0 50px;
	margin:0;
	background-image: url(../img/contents/icon_tel.png);
	background-repeat:no-repeat;
	background-position: left top;
	background-size:50px 31px; 
	display:block;
}
#main .info_tel{
	height:auto;
	float:left;
	margin:0 auto;
	padding-right:30px;
}
#main .info_tel h5{
	margin:0 auto;
	padding:0;
	display:table;
}

#main .info_tel .num {
	margin-top:10px;
	margin-bottom:0;
	font-size: 30px;
    font-weight: bold;
    line-height: 1em;
}

#main .info_tel .num a {
	display: inline-block;
	text-decoration: none;
	color: #333333;
	vertical-align: top;
	margin-top:-18px;
	line-height: normal;
}

#main .info_tel .num ruby{ line-height: normal;position: relative;margin:0; padding:0;}
#main .info_tel .num rt{ font-size:10px; position: relative;
  top: 8px; margin:0; padding:0; line-height:1em;}


#main .info_tel .time {
	margin-bottom: 0;
    font-size: 12px;
	font-weight: bold;
    text-align: right;
}




#main .info_btn{
	display:block;
	text-decoration:none;
	width:auto;
	margin:0 auto;
	padding:0;
	float:right;
}
#main .info_btn img {
	max-width:318px;
	margin:0 auto;
}


/* Contents - faq
======================================================*/
p.question {
        cursor: pointer;
		background-image:url(../img/contents/icon_faq.png);
		background-size:27px 27px;
		background-repeat:no-repeat;
		background-position:0 0;
		padding:0 0 0 30px;
		margin:0 0 20px 20px;	
}
p.question:hover {
        text-decoration: underline;
}
p.answer {
        display: none;
        background: #f2f2f2;
		background-image:url(../img/contents/icon_ans.png);
		background-size:27px 27px;
		background-repeat:no-repeat;
		background-position:6px 8px;
		padding:10px 20px 10px 40px;
		width:94.5%;
		margin:0 auto 30px 30px;
}


/* Contents - price
======================================================*/

table.tbl_price01 , table.tbl_price02{
	border-collapse: collapse;
	border-spacing: 0;
	clear:both;
	width:98%;
	margin:0 auto 30px;
}
table.tbl_price01 th ,table.tbl_price01 td , table.tbl_price02 th ,table.tbl_price02 td{
	padding:16px 8px;
	vertical-align:middle;
}
table.tbl_price01 th , table.tbl_price02 th {
	font-weight:bold;
	color:#fff;
	text-align:center;
	background-color:#008080;
	border:1px solid #a5a5a5;
	font-size:14px;
	letter-spacing:0.1em;
}
table.tbl_price01 td , table.tbl_price02 td
{ text-align: left; border:1px solid #c0c0c0; padding-left:20px; background-color:#f3f3f3;}


/* 2019.09.09追加 */
table.tbl_price03{
	border-collapse: collapse;
	border-spacing: 0;
	clear:both;
	width:98%;
	margin:0 auto 16px;
}
table.tbl_price03 th ,table.tbl_price03 td{
	padding:16px 8px;
	vertical-align:middle;
}
table.tbl_price03 th {
	font-weight:bold;
	color:#fff;
	text-align:center;
	background-color:#008080;
	border:1px solid #a5a5a5;
	font-size:14px;
	letter-spacing:0.1em;
}
table.tbl_price03 td
{ text-align: center; border:1px solid #c0c0c0; background-color:#f3f3f3; font-size:15px;}

table.tbl_price03 td.item {
	font-weight:bold;
	text-align:center;
	background-color:#ddd;
	font-size:15px;
}	
	
@media screen and (min-width:768px){
	.spOnly {
		display: none;
	}
}
@media screen and (max-width:767px){
	.pcOnly {
		display: none;
	}
}
	
	
/* Contents - case
======================================================*/

.sec_case{ width:97%; margin:20px auto 30px; padding:0;}
.case_txt{
	float:left;
	width:56%;
	height:auto;
	margin:0;
}
.case_txt img{ width:78px; margin:5px auto 10px;}

.case_photo{
	float:right;
	width:38%;
	height:auto;
	margin:0;
	padding:0;
}
.case_photo img{ width:348px;}

.case_before{
	margin-bottom:0px;
	padding:0;
	display:inline-block;
	overflow:hidden;
	width:100%;
	height:auto;
	border-bottom:dotted 1px #a5a5a5;
}
.case_before li{ display:block; height:auto;}

.case_before li:first-child{ background-color:#484747; color:#FFFFFF; font-weight:bold; text-align:center; border-bottom:solid 1px #848484; letter-spacing:0.2em; padding:8px 0 2px; line-height:normal; }
.case_before li:last-child{ background-color:#f0f8ff; font-size:86%; text-align:left; border-bottom: none; padding:10px;}

.case_after{
	margin-bottom:30px;
	padding:0;
	display:inline-block;
	overflow:hidden;
	width:100%;
	border-bottom:dotted 1px #a5a5a5;
}
.case_after li{ display:block; height:auto;}

.case_after li:first-child{ background-color:#d43b2a; color:#FFFFFF; font-size:100%; font-weight:bold; text-align:center; border-bottom:solid 1px #848484; letter-spacing:0.2em; padding:8px 0 2px; line-height:normal; }
.case_after li:last-child{ background-color:#f0f8ff; font-size:86%; text-align:left; border-bottom: none; padding:10px;}


.sec_case02{ clear:both; width:97%; margin:20px auto 40px; padding:0 0 10px; background-color:#eeeeee; position: relative; border-bottom:solid 1px #003567;}

h5.h5_style_case {
	position: relative;
	color: #fff;
	background: #003567;
	line-height: 1.5;
	border :1px solid #003567;
	margin: 30px 0 10px 0;
	padding: 10px 5px 9px 22px;
	font-weight:bold;
	width:100%;
}
h5.h5_style_case:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 40px;
	height: 0;
	width: 0;
	border: 10px solid transparent;
	border-top: 10px solid #003567;
}

.sec_case02 p{ padding:5px 20px 0; text-align:left;}



/* Contents - Service RPO
======================================================*/
table.tbl_rpo{
	border-collapse: collapse;
	border-spacing: 0;
	clear:both;
	width:98%;
	margin:0 auto 30px;
}
table.tbl_rpo th ,table.tbl_rpo td{
	padding:15px 20px 8px;
	vertical-align:middle;
}
table.tbl_rpo th{
	font-weight:bold;
	color:#fff;
	text-align:center;
	background-color:#008080;
	border:1px solid #a5a5a5;
	letter-spacing:0.1em;
}

table.tbl_rpo td{
	text-align: center;
	border:1px solid #c0c0c0;
}
.td_col_merit{ background-color:#ffebee;}
.td_col_demerit{ background-color:#f8f8ff;}

.tbl_rpo_title{ width:30%;}

.list_rpo_merit {
	margin:auto;
	display:inline-block;
	overflow:hidden;
	height:auto;
	position:relative;
	width:98%;
	text-align:left;
}
.list_rpo_merit li {
	line-height: 1.4em;
	padding: 5px 0 5px 28px;
	text-align:left;
	display:block;
	font-size:92%;
}
.list_rpo_merit li:before {
	font-family: FontAwesome;
	content: "\f111";
	position: absolute;
	left:0;
	color: #a9a9a9;
	font-size:100%;
}

.sec_rpo_strength{
	background-color:#f0eded;
	height:auto;
	width:696px;
	margin:0 auto 40px !important;
	padding-top:5px;
	padding-bottom:10px;
}
.rpo_strength_title{
	margin:20px;
	display:block;
}
.rpo_strength_title li:first-child{
    border-radius: 20px;/* CSS3草案 */  
    -webkit-border-radius: 20px;/* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;
	background-color:#1e60a5;
	color:#FFF;
	font-size: 18px;
	font-weight:bold;
	padding:3px 25px;
	float:left;
	line-height:normal;
	margin-bottom:5px;
	
}
.rpo_strength_title li:last-child{
	float:left;
	line-height:normal;
	font-size: 22px;
	font-weight:bold;
	padding:0 10px 6px;
	color:#003b78;
	margin-bottom:5px;

}
.sec_rpo_strength p{
	padding:20px 15px;
	background-color:#FFF;
	text-align:left;
	zoom:1;
	clear:both;
	margin:20px;
	font-size:92%;
}


.rpo_range{
	margin: 0 auto;
	background-image: url(../img/contents/pict_rpo02.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: left top;
	width:696px;
	padding-top:70px;
}
.rpo_range{
	width:696px;
	background-color:#eeeeee;
	margin:0 auto 30px;
	padding-bottom:20px;
	display:block;
	overflow: hidden;
}
.rpo_range ul li{
	padding: 8px;
	margin: 8px;
	width:30%;
	background-color:#FFF;
}

.rpo_table-cell {
	text-align: center;
}
.rpo_table-cell li {
	display:inline-block;
	margin:0;
	vertical-align:top;
}
.rpo_range ul li h5{
	background-color:#b2ebf2;
	display:block;
	padding:5px;
}
.rpo_range ul li h5 span{
	font-weight:bold;

}
.rpo_range li p{ text-align:left; font-size:86%;}

.list_range {
	margin:5px auto 0;
	position:relative;
	text-align:left;
	display:block;
}
.list_range li {
	line-height: 1.4em;
	padding: 2px 0 0 20px !important;
	margin:0 !important;
	display:block;
	width:100% !important;

}
.list_range li:before {
	font-family: FontAwesome;
	content: "\f111";
	position: absolute;
	left:4px;
	color: #0080bc;
	font-size:70%;
}


/* Contents - sitemap
======================================================*/
.site_list{
	width:96%;
	height:auto;
	margin:0 auto;
	clear:both;
}

.site_list ul{
	width:100%;
	display:inline-block;
	overflow:hidden;
}
.site_list ul li{
	float:left;
	display:block;
	text-align:left;
	margin:0 auto 20px;
	padding:0;
}

.site_list li:last-child {
	margin:0 auto 50px;
}

.site_list ul li a{
	display:block;
	margin:0 30px 0 0;
	background-image: url(../img/share/arrow_gray.png);
	background-repeat:no-repeat;
	background-position:0 8px;
	padding-left:14px;	
}


/* btn style
----------------------------------------------------------- */
.btn01 a {
	display: inline;
	padding: 5px 17px;
	background: #666666;
	color: #FFFFFF;
}
.btn02 a {
	display: inline;
	padding: 5px 17px;
	background: #808080;
	color: #FFFFFF;
}

.btn01 a:hover {
	background: #937500;
}

.btn_basic01 {
	padding: 10px 20px;
	height: auto;
	display: table;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	text-align: center;
	background-color: #248b9a;
	background-image:url(../img/icon_arrow01.png);
	background-position: 220px center;
	background-repeat: no-repeat;
	margin:auto;
	line-height:1em;
	min-width:220px;
	cursor:pointer;
}
.btn_basic01 span {
	display: table-cell;
	vertical-align: middle;
	color:#FFFFFF;
	line-height:1em;
	font-size: 12px;
}
.btn_basic01:hover {
	background-color: #65aeb8;
	color:#FFFFFF;
}
.btn_basic01.color01 {
	background-color: #e39600;
}
.btn_basic01.color01:hover {
	background-color: #ebb54c;
}

.btn_basic01 a{ line-height:1em; padding:0; margin-bottom:0; }


/* table style
======================================================*/
table {
	border-collapse: collapse;
	border-spacing: 0;
	clear:both;
}
table.tableStyle01, table.tableStyle02, table.tableStyle03, table.tableStyle04, table.tableStyle05 {
	margin: 0 auto 50px;
}

table.tableStyle01 th, table.tableStyle01 td {
	padding: 15px;
	border:  1px solid #c9c9c9;
	vertical-align: middle;
}
table.tableStyle01 th {
	width:22%;
	background-color:#faf0e6;
	text-align:left;
	font-weight:bold;
	font-size:86%;
	padding-left:20px;
}
table.tableStyle01 td{ background-color:#FFFFFF; line-height:1.7em;}


/* !Box
----------------------------------------------------------- */
#main .sec_servicelist{
	clear:both;
	margin:20px auto 30px;
	height:auto;
}

.sec_servicelist figure.flImgL,  .sec_servicelist figure.flImgR {
	width: 319px;
}
.sec_servicelist {
	margin: -16px 0 0 0;
	overflow:hidden;
	display:inline-block;
	height:auto;
}
.sec_servicelist .col {
	float: left;
	border:solid 1px #96d1ff;
}
.sec_servicelist.col2 .col {
	margin: 0 2.5% 0 2.5%;
	width: 45.2%;
}
.sec_servicelist.col2 .col:nth-child(2n) {
	margin-right: 0;
}
.sec_servicelist.col2 .col:nth-child(2n+1){
	clear: both;
}
.sec_servicelist a {
	text-decoration: none;
}
.sec_servicelist figure {
}
.sec_servicelist .inner {
	background-color: #f9f6f1;
	padding: 16px;
}
.sec_servicelist .inner .tit {
	margin-bottom: 8px;
	color: #4c4847;
	font-size: 124%;
	font-weight: bold;
	text-align:left;
	padding-left:0;
}
div#main .sec_servicelist .inner p {
	color:#4c4847;
	margin-bottom:0;
	font-size:86%;
	line-height: 1.6em;
}

/* button page-top
---------------------------------------------------------- */
#btnTop {
	display: none;
	*display: inline;
	*zoom: 1;
	position: fixed;
	bottom: 10px;
	right: 10%;
}
#btnTop a {
	display: block;
	width:60px;
	height:61px;
	background: url(../img/share/btn_pageTop.png) no-repeat 0 0px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#btnTop a:hover {
	display: block;
	width:60px;
	height:61px;
	background: url(../img/share/btn_pageTop.png) no-repeat 0 -61px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#pageTop{ display:none;}
#pageTop a{ display:none;}



/* footer
======================================================*/
div#footer {
	clear:both;
	width: 100%;
	margin:0;
	padding: 0;
	text-align:center;
	background-color:#404654;
}
.ftNav {
	text-align:center;
	width: 960px;
	height:auto;
	padding: 15px 0;
	margin:0 auto;
	display: inline-block;
	overflow:hidden;
	background:none;
	color:#FFFFFF;
}
.ftNav ul{ 
	margin:0 auto;
	padding:0;
	height:auto;
	display: inline-block;
	overflow:hidden;
	text-align:left;
	background:none;
}
.ftNav li {
	float: left;
	width: 220px;
	display: inline-block;
	overflow:hidden;
	padding:0;
	margin:0 18px 0 0;
	color:#FFFFFF;

}
.acMenu {
	margin: 0 0 10px;
}
.acMenu a {
	display: block;
	margin-top:15px;
	margin-bottom:10px;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	border-bottom: 1px dotted #dddddd;
	
}
.acMenu a:hover{ color:#FFFFFF; text-decoration:none;}
.acMenu .child {
	display: block;
	margin: 0 0 -1px;
	padding: 0;
}
.acMenu .child .menu {
	color:#FFFFFF;
}
.acMenu .child .menu:hover {
	color:#FFFFFF;
}
.acMenu .child > li {
	margin: 2px 0;
	padding: 0 16px;
	background:url(../img/share/arrow_ft_navi.png) no-repeat 2px 8px;	
}

.acMenu .child > li:last-child {
	border-bottom: 0;
}
.ftNav .child01 a{
	margin:0;
	padding: 0;
	margin:0;
	padding: 0;
	text-align:left;
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	font-size:13px;
	font-weight:normal;
	border-bottom: 0;
}
.ftNav .child01 a:hover{
	margin:0;
	padding: 0;
	text-align:left;
	display:block;
	color:#FFFFFF;
}
.menu {
	display: block;
	position: relative;
	margin: 1px 0 0;
	padding: 8px 0 4px;
}

/*   copyright   */

#ft_adress {
	clear:both;
	width: 100%;
	margin: 0;
	padding: 6px 15px 10px;
	background-color:#7a7a7a;
}
address{
	margin:0 auto;
	padding: 0;
	font-size:10px;
	width:960px;
	color:#FFFFFF;
	text-align:left;
}
#ft_adress address a{ color:#FFF; text-decoration:none;}

/* footer menu bar */
.ft_menu{
	position: relative; 
	overflow: hidden;
}
.ft_menu ul{
	position:relative;
	left:50%;
	float:left;
	
}
.ft_menu ul li{
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	border-left:solid 1px #ccc;
	
}
.ft_menu ul li a{
	display: block;
	margin: 0;
	padding: 0 30px;
	overflow: hidden;
	white-space: nowrap;
	line-height: 34px;
	color:#000;
	text-decoration:none;
}
.ft_menu ul li a:hover{ text-decoration: underline;}
.ft_menu ul li:last-child{border-right:solid 1px #ccc;}

.clearfix {
    overflow:hidden;
    height:100%;
}

.bnr_top_contents{
	margin:auto;
	clear:both;
	width:690px;
}
.bnr_top_contents a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
}

/* 2018.11.05 追加 */
.box_numberStyle01{
	margin:0;
}
.box_numberStyle01 ol{
	counter-reset:number; /*数字をリセット*/
	list-style-type: none!important; /*数字を一旦消す*/
	padding:0em;
}
.box_numberStyle01 ol li{
	position: relative;
	padding-left: 25px;
	line-height: 1.4em;
	padding: 0.25em 0.5em 0.25em 25px;
}
.box_numberStyle01 ol li:before{
	position: absolute;
	counter-increment: number;
	content: counter(number)".";
	display:inline-block;
	font-family: 'Avenir','Arial',sans-serif;
	font-size: 14px;
	font-weight:normal;
	left: 0;
	width: 25px;
	height: 25px;
	line-height: normal;
	text-align:center;
	vertical-align:top;
}