@charset "utf-8";
/* CSS Document */

/************************************************************ clearfix **/

.clearfix:after {
/*content: url(bg_images/clearfix.gif);
*/display: block;
clear: both;
height: 0;
}

.clearfix { display: inline-block; }
.clearfix { display: block; }

@charset "utf-8";
/* CSS Document */

/* Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,textarea,button,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	border: 0;
	font-size: ;
	font-family: inherit;
	margin: 0;
	padding: 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}
ol,ul {
	list-style: none;
}
blockquote,q {
	quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content: "";
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	font-family: Helvetica, "hiragino kaku gothic pro",meiryo,"ms pgothic",sans-serif;
	text-decoration: none;
}
body {
	font-family: Helvetica, "hiragino kaku gothic pro",meiryo,"ms pgothic",sans-serif;
	color:#333;
	font-size: 14px;
	font-weight: normal;
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
}
h1 {
	color:#fff;
	text-shadow: ;
	font-size: 20px;
	font-weight: bold;
	line-height: 42px;
	margin-left: 50px;
	overflow:hidden;
	height:40px;
}
h2, h2.btn {
	background-color: #006000;
	font-size: 20px;
	font-weight: bold;
}
h2.btn {
	text-align:center;
	margin:10px;
	-webkit-box-shadow: 1px 1px 3px #999;
}
h2.btn a{
	color: white;
	width: 100%;
	display: block;
}
.button {
	background: #743f8d;
	color: #fff;
	display: block;
	margin: 0 10px;
	padding: 15px;
	text-decoration: none;
	text-shadow: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.stp-nav {
	background: #4c5963;
	border-right: 1px solid black;
	width: 272px;
}
nav > a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	color: rgba(255, 255, 255, 0.8);
	display: block;
	font-size: 15px;
	font-weight: bold;
	height: 42px;
	line-height: 40px;
	margin: 0;
	padding: 2px 0 0 10px;
	position: relative;
	text-decoration: none;
}
nav > a:after {
	background: transparent url('bg_images/arrow-right-white.png') no-repeat left center;
	content: ' ';
	display: block;
	height: 41px;
	opacity: 1;
	position: absolute;
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	transform: translatez(0);
	right: 0;
	top: 0;
	width: 19px;
	-webkit-background-size: 19px 19px;
	-moz-background-size: 19px 19px;
	background-size: 19px 19px;
}
nav > a.selected {
	background: rgba(255, 255, 255, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0);
	color: white;
}
nav > a.selected:after {
	opacity: 1;
}
header .header-button.right {
	left: auto;
	right: 5px;
}
header .icon span {
	display: inline-block;
}
header .header-button.info span {
	height: 17px;
	margin: 2px 5px 0;
	-webkit-background-size: 8px 17px;
	-moz-background-size: 8px 17px;
	-o-background-size: 8px 17px;
	background-size: 8px 17px;
}
.stp-content {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.stp-content-panel {
	background: #fff;
}
.button2{
	display:block;
	border: 1px solid #ccc;
	border-bottom:none;
	color:#FE9013;
	font-family: Helvetica,"hiragino kaku gothic pro",meiryo,"ms pgothic",sans-serif;
}
.btn{
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-bottom:1px solid #ccc;
}
.navi{
	margin:10px 0;
	overflow:hidden;
	background: #eaeaea;
	background: -moz-linear-gradient(top,  #eaeaea 2%, #565656 5%, #565656 7%, #424242 62%, #424242 77%, #353535 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#eaeaea), color-stop(5%,#565656), color-stop(7%,#565656), color-stop(62%,#424242), color-stop(77%,#424242), color-stop(100%,#353535));
	background: -webkit-linear-gradient(top,  #eaeaea 2%,#565656 5%,#565656 7%,#424242 62%,#424242 77%,#353535 100%);
}
.navi *{
	color:#fff;
	font-size:12px;
	text-align:center;
	width:33.333%;
	float:left;
	display:block;
	padding:0;
	font-weight: bold;
}
.navi * span{
	border: 1px solid #333;
	padding:30px 0 15px 0;
	width:100%;
	border-right:none;
}
.navi * :nth-last-of-type(1) span{
	border-right: 1px solid #333;
}
.breadcolumn{
	height:33px;
	padding-left:4px;
	overflow:hidden;
	background: #d6d4d1;
	background: -moz-linear-gradient(top,  #d6d4d1 0%, #fcfff4 10%, #dfe5d7 98%, #9e9e9e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6d4d1), color-stop(10%,#fcfff4), color-stop(98%,#dfe5d7), color-stop(100%,#9e9e9e));
	background: -webkit-linear-gradient(top,  #d6d4d1 0%,#fcfff4 10%,#dfe5d7 98%,#9e9e9e 100%);
}
.breadcolumnDisp .breadcolumn li {
	font-size:12px;
	font-weight:normal;
	padding: 8px 25px 8px 0px;
	float: left;
	border: 1px solid #CCC;
	border-right: none;
	border-left: none;
	background: url(bg_images/breadcolumn.png) right no-repeat;
	background-size: contain;
}
.breadcolumnDisp .breadcolumn li:nth-last-of-type(1){
	background:none;
}
.li-icon-arrow-r {
	display: inline!important;
	padding: 12px 12px!important;
	background: url("bg_images/icons-18-white.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0.4);
	background-position: -105px 3px;
	border-radius: 15px;
	float: right;
	margin-top: -35px;
	margin-right: 5%;
	position: absolute;
	right: 0px;
}
.background{
	background: #c4c4c4;
	background: -moz-linear-gradient(top,  #c4c4c4 1%, #d3d3d3 17%, #d8d8d8 91%, #c9c9c9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#c4c4c4), color-stop(17%,#d3d3d3), color-stop(91%,#d8d8d8), color-stop(100%,#c9c9c9));
	background: -webkit-linear-gradient(top,  #c4c4c4 1%,#d3d3d3 17%,#d8d8d8 91%,#c9c9c9 100%);
	width:100%;
	padding:5px 0px;
	border-bottom:1px solid #ccc;
}
.bukkenComment{
	border:1px solid #ccc;
	margin:7px;
	padding:5px;
	border-radius: 4px;
}


/*ヘッダー */
#top nav a {
/*    background-size: 20px 270px;
*/}
header .header-button {
	color: white;
	display:block;
	font-size: 13px;
	font-weight: bold;
	height: 30px;
	width: 41px;
	line-height: 26px;
	padding: 3px;
	-webkit-transform: translatez(0);
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
	-webkit-border-radius: 5px;
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 4px 0 0 4px;
}
header .header-button.menu span {
	background: transparent url('../bg_images/ico_sprite.png') no-repeat;
	height: 30px;
	width: 40px;
	-webkit-background-size: 39px 1099px;
	-moz-background-size: 39px 1099px;
	-o-background-size: 39px 1099px;
	background-size: 39px 1099px;
}
header .header-member {
	display:block;
	height: 30px;
	width: 30px;
	padding: 3px;
	-webkit-transform: translatez(0);
	-webkit-border-radius: 5px;
	background: none repeat scroll 0 0 #FFFFFF;
	border-radius: 4px;
	margin: 0 10px 0 0;
}
header .header-member span {
	background: transparent url('../bg_images/ico_sprite.png') no-repeat 3px -49px;
	height: 30px;
	width: 30px;
	-webkit-background-size: 39px 1099px;
	-moz-background-size: 39px 1099px;
	-o-background-size: 39px 1099px;
	background-size: 39px 1099px;
}
header .header-member.mypage span {
	background: transparent url('../bg_images/ico_sprite.png') no-repeat 0px -94px;
	-webkit-background-size: 39px 1099px;
	-moz-background-size: 39px 1099px;
	-o-background-size: 39px 1099px;
	background-size: 39px 1099px;
}
nav .home{
/*    background: url(bg_images/icon_menu.png) no-repeat 11px 12px;
*/}
nav .area{
/*    background: url(bg_images/icon_menu.png) no-repeat 10px -19px;
*/}
nav .line{
/*    background: url(bg_images/icon_menu.png) no-repeat 10px -51px;
*/}
nav .staff {
	background: url(bg_images/icon_menu.png) no-repeat 10px -146px;
}
nav .customer {
	background: url(bg_images/icon_menu.png) no-repeat 11px -84px;
}
nav .privacy{
/*    background: url(bg_images/icon_menu.png) no-repeat 9px -115px;
*/}
nav .rule {
/*    background: url(bg_images/icon_menu.png) no-repeat 8px -211px;
*/}
nav .company{
/*    background: url(bg_images/icon_menu.png) no-repeat 9px -179px;
*/}
nav .contact {
	background: url(bg_images/icon_menu.png) no-repeat 9px -243px;
}

.orgnav:after {
	background: transparent url('bg_images/arrow-right-white.png') no-repeat left center;
	content: ' ';
	display: block;
	height: 41px;
	opacity: 0.3;
	position: absolute;
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	transform: translatez(0);
	right: 0;
	top: 0;
	width: 19px;
	-webkit-background-size: 19px 14px;
	-moz-background-size: 19px 14px;
	background-size: 19px 14px;
}

.orgnav{
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	color: rgba(255, 255, 255, 0.8);
	display: block;
	font-size: 13px;
	font-weight: bold;
	height: 42px;
	position: relative;
	text-decoration: none;
}

.ribbon {
	font-size: 12px;
	padding: 11px 0;
	float: left;
	width:40px;
	clear: both;
}

.ribbon::before {
	left: 14px;
	position: absolute;
	content: "";
	height: 10px;
	border-bottom: 0.7em solid transparent;
	border-right: 1em solid #D0D0D0;
}
.ribbon::after {
	left: 14px;
	position: absolute;
	content: "";
	height: 10px;
	border-bottom: 0.7em solid transparent;
	border-left: 1em solid #D0D0D0;
}

.pencil{
	position: relative;
	width: 0.25em;
	height: 0.8em;
	background: #D0D0D0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	font-size: 1.0em;
	margin: 14px 3px 0 18px;
	float:left;
}

.pencil:before{
	content: "";
	position: absolute;
	top: -0.25em;
	left: 0;
	width: 0.25em;
	height: 0.2em;
	background: #D0D0D0;
	border-radius: 0.1em;
}

.pencil:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 0.85em;
	left: 0;
	border: solid 0.2em #D0D0D0;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top: solid 0.45em #D0D0D0;
	border-width: 0.35em 0.14em 0.1em;
}

.baikyaku {
 border-color: #d0d0d0 #d0d0d0 -moz-use-text-color;
	border-style: solid solid none;
	border-width: 6px 4px medium;
	float: left;
	font-size: 13px;
	height: 5px;
	margin: 17px 17px 0 13px;
	position: relative;
	width: 4px;
}

.baikyaku::before {
	border-bottom: 6px solid #d0d0d0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	content: "";
	height: 0;
	left: -8px;
	position: absolute;
	top: -9px;
	width: 0;
}

nav .org {
	color: rgba(255, 255, 255, 0.8);
	display: block;
	padding: 10px 0;
	float: left;
}
.blog {
	color: rgba(255, 255, 255, 0.8);
	display: block;
	padding: 8px 0;
	float: left;
	margin-left: 17px;
}
.sitecolor{
color: #fff;
    padding: 10px;
    font-size: medium;
    background-color: #999;
	font-size:16pt;
	    margin-top: 20px;
}
.sitecolor span {
    font-size: 70%;
    vertical-align: middle;
        line-height: 2;
		font-weight:100;
}
.container h2 a {
	color:#fff;
}
.header_upper{
	background: #006000;
	display: block;
	padding: 5px 0 5px 0px;
	width: 100%;
	z-index: 9999999999;
	position: fixed;
}
header nav {
	overflow:hidden;
}
.header_upper ul.left{
	float:left;
	padding: 5px 0;
}
.header_upper ul.right,
.header_upper ul.right li {
	float:right;
}
.header_upper ul li{
	display: inline;
}
.header_upper ul li.favorite {
	border-right: 1px solid #FFFFFF;
	display: inline-block;
	padding-right: 26px;
}
.header_upper ul li.history a,
.header_upper ul li.favorite a{
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	height: 28px;
	line-height: 26px;
	padding: 8px 3px;
	text-decoration: none;
	top: 7px;
	text-align: center;
}
.header_upper ul li.member a{
	background:#FFF;
	border-radius: 4px;
	display: block;
	font-size: 11px;
	font-weight: bold;
	line-height: 26px;
	margin: 0 10px 0 0;
	padding: 5px;
	text-decoration: none;
	text-align: center;
}
.header_upper ul li.line{
	margin-left: 15px;
	position: absolute;
	top: 8px;
}
.header_upper ul li.line a{
	bottom: 0;
}
.fv_count,.his_count{
	padding: 3px 5px;
	background-color: #F6353E;
	color: #FFF;
	border-radius: 3px;
	font-size: 12px;
	position: absolute;
}
.fv_count{
	top: 12px;
	left: 68px;
}
.his_count{
	top: 12px;
	left: 173px;
}
header #rogo {
	font-size: 11px;
	font-weight: bold;
/*    margin: 5px auto;
*/    padding: 53px 0px 5px 0px;
/*    padding: 4px;
*/    width: 100%;
/*    max-width: 700px;
*/    overflow: hidden;
	background: url(../bg_images/header_bg.jpg) repeat-x left top;
}
header #rogo a {
	float:left;
	width: 175px;
	margin-left: 5px;
}
header #rogo .mail {
	float:right;
	background: transparent url('../bg_images/ico_mail.png') no-repeat 12px 3px;
	padding: 25px 0 0 0;
	-webkit-background-size: 29px auto;
	-moz-background-size: 29px auto;
	-o-background-size: 29px auto;
	background-size: 29px auto;
	text-align: center;
	width: 55px;
}
header #rogo .tel {
	float:right;
	background: transparent url('../bg_images/ico_tel.png') no-repeat 20px 0px;
	padding: 25px 0 0 5px;
	-webkit-background-size: 18px auto;
	-moz-background-size: 18px auto;
	-o-background-size: 18px auto;
	background-size: 18px auto;
	text-align: center;
	width: 55px;
}

/*フッター */
#footer {
    color: #FFFFFF;
    height: 50px;
    background: #3d9029;
}
#footer a {
	color: #FFFFFF;
}
#footer .pageTop {
	padding: 10px 0 0;
}
#footer .pageTop a {
	background: none repeat scroll 0 0 #FFFFFF;
	color: #808080;
	display: block;
	padding: 10px 0;
	font-weight: bold;
	text-align: center;
	width: 100%;
}
#footer .pageTop a span {
	background: transparent url('../bg_images/ico_sprite.png') no-repeat 0 -871px;
	-webkit-background-size: 52px 1465px;
	-moz-background-size: 52px 1465px;
	-o-background-size: 52px 1465px;
	background-size: 52px 1465px;
	padding: 0 0 0 30px;
}
.footer_inner {
	padding:10px;
	font-size:11px;
	margin-bottom: 25px;
}
.footer_inner .open {
	border-bottom: 1px solid #FFFFFF;
	text-align:center;
	padding: 10px 0;
}
.tel_btn {
	background:#FFFFFF;
	border-radius: 4px;
	box-shadow: 1px 1px 2px #CCCCCC;
	font-size: 18px;
	padding: 10px 0;
	text-align: center;
}
#footer .tel_btn a {
	color: #808080;
	font-weight:bold;
	background: transparent url('../bg_images/ico_sprite.png') no-repeat 0 -612px;
	-webkit-background-size: 52px 1465px;
	-moz-background-size: 52px 1465px;
	-o-background-size: 52px 1465px;
	background-size: 52px 1465px;
	padding: 10px 0 10px 30px;
}
#footer nav li {
	border-bottom: 1px solid #FFFFFF;
	padding: 7px 10px 10px 23px;
	background: transparent url('../bg_images/ico_sprite.png') no-repeat 7px -1401px;
	-webkit-background-size: 52px 1465px;
	-moz-background-size: 52px 1465px;
	-o-background-size: 52px 1465px;
	background-size: 52px 1465px;
}
#footer .rule {
	margin: 10px 0 0;
	text-align:center;
}
.copyright{
	text-align:center;
}
.listview>*, .btn{display:block;border: 1px solid #ccc;border-bottom:none;font-weight: bold;background: #fff;background: -moz-linear-gradient(top,#ffffff 0%, #f2f2f2 75%, #efefef 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(75%,#f2f2f2), color-stop(100%,#efefef));background: -webkit-linear-gradient(top,#ffffff 0%,#f2f2f2 75%,#efefef 100%);}

/* Hides from sp \*/
.pc_hidden{
	border:0;
	vertical-align:top;
	display: none;
}

/*--------------------------------
スマホのフッターメニュー
---------------------------------*/
ul.footer_menu {
	margin: 0 auto;
	padding: 3px 0;
	width: 100%;
	overflow: hidden;
	display: table;
}

ul.footer_menu li {
	margin: 0;
	padding: 0;
	display: table-cell;
	vertical-align:middle;
	list-style-type: none;
	font-size: 13px;
	width: 32%;
}

ul.footer_menu li a i{
	font-size: 24px;
}

ul.footer_menu li a {
	border: none;
	display: block;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.footer_menu {
	position: fixed;
	bottom: 0;
	left:0;
	background: #ff7800;
	z-index: 9999999999;
	-moz-opacity: 0.9;
	opacity: 0.9;
}

/*ビデオチャット追加 201708*/
.videochat201708Area{
	padding-top: 3%;
	margin: 3% 3%;
	padding-bottom: 2%;
}
.videochat201708Area img{
	width: 100%;
}
.videochat201708Area p{
	text-align: center;
	font-size: 17px;
	padding-top: 2%;
}
.videochat201708Area p span,
.videochat201708Area h3 span{
	color: red;
}
.videochat201708Area h3{
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 1%;
	text-align: center;
}

.videochat201708Area h3{
	font-size: 3.6vw;
}
.videochat201708Area p{
	margin: 3% 0 1%;
	font-size: 3.8vw;
}

/*2019年11月 見積もりフォーム*/
.estimate-2019-sp{
	padding: 20px 15px;
	color: #333333;
}
.estimate-2019-sp ul{}
.estimate-2019-sp ul li{
	margin-bottom: 20px;
}
.estimate-2019-sp ul li:last-child{
	background: url(../img/estimate/bg_arrow_bottom_sp.png) no-repeat bottom center;
	background-size: 100%;
	padding-bottom: 45px;
	margin-bottom: 10px;
}

.estimate-2019-sp ul li:first-child p{font-size: 18px;}
.estimate-2019-sp ul li:first-child p{
	padding-left: 0;
	text-indent: 0;
}
.estimate-2019-sp ul li:last-child p{margin-bottom: 0;}
.estimate-2019-sp ul li:nth-child(2) p{margin-bottom: 10px;}
.estimate-2019-sp ul li p{
	font-size: 16px;
	text-align:left;
	padding-left: 1.2em;
	text-indent: -1.2em;
	margin-bottom: 20px;
}
.estimate-2019-sp ul li small{
	font-size: 12px;
	padding-left: 22px;
	text-align: left;
	display: block;
}

.estimate-2019-sp ul li img{width: 100%;}
.estimate-2019-sp ul li span{
	width: 100%;
	display: block;
	margin: 0 auto;
	background: #d8d8d8;
	height: 3px;
}

.estimate-2019-sp .btnBlock{}
.estimate-2019-sp .btnBlock a{
	margin: 0 auto;
	line-height: 60px;
	display: block;
	text-decoration: none;
	width: 100%;
	height: 60px;
	background: #b01a08;
	font-size: 20px;
	font-weight: bold;
	box-sizing: border-box;
	border: 2px solid #b01a08;
	text-align: center;
	color: #FFF;
}
.estimate-2019-sp .btnBlock a i{
	display: inline-block;
	padding-left: 10px;
	font-size: 18px;
	position: relative;
	top: -2px;
}

#pageup a {
    text-decoration: underline;
    color: #333;
}