@charset "utf-8";
/*===========================
add
===========================*/

/* color:var(--basic-color); で利用 */
:root {
    --basic-color:#178030;
}

/* color:var(--basic-color2); で利用 */
:root {
    --basic-color2:#1e4d29;
}

/*
rgba変換ジェネレーター
https://generator.web-alpha.info/rgba/index.php
*/

.fcBasic {
    color:var(--basic-color);
}

ul.fixRightBnr li.ameba a {
    background-color:#fa6218;
}

.boxFrame {
    border:3px solid var(--basic-color);
    background: rgba(255,255,255,.8);
}

.catch2 {
    color:var(--basic-color);
}

.catch3 {
    color:var(--basic-color);
}

.txtIconBlock {
    background-color:var(--basic-color);
}

.txtIconM {
    background-color:var(--basic-color);
}

.txtIconPoint {
    background-color:var(--basic-color);
}

.txtBnr a {
    background-color:var(--basic-color);
}

.txtBnr2 a {
    background-color:var(--basic-color);
}

.txtBnrBlock a {
    background-color:var(--basic-color2);
}

.txtBnrBlock2 a {
    background-color:var(--basic-color2);
}

.txtBnrTel a {
    background-color:var(--basic-color);
}

/*----------
flow
----------*/

.area_flowC .inner_flow .largeTxt {
    color:var(--basic-color);
}

/*----------
faq
----------*/

.question-title:before {
    background:#47b67a; /*要調整*/
}

.answer-text:before {
    background:#e4916c; /*要調整*/
}

/*----------
table
----------*/

/* 普通のtable */

table.table2 th {
    background-color:#e9ffee; /*要調整*/
}

/* 縦に並ぶtable */

table.table3 th {
    background-color:#e9ffee; /*要調整*/
}

table td.tdColor {
    background-color:#fffbf8;
}

table td.price {
    text-align: right;
}

/*----------
list
----------*/

ol.liNum li:before {
    background:var(--basic-color);
}

ol.liNumS li:before , ol.liNumS2 li:before {
    background:var(--basic-color);
}

ul.liCircle li::before , ul.liInline li::before ,  ul.liInline2Div li::before , ul.liInline3Div li::before , ul.liInline4Div li::before {
    background-color:var(--basic-color);
}

ul.liCheck li:before , ul.liCheckInline li:before , ul.liCheck2Div li:before , ul.liCheck3Div li:before , ul.liCheck4Div li:before {
    color:var(--basic-color);
}

ul.liBox li {
    background-color:var(--basic-color);
}

/*---------------
幅100％Flex画像
---------------*/

.contents-text h3::before {
    color: rgba(23,128,48,0.2);/* 要調整 */
}

/*---------------
幅100％Flex(旧型)
---------------*/

.flex_box h3 {
    color:var(--basic-color);
}

/*---------------
ビフォーアフター
---------------*/

.imgBF .txtBef {
    background: rgba(187,152,70,.7); /* 要調整 */
}

.imgBF .txtAft {
    background: rgba(243,82,10,.8); /* 要調整 */
/*  background: rgba(198,9,23,.8); */
}

/*---------------
施工内容
---------------*/

.boxConst {
    border: dashed 1px #CBB69C;  /* 要調整 */
    padding:1.5em 1.5em 1.2em 1.5em;
    background: rgba(254,254,254,.9); /* 要調整 */
    border-radius: 10px;
    -webkit-border-radius: 10px; 
    -moz-border-radius:10px;
}

.txtIcoConst {
    color:#FFF;
    background-color:#6A4E2F; /* 要調整 */
}

ul.liConst li {
    background-color:#f9f3d9; /* 要調整 */
}

/*---------------
上下中央揃え
---------------*/

.f-Vcenter-txtLeft {
    display:flex;
    justify-content:left;
    align-items:center;
    text-align:left;
    tbox-sizing: border-box;
}

/*---------------
代表氏名
---------------*/

.ceo_name {
    text-align: right;
    font-size: 110%;
}


/*---------------
ご依頼の流れ
---------------*/

.f-wrap_RE01{
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.f-wrap_RE01 > div{
  width: 24%;
  display: flex;
  flex-direction: column;
}

.f-wrap_RE01 > div > p:first-child{
	text-align: center;
	/*color: #1CC569;*/
	font-size: 1.25em;
	line-height: 1;
	height: 1.75em;
	display: flex;
	justify-content: center;
	align-items: center;
}

.f-wrap_RE01 > div > div{
	background-color: #EAFFE8;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	align-content: center;
	border-radius: 6px;
}

.top_request .headContact{
	width: 50%;
}
.top_request .headContact a{
	font-size: 1.5em ;
	margin: 0;
}

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

.f-wrap_RE01{
  display: block;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.f-wrap_RE01 > div{
  width: 100%;
  margin-bottom: 20px;
}
.f-wrap_RE01 div:last-child{
  margin-bottom: 5px;
}
.top_request .headContact{
	width: 100%;
}
.top_request .headContact a{
	font-size: 100% ;
}
}



.icon_flow {
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	border-radius: 50%;
	background-color: #fff;
	margin: 0 auto;
    color:var(--basic-color);
	font-size: 50px;
	margin-bottom: 20px;


}

.no_shadow{
	box-shadow:none !important;	
}







