@charset "UTF-8";
/* * smart.css


/*	画面の横幅が480pxまで（スマホ用）
===============================================*/
@media (min-width: 481px) and (max-width: 767px) {
}


@media screen and (max-width:768px) {
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);

html {
	overflow-y: scroll;
	 -webkit-text-size-adjust:100%;
}
body {
	text-align: center;
	font: 13px/1 "CI", "Meiryo", "lr oSVbN", "Hiragino Kaku Gothic Pro", "qMmpS Pro W3", sans-serif;
	line-height: 1.6em;
	color: #000000;
	word-wrap: break-word;
	overflow-x: visible;
}
body * {
	zoom: 1;
}
#container {
	margin: 0 auto;
}
a:link, a:visited {
	color: #937500;
	text-decoration: none;
	cursor: pointer;
	-moz-transition: all, 0.25s, linear;
	-o-transition: all, 0.25s, linear;
	-webkit-transition: all, 0.25s, linear;
	transition: all, 0.25s, linear;
}
a:hover {
	text-decoration: none;
	color: #76992D;
}



/* form style
======================================================*/

input.formSubmit {
	border: none;
}
input.formRadio {
	border: none;
}

label{
	margin-right:5px;
	margin-left:5px;
}

input,
textarea {
	padding:0.25em;
	border:1px solid #c0c0c0;
	margin:2px 0;

}
select {
	padding:0.25em;
	border:1px solid #c0c0c0;
}
input.radio {
	border:none;
}


/* header
======================================================*/
.header{
	border-top:solid 2px #fc893c;
	background:#ffffff;
	padding:5px 10px;
	margin-bottom:0;
	overflow:hidden;
}
.header_logo{
	float:left;
}
@media screen and (max-width:480px){
.header_logo h1 { display:none;}
.header_logo h2{
	margin-top:5px;
	margin-bottom:5px;
	width:102px;
}
}

@media (min-width: 481px) and (max-width: 767px) {
.header_logo{
	float:left;
	width:88%;
}
.header_logo h1{
	margin:8px 0 0;
	padding:0;
	display:block;
	font-weight:normal;
	font-size:9px;
	line-height: normal;
	float:right;
	text-align: left;
	width:70%;
}
.header_logo h1 span{ font-size:12px; font-weight:bold; color:#221815; display:block; line-height:1em;}

.header_logo h2{
	margin-top:10px;
	width:102px;
}
}
@media screen and (min-width:768px){
.header_logo{
	float:left;
	width:600px;
	margin-top:5px;
}
.header_logo h1{
	margin:8px 0;
	padding:0;
	display:block;
	font-weight:normal;
	font-size:10px;
	line-height: normal;
	float:right;
	height:40px;
	width:470px;
	text-align:left;
}
.header_logo h1 span{ font-size:16px; font-weight:bold; color:#221815; display:block; line-height:1.4em;}

.header_logo h2{
	margin-top:10px;
	width:102px;
}
}

.header_info{ display:none;}
.header span img{ width:20px;}

/* global menu
======================================================*/
#gnavi{
}


/* contents
======================================================*/
#contents {
}

/* mainvisual
======================================================*/

@media screen and (max-width:320px){
#mainvisual{
	clear:both;
	text-align:center;
	width:100%;
	margin:0;
	overflow:hidden;
	display:inline-block;
}
#mainvisual img{ max-width:100%;}
}
@media (min-width: 480px) and (max-width: 767px) {
#mainvisual{
	clear:both;
	text-align:center;
	width:100%;
	height:248px;
	margin:0;
	overflow:hidden;
	display:inline-block;
}
#mainvisual img{ max-width:100%;}
}




/* topicPath
======================================================*/

.topicPath {
	clear:both;
	width:100%;
	font-size: 69%;
	height:auto;
	text-align:left;
	border-bottom:solid 1px #f2d9c8;
	margin-bottom:15px;
	background-color:#f2efe7;
}
.topicPath_inner{ margin:0 auto; padding:0; text-indent:1.6em; line-height:2.5em; }
.topicPath_inner a{ color:#a37b00;}


/* main
======================================================*/

#main {
	text-align:center;
	margin:0 auto;
	padding:0 0 20px;
	background: #FFFFFF;
}


/* side menu
======================================================*/

#rightside{
	float:none;
	margin: 0 auto;
	height:auto;
	text-align:center;
	padding:0;
	background-color:#f5f5f5;
	width:100%;
}

body > #rightside{ height:auto;}

.rightside_inner{
	text-align:center;
	padding:10px;
	margin:0;
}

#snavi{
	width:100%;
	margin:5px auto;
	padding:0;
}
#snavi ul {
	margin:	4px auto 10px;	
}
#snavi li {
	overflow: hidden;
	margin:	0;
	width: 100%;
	text-align: left;
	padding: 0;
	border:	1px #ccc solid;
	border-bottom: 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff),	to(#f0f0f0));
	background: linear-gradient(#fff, #f0f0f0);
	display:block;
	-webkit-box-shadow:0px 3px 3px rgba(000,000,000,0.1);
	box-shadow:0px 3px 3px rgba(000,000,000,0.1);
}
#snavi li:first-child{
	border-radius:8px 8px 0 0;
}

#snavi li:last-child{
	border-radius: 0 0 8px 8px;
	border-bottom:1px #ccc solid;
}

#snavi li.title a, #snavi li.title a:hover {
	display:none;
}

#snavi li a {
	color: #333;
	display: block;
	height:	44px;
	margin:	0;
	padding: 0 0 0 10px;
	overflow: hidden;
	white-space: nowrap;
	line-height: 44px;
	text-overflow: ellipsis;
	text-decoration: none;
	font-weight:bold;
	background:url(../img/share/arrow_rside_sp.png) right 14px no-repeat;
}


#snavi li.current {
}
#snavi li.current_service a , #snavi li.current_case a{ 
}
#snavi li a:last-child {
}


#rightside .rightside_inner h2{ display:none;}
#rightside .rightside_inner p{ margin-bottom:20px; margin-left:auto; margin-right:auto;}

@media screen and (max-width:480px) {

#rightside .privacy {
	display:none;
}
}


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

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


@media (min-width: 481px) and (max-width: 768px) {

#rightside{
	float:none;
	margin: 10px auto 30px;
	height:auto;
	text-align:center;
	padding:0;
	background-color:#f5f5f5;
	width:96%;
	display:inline-block;
	overflow:hidden;
}

body > #rightside{ height:auto;}

.rightside_inner{
	text-align:center;
	padding:20px 10px;
	margin:0 auto;
	max-width:100%;
}

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

.rightside_bnr_jinzai{margin:0 20px 20px 20px; border:1px solid #c38f1f; padding:0; float:left; width:420px; height:130px;}
.rightside_bnr_jinzai img{ width:208px; float:left;}


#rightside .privacy {
	display:none;
}

}

@media screen and (min-width:768px) {
#rightside .privacy {
	background:#FFF;
	padding:10px;
	overflow:hidden;
	height:auto;
	display:inline-block;
	zoom:1;
	border: 1px solid #b3b3b3;
	margin:0 auto;
	width:94%;
}

#rightside .privacy img{ float:left; width:10%;}
#rightside .privacy p{
	font-size:86%;
	text-align:left;
	float: left;
	margin:10px 0 0 10px;
	line-height:1.4em;
	width:84%;
}	
}

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

#main h3 {
	background: url(../img/share/bg_h2.jpg) no-repeat left bottom;
	margin: 0 auto 15px;
	height: 40px;
	color: #333333;
	font-weight:bold;
	display: block;
	text-align:left;
}
#main h3 span {
	padding: 10px 10px 5px 28px;
	font-size: 120%;
	display:block;
}


#main h3.h3feature {
	background: url(../img/share/h3_tit_feature.png) no-repeat 0 4px;
	background-size:34px 32px;
	min-height:32px;
	height:auto;
	margin: 0 0 15px;
	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 0 4px;
	background-size:34px 32px;
	min-height:32px;
	height:auto;
	margin: 0;
	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 0 4px;
	background-size:34px 32px;
	min-height:32px;
	margin: 0 0 15px;
	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 0 4px;
	background-size:34px 32px;
	min-height:32px;
	margin: 0 0 5px;
	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 0 4px;
	background-size:34px 32px;
	min-height:32px;
	margin: 0 0 5px;
	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 0 4px;
	background-size:34px 32px;
	min-height:32px;
	margin: 0 0 5px;
	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 0 4px;
	background-size:34px 32px;
	min-height:32px;
	margin: 0 0 5px;
	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: 8px 0 8px 40px;
	font-size: 20px;
	float:left;
	display:block;
	line-height:1.2em;

}

#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;

}
#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.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:16px;
	font-weight: bold;
	line-height: 1.4em;
	color:#fff;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,sans-serif;
	display:block;
	padding:6px;
}

#main h4{
	border-left:7px solid #eb7000;
	border-bottom:1px dotted #4e9306;
	padding:.6em .8em;
	background:none;
	font-size: 120%;
	font-weight:bold;
	width:98%;
	margin:5px auto 20px;
	color:#4c4847;
	line-height:1.4em;
	text-align:left;
}
#main h4 span{ }
span.category{ display:none !important; }



/* Top
======================================================*/

.top_inner{
	padding:2% 2% 0;
}

@media screen and (max-width:480px) {	
.top_sec01{
	width:100%;
	padding-top:10px;
	background-image:url(../img/top/pict_sec01a_mo.png);
	background-repeat:no-repeat;
	background-position:center 70px;
	background-size:94%;
	margin-bottom:30px;
}
.top_sec01 img{
	max-width:100%;
	margin-bottom:100px;
}
#main .top_sec01 p.pt{ padding-top:0px;}
#main .top_sec01 p{
	padding-left:5px;
	padding-right:5px;
	margin-bottom:30px;
	text-align:left;
}
#main .sec01_title{
	width:300px;
}
#main .top_sec01 p.pt{ padding-top:30px;}
}

@media screen and (min-width:481px) {
.top_sec01{
	background-image:url(../img/top/pict_sec01a.png);
	background-repeat:no-repeat;
	background-position:right top;
	background-size:30%;
	text-align:left;
	margin:10px auto 0;

}
.top_sec01 img{
	max-width:100%;
	margin-bottom:20px;
}

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

#main .top_sec01 p{
	padding-left:5px;
	margin-bottom:30px;
}
}


@media (min-width: 480px) and (max-width: 767px) {
.top_sec01{
	background-image:url(../img/top/pict_sec01a.png);
	background-repeat:no-repeat;
	background-position:right top;
	background-size:20%;
	text-align:left;
	margin:10px auto 0;
	width:100%;
	display:inline-block;
	overflow:hidden;
	height:auto;
}
#main .top_sec01 p.pt{ padding-top:20px;}
#main .top_sec01 p{
	padding-left:5px;
	margin-bottom:30px;
	width:75%;
}
#main .sec01_title{
	width:75%;
	margin-bottom:30px;
}
#main .top_sec01 p.pt{ padding-top:0;}

#main .top_sec01 p{
	padding-left:5px;
	margin-bottom:30px;
}
}

@media screen and (min-width:768px) {
.top_sec01{
	padding-top:10px;
	background-image:url(../img/top/pict_sec01a.png);
	background-repeat:no-repeat;
	background-position:right top;
	background-size:18%;
	text-align:left;
	margin:0 auto;
	width:100%;
	display:inline-block;
	overflow:hidden;
	height:auto;
}

#main .sec01_title{
	width:80%;
	margin-bottom:50px;
}

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

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


/* !Box
----------------------------------------------------------- */
#main .sec_servicelist{
	clear:both;
	margin:15px auto 5px;
}

.sec_servicelist figure.flImgL,  .sec_servicelist figure.flImgR {
	float: none;
	margin: 0;
	width: auto;
}
.sec_servicelist figure.layoutExchange {
	display: table-footer-group;
}
.sec_servicelist figure.layoutExchange + * {
	display: table-header-group;
}
.sec_servicelist .col {
	float: none;
	width: auto;
	margin: 0;
	padding: 10px 0;
	height:auto;
	display:inline-block;
	overflow:hidden;
}
.sec_servicelist figure {
	float: left;
	max-width: 40%;
	margin-right: 10px;
}
.sec_servicelist .inner {
	overflow: hidden;
	background-color: #fff;
	padding: 0;
	text-align:left;
}
.sec_servicelist .inner .tit {
	margin-bottom: 4px;
	font-size:16px;
	color: #248b9a;
	font-weight: bold;
	text-align:left;
	padding-left:0;
}
div#main .sec_servicelist .inner p {
	color:#4c4847;
	margin-bottom:0;
	text-decoration:none;
	line-height:1.4em;
}

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

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

#bg_news {
    width: 98%;
    height: 60px;
    margin: 0 auto 10px;
	padding: 0 5px;
    overflow-y: auto;
}
.news {
    width: 100%;
	display:table;
	table-layout:fixed;
	padding:4px 0 4px 0px;
}
.news li{
	display:table-cell;
	vertical-align:top;
	text-align:left;
	border-bottom:#CCC 1px solid;
	float:left;
}
.news li.data {
	background-image:url(../img/top/icon_news_arrow.png);
	background-repeat:no-repeat;
	background-position:2px 6px;
	width:20%;
	display:block;
	padding: 2px 0 6px 18px;
}

.news li:last-child{ background-image:none;}
.news li span{ display:block;}
.news li a{ color:#4c4847;}

.news li.newsTxt{ width:80%; display: block; list-style:none; margin:0; padding:2px 0 6px 4px; font-size:12px;}



/* Contents - service
======================================================*/

#h2_title{
	margin:0;
	padding:0;
	width:100%;
	height:auto;
	background-color:#efefef;
	border-top:solid 2px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;	
	font-size:16px;
	text-align: center;
	color:#800000;
	font-weight: 600;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,sans-serif;
}

#h2_title span{
	display:block;
	line-height:2.4em;
	letter-spacing:1px;
}
#h2_title span.service{
}
#h2_title span.sadboad{
}
#h2_title span.spri{
}
#h2_title span.paslip{
}

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

.sec_styele01{
	width:100%;
	height:auto;
	margin:0 auto;
}
.sec_styele01 p{ padding:0 10px; margin-bottom:30px; text-align:left;}

#main .sec_notice{
	margin:0 auto 30px;
	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{ border:#CCCCCC solid 1px; margin-bottom:20px;}

@media (min-width: 480px) and (max-width: 767px) {
img.pict_logo{ max-width:70%; border:#CCCCCC solid 1px; margin-bottom:20px;}
}
.imgbox_fl{
	margin-top:20px;
	display: block;
	min-height: 1%;
}
.imgbox_fl:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}

.imgbox_fl {}
.imgbox_fl figure.flImgL,  .imgbox_fl figure.flImgR {
	width: 310px;
}


@media screen and (max-width:767px) {
.imgbox_fl {}
.imgbox_fl figure.flImgL, .imgbox_fl figure.flImgR {
	float: none;
	margin: 0;
	width: auto;
}
}

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

.sec_service_merit h2 {
	position: relative;
	background: #1d83d3;
	color: #fff100;
	font-weight:bold;
	padding:10px 5px;
	
}
.sec_service_merit h2:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(29, 131, 211, 0);
	border-top-color: #1d83d3;
	border-width: 10px;
	margin-left: -10px;
}
.sec_service_merit h2 span.num{ font-size:24px;}
.sec_service_merit h2 span.tit_service_merit{ font-size: 20px; line-height:1.4em;}

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

.sec_service_merit .inner {
	padding: 16px;
	width:100%;
}
div#main .sec_service_merit .inner p {
	color:#4c4847;
	margin-bottom:0;
	text-align:left;
}

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

#main .banner_inner {
	margin:0 auto 20px;
	padding:0;
	height:auto;
	overflow:hidden;
	display:inline-block;
	width:97%;
}
#main .banner_inner p{ text-align:left; margin-bottom:30px;}

#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;
	text-align:center;
}
#main .banner_box li img{ max-width:96%; margin:10px 8px;}

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


@media screen and (max-width:480px) {
#main .banner_box li{
	height:auto;
	margin:0;
	display:block;
	text-align:center;
}
#main .banner_box li img{ max-width:98%; margin:10px auto;}
}

@media (min-width: 481px) and (max-width: 767px) {
#main .banner_box li{
	height:auto;
	margin:0;
	display:block;
	float:left;
	text-align:center;
	width:50%;
}
#main .banner_box li img{ max-width:94%;}

}

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

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

#main .info_inner {
	margin:0 auto;
	height:auto;
	overflow:hidden;
	display:inline-block;
	text-align:center;
	width:94%;
	padding:10px 0;
}
#main .info_inner p{ text-align:left;}

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

}
#main .info_inner h4 span {
	padding: 0 5px 0px 0px;
	display:block;
}

@media screen and (max-width:320px) {
	#main .info_tel h5 span{
		padding:2px 0 0 30px;
		margin:0;
		font-size: 26px !important;
		background-image: url(../img/contents/icon_tel.png);
		background-repeat:no-repeat;
		background-position: left top;
		background-size:40px 21px !important; 
		display:block;
	}
}

@media screen and (max-width:380px) {

#main .info_tel{
	height:auto;
	margin:0 auto;
	width:100%;
}
#main .info_tel h5{
	margin:0 auto;
	padding:0;
}
#main .info_tel h5 span{
	padding:2px 0 0 30px;
	margin:0 0 0 10px;
	font-size: 28px;
	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 .num {
	margin-top:10px;
	margin-bottom:0;
	font-size: 30px;
    font-weight: bold;
    line-height: normal;
}

#main .info_tel .num a {
	display: inline-block;
	text-decoration: none;
	color: #333333;
	vertical-align: top;
	margin-top:-10px;
	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:normal;}



#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: 13px;
	text-align:center;
}
#main .info_btn{
	display:block;
	text-decoration:none;
	width:auto;
	margin:0 auto;
	padding:0;
	float:left;
	width:100%;
}
#main .info_btn img {
	max-width:280px;
	margin:0 auto;
}
}

@media (min-width: 480px) and (max-width: 767px) {
#main .info_tel{
	height:auto;
	margin:0 auto;
	padding:0 1% 0 0;
	width:49%;
	float:left;
}
#main .info_tel h5 ,#main .info_btn h5 {
	margin:0 auto;
	padding:0;
}
#main .info_tel h5 span{
	padding:0 0 4px 36px;
	margin:0;
	background-image: url(../img/contents/icon_tel.png);
	background-repeat:no-repeat;
	background-position:0 0;
	background-size:40px 21px; 
	display:block;
}
#main .info_tel h5 a{ text-decoration:none; color:#4c4847; font-weight:bold;}

#main .info_tel .num {
	margin-top:10px;
	margin-bottom:0;
	font-size: 26px;
    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:1em;
}

#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 p{
	margin:2px auto 0;
	padding:0;
	font-size: 13px;
	text-align:center;
}
#main .info_btn{
	float:left;
	display:block;
	text-decoration:none;
	width:auto;
	margin:0 auto;
	padding:0 0 0 1%;
	width:49%;
}
#main .info_btn img {
	max-width:280px;
	margin:0 auto;
}
}
@media screen and (min-width:768px) {

#main .info_tel{
	height:auto;
	float:left;
	margin:0 auto;
	padding-right:30px;
}
#main .info_tel h5, #main .info_btn h5{
	margin:0 auto 10px;
	padding:0;
}
#main .info_tel h5 span{
	padding:6px 0 0 50px;
	margin:0;
	font-size: 30px;
	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 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_btn{
	text-decoration:none;
	width:auto;
	margin:0 auto;
	padding:0;
	float:right;
	width:320px;
}
#main .info_btn img {
	max-width:318px;
	margin:0 auto;
}
}


/* Contents - payslip-pro
======================================================*/

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


.imgbox2_fl{
	margin-top:20px;
	display: block;
	min-height: 1%;
}
.imgbox2_fl:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}

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


@media screen and (max-width:767px) {
.imgbox2_fl {}
.imgbox2_fl figure.flImgL, .imgbox2_fl figure.flImgR {
	float: none;
	margin: 0;
	width: auto;
}
}

/* Contents - 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:100%;
	text-align:left;
}
.list_rpo_merit li {
	line-height: 1.4em;
	padding: 5px 0 5px 18px;
	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{
	margin-bottom:40px;
	background-color:#f0eded;
	overflow:hidden;
	display:inline-block;
	height:auto;
}
.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: none;
}
.rpo_range{
	width:100%;
	background-color:#eeeeee;
	margin:0 auto 30px;
	padding-top:20px;
	padding-bottom:20px;
	display:block;
	overflow: hidden;
}
.rpo_range ul li{
	padding: 8px;
	margin: 8px;
	width:94%;
	background-color:#FFF;
}
.rpo_range ul li:nth-child(1){
	background-image:url(../img/contents/pict_rpt_sp1.png);
	background-size:300px 54px;
	background-position:left top;
	background-repeat:no-repeat;
	padding-top:70px;
}
.rpo_range ul li:nth-child(2){
	background-image:url(../img/contents/pict_rpt_sp2.png);
	background-size:300px 54px;
	background-position:left top;
	background-repeat:no-repeat;
	padding-top:70px;
}
.rpo_range ul li:nth-child(3){
	background-image:url(../img/contents/pict_rpt_sp3.png);
	background-size:300px 54px;
	background-position:left top;
	background-repeat:no-repeat;
	padding-top:70px;
}

.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:100%;}

.list_range {
	margin:10px 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;
	background-image:none;

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

.list_range li:nth-child(1){
	background:none!important;
}
.list_range li:nth-child(2){
	background:none!important;
}
.list_range li:nth-child(3){
	background:none !important;
}







/* 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 0px;
		line-height:2em;
}
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 10px;
}


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

table.tbl_price01{
	border-collapse: collapse;
	border-spacing: 0;
	clear:both;	
	width:99%;
	margin:0 auto 20px;
}
table.tbl_price01,  table.tbl_price01 thead,  table.tbl_price01 tbody,  table.tbl_price01 tr,  table.tbl_price01 th,  table.tbl_price01 td{
	width: 99.2%;
	display: block;
	margin-left:auto;
	margin-right:auto;
}

table.tbl_price01 th ,table.tbl_price01 td{
	padding:12px;
	vertical-align:middle;
}
table.tbl_price02 { 	
	border-collapse: collapse;
	border-spacing: 0;
	width:97%; 
	margin:0 auto 20px;
}
table.tbl_price02 th ,table.tbl_price02 td{
	padding:12px;
	vertical-align:middle;
	text-align: center;
}
table.tbl_price01 th, table.tbl_price02 th{font-weight: bold; color:#fff; background-color:#008080; border:2px solid #FFF; letter-spacing:0.1em;}
table.tbl_price01 td, table.tbl_price02 td{text-align: left; border:2px solid #FFF; background-color:#f3f3f3;}


/*2019.09.09追加*/
	table.tbl_price03{
	border-collapse: collapse;
	border-spacing: 0;
	clear:both;	
	width:99%;
	margin:0 auto 20px;
}
table.tbl_price03,  table.tbl_price03 thead{
	width: 99.2%;
	display: block;
	margin-left:auto;
	margin-right:auto;
}

table.tbl_price03 { 	
	border-collapse: collapse;
	border-spacing: 0;
	width:97%; 
	margin:0 auto 14px;
}
table.tbl_price03 th ,table.tbl_price03 td{
	padding:12px;
	vertical-align:middle;
	text-align: center;
}
table.tbl_price03 th{font-weight: bold; color:#fff; background-color:#008080; border:2px solid #FFF; letter-spacing:0.1em;}
table.tbl_price03 td{text-align: left; border:2px solid #FFF; background-color:#f3f3f3;}
table.tbl_price03 td.item{text-align: left; border:2px solid #FFF; background-color:#ddd;}


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

.site_list ul{
	width:96%;
	display:inline-block;
	overflow:hidden;
	margin:0 auto;
}
.site_list ul li{
	display:block;
	text-align:left;
	margin:0 auto 10px;
	padding:0;
}
.site_list ul li a{
	display:block;
	background-image: url(../img/share/arrow_gray.png);
	background-repeat:no-repeat;
	background-position:0 4px;
	padding-left:14px;
	font-size:16px;
}

/* Contents - case
======================================================*/

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

.case_photo{ display:none; }
.case_photo img{}

.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; font-size:116%; 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; text-align:left; font-size:116%; border-bottom: none; padding:10px; line-height:2em;}

.case_after{
	margin-bottom:0;
	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:116%; 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; text-align:left; font-size:116%; border-bottom: none; padding:10px; line-height:2em;}


.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%;
	text-align:left;
	font-size:132%;
}
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;
	text-align:left;

}
.sec_case02 p{ padding:5px 20px 0; text-align:left; line-height:2em; font-size:116%;}



/* btn style
----------------------------------------------------------- */
.btn01 a {
	display: inline;
	padding: 5px 17px;
	background: #666666;
	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;
	min-width:220px;
	cursor:pointer;
	line-height:1em;

}
.btn_basic01 span {
	display: table-cell;
	vertical-align: middle;
	color:#FFFFFF;
	line-height:1em;
}
.btn_basic01:hover {
	background-color: #65aeb8;
	color:#FFFFFF;
}
.btn_basic01.color01 {
	background-color: #e39600;
}
.btn_basic01.color01:hover {
	background-color: #ebb54c;
}
.btn_basic01 span {
	display: table-cell;
	vertical-align: middle;
	font-size: 11px;
}


/* table style
======================================================*/

.tableStyle01 {
	border-collapse: collapse;
	border-spacing: 0;
	clear:both;	
	border-top: 1px solid #c9c9c9;
	border-left: 1px solid #c9c9c9;
	margin:10px auto;
}
.tableStyle01,  .tableStyle01 thead,  .tableStyle01 tbody,  .tableStyle01 tr,  .tableStyle01 th,  .tableStyle01 td {
	width: 100%;
	display: block;
}

table.tableStyle01 th, table.tableStyle01 td {
	padding: 10px;
	vertical-align: middle;
	text-align:left;
	font-size:108%;
}
table.tableStyle01 th {
	background-color:#faf0e6;
	font-weight:bold;
	border-right: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;

}
table.tableStyle01 td {
	background-color:#FFFFFF;
	line-height:1.7em;
	border-right: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
}



/* button page-top
======================================================*/
#btnTop {
	display: none;
}
#btnTop a {
	display: none;
}
#btnTop a:hover {
	display: none;
}

#pageTop{ clear:both; width:98%; margin:20px auto 10px; text-align:center; border:1px solid #dfdfdf;}
#pageTop a{ font-size:12px; text-decoration:none; display:block; line-height:4em;}



.fa {
　display: inline-block;
　font: normal normal normal 14px/1 FontAwesome;
　font-size: inherit;
　text-rendering: auto;
　-webkit-font-smoothing: antialiased;
　-moz-osx-font-smoothing: grayscale;
　transform: translate(0, 0);
}

.fa-angle-up:before {
  content: "\f106";
  padding-right:10px;
}


/* footer
======================================================*/
div#footer {
	clear:both;
	width: 100%;
	margin:0;
	padding: 0;
	text-align:center;
	background-color:#404654;
	height:auto;
}

#ft_navi {
	width: 100%;
}

/*   copyright   */

#ft_adress {
	width: 100%;
	margin: 0;
	background-color:#7a7a7a;
}
address{
	padding:10px 0;
	font-size:9px;
	color:#FFFFFF;
	text-align: center;
}
#ft_adress address a{ color:#FFF; text-decoration:none;}


/* footer menu */

div#footer .acMenu {
	margin: 0;
}
div#footer .acMenu a {
	display: block;
	text-align:left;
	cursor: pointer;
	-moz-transition: all, 0.25s, linear;
	-o-transition: all, 0.25s, linear;
	-webkit-transition: all, 0.25s, linear;
	transition: all, 0.25s, linear;
}
.acMenu .child {
	display: none;
	margin: 0 0 -1px;
	padding: 0;
	background: #fff;
	border: 1px solid #eaeaea;
	text-decoration:none;
}
.acMenu .child .menu {
	background: #eaeaea;
}
.child01 {
	border: 1px solid #eaeaea;
}
.menu {
	display: block;
	position: relative;
	margin: 1px 0 0;
	padding: 10px;
}
div#footer .acMenu a {
	display: block;
	text-align:left;
	cursor: pointer;
	-moz-transition: all, 0.25s, linear;
	-o-transition: all, 0.25s, linear;
	-webkit-transition: all, 0.25s, linear;
	transition: all, 0.25s, linear;
}
.acMenu .child .menu {
	background: #eaeaea;
	color: #5e5e5e;
}
.acMenu .child01 .menu:hover {
	background: #d0d0d0;
}
.acMenu .child01 > li {
	margin: 0;
	padding: 20px 16px;
	border-bottom: 1px dotted #2c2c2c;
	background: #eaeaea;
}
.acMenu .child01 > li a{color: #5e5e5e;}
.acMenu .child01 > li:last-child {
	border-bottom: 0;
}

.ftNav .menu {
	background: #363b47;
	color: #fff;
	padding:20px 16px 20px 30px;
	border-bottom: 1px solid #7a8295;
	text-decoration:none;
	background-image:url(../img/share/icon_ft_plus.png);
	background-repeat:no-repeat;
	background-position: 8px 24px;
}
.ftNav .active {
	background: #9c9c9c;
	text-decoration: none;
	padding:20px 16px 20px 30px;
	border-bottom: 1px solid #7a8295;
	text-decoration:none;
	background-image:url(../img/share/icon_ft_minus.png);
	background-repeat:no-repeat;
	background-position: 8px 24px;
}



/* mobile menu
======================================================*/

#modal { display: none; }

#modal h2{
	font-size:14px;
	border-bottom:1px solid #fff;
}

#modal h2,
#modal ul li a{
}

#modal ul{
	height:auto;
	display:inline-block;
	overflow:hidden;
}
#modal ul li{
	display:block;
	overflow:hidden;
	margin:0;
	padding:10px;
	border-bottom: #aaaaaa solid 1px;
}
#modal ul li a{
	font-size:12px;
	letter-spacing:0.2em;
    color: #4c3333;
	text-decoration:none;
	white-space: nowrap;
	height:40px;

}

.close{
	margin:10px;
	float:right;
}

.close a{
	font-size:12px;
	padding:2px 4px;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#cfcccb);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		to(#cfcccb));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 3px;
	border: 1px solid #c7c7c7;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -1px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -1px 0px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0),
		inset 0px -1px 0px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 1px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.3);}

.open{
	display:block;
	padding:7px;
	float:right;
	margin-top:3px;
	-webkit-background-size:20px 20px;
	border-radius:3px;
	border:1px solid #e0e0e0;
}

.open img{
	vertical-align:middle;
}



.bnr_top_contents{
	margin:auto auto 30px;
	clear:both;
	width:100%;
}
.bnr_top_contents a:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
@media screen and (min-width:380px) {
	.bnr_top_contents{
		margin:20px auto 30px;
		clear:both;
		width:100%;
	}
}

}

@media screen and (max-width:767px){
	.pcOnly {
		display: none;
	}
}

@media screen and (max-width: 600px) {
  .sp-frame{
     overflow-x: scroll;
  }
}