@charset "UTF-8";

/* reset -------------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, object, iframe, pre, code, p, blockquote, form, fieldset, legend, table, th, td, caption, tbody, tfoot, thead, article, aside, figure, footer, header, hgroup, menu, nav, section, audio, video, canvas, main {
	margin: 0;
	padding: 0;
}
article, aside, figure, figcaption, footer, h1, h2, h3, h4, h5, h6, header, hgroup, menu, nav, section, main {
	display: block;
}
/* base -------------------------------------------------- */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
html, body {
	width: 100%;
	background: #fff;
}
body {
	font-family:"Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size: 13px;
	font-size: 1.3em;
	line-height: 1.7;
	color: #000;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 901px) {
body {
	font-size: 14px;
	font-size: 1.4em;
	line-height: 1.9;
	background: url(/common/images/bg_pcBodyr.jpg) no-repeat left top fixed;
	background-size: 1200px auto;
	background-color: rgba(255,255,255,0.9);
}
}
a {
	text-decoration: underline;
	color: inherit;
	border: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
a:hover {
	text-decoration: none;
}
a img{
	opacity: 1;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
a:hover img{
	opacity: .7;
}

input{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
a img{
	border: none;
}

/* Heading -------------------- */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	line-height: 1.6;
}

/* List -------------------- */
ol, ul, li {
	zoom: 1;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

/* Definition -------------------- */
dl, dt, dd {
	overflow: hidden;
	zoom: 1;
}

/* Table -------------------- */
table {
	font-size: 100%;
	border-spacing: 0;
	border-collapse: collapse;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}

/* icon font -------------------- */
@font-face {
	font-family: 'FontAwesome';
	src: url('/common/font2/fontawesome-webfont.eot?v=4.7.0');
	src: url('/common/font2/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),
	url('/common/font2/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),
	url('/common/font2/fontawesome-webfont.woff?v=4.7.0') format('woff'),
	url('/common/font2/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),
	url('/common/font2/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* back to top -------------------------*/
#fixedTop {
	right: 20px;
	bottom: 30px;
	color: #77be1a;
	font-size: 40px;
	text-align: center;
	display: none;
	position: fixed;
	text-decoration: none;
	z-index: 100;
	opacity: 0.7;
}
#fixedTop:before{
	font-family: 'FontAwesome';
	content: "\f139";
}
#fixedTop:hover {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0.5;
}
@media only screen and (max-width: 480px) {
#fixedTop {
	bottom: 10px;
}
}

/* header and menu style --------------------- */
header{
	width: 100%;
	color: #fff;
}
.menu-button{
	width: 50px;
	height: 50px;
	z-index: 100;
	float: right;
}
h1{
	display: none;
}
.cName{
	height: 50px;
	background: url(/common/images/bg_spHeader.jpg) no-repeat left top;
	background-size:cover;
	position : relative;
}
.cName img.logo{
	width: 95px;
	height: 30px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.logo:hover {
	opacity: .3!important;
}
.pc-parts{
	display: none;
}
@media only screen and (min-width: 901px) {
.sp-parts {
	display: none !important;
}
.pc-parts{
	display: block;
}
header{
	width: 200px;
	position: fixed;
	top: 0;
	left: 0;
}
.pcName{
	width: 200px;
	height: 75px;
	margin-left: 0!important;
	background-image: none;
	text-align: center;
	position:static;
	background-color: rgba(255,255,255,0.4);
}
.pcName img.logo{
	width: 125px;
	height: 39px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
h1{
	position: absolute;
	top: 21px;
	left: 225px;
	z-index: 1000;
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
}
.headerIcon li{
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #77be1a;
	text-align: center;
	color: #fff;
}
.headerIcon ul a{
	text-decoration: none;
}
.headerIcon li.headerIconHome{
	position: absolute;
	top: 18px;
	right: 380px;
	z-index: 1000;
}
.headerIcon li.headerIconHome:before{
	font-family: 'FontAwesome';
	content: "\f015";
	font-size: 26px;
	line-height: 40px;
}
.headerIcon li.headerIconMap{
	position: absolute;
	top: 18px;
	right: 315px;
	z-index: 1000;
}
.headerIcon li.headerIconMap:before{
	font-family: 'FontAwesome';
	content: "\f0e8";
	font-size: 20px;
}
.headerIcon li.headerIconMail{
	position: absolute;
	top: 18px;
	right: 250px;
	z-index: 1000;
}
.headerIcon li.headerIconMail:before{
	font-family: 'FontAwesome';
	content: "\f003";
	font-size: 20px;
}
.naviContactBox{
	position: absolute;
	top: 0;
	right: 0;
	width: 204px;
	height: 75px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding-top: 12px;
	line-height: 1;
	background: #faa826; /* Old browsers */
	background: -moz-linear-gradient(top,  #faa826 0%, #fb8a05 100%);
	background: -webkit-linear-gradient(top,  #faa826 0%,#fb8a05 100%);
	background: linear-gradient(to bottom,  #faa826 0%,#fb8a05 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faa826', endColorstr='#fb8a05',GradientType=0 ); /* IE6-9 */
}
.telNumber{
	font-family:"Merriweather";
	font-size: 17px;
	padding-bottom: 5px;
}
.guideNumber{
	font-size: 13px;
	padding-bottom: 4px;
}
.officeHours{
	font-size: 12px;
}
}
@media all and (-ms-high-contrast:none){
.naviContactBox{
	padding-top: 14px;
}
.guideNumber{
	padding-bottom: 1px;
}
.telNumber{
	padding-bottom: 8px;
}
}

@media only screen and (min-width: 1040px) {
h1{
	top: 30px;
}
h1 br{
	display: none !important;
}
}
@media only screen and (min-width: 1100px) {
h1{
	position: absolute;
	top: 28px;
	left: 225px;
	font-size: 13px;
}
}

/* bottomContact style --------------------- */
.bottomContact{
	width: 100%;
	height: auto;
	padding: 25px 0 10px;
	margin-bottom: 0!important;
	background: url(/common/images/bg_btContact.jpg) no-repeat right top;
	background-size: 200px auto;
	background-color: #f9feff;
}
.bottomContactInner{
	width: 85%;
	height: auto;
	margin:0 auto;
}
h3.ttlbcontact{
	font-size: 16px;
	text-align: center;
	margin-bottom: 17px;
	line-height: 1.4;
	text-shadow: #fff 2px 2px 0px, #fff -2px 2px 0px, #fff 2px -2px 0px, #fff -2px -2px 0px;
}
h3.ttlbcontact span{
	font-size: 22px;
}
.bottomContactInner ul{
	margin-bottom: 15px;
}
.iconBtel,
.iconBmail{
	width: 40px;
	height: 40px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #77be1a;
	text-align: center;
	color: #fff;
	float: left;
	margin-right: 12px;
}
.telBox{
	margin-top: -7px;
}
.iconBtel{
	margin-top: 7px;
}
.iconBtel:before{
	font-family: 'FontAwesome';
	content: "\f095";
	font-size: 24px;
}
.iconBmail:before{
	font-family: 'FontAwesome';
	content: "\f003";
	font-size: 20px;
}
.btelNumber span{
	font-family:"Merriweather" , Garamond , "Times New Roman";
	/*font-style: italic;*/
	font-size: 24px;
	font-weight: bold;
	color: #77be1a;
	line-height: 1.35;
}
.btelNumber{
	font-size: 11px;
	color: #000;
	font-weight: normal;
	line-height: 1.1;
}
.btelNumber a{
    text-decoration: none!important;
}
.btnMail{
	display: block;
	width: 95%;
	height: auto;
	padding: 12px;
	text-align: center;
	line-height: 1;
	color: #77be1a;
	font-weight: bold;
	border: solid 2px #77be1a;
	background-color: #fff;
	text-decoration: none;
}
.btnMail:hover{
	color: #fff;
	background-color: #77be1a;
}
.arrow:before{
	font-family: 'FontAwesome';
	content: "\f138";
	font-size: 16px;
}
@media print, screen and (min-width: 599px) {
.bottomContact{
	background-size: 300px auto;
}
.bottomContactInner{
	width: 90%;
	height: auto;
	margin:0 auto 20px;
}
.bottomContactInner:after{
	content: '';
	display: block;
	clear: both;
}
h3.ttlbcontact{
	margin-bottom: 25px;
	font-size: 16px;
}
h3.ttlbcontact span{
	font-size: 16px;
}
h3.ttlbcontact br{
	display: none;
}
.bottomContactBox{
	width: 50%;
	float: left;
}
.btelNumber span{
	font-size: 27px;
}
.telBox{
	width: 300px;
	margin-left: auto;
	margin-right : 0;
	text-align : left;
}
a[href^="tel:"]{
    pointer-events: none;
}
}
@media only screen and (min-width: 901px) {
.bottomContact{
	background-size: 400px auto;
}
.bottomContactInner{
	width: 100%;
	max-width: 1000px;
	height: auto;
	margin: 20px auto 40px;
}
h3.ttlbcontact{
	margin-bottom: 40px;
	font-size: 18px;
}
h3.ttlbcontact span{
	font-size: 18px;
}
.iconBtel,
.iconBmail{
	width: 50px;
	height: 50px;
}
.btelNumber span{
	line-height: 1.5;
}
.iconBtel:before{
	font-size: 28px;
}
.iconBmail:before{
	font-size: 25px;
}
.btnMail{
	width: 80%;
	max-width: 310px;
	padding: 14px;
	font-size: 16px;
}
.arrow:before{
	font-size: 18px;
}
.telBox{
	width: 340px;
}
}
@media only screen and (min-width: 1200px) {
.bottomContact{
	margin-top: 25px;
}
.btelNumber span{
	font-size: 29px;
}
}

/* footer style --------------------- */
footer{
	width: 100%;
	height: auto;
	background-color: #cbc5b3;
	padding-top: 20px;
}
hr.footerhr{
	border:none;
	height: 1px;
	border-bottom: solid 1px #fff;
	margin-bottom: 10px;
}
.footermenu{
	width: 100%;
	margin-bottom: 30px;
}
.footermenuInner{
	width: 85%;
	height: auto;
	margin:0 auto;
}
.footermenu a{
	text-decoration: none;
}
.footermenu a:hover{
	text-decoration: underline;
}
.footermenu dl:nth-child(n + 2){
	margin-left: 0!important;
}
.footermenu dt{
	font-weight: bold;
}
.footermenuC,
.footermenuL{
	margin-bottom: 15px;
}
.footerlogo img{
	width: 230px;
	height: auto;
}
.copyrights{
	font-size: 10px;
	text-align: center;
	padding-bottom: 10px;
}

@media print, screen and (min-width: 599px) {
footer{
	padding-top: 30px;
}
.footermenuInner{
	width: 90%;
}
.footermenu dt{
	margin-bottom: 10px;
}
.footermenuL,
.footermenuC,
.footermenuR{
	float: left;
	width: 33.333%;
	margin-bottom: 0;
}
.footerlogo img{
	width: 100%;
	height: auto;
}
.copyrights{
	font-size: 12px;
}
}
@media only screen and (min-width: 901px) {
footer{
	padding-top: 40px;
}
.footermenuInner{
	width: 90%;
	margin-bottom: 20px;
}
}
@media only screen and (min-width: 1200px) {
.footermenuInner{
	width: 930px;
	margin: 0 auto 30px;
	padding-top: 25px;
}
.footermenu dt{
	margin-bottom: 15px;
}
.footerlogo img{
	padding-top: 20px;
}

.footermenu dl{
	float: left;
}
.footermenuL{
	width: 42%;
}
.footermenuC,
.footermenuR{
	width: 28%;
}
.footermenuL ul{
	margin-top: 40px;
	padding-left: 50px;
}
}

/* contents common wrapper--------------------- */
.wrapper{
	width: 100%;
	padding: 30px 0;
}
.wrapper p{
	padding: 0 15px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.bgyellow{
	background-color: #faf9f5!important;
}
p.notice{
	margin-left:1em;
	text-indent:-1em;
}
.alignCenter{
	text-align: center!important;
}
@media print, screen and (min-width: 599px) {
.wrapper{
	width: 100%;
	padding: 35px 20px 20px 20px;
	background-color: rgba(255,255,255,0.9);
}
.wrapper p{
	padding: 0!important;
}
}
@media only screen and (min-width:1200px) {
.wrapper{
	width: 100%;
	max-width: 1000px;
	padding: 50px 35px 35px;
	margin: 0 auto;
}
}

/* contents common h2--------------------- */
.ttl_wrapper{
	text-align: center;
}
.cotTtl{
	display: table;
	margin: 0 auto;
	margin-bottom: 20px;
}
.cotTtl li{
	display: table-cell;
	/*float: left;*/
	text-align: center;
	vertical-align: middle;
}
.cotTtl h2{
	font-size: 16px;
	line-height:1.3;
	font-weight: normal!important;
	padding: 0 10px 10px;
}
.cotTtl h2 span{
	font-size: 22px;
	font-style: italic;
	border-bottom: solid 3px #77be1a;
}
.reafL img,
.reafR img{
	width:35px;
	height:23px;
}
.ttl-lobster{
	font-family:"Lobster";
}
@media print, screen and (min-width: 599px) {
.cotTtl h2{
	font-size: 20px;
	line-height:1.3;
	padding-bottom: 12px;
}
.cotTtl h2 span{
	font-size: 26px;
}
.reafL{
	padding-right: 10px;
}
.reafR{
	padding-left: 10px;
}
.reafL img,
.reafR img{
	width:60px;
	height:47px;
}
}
@media only screen and (min-width: 1200px) {
.cotTtl{
	margin-bottom: 30px;
}
.cotTtl h2{
	font-size: 22px;
	line-height:1.3;
	padding-bottom: 12px;
}
.cotTtl h2 br{
	display: none;
}
.cotTtl h2 span{
	font-size: 30px;
}
.reafL{
	padding-right: 10px;
}
.reafR{
	padding-left: 10px;
}
.reafL img,
.reafR img{
	width:70px;
	height:55px;
}
}

/* contents common h3--------------------- */
h3.addNo{
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 15px;
}
h3.addNo span{
	font-family:"Lobster";
	font-size: 34px;
	padding-right: 5px;
	color: #77be1a;
}
.zeroOne{
	letter-spacing: 4px;
}
@media only screen and (min-width: 599px) {
h3.addNo span{
	font-size: 38px;
}
}
@media only screen and (min-width: 901px) {
h3.addNo{
	font-size: 18px;
	font-weight: bold;
}
h3.addNo span{
	font-size: 50px;
	font-weight: normal;
}
}

/* contents common btnDetail--------------------- */
.btnDetail{
	display: block;
	width: 80%;
	height: auto;
	margin: 0 auto;
	font-size: 14px;
	padding: 14px;
	text-align: center;
	line-height: 1;
	color: #77be1a;
	font-weight: bold;
	border: solid 2px #77be1a;
	background-color: #fff;
	text-decoration: none;
}
.btnDetail:hover{
	color: #fff;
	background-color: #77be1a;
}
@media print, screen and (min-width: 599px) {
.btnDetail{
	font-size: 16px;
}
}

/* contents common rounded--------------------- */
@media print, screen and (min-width: 599px) {
.rounded{
	border-radius: 10px!important;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
}

/* contents common pageTitle--------------------- */
.pageTitle{
	width: 100%;
}
.pageTitlein{
	width: 100%;
	height: 130px;
	display: table;
	background-size:cover;
}
.pageTitlein p{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 16px;
	color: #fff;
	line-height: 1.2;
}
.pageTitlein p span{
	font-family:"Lobster";
	font-size: 23px;
	letter-spacing: 2px;
}
@media print, screen and (min-width: 599px) {
.pageTitlein{
	height: 200px;
}
.pageTitlein p{
	font-size: 20px;
}
.pageTitlein p span{
	font-size: 40px;
}
}
@media only screen and (min-width: 901px) {
.pageTitlein{
	height: 223px;
}
.pageTitlein p{
	font-size: 26px;
}
.pageTitlein p span{
	font-size: 52px;
}
}
@media only screen and (min-width: 1200px) {
.pageTitlein{
	max-width: 1000px;
	height: 253px;
	margin: 0 auto;
}
}

/* contents common pankuzu--------------------- */
.pankuzu{
	width: 100%;
	height: 30px;
	margin-bottom: 20px;
	color: #fff;
	background-color: #77be1a;
	font-size: 11px;
	line-height: 22px;
}
.pankuzu li{
	display: inline-block;
}
.pankuzu li.panItem,
.pankuzu li.panItemN{
	position: relative;
	padding: 0 20px 0 0;
	color: #fff;
}
.pankuzu li.panItem:after{
	position: absolute;
	top: 48%;
	right: 5px;
	content: "";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.pankuzu li.panItemN:after{
	position: absolute;
	top: 38%;
	right: 5px;
	content: "";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.pankuzu .icon-home:before{
	font-family: 'FontAwesome';
	content: "\f015";
	font-size: 15px;
	padding-right: 3px;
	padding-left: 15px;
}
@media all and (-ms-high-contrast: none){
.pankuzu{
	font-family:"Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "Meiryo UI" , "メイリオ" , Meiryo ,  "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
}
@media print, screen and (min-width: 599px) {
.pankuzu{
	height: 38px;
	margin-bottom: 40px;
	font-size: 13px;
	line-height: 30px;
}
.pankuzu li.panItemN:after{
	top: 39%;
}
}
@media only screen and (min-width: 901px) {
.pankuzu{
	margin-bottom: 50px;
	padding-left: 35px;
}
.pankuzu .icon-home{
	padding-left: 0;
}
}
@media only screen and (min-width: 1200px) {
.pankuzu{
	max-width: 1000px;
	margin: 0 auto 50px;
}
.headingL-titel,
.headingL-txt{
	margin-bottom: 30px;
}
}

@media only screen and (min-width: 801px) {
.headingTxtBox{
	width: 100%;
	margin-bottom: 70px;
}
.headingL-titel{
	float: left;
	margin-bottom: 0;
}
.headingL-txt{
	overflow:auto;
	zoom:1;
}
}

/* mainVis --------------------- */
#mainVis{
	position: relative;
	width: 100%;
	height: auto;
	overflow:hidden;
	background-color: rgba(255,255,255,0);
	margin-bottom: 20px;
	*zoom: 1;
}
.slider img{
	width: 100%;
	height: auto;
}
.bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}
.bx-pager .bx-pager-item,
.bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-pager.bx-default-pager a {
	background: #bbbbbb;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.bx-pager.bx-default-pager a:hover,
.bx-pager.bx-default-pager a.active {
	background: #77be1a;
}

@media only screen and (min-width: 1200px) {
.slider{
	width: 100%;
	text-align: center;
}
.slider img{
	max-width: 1000px;
}
.bx-pager {
	font-size: 1.2em;
	padding-top: 30px;
}
.bx-pager.bx-default-pager a {
	width: 14px;
	height: 14px;
	margin: 0 8px;
	outline: 0;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}
}

/* top contents --------------------- */
.interviewList{
	width: 100%;
}
.interviewList li{
	margin-bottom: 40px;
}
.interviewList li img{
	width: 100%;
	height: auto;
	margin-bottom: 13px;
}
.interviewList li p{
	margin-bottom: 15px;
}
.serviceList{
	width: 100%;
	border-top: solid 1px #e1e1e1;
	padding-bottom: 30px;
}
.serviceList p{
	margin-bottom: 0!important;
	padding: 0;
}
.serviceList li{
	width: 50%;
	padding: 20px 8px;
	float: left;
	border-bottom: solid 1px #e1e1e1;
}
.serviceList li:nth-child(even){
	border-left: solid 1px #e1e1e1;
}
.serviceList li img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.serviceList h4{
	color: #77be1a;
	margin-bottom: 12px;
}
.serviceList h4 a,
.estateTxt h4 a{
	text-decoration: none;
}
.serviceList h4 a:hover,
.estateTxt h4 a:hover{
	text-decoration: underline;
}
.estateBox{
	width: 100%;
	height: auto;
	padding: 15px;
	background-size:cover;
	background-position: center center;
	background-image:url(/service/images/photo_renove02.jpg);
}
.estateTxt{
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	padding: 15px 0;
	background-color: rgba(255,255,255,0.8);
}
.ribbon {
	display: inline-block;
	position: absolute;
	top: -6px;
	left: 15px;
	margin: 0;
	padding: 13px 0 6px;
	z-index: 2;
	width: 40px;
	text-align: center;
	color: white;
	font-size: 13px;
	background: #fa8383;
	border-radius: 2px 0 0 0;
}
.ribbon:before{
	position: absolute;
	content: '';
	top: 0;
	right: -5px;
	border: none;
	border-bottom: solid 6px #d07676;
	border-right: solid 5px transparent;
}

.ribbon:after{
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	height: 0;
	width: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 10px solid #fa8383;
}
.estateTxt h4{
	padding-left: 65px;
	color: #77be1a;
	margin-bottom: 12px;
}
.estateTxt p{
	margin-bottom: 0!important;
}
.btn-renovation{
	width: 80%;
	margin: 10px auto 0;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: #faa826; /* Old browsers */
	background: -moz-linear-gradient(top,  #faa826 0%, #fb8a05 100%);
	background: -webkit-linear-gradient(top,  #faa826 0%,#fb8a05 100%);
	background: linear-gradient(to bottom,  #faa826 0%,#fb8a05 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faa826', endColorstr='#fb8a05',GradientType=0 ); /* IE6-9 */
	border-radius: 6px;
}
.btn-renovation br{
	display: none;
}
@media only screen and (min-width: 340px) {
.serviceList li{
	padding: 20px 10px;
}
}
@media print, screen and (min-width: 599px) {
.interviewList{
	margin-bottom: 40px;
}
.interviewList li{
	width: 48%;
	float: left;
	margin-bottom: 0;
}
.interviewList li:first-child{
	margin-right: 4%;
}
.serviceList li{
	padding: 20px 20px;
}
.serviceList h4{
	font-size: 16px;
}
.estateBox{
	padding: 25px;
	margin-bottom: 20px;
}
.estateTxt{
	padding: 20px 30px 30px 30px;
}
.ribbon {
	left: 30px;
	padding: 13px 0 6px;
	width: 50px;
	font-size: 14px;
}
.ribbon:after{
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 10px solid #fa8383;
}
.estateTxt h4{
	font-size: 16px;
}
.btn-renovation-float{
	float: left;
	width: calc( 100% - 170px);
}
.btn-renovation{
	float: right;
	width: 150px;
	margin: 0 0 0 20px;
	padding: 13px 0;
	border-radius: 6px;
	line-height: 1.4;
}
.btn-renovation br{
	display: block;
}
}
@media only screen and (min-width: 1000px) {
.serviceList{
	border-top: none;
}
.serviceList li{
	width: 25%;
	padding: 10px;
	float: left;
	border-bottom: none;
}
.serviceList li:nth-child(even){
	border-left: none;
}
.serviceBox{
	background-color: #fff;
	width: 100%;
	padding: 20px 10px;
	box-shadow:0px 0px 7px #aaa;
	border-radius: 8px!important;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.estateBox{
	padding: 30px;
	margin-bottom: 30px;
}
.estateTxt{
	padding: 30px 40px 40px 40px;
}
.ribbon {
	left: 40px;
	padding: 18px 0 10px;
	width: 50px;
	font-size: 14px;
}
.ribbon:after{
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 10px solid #fa8383;
}
}

/* construction style --------------------- */
.residence{
	background-position: center center;
	background-image:url(/construction/images/title_residence.jpg);
}
.house{
	background-position: center center;
	background-image:url(/construction/images/title_house.jpg);
}
.corporation{
	background-position: center center;
	background-image:url(/construction/images/title_corporation.jpg);
}
.camera{
	background-position: center center;
	background-image:url(/construction/images/title_camera.jpg);
}
.customer,
.charge{
	padding: 0 15px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.customer dt,
.charge dt{
	display: inline-block;
	min-width: 30px;
	font-size: 13px;
	font-weight: bold;
	padding: 4px 8px;
	color: #fff;
	text-align: center;
}
.customer dt{
	background-color: #faa826;
}
.charge dt{
	background-color: #77be1a;
}
.interviewImg,
.interviewImgL{
	display: block;
	width: 100%;
	margin: 0 auto 30px;
}
.interviewImgW{
	width: 100%;
}
.interviewImgW img{
	width: 100%;
	height: auto;
}
.tate{
	width: 60%!important;
}
.cameraPhoto li img{
	width: 100%;
	margin-bottom: 10px;
}
@media print, screen and (min-width: 599px) {
.customer,
.charge{
	padding: 0 0 0 30px;
}
.interviewImg{
	width: 45%;
	float: right;
	margin: 0 0 30px 30px;
}
.interviewImgL{
	width: 45%;
	float: left;
	margin: 0 30px 30px 0;
}
.interviewImgW{
	margin: 0 auto;
}
.tate{
	width: 30%!important;
}
.cameraPhoto{
	margin-bottom: 40px;
	border-radius: 10px!important;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.cameraPhoto li{
	width: 50%;
	float: left;
}
.cameraPhoto li img{
	display: block;
	margin-bottom: 0!important;
}
}
@media only screen and (min-width: 1200px) {
.interviewImg{
	width: 380px;
	margin: 0 0 35px 40px;
}
.interviewImgL{
	width: 380px;
	margin: 0 40px 35px 0;
}
.interviewImgW img{
	max-width: 1000px!important;
	margin: 0 auto;
}
.tate{
	width: auto!important;
	height: 380px;
}
}

/* service style --------------------- */
.service{
	background-position: center center;
	background-image:url(/service/images/title_service.jpg);
}
h3.pointTtl{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 5px;
}
h3.pointTtl span{
	padding: 0 2px 0;
	font-size: 38px;
	color: #77be1a;
	font-family:"Merriweather";
	font-weight: normal;
}
.pointBox{
	margin: 0 auto 10px;
	border: solid 2px #77be1a;
	width: 90%;
	border-collapse:separate;
	border-radius: 8px!important;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}
.pointBox th{
	width: 23%;
	color:#fff;
	background-color: #77be1a;
	font-family:"Lobster";
	font-size: 18px;
	line-height: 1;
	text-align: center;
	padding: 10px;
}
.pointBox th span{
	font-size: 30px;
}
.pointBox td{
	padding: 10px;
}
/*.pointBox li{
	margin-bottom: 10px;
	padding: 10px;
	width: 100%;
	border: solid 2px #fff;
	box-shadow:0px 0px 7px #aaa;
	border-radius: 8px!important;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 50%, #f2f2f2 100%);
	background: -webkit-linear-gradient(top,  #ffffff 50%,#f2f2f2 100%);
	background: linear-gradient(to bottom,  #ffffff 50%,#f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
}
.pointBox li .pointSubTtl{
	width: 100%;
	text-align: center;
	line-height: 1.1;
	font-size: 20px;
	color: #77be1a;
	font-family:"Lobster";
}*/
.period{
	width: 100%;
	margin: 30px 0 0 0;
}
.period dt{
	text-align: center;
	padding: 10px;
	font-weight: bold;
	background-color: #faf9f5;
	border-top: solid 1px #ccc;
	border-bottom: dotted 1px #ccc;
	font-size: 14px;
}
.period dd{
	padding: 10px 15px;
}
.costs{
	width: 100%;
	margin: 0;
}
.costs dt{
	text-align: center;
	padding: 10px;
	font-weight: bold;
	background-color: #faf9f5;
	border-top: solid 1px #ccc;
	border-bottom: dotted 1px #ccc;
	font-size: 14px;
}
.costs dd{
	padding: 10px 15px;
	border-bottom: dotted 1px #ccc;
}
.materialTxt{
	width: 100%;
}
.materialTxt dt{
	text-align: center;
	padding: 10px;
	font-weight: bold;
	background-color: #faf9f5;
	border-top: solid 1px #ccc;
	border-bottom: dotted 1px #ccc;
	font-size: 14px;
}
.materialTxt dd{
	padding: 10px 15px;
}
.materialTxt dd li{
	width: 50%;
	text-align: center;
	float: left;
	margin-bottom: 5px;
}
.materialTxt dd li img{
	width: 100%;
	margin-bottom: 2px;
}
.materialOrderBox{
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-align: center;
}

.materialTel:before{
	font-family: 'FontAwesome';
	content: "\f098";
	font-size: 20px;
	color: #77be1a;
	font-weight: normal;
}
.materialFax{
	padding-left: 10px;
}
.materialFax:before{
	font-family: 'FontAwesome';
	content: "\f1ac";
	font-size: 18px;
	color: #77be1a;
	font-weight: normal;
}
.casePhoto li{
	position: relative;
	margin-bottom: 10px;
}
.casePhoto li img{
	display: block;
	width: 100%;
	text-align: center;
}
.casePhoto li.tate,
.casePhoto li.tateR,
.casePhoto li.tateN{
	width: 60%!important;
	margin: 0 auto;
}
.casePhoto li .caseBefore,
.casePhoto li .caseAfter{
	position: absolute;
	top: 15px;
	left: 15px;
	width: 50px;
	height: 50px;
	color: #fff;
	display: table;
	font-weight: bold;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.casePhoto li .caseBefore p,
.casePhoto li .caseAfter p{
	margin-bottom: 0!important;
	padding: 0;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.casePhoto li .caseBefore{
	background-color: #77be1a;
}
.casePhoto li .caseAfter{
	background-color: #faa826;
}
.voicePhoto{
	width: 60%;
	margin: 0 auto 10px;
}
.voicePhoto img{
	width: 100%;
}
.estateTtl{
	font-size: 14px;
	padding: 10px 15px 20px;
	color: #77be1a;
}
.estateSubTtl{
	font-size: 14px;
	padding: 0 15px 20px;
}
.estateSubTtl span{
	font-family:"Lobster";
	line-height: 1;
	font-size: 20px;
	color: #77be1a;
	font-weight: normal!important;
}
.estateProblem{
	width: 100%;
	padding: 13px 140px 10px 0;
	margin-bottom: 20px;
	background-position: top right 15px;
	background-image:url(/service/images/estate_needs.svg);
	background-size: 100px auto;
	background-repeat: no-repeat;
}
.estateProblem li{
	position: relative;
	display: inline-block;
	margin: 0 0 5px 15px;
	padding: 10px;
	line-height: 1.3;
	width: 100%;
	border-radius: 10px;
	border: solid 2px #ccc;
	background-color: #fff;
}
/*.estateProblem li:before{
	content: "";
	position: absolute;
	top: 50%;
	right: -24px;
 	margin-top: -12px;
	border: 12px solid transparent;
	border-left: 12px solid #FFF;
 	z-index: 2;
}
.estateProblem li:after{
	content: "";
	position: absolute;
	top: 50%;
	right: -30px;
 	margin-top: -14px;
	border: 14px solid transparent;
	border-left: 14px solid #555;
 	z-index: 1;
}*/
.renovation-title{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	padding: 20px 0;
	text-align: center;
	background: url(/service/images/bg_renove_title.jpg) no-repeat;
	background-position: bottom center;
	background-size: cover;
}
.renovation-txt{
	width: auto;
	font-size: 14px;
	font-weight: bold;
	background-color: #fff;
	padding: 6px 12px;
	margin: 0 auto;
	display: inline-block;
}
.renovation-greentxt{
	margin: 15px 0;
}
.renovation-greentxt span{
	background-color: #77be1a;
	padding: 6px 12px;
	margin: 0 4px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
}
.renovation-greentxt span.renovation-plus{
	font-size: 20px;
	color: #77be1a;
	margin: 0!important;
	font-weight: bold;
	background-color: transparent;
}
#slider{
  width: 100%;
  margin: 0 auto 10px;
}
#thumbnail_slider{
	width: 100%;
  margin: 0 auto 40px;
}
.slide-item img {
  width: 100%;
}
.slide-item-tate img {
  width: 43.5333333333%;
  margin: 0 auto;
}
.thumbnail-item img {
  width: 98%;
  margin: 0 auto;
}
.thumbnail-item-tate img {
	width: 43.5333333333%;
  margin: 0 auto;
}
.renovation-point{
	margin-bottom: 40px;
}
.slick-prev{
  left: 20px!important;
	z-index: 100!important;
}
.slick-next{
  right: 20px!important;
	z-index: 100!important;
}
.zumen-box{
	margin-bottom: 30px;
}
.zumen-box img{
	width: 94%;
	text-align: center;
}
.renovation-detail{
	margin-left: 1.5em;
	overflow: visible;
	padding: 0 15px;
	margin-bottom: 30px;
}
.renovation-detail li{
	overflow: visible;
	list-style: disc outside;
}
@media print, screen and (min-width: 599px) {
.materialTxt dd{
	padding: 15px 0;
}
.materialTxt dd li{
	width: 30%;
	margin-bottom: 8px;
	margin-right: 5%;
}
.materialTxt dd li:nth-child(3){
	margin-right: 0;
}
.materialTxt dd li img{
	margin-bottom: 5px;
}
.materialOrderBox{
	font-size: 20px;
	font-family:"Merriweather" , Garamond , "Times New Roman";
}

.materialTel:before{
	font-size: 24px;
}
.materialFax{
	padding-left: 30px;
}
.materialFax:before{
	font-size: 22px;
}
.periodWrapper{
	margin-top: 30px;
}
.period{
	width: 49.9%;
	margin: 0;
	float: left;
	border-right: solid 1px #ccc;
}
.period dd{
	border-bottom: dotted 1px #ccc;
}
.costs{
	width: 50%;
}
.casePhoto{
	margin-bottom: 30px;
}
.casePhoto li{
	width: 50%;
	margin: 0 auto 15px;
}
.casePhoto li.tate{
	width: 36%!important;
	height: auto;
	float: left;
	margin: 0 2% 0 12%;
}
.casePhoto li.tateR{
	width: 36%!important;
	height: auto;
	float: left;
	margin: -15px 12% 0 2%;
}
.casePhoto li.tateN{
	width: 36%!important;
}
.casePhoto li .caseBefore,
.casePhoto li .caseAfter{
	top: 10px;
	left: 10px;
	width: 60px;
	height: 60px;
	font-size: 14px;
}
.voicePhoto{
	width: 30%;
	margin: 0 auto 30px;
}
.estateTtl{
	font-size: 16px;
	padding: 10px 0 20px;
}
.estateSubTtl{
	font-size: 16px;
	padding: 0 0 20px;
}
.estateSubTtl span{
	font-size: 22px;
}
.estateProblem{
	width: 100%;
	margin: 0 auto 30px;
	padding: 60px 0 0 0;
	background-size: 120px auto;
	background-position: top center;
}
.estateProblem li{
	margin: 0 9% 40px 9%;
	padding: 13px 15px;
	width: 32%;
	float: left;
	font-size: 14px;
}
.renovation-title{
	padding: 30px 0;
}
.renovation-txt{
	font-size: 15px;
	padding: 8px 12px;
}
.renovation-greentxt{
	margin: 20px 0;
}
.renovation-greentxt span{
	padding: 8px 14px;
	margin: 0 5px;
	font-size: 18px;
}
.renovation-greentxt span.renovation-plus{
	font-size: 24px;
}
#thumbnail_slider{
  margin: 0 auto 60px;
}
.slick-prev{
  left: 30px!important;
}
.slick-next{
  right: 30px!important;
}
.zumen-box{
	margin-bottom: 50px;
}
.zumen-box img{
	width: 80%;
}
.renovation-detail{
	width: 35%;
	margin-right: 5%;
	float: left;
	margin-bottom: 40px;
}
}
@media print, screen and (min-width: 700px) {
.pointBox{
	margin: 0 2% 0 0;
	width: 32%;
	float: left;
}
.pointBox:last-child{
	margin: 0!important;
}
.pointBox th{
	width: 27%;
	font-size: 18px;
	padding: 12px;
}
.pointBox th span{
	font-size: 32px;
}
.pointBox td{
	padding: 12px;
}
}
@media only screen and (min-width: 901px) {
.materialTxt dd li{
	width: 18%;
	margin-bottom: 8px;
	margin-right: 2.5%;
}
.materialTxt dd li:nth-child(3){
	margin-right: 2.5%;
}
.materialTxt dd li:last-child{
	margin-right: 0;
}
.materialOrderBox{
	font-size: 24px;
}

.materialTel:before{
	font-size: 28px;
}
.materialFax{
	padding-left: 30px;
}
.materialFax:before{
	font-size: 26px;
}

.periodWrapper{
	margin-top: 40px;
}
.materialTxt dt,
.period dt,
.costs dt{
	font-size: 15px;
}
.estateTtl{
	font-size: 18px;
}
.estateSubTtl{
	font-size: 18px;
}
.estateSubTtl span{
	font-size: 24px;
}
.renovation-title{
	padding: 40px 0;
}
.renovation-txt{
	font-size: 18px;
	width: 420px;
	padding: 12px 10px;
}
.renovation-greentxt{
	margin: 52px 0;
}
.renovation-greentxt span{
	padding: 2px 22px;
	margin: 0 7px;
	font-size: 36px;
}
.renovation-greentxt span.renovation-plus{
	font-size: 50px;
}
.renovation-point{
	margin-bottom: 50px;
}
.slick-prev{
  left: 50px!important;
}
.slick-next{
  right: 50px!important;
}
.zumen-box{
	margin-bottom: 60px;
}
.zumen-box li{
	width: 50%;
	float: left;
}
.zumen-box img{
	width: 100%;
}
}
@media only screen and (min-width: 1200px) {
h3.pointTtl{
	font-size: 22px;
	margin-bottom: 15px;
}
h3.pointTtl span{
	padding: 0 3px 0;
	font-size: 44px;
}
.pointBox th{
	font-size: 22px;
	padding: 15px;
}
.pointBox th span{
	font-size: 38px;
}
.pointBox td{
	font-size: 15px;
	padding: 15px;
}
.casePhoto{
	margin-bottom: 30px;
}
.casePhoto li{
	width: 450px;
	float: left;
	margin: 0 0 0 0;
}
.casePhoto li.caseBeforePhoto{
	margin-right: 30px!important;
}
.casePhoto li.tate,
.casePhoto li.tateN{
	width: 300px!important;
	height: 449px;
	margin: 0 30px 0 150px;
	float: left;
}
.casePhoto li.tateR{
	width: 300px!important;
	height: 449px;
	margin: 0 150px 0 0;
	float: left;
}
.casePhoto li .caseBefore,
.casePhoto li .caseAfter{
	top: 15px;
	left: 15px;
	width: 65px;
	height: 65px;
	font-size: 16px;
}
.voicePhoto{
	width: 250px;
	float: left;
	margin: 0 40px 0 0;
}
.estateProblem{
	width: 100%;
	margin: 0 auto 40px;
	padding: 90px 0 0 0;
	background-size: 140px auto;
}
.estateProblem li{
	margin: 0 9% 50px 9%;
	padding: 16px 20px;
	width: 32%;
	float: left;
	font-size: 15px;
}
}

/* after style --------------------- */
.after{
	background-position: center center;
	background-image:url(/after/images/title_after.jpg);
}
.insurancePoint{
	padding: 0 15px 20px 15px;
}
.insurancePoint dt{
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.insurancePoint dt span{
	font-size: 18px;
	color: #77be1a;
	font-family:"Lobster";
	font-weight: normal;
}
.insuranceImg{
	width: 100%;
	margin-bottom: 30px;
}
.insuranceImg img{
	width: 100%;
}

@media only screen and (min-width: 901px) {
.insurancePoint{
	padding: 0 0 30px 0;
}
.insurancePoint dt{
	font-size: 19px;
}
.insurancePoint dt span{
	font-size: 24px;
}
}


/* contact style --------------------- */
.contact{
	background-position: center bottom;
	background-image:url(/contact/images/title_contact.jpg);
}

.formTable{
	width: 94%;
	max-width: 600px;
	margin: 0 auto;
	padding: 0 10px;
}
.formTable th{
	font-size: 16px;
	font-weight: bold;
	background-color: #cbc5b3;
	padding: 5px 10px;
}
.formTable th span{
	color: red;
}
.formTable td{
	padding-top: 10px;
	padding-bottom: 25px;
}
.formTable input.textzone,
.formTable textarea{
	width: 100%;
	max-width: 600px;
	padding: 10px;
	border: solid 1px #aaa;
	border-radius: 5px;
}
.cBox{
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-bottom: 3px;
}
.formBtn{
	text-align: center;
	margin-bottom: 30px;
}
.formBtn-new{
	text-align: center;
  margin-bottom: 30px;
  display: flex;
  width: 100%;
	max-width: 600px;
}
.formBtn-new input, .formBtn-new button {
  width: 48%;
  max-width: 600px;
  text-align: center;
  font-weight: bold;
font-size: 16px;
  color: rgb(255, 255, 255);
  background-color: #77be1a;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "Helvetica Neue", Helvetica, Arial, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  cursor: pointer;
  margin: 0px auto;
  padding: 20px 0px;
  text-decoration: none;
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-image: initial;
  transition: all 0.4s ease 0s;
}
.formBtn-new input:hover, .formBtn-new button:hover {
	color: #77be1a;
	border: solid 2px #77be1a;
	background-color: #fff;
}
.formBtn input{
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
	font-size: 16px;
	padding: 18px 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border: solid 2px #fff;
	background-color: #77be1a;
}
.formBtn input:hover,
.confirmBtn input:hover{
	color: #77be1a;
	border: solid 2px #77be1a;
	background-color: #fff;
}
.error_messe{
	color: red;
}
.icon-home{
	font-size: 24px;
}
.confirmBtn-new{
	width: 94%;
	max-width: 600px;
	margin: 0 auto 30px;
	display: flex;
	justify-content: center;
}
.confirmBtn-new li{
	width: 45%;
	margin: 0 2.5%;
}
.confirmBtn{
	width: 94%;
	max-width: 600px;
	margin: 0 auto 30px;
}
.confirmBtn li{
	float: left;
	width: 45%;
	margin-left: 10%;
}
.confirmBtn li:first-child{
	margin-left: 0;
}
.confirmBtn input,
.confirmBtn-new input{
	width: 100%;
	margin: 0 auto;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	padding: 13px 10px;
	color: #fff;
	border: solid 2px #fff;
	background-color: #77be1a;
}
.confirmBtn input.backBtn{
	width: 100%;
	font-size: 14px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding: 10px 10px;
	background-color: #ccc;
	border: solid 2px #ccc;
}
.confirmBtn input.backBtn:hover{
	color: #555;
	background-color: #fff;
}
.thanksTtl{
	margin-bottom: 50px!important;
}
.btnInq a{
	display: block;
	width: 280px;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	padding: 13px 10px;
	color: #77be1a;
	font-weight: bold;
	border: solid 2px #77be1a;
	background-color: #fff;
}
.btnInq a:hover{
	color: #fff;
	border: solid 2px #fff;
	background-color: #77be1a;
}
.contactTelBox{
	margin: -7px auto 0;
	width: 290px;
	text-align: left;
}
@media screen and (min-width: 901px) {
.confirmBtn{
	margin: 0 auto 40px;
}
.btnInq a{
	width: 400px;
	font-size: 16px;
	margin-bottom: 20px;
}
}


/* company style --------------------- */
.company{
	background-position: center center;
	background-image:url(/company/images/title_company.jpg);
}
.originOfName{
	padding: 0 15px 20px 15px;
}
.originOfName dt{
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.originOfName dt span{
	font-size: 18px;
	color: #77be1a;
	font-family:"Lobster";
	font-weight: normal;
}
.president{
	margin-bottom: 0!important;
	text-align: right;
	font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho";
}
.president span{
	font-size: 18px;
	font-weight: bold;
}
.outlineTb{
	width: 100%;
	border-top: solid 1px #ccc;
}
.outlineTb tr{
	width: 100%;
	border-bottom: dotted 1px #ccc;
}
.outlineTb tr:nth-child(odd){
	background-color: #faf9f5;
}
.outlineTb th{
	font-size: 14px;
	font-weight: bold;
	width: 30%;
	vertical-align: top;
	padding: 8px 10px;
}
.outlineTb td{
	font-size: 13px;
	padding: 8px 10px 8px 0;
}
#gmap{
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
}
#gmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
@media only screen and (min-width: 901px) {
.originOfName dt{
	font-size: 19px;
}
.originOfName dt span{
	font-size: 24px;
}
.president{
	font-size: 18px;
}
.president span{
	font-size: 22px;
}
.outlineTb th{
	font-size: 15px;
	font-weight: bold;
	width: 25%;
	padding-left: 20px;
}
.outlineTb td{
	padding: 6px 0;
	font-size: 14px;
}
#gmap{
	padding-bottom: 60%;
	margin-bottom: 0px;
}
}
@media only screen and (min-width: 1200px) {
.outlineTb{
	width: 90%;
	margin: 0 auto;
}
}

/* Q and A style --------------------- */
.qa{
	background-position: center center;
	background-image:url(/qa/images/title_qa.jpg);
}
.qList{
	padding: 0 10px 40px 10px;
}
.qList dt{
	position: relative;
	padding-left: 40px;
	padding-bottom: 15px;
	font-weight: bold;
	font-size: 14px;
}
.qList dt:before{
	display: block;
	font-family:"Merriweather";
	content: "Q";
	position: absolute;
	top: 5px;
	left: 5px;
	font-size: 30px;
	color: #77be1a;
	line-height: 0.7;
}
.qList dd{
	position: relative;
	padding-left: 40px;
}
.qList dd:before{
	display: block;
	font-family:"Merriweather";
	content: "A";
	position: absolute;
	top: 5px;
	left: 5px;
	font-size: 30px;
	color: #faa826;
	line-height: 0.7;
}
.qList dd ul{
	margin-top: 15px;
	margin-left: 1em;
	overflow: visible;
}
.qList dd li{
	overflow: visible;
	list-style: disc outside;
}
@media only screen and (min-width: 600px) {
.qList dt{
	font-size: 16px;
}
.qList dt{
	padding-bottom: 25px;
}
}
@media only screen and (min-width: 901px) {
.qList{
	margin-bottom: 20px;
}
.qList dt{
	font-size: 17px;
}
}



/* privacy style --------------------- */
.privacy{
	background-position: center center;
	background-image:url(/privacy/images/title_privacy.jpg);
}
.privacyList{
	margin-left: 1.5em;
	overflow: visible;
	padding: 0 15px;
	margin-bottom: 30px;
}
.privacyList li{
	overflow: visible;
	list-style: disc outside;
}
@media print, screen and (min-width: 599px) {
.privacyList{
	padding: 0;
}
}

/* sitemap style --------------------- */
.sitemap{
	background-position: center bottom;
	background-image:url(/sitemap/images/title_sitemap.jpg);
}
.sitemapListBox{
	width: 100%;
	padding: 0 10px 30px;
}
.mapList dt{
	font-size: 15px;
	font-weight: bold;
	position: relative;
	padding-left: 12px;
}
.mapList dd{
	margin-bottom: 15px;
	padding-left: 12px;
}
.mapList dd dl{
	margin-left: 15px;
}
.mapList dd dl dd{
	margin-bottom: 0;
}
.mapList dt:after{
	display: block;
	content: "";
	position: absolute;
	top: 30%;
	left: 0;
	width: 6px;
	height: 6px;
	margin: 0 0 0 0;
	border-top: solid 2px #77be1a;
	border-right: solid 2px #77be1a;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
@media only screen and (min-width: 901px) {
.sitemapListBox{
	max-width: 1000px;
	margin: 0 auto;
	margin-bottom: 10px;
}
.sitemapListBox li{
	width: 50%;
	float: left;
	padding-left: 30px;
}
.sitemapListBox li:first-child{
	margin-left: -30px;
}
.mapList dd{
	margin-bottom: 20px;
}
.mapList dt:after{
	top: 33%;
}
}

/* news style --------------------- */
.news{
	background-position: center center;
	background-image:url(/news/images/title_info.jpg);
}
.news-toplist{
	width: calc(100% - 30px);
	margin: 0 auto;
}
.news-toplist li{
	padding: 18px 0;
	border-bottom: solid 1px #222;
}
.news-toplist li:first-child{
	border-top: solid 1px #222;
}
.news-toplist dt{
	width: 90px;
	height: 90px;
	margin-right: 15px;
	float: left;
	border-radius: 10px;
}
.news-toplist dt img{
	width: 100%;
	height: 100%;
	object-fit: cover;
  font-family: 'object-fit: cover;'; /*IE対策*/
}
.news-toplist a{
	color: inherit;
	text-decoration: none;
}
.news-toplist li:hover{
	opacity: 0.7;
}
.news-toplist-date span{
	font-weight: bold;
}
.news-toplist-btn{
	position: relative;
	width: 100%;
	height: 30px;
	margin: 50px 0 50px 0;
}
.news-toplist-btn li{
	position: absolute;
	width: 25%;
	height: 30px;
}
.news-toplist-btn li.news-btn-left{
	top: 0;
	left: 15px;
}
.news-toplist-btn li.news-btn-right{
	top: 0;
	right: 15px;
}
.news-toplist-btn a{
	position: relative;
	display: block;
	width: 100%;
	height: 30px;
	background-color: #77be1a;
	transition: all 0.5s ease;
}
.news-toplist-btn a:before{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
.news-toplist-btn .news-btn-left a:before{
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
}
.news-toplist-btn .news-btn-right a:before{
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.news-toplist-btn a:hover{
	background-color: #cdcdcd;
}
.news-category{
	max-width: 320px;
	margin: 0 auto 20px;
}
.news-category li{
	float: left;
	width: 50%;
	padding-left: 25px;
}
.entrypage-ttl{
	width: calc( 100% - 30px);
	padding: 15px 0;
	margin: 0 15px 10px;
	/*border-top: solid 1px #222;
	border-bottom: solid 1px #222;*/
}
.entrypage-ttl h3{
	font-size: 16px;
	margin-bottom: 5px;
}
.entrypage-ttl span{
	margin-left: 15px;
}
.line-leaf{
	width: 100%;
	height: 20px;
	margin: 20px 0 0 0;
	background: url(/news/images/line-news.svg) repeat-x;
	background-size:140px 10px;
}
.news-block{
	width: calc (100%-30px);
	margin: 0 15px;
}
.news-block li{
	width: 47%;
	float: left;
	margin-bottom: 30px;
}
.news-block li:nth-child(odd){
  margin-right: 6%;
}
.news-block dt{
	position: relative;
}
.news-block dt:before{
	content: "";
  display: block;
  padding-top: 100%;
}
.news-block dt img{
	position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE対策*/
}
.news-label{
	display: none;
}
.news-ttl a{
	color: inherit;
	text-decoration: none;
}
.news-ttl a:hover{
	text-decoration: underline;
}
.news-entrywrap img{
	max-width: 100%!important;
	height: auto;
}
.notfound{
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	margin: 30px 0;
	display: block;
}
.wp-block-quote {
    position: relative;
    padding: 10px 15px 10px 50px;
    box-sizing: border-box;
    font-style: italic;
    background: #efefef;
    color: #555;
}

.wp-block-quote:before{
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -3px;
    content: "“";
    font-family: sans-serif;
    color: #cfcfcf;
    font-size: 90px;
    line-height: 1;
}

.wp-block-quote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}

.wp-block-quote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}
@media screen and (min-width: 600px) {
.news-toplist{
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}
.news-toplist li{
	padding: 20px 0;
	position: relative;
}
.news-toplist dt{
	width: 120px;
	height: 120px;
	margin-right: 25px;
}
.news-toplist dd{
	position: absolute;
  top: 50%;
	left: 145px;
	font-size: 16px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.news-toplist-date{
	font-size: 15px;
	margin-bottom: 15px;
}
.news-toplist-btn{
	max-width: 600px;
	height: 40px;
	margin: 60px auto;
}
.news-toplist-btn li{
	height: 40px;
}
.news-toplist-btn li.news-btn-left{
	top: 0;
	left: 0;
}
.news-toplist-btn li.news-btn-right{
	top: 0;
	right: 0;
}
.news-toplist-btn a{
	height: 40px;
}
.news-toplist-btn a:before{
	width: 12px;
	height: 12px;
}
.news-category{
	font-size: 16px;
	max-width: 380px;
	margin: 0 auto 70px;
}
.entrypage-ttl{
	width: 100%;
	padding: 0;
	margin: 0 0 30px 0;
}
.entrypage-ttl h3{
	font-size: 18px;
}
.line-leaf{
	margin: 30px 0 0 0;
}
.news-block{
	max-width: 500px;
	margin: 0 auto;
}
.news-block li{
	width: 47%;
}
.news-block li:nth-child(odd){
  margin-right: 6%;
}
.news-block li dt{
	position: relative;
	margin-bottom: 10px;
}
.news-label{
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	color: #fff;
	background-color: rgba(0,0,0,0.7);
	z-index: 20;
	text-align: center;
	line-height: 40px;
}
.notfound{
	font-size: 17px;
	margin: 30px 0 60px!important;
}
}
@media screen and (min-width: 960px) {
.news-toplist{
	max-width: 800px;
}
.news-toplist li{
	padding: 25px 0;
}
.news-toplist dt{
	width: 150px;
	height: 150px;
	margin-right: 30px;
}
.news-toplist dd{
	left: 180px;
	font-size: 17px;
}
.news-toplist-btn{
	max-width: 740px;
	height: 40px;
	margin: 80px auto;
}
.news-category{
	font-size: 17px;
	max-width: 400px;
	margin: 0 auto 50px;
}
.entrypage-ttl{
	padding: 20px 0;
	margin-bottom: 40px;
}
.entrypage-ttl h3{
	font-size: 20px;
}
.news-block{
	max-width: 1120px;
	margin: 0 auto 50px;
}
.news-block li{
	width: 22.75%;
	margin-right: 3%;
	margin-bottom: 0;
}
.news-block li:nth-child(odd){
  margin-right: 3%;
}
.news-block li:last-child{
  margin-right: 0%!important;
}
.notfound{
	font-size: 19px;
	margin: 30px 0 90px!important;
}
}


/* ------------------------------------------------------
recurit
------------------------------------------------------ */
.recruit{
	background-position: center center;
	background-image:url(/recruit/images/title_recruit.jpg);
}
.workstyle-photo img,
.recruit-photoblock img{
    width: 100%;
    margin-bottom: 10px;
}
.recruit-workstyle li:first-child{
    margin-bottom: 30px;
}
.recruit-workstyle dl{
    padding: 0 15px;
}
.recruit-workstyle dt{
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 15px;
    font-weight: bold;
}
.recruit-workstyle dt span{
    font-family: "Lobster";
    font-size: 22px;
    padding-left: 5px;
    color: #77be1a;
    letter-spacing: 0.08em;
    font-variant-ligatures:none;
}
.recruit-photoblock p{
    padding: 0 15px;
    margin-bottom: 15px;
}
.recruit-photoblock p:last-child{
    margin-bottom: 0;
}
.recruit-object{
    width: calc(100% - 30px);
    margin: 0 auto 20px;
    padding: 20px;
    border-radius: 10px;
    border: solid 2px #77be1a;
	background-color: #faf9f5;
}
.recruit-object h3{
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
}
.recruit-contact{
    margin-left: 15px;
    font-size: 16px;
    color: #77be1a;
}
.mynavi-box{
    text-align: center;
    margin: 0 auto;
}

@media screen and (min-width: 600px) {
.recruit-workstyle{
    display: flex;
    justify-content: space-between;
}
.recruit-photoblock{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.recruit-workstyle li,
.recruit-photoblock li{
    width: calc(50% - 10px);
}
.recruit-workstyle li:first-child{
    margin-bottom: 0;
}
.workstyle-photo img,
.recruit-photoblock img{
    border-radius: 10px;
}
.recruit-workstyle dl{
    padding: 0;
}
.recruit-object{
    width: 100%;
    margin: 0 auto 20px;
    padding: 25px;
    font-size: 15px;
}
.recruit-object h3{
    font-size: 17px;
}
.recruit-object ul{
    display: flex;
}
.recruit-object li{
    width: 50%;
}
.recruit-contact{
    margin: 0 0 10px 0;
    font-size: 16px;
}
}

@media screen and (min-width: 960px) {
.recruit-workstyle li{
    width: calc(50% - 15px);
}
.recruit-workstyle dt{
    font-size: 17px;
    line-height: 1.5;
}
.recruit-workstyle dt span{
    font-size: 30px;
    padding-left: 5px;
}
.recruit-object{
    margin: 0 auto 30px;
    padding: 35px;
    font-size: 15px;
}
.recruit-object h3{
    font-size: 18px;
}
}

/* ------------------------------------------------------
ajust
------------------------------------------------------ */
.mb0{
	margin-bottom:0!important;
}
.mb10{
	margin-bottom:10px!important;
}
.mb20{
	margin-bottom:20px!important;
}
.mb30{
	margin-bottom:30px!important;
}
.mb40{
	margin-bottom:40px!important;
}
.mb50{
	margin-bottom:50px!important;
}
.w100{
	width: 100%!important;
}

/* ------------------------------------------------------
clearfix
------------------------------------------------------ */
.clearfix,
.logoBox,
.footermenu,
.wrapper,
.cotTtl,
.serviceList,
.cameraPhoto,
.periodWrapper,
.casePhoto{
/zoom: 1;
}
.clearfix:after,
.logoBox:after,
.footermenu:after,
.wrapper:after,
.cotTtl:after,
.serviceList:after,
.cameraPhoto:after,
.periodWrapper:after,
.casePhoto:after{
content: '';
display: block;
clear: both;
}
