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

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

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

/*
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:#8894de; /*要調整*/
}

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

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

/* 普通のtable */

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

/* 縦に並ぶtable */

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

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(29,42,124,.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%;
}

/*---------------
代表挨拶
---------------*/

.bg_photo1 {
	padding:4vw 2vw;
	background-image: url(../img/content/back.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-shadow: 0 0 1px #fff,0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff,0 0 10px #fff,0 0 12px #fff, 0 0 14px #fff, 0 0 16px #fff, 0 0 18px #fff;
}

@media screen and (max-width: 768px) {
.bg_photo1 {
    padding:50px 10px;
}
}

/*---------------
特徴（番号付き）
---------------*/

.circle-big::before {
    background-color:var(--basic-color);
}

/*---------------
箇条書き○付き数字の制御
---------------*/

ol.liNum li.icomRound:before {
	position: absolute;
	counter-increment: number;
	content: counter(number);
	display:inline-block;
	background:var(--basic-color);
	color: white;
	font-size: 15px;
	border-radius: 50%;
	left: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	top:0.8em;
}

ol.liNum li:before {
	position: absolute;
	counter-increment: number;
	content: counter(number);
	display:inline-block;
	color: #222;
	font-size: 15px;
	font-weight: 900;
	/*border-radius: 50%;*/
	left: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	top:0.8em;
}

/*---------------
枠　背景色付き
---------------*/

.boxBasicCol {
	border:3px double #fff;
    background-color:var(--basic-color);
	padding: 1.5em 0.0em 1.5em 4.0em;
	border-radius: 10px;
	-webkit-border-radius: 10px; 
	-moz-border-radius:10px;
	color: #fff;
}

ul.liInline3Div.white li::before {
    background-color:#fff;
}

@media only screen and (max-width: 600px) {
.boxBasicCol {
	padding: 1.5em;
}	
}

/*---------------
サポート
---------------*/

.bg_photo2 {
	padding:4vw 2vw;
	background-image: url(../img/content/back2.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-shadow: 0 0 1px #fff,0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff,0 0 10px #fff,0 0 12px #fff, 0 0 14px #fff, 0 0 16px #fff, 0 0 18px #fff;
}

@media screen and (max-width: 768px) {
.bg_photo2 {
    padding:50px 10px;
}
}

.support_hd {
	font-size: 140%;
	color: var(--basic-color);
	margin-bottom: 10px;
}
