@charset "utf-8";
body,input,pre{
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #3E3A39;
}
a:link,a:visited,a:hover,a:active{
  color: #3E3A39;
  text-decoration: underline;
}
a:hover{
  text-decoration: none;
}
h1{
  font-weight: bold;
}
h2{
  font-size: 30px;
  border-bottom: 1px solid #119561;
  text-align: center;
  font-weight: 200;
  display: inline-block;
}
h3{
  background: #8CB68C;
  border-left: 6px solid #119561;
  text-align: left;
  color: #fff;
  font-weight: 200;
  font-size: 24px;
}
h4{
  font-size: 23px;
  border-bottom: 1px solid #9FA0A0;
  font-weight: 500;
  color: #118795;
}
h5{
  border-bottom: 1px dotted #119561;
}
textarea{
  resize: vertical;
}
.centerbox{
  text-align: center;
}
.leftbox{
  text-align: left;
}
/*WP画像配置*/
.alignleft {
  text-align: left;
}
.aligncenter {
  display: block;
  margin: 1px auto;
}
.alignright {
  display: block;
  margin: 1px 1px 1px auto;
}
/*WP投稿*/
pre {  
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
}
/*category*/
.post-categories li a{
  border: 1px solid;
}
.category-newscategory01 ul li a{
  color: #E60012;
}
.category-newscategory02 ul li a{
  color: #EB6100;
}
.category-newscategory03 ul li a{
  color: #F39800;
}
.category-newscategory04 ul li a{
  color: #FCC800;
}
.category-newscategory05 ul li a{
  color: #FFF100;
}
.category-newscategory06 ul li a{
  color: #CFDB00;
}
.category-newscategory07 ul li a{
  color: #8FC31F;
}
.category-newscategory08 ul li a{
  color: #22AC38;
}
.category-newscategory09 ul li a{
  color: #009944;
}
.category-newscategory10 ul li a{
  color: #009B6B;
}
.category-newscategory11 ul li a{
  color: #009E96;
}
.category-newscategory12 ul li a{
  color: #00A0C1;
}
.category-newscategory13 ul li a{
  color: #00A0E9;
}
.category-newscategory14 ul li a{
  color: #0086D1;
}
.category-newscategory15 ul li a{
  color: #0068B7;
}
.category-newscategory16 ul li a{
  color: #00479D;
}
.category-newscategory17 ul li a{
  color: #1D2088;
}
.category-newscategory18 ul li a{
  color: #601986;
}
.category-newscategory19 ul li a{
  color: #920783;
}
.category-newscategory20 ul li a{
  color: #BE0081;
}
.category-newscategory21 ul li a{
  color: #E4007F;
}
.category-newscategory22 ul li a{
  color: #E5006A;
}
.category-newscategory23 ul li a{
  color: #E5004F;
}
.category-newscategory24 ul li a{
  color: #E60033;
}
.category-facility ul li a{
  color: #951145;
}
.category-renovation ul li a{
  color: #114595;
} 
/*page-top*/
#page-top {
    position: fixed;
    bottom: 0;
    right: 20px;
}
/*flexslider*/
.flexslider{
  margin: 0 !important;
}


/*************************************
ページャー
*************************************/
.page-navi{
    text-align: center;
}
.page-navi li{
    background: #fff;
    border: 1px #9FA0A0 solid;
    display: inline-block;
}
/*************************************
ページナビ
*************************************/
.page-nav-detail{
    border-top: 1px solid #9FA0A0;
}
.page-nav-detail .prev{
    float: right;
}
.page-nav-detail .next{
    float: left;
}
/*************************************
contactform7
*************************************/
.wpcf7-mail-sent-ok {
display:none!important
}
/*************************************
共通
*************************************/
.wrap{
    width: 1000px;
    margin: 0 auto;
}

a img:hover{
  opacity: 0.5;
  transition: 0.5s;
}
.smalltext{
  font-size: 12px;
  display: block;
}
.smalltext:before{
  content: "※";
}
.submainbox{
  display: table;
  vertical-align: middle;
}
.submainbox p{
  display: table-cell;
  vertical-align: middle;
  width: 60%;
}
.submainbox img{
  width: 100%;
}
/*sidebar*/
.side-contents{
  float: left;
}
.main-contents{
  float: right;
}
.side-contents{
  width: 180px;
}
.main-contents{
  width: 800px;
}
.side-contents p{
  border-bottom: 1px dotted #3E3A39;
  font-size: 18px;
  font-weight: 500;
}
.side-contents ul li{
  border-bottom: 1px dotted #9FA0A0;
  font-size: 17px;
}
.side-contents ul li a{
  line-height: 2.5;
}
.side-contents ul li ul li a{
  line-height: 1.5;
}
.side-contents ul li ul li{
  font-size: 14px;
}
.side-contents ul li ul li:last-child{
  border: none;
}
.side-contents ul li ul li:first-child{
  border-top: 1px dotted #9FA0A0;
}
.side-contents ul li ul li:before{
  content: "〉";
}
/*************************************
余白関係
*************************************/
.contentbox{
  padding-top: 100px;
}
.contentminibox{
  padding-top: 60px;
}

.subpageheaderbox nav{
  padding: 10px 0;
}
.subcontent{
  padding-bottom: 40px;
}
.contentbox .subcontent:last-child{
  padding-bottom: 0;
}
h3{
  padding: 5px 0 5px 10px;
  margin-bottom: 20px;
}
h4{
  margin-top: 20px;
  margin-bottom: 10px;
}
h5{
  margin-bottom: 10px;
}
/*
h4{
  padding-top: 40px;
  margin-bottom: 10px;
}
.contentbox h3:not(:first-child){
  margin-top: 25px;
}*/
.submainbox{
  padding-bottom: 40px;
}
.submainbox p{
  padding-right: 20px;
}
/*sidebar*/
.side-contents ul li{
  padding: 10px 0;
}
.side-contents ul li img{
  padding-right: 5px;
}
.side-contents ul li ul li{
  padding-left: 10px;
}
/*footer*/
.footerbg{
  margin-top: 80px;
}
.footerlink{
  padding-bottom: 20px;
}
.footerlink ul li{
  padding: 0 10px;
}
.trianglemenu li:first-child{
  padding-left: 0;
}
.trianglemenu{
  padding-bottom: 10px;
}
.linemenu li a{
  vertical-align: text-top;
}
.footeradd{
  padding: 20px 0 40px;
}
.footeradd img{
  padding-right: 20px;
}
/*news*/
.newstitle{
  padding: 19px 0;
}
.newsbox{
  padding: 20px 0;
}
.newsthumbnail,
.newsdate{
  padding-right: 10px;
}
.newsexcerpt{
  padding-top: 5px;
}
.post-categories li a{
  padding: 0 10px;
}
.archivemore{
  margin-top: 10px;
}
.subpagecontent .newsbox:first-child{
  padding-top: 0;
}
.page-navi{
  padding-top: 20px;
}
.archivemore a{
  padding: 5px 30px;
}
.page-navi li{
  padding: 15px 20px;
}
/*menu*/
nav ul li ul li{
  padding: 15px 0
}
.page-nav-detail{
  margin-top: 40px;
}
/*404*/
.notfoundlist{
  padding-top: 10px;
}
/*page-fuel*/
.fuel02count{
  padding: 40px 0;
}
.fuel02minibox{
  padding: 10px;
}
.fuel02minibox01{
  margin-right: 4%;
}
.fuel03smalltext{
  padding-top: 20px;
}
.fuel05listbox ul:first-child{
  padding-right: 80px;
}
.fuel05listbox{
  padding-bottom: 20px;
}
.fuel05productbox{
  padding: 15px;
}
.fuel05productbox .maincopy{
  padding: 10px 0;
}
.fuel05productbox01{
  margin-bottom: 10px;
}
/*page-solar*/
.solar01reason strong{
  padding-bottom: 5px;
}
.solar01reason02{
  padding-top: 20px;
}
.solar01copy{
  padding-top: 20px;
}
.solartable{
  padding-top: 10px;
}
.solarworksbg{
  padding-top:  10px;
}
.solarworksbg h5{
  margin-bottom: 5px;
}
/*page-renovation*/
.renovation01servicebox{
  padding-top: 20px;
}
.renovation01service p{
  padding-left: 20px;
}
.insulation p{
  padding-left: 20px;
}
.fiacelink{
  padding: 10px;
  margin-top: 10px;
}
.renovation02box p{
  padding-bottom: 20px;
}
.worksthumbnail{
  padding-top: 10px;
}
.worksdate{
  padding-right: 5px;
}
.worksitem{
  margin-right: 5%;
}
.singleworksitem{
  padding-bottom: 40px;
}
.worksbox .worksitem:nth-child(3n){
  margin-right: 0;
}
.workstitle{
  padding: 15px 0;
}
/*page-facility*/
.facilityitem{
  padding-top: 20px;
}
.facility01listboxbottom{
  padding-top: 20px;
}
/*table*/
table.type01 th,
table.type01 td,
.recruit-table table .column-1,
.recruit-table table .column-2 {
	padding: 10px;
}
/*inquiry*/
.entryformbtn{
  padding-top: 30px;
}
.entryformbtn a{
  padding: 20px 100px;
}

/*お問合せ*/
.inqirymain{
  padding: 20px 10px;
}
.inqirymain span{
  padding-right: 10px;
}
.formtitle{
  padding-top: 20px;
}
.forminput{
  padding: 20px 0 20px 10px;
}
.wpcf7c-btn-confirm,
.wpcf7c-btn-back,
.wpcf7-submit{
  padding: 20px 0;
  margin: 30px 0;
}
.wpcf7c-btn-back{
  margin-right: 10px;
}
.wpcf7-list-item{
  margin: 0 1em 0 0!important;
}
/*recruit*/
.maincontent .companylink{
  padding: 10px;
  margin-top: 10px;
}
/*************************************
404
*************************************/
.notfoundlist{
  list-style-type: decimal;
  list-style-position: inside;
}
.notfoundplan{
  list-style-image: url(../img/circleicon.png);
  list-style-position: inside;
}
/*************************************
ヘッダー
*************************************/
.headerbox{
    position: relative;
    height: auto;
}
.headerbox .subcopy{
    position: absolute;
    top: 0;
    color: #fff;
    font-size: 12px;
    z-index: 10;
}
/*subpageheader*/
.subpageheaderbox .subcopy{
    color: #8CB68C;
    font-size: 12px;
}
.subpagelogo{
  text-align: center;
}
.subpagelogo a img{
  width: 20%;
}
/*inquiry*/
.telbox{
  position: absolute;
  top: 10px;
  right: 0;
}
.mailbox{
  position: absolute;
  top: 70px;
  right: 0;
}
.telitem,
.mailitem {
	position: relative;
	overflow: hidden;
	width: 182px;
  height: 40px;
}
.tel,
.mail {
	position: absolute;
	top: 0;
	right: -140px;
	z-index: 2;
	width: 182px;
	height: 100%;
	-webkit-transition: .3s;
	transition: .3s;
	background: rgba(255, 255, 255, 0.7);
}
.telitem .tel img,
.mailitem .mail img {
	position: relative;
	z-index: 1;
	-webkit-transition: .3s;
	transition: .3s;
  width: 40px;
}
.tel span,
.mail span{
	position: relative;
	z-index: 1;
	-webkit-transition: .3s;
	transition: .3s;
}
.tel span:hover,
.mail span:hover{
  color: #119561;
}
.telitem:hover .tel,
.mailitem:hover .mail {
	right: 0;
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}
.inquirybox{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
.inquiryboxsp{
  display: none;
}
/*main*/
.mainitem{
  width: 100%;
  text-align: center;
  z-index: 10;
}
.mainitem{
  position: absolute;
  bottom: 62%;
}
.metaslider .caption{
  background: rgba(255, 255, 255, 0.7);
  margin: 0 200px 0 200px;
}
.mainitem img{
  width: 30%;
}
.slides{
  overflow: hidden;
}
/*.slides li img{
  min-height: 300px;
  object-fit: cover;
}*/
.metaslider .caption-wrap {
    text-align: center;
    background: none!important;
    top: 48%;
    line-height: 1.5!important;
    color: #000!important;
}
.flex-control-nav{
  bottom: 8%!important;
  z-index: 10;
}

.flex-control-nav li a{
  border-radius: 0px!important;
  background: rgba(255, 255, 255, 0.7)!important;
}
.flex-control-paging li a.flex-active {
    background: #fff!important;
}
/*slide*/
/*.slide{
  background: #000;
}*/
.slides{
  overflow: hidden;
}
/*menu*/
nav ul {
	position: relative;
	margin: 0;
  z-index: 10;
}
nav ul::after {
	display: block;
	clear: both;
	content: '';
}
nav ul li {
	position: relative;
	float: left;
  width: 250px;
  text-align: center;
}
nav ul li{
  border-right: 1px solid #9FA0A0;
}
nav ul li:first-child{
  border-left: 1px solid #9FA0A0;
}
nav ul li a {
	display: inline-block;
	color: #fff;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
}
nav ul li a:hover{
  color: #118795;
}
nav ul li a.nolink:hover{
  color: #3E3A39;
}
nav ul li ul {
	position: absolute;
	top: 100%;
	left: -2px;
  background: #fff;
}
nav ul li ul li {
	float: none;
	margin: 0;
  border: none;
}
nav ul li ul li:first-child{
  border: none;
}

nav ul li ul {
	visibility: hidden;
	opacity: 0;
	transition: .2s ease-in-out;
}
nav ul li:hover > ul {
	visibility: visible;
	opacity: 1;
}
a.nolink{
  text-decoration: none;
}
/*subpagenav*/
.subpageheaderbox nav{
  border-top: 1px solid #9FA0A0;
  border-bottom: 1px solid #9FA0A0;
}
/*breadcrumb*/
.breadcrumb ul li{
  float: left;
}
.breadcrumb ul li,
.breadcrumb ul li a{
  font-size: 12px;
}
.breadcrumb ul li:after{
  content: '　〉';
}
.breadcrumb ul li:last-child:after{
  content: none;
}
/*************************************
トップページコンテンツ
*************************************/
/*businessbox*/
.businessitem {
  position: relative;
  overflow: hidden;
  width: 333px;
  height: 222px;
  color: #fff;
  float: left;
  border: 1px solid #fff;
}
.businesstitle{
  width: 200px;
  position: absolute;
  top: 29%;
  left: 20%;
	-webkit-transition: .3s;
	transition: .3s;
  text-align: center;
  background: rgba(000, 000, 000, 0.5);
  padding: 10px;
}
.businesstitle img{
  width: 25%;
}
.businesstitle p{
    font-size: 25px;
    font-weight: 900;
}
.businesscaption {
	position: absolute;
  top: 0;
  /*top: 30%;
  left: 5%;
  right: 5%;*/
	z-index: 2;
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
  line-height: 1.5;
  background: rgba(000, 000, 000, 0.7);
  /*width: 333px;
  height: 222px;*/
  padding: 40px 20px;
  height: 100%;
}
.businesscaption a:last-child{
  text-align: right;
}
.businesscaption a{
  color: #fff;
  padding-top: 50px;
  display: block;
}
.businessitem:hover .businesscaption {
	opacity: 1;
}
.businessitem:hover .businesstitle {
	opacity: 0;
}
/*news*/
.topnewsbg{
  float: left;
}
.newsbox{
  border-bottom: 1px dotted #9FA0A0;
}
.newsthumbnail,
.newstext,
.topnewstext{
  float: left;
}
.newsdate,
.newscategory{
  float: left;
}
.newsmore{
  text-align: right;
}
.newsdate,
.newscategory,
.newsmore{
  font-size: 14px;
}
.newsthumbnail img{
  width: 150px;
  height: auto;
}
.newstitle a{
  font-size: 18px;
  font-weight: bold;
}
.newsexcerpt{
  font-size: 14px;
  display: block;
}
.topnewstext{
  width: 500px;
}
.newstext{
  width: 800px;
}
.archivemore{
  text-align: center;
}


.archivemore a {
	display: inline-block;
	width: 200px;
	/*height: 54px;*/
	text-align: center;
	text-decoration: none;
	/*line-height: 54px;*/
	outline: none;
  background-color: #fff;
	border: 2px solid #119561;
	color: #119561;
	/*line-height: 50px;*/
}
.archivemore a::before,
.archivemore a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.archivemore a,
.archivemore a::before,
.archivemore a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.archivemore a:hover {
	background-color: #119561;
	border-color: #119561;
	color: #fff;
}


/*.archivemore a{
  display: inline-block;
  border: 1px solid #119561;
  text-decoration: none;
  color: #119561;
  text-align: center;
}
.archivemore a:hover{
  background: #119561;
  color: #fff;
}*/
.archivemore span{
  display: block;
}
.archivemore span:first-child{
  font-size: 20px;
}
.archivemore span:last-child{
  font-size: 12px;
}
/*blog*/
.blogbox{
  float: right;
}
.blogtitle a{
  font-size: 18px;
  line-height: 2.0;
  text-decoration: none;
}
.blogtitle a:hover{
  color: #119561;
}
/*************************************
フッター
*************************************/
.footerbg{
  background: #EFEFEF;
}
.footerlink ul li{
  float: left;
}
.footerlink ul li a{
  font-size: 12px;
}
.trianglemenu{
  list-style-image: url(../img/triangleicon.png);
  list-style-position: inside;
}
.linemenu li{
  border-left: 1px solid #9FA0A0;
}
.linemenu li:last-child{
  border-right: 1px solid #9FA0A0;
}
.footeradd{
  border-top: 1px solid #9FA0A0;
}
.footeradd img{
  width: 30%;
  display: block;
}
.footeradd img,
.footeradd p{
  float: left;
}
.footeradd p,
.footeradd p a{
  font-weight: 200;
  line-height: 1.3;
}
.copyrightbg{
  background: #004228;
  text-align: center;
  color: #fff;
}
.copyrightbg small{
  font-size: 8px;
  line-height: 2.0;
}
/*************************************
ガス・灯油 page-fuel
*************************************/
.fuel01bg{
  background-image: url(../img/fuel/fuel01bg.png);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
}
.fuel02count{
  font-size: 18px;
  font-weight: bold;
}
.fuel02minibox{
  border: 0.5px solid #3E3A39;
  float: left;
  width: 46%;
}
.tablepress-id-1{
  border: 1px solid #ddd!important;
}
.tablepress-id-1 td{
  border: 1px solid #ddd!important;
}
.tablepress-table-description{
  text-align: right;
  font-size: 14px;
}
.fuel05listbox ul{
  float: left;
  list-style: square;
  list-style-type: square;
  list-style-position: inside;
}
.fuel05productbox{
  background: #EFEFEF;
}
.fuel05productbox strong{
  font-size: 18px;
  display: block;
}
.fuel05productbox .maincopy{
  font-weight: bold;
}
.fuel05productbox .floatbox img,
.fuel05productbox .floatbox p{
  float: left;
}
.fuel05productbox .floatbox img{
  width: 20%;
}
.fuel05productbox .floatbox p{
  width: 80%;
}
/*************************************
太陽光・電気 page-solar
*************************************/
.solar01reason strong{
  font-size: 18px;
  display: block;
}
table.type11 {
	border-collapse: separate;
	border-spacing: 1px;
	line-height: 1.5;
}
table.type11 th {
	width: 33%;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	color: #fff;
	background: #004228;
}
.colorside{
	color: #fff;
	background: #004228!important;
}
table.type11 td {
	width: 33%;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background: #eee;
}

.solarworks{
  float: left;
  width: 25%;
}
.solarworks p{
  font-weight: 600;
}
.yamayadenki img{
  width: 100%;
  height: auto;
}
/*************************************
リフォーム page-renovation
*************************************/
.renovation01service img,
.renovation01service p{
  float: left;
}
.renovation01service img{
  width: 30%;
}
.renovation01service p{
  width: 70%;
}
.insulation img,
.insulation p{
  float: left;
}
.insulation img{
  width: 50%;
}
.insulation p{
  width: 50%;
}
.fiacelink{
  background: #B8193F;
  color: #fff!important;
  display: block;
  text-align: center;
}
.renovation02box img{
  width: 100%;
}
.worksdate,
.post{
  float: left;
}
.worksitem{
  float: left;
  width: 30%;
}
.workstitle a{
  font-size: 18px;
  font-weight: bold;
}
.worksthumbnail img{
  width: 100%;
  height: auto;
}
/*************************************
設備 page-facility
*************************************/
.facilityitem{
  font-size: 20px;
}
.facility01listbox ul{
  list-style-position: inside;
}
.facility01listbox ul > li{
  padding-left: 2.0em;
  text-indent: -2.0em;
}
.facility01listbox > ul{
  float: left;
  list-style: square;
  list-style-type: square;
  list-style-position: inside;
  width: 50%;
}
.facility01listbox > ul > li{
  font-weight: bold;
}
.facility01listbox ul li ul li{
  display: inline;
  font-size: 14px;
  padding-left: 10px;
}
.facility01listbox ul li ul li:first-child{
  padding-left: 2.0em;
}
/*************************************
会社概要
*************************************/
.maincontent p{
  padding: 40px 0;
}
.greeting p,
.greeting .character{
  display: table-cell;
  vertical-align: bottom;
}
.greeting p{
  width: 897px;
}
table.type01 {
	border-collapse: collapse;
}
table.type01 th {
	width: 150px;
	font-weight: bold;
	border: 1px solid #fff;
  background: #EFEFEF;
  text-align: center;
  vertical-align: middle;
}
table.type01 td {
	width: 850px;
  vertical-align: middle;
	border: 1px solid #EFEFEF;
	text-align: left;
}
/*************************************
採用情報
*************************************/
.maincontent .companylink{
  background: #118795;
  color: #fff;
  display: inline-block;
}
.recruit-table table .column-1{
	width: 150px;
	font-weight: bold;
	border: 1px solid #fff;
  background: #EFEFEF;
  text-align: center;
  vertical-align: middle;

}
.recruit-table table .column-2 {
	width: 850px;
  vertical-align: middle;
	border: 1px solid #EFEFEF!important;
	text-align: left;
}
.entryformbtn{
  text-align: center;
}
.entryformbtn a{
  background: #951145;
  color: #fff;
  text-decoration: none;
}
.entryformbtn a:hover{
  opacity: 0.5;
  transition: 0.5s;
}
/*************************************
お問合せ
*************************************/
.inqirymain{
  font-weight: 900;
  font-size: 20px;
  background: #EFEFEF;
}
.inqirymain span{
  font-size: 16px;
  font-weight: 900;
}
.inqirymain a{
  font-weight: 900;
}
/*form*/
.formbox{
  background: #EFEFEF;
}
.formitem{
  border-bottom: 1px dotted #9FA0A0;
}
.formtitle,
.forminput{
  float: left;
}
.formtitle{
  width: 250px;
  text-align: center;
}
.forminput{
  width: 750px;
  background: #F6F6F6;
  border-left: 1px dotted #9FA0A0;
}
.submit-button{
  text-align: center;
}
.wpcf7c-btn-confirm,
.wpcf7c-btn-back,
.wpcf7-submit{
  cursor: pointer;
  text-decoration: none;
  font-weight: 900;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: none;
  font-size: 18px;
  color: #fff;
  width: 300px;
}
.wpcf7c-btn-confirm,
.wpcf7-submit{
    background: #114595;
}
.wpcf7c-btn-back{
    background: #587cb4;
}
.wpcf7c-btn-confirm:hover,
.wpcf7c-btn-back:hover,
.wpcf7-submit:hover{
  opacity: 0.5;
  transition: 0.5s;
}
.wpcf7c-conf{
  border: none!important;
  background: #F6F6F6!important;
}
textarea.wpcf7c-conf{
  resize: none;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #F6F6F6 inset;
}
/*************************************
single
*************************************/
.singlecontent{
  padding: 60px 20px 0 20px;
}


/*************************************
contactform7
*************************************/
a.completion {
	display: inline-block;
	width: 200px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
  background-color: #119561;
	border: 2px solid #119561;
	color: #fff;
	line-height: 50px;
}
a.completion::before,
a.completion::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
a.completion,
a.completion::before,
a.completion::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
a.completion:hover {
	background-color: #fff;
	border-color: #119561;
	color: #119561;
}