@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');
/*===========================
add
===========================*/

/*-----------
   色変更   
-----------*/


/* column  */ 

.column1_100p {
	border:1px solid #e1e1e1;
	background: rgba(255, 255, 255, .9);
}
.column1_80p {
	border:1px solid #41b879;
	background: rgba(255, 255, 255, .9);
}
.column1_60p {
	border:1px solid #EBC97A;
	background: rgba(255, 255, 255, .9);
}
.column2_80p {
	border:3px double #EBC97A;
	background: rgba(255, 255, 255, .9);
}
.column2_60p {
	border:3px double #EBC97A;
	background: rgba(255, 255, 255, .9);
}
.column3_80p {
	border:4px dashed #EBC97A;
	background: rgba(255, 255, 255, .95);
}
.column3_60p {
	border:4px dashed #EBC97A;
	background: rgba(255, 255, 255, .95);
}
.column4_80p {
	border:4px dashed #EBC97A;
	background: rgba(255, 255, 255, .95);
}
.column4_60p {
	border:4px dashed #EBC97A;
	;
	background: rgba(255, 255, 255, .95);
}
/* table  */ 

table.table3 th {
	background-color:rgba(65,184,121,.2);
	color:#333;
}
table.table2 th {
	background-color:rgba(65,184,121,.2);
	color:#333;
}
.tdColorBeige {
	background:#FEF8E9 !important;
	text-align:center;
	vertical-align:middle;
}
table.table2 td.tdBgC01 {
	background-color:#FFF;
}
table.table2 td.tdBgC02 {
	background-color:#EEE;
}
table.table2 td.tdBgC03 {
	background-color:#DDD;
}
table.table2 td.tdBgC04 {
	background-color:#CCC;
}
table.table2 td.tdBgC05 {
	background-color:#BBB;
}



/* addon-circle */ 

.circle-big::before {
 color: #FFF;
 background:#F59338;
}
 ol.liFeature li::before {
 color: #FFF;
 background:#EEB853;
}
/* buttons */

.txtBnr a {
	background-color:#41b879;
}
.txtBnr2 a {
	color:#FFF;
	background-color:#41b879;
	;
	margin:0.4em 0;
}
.txtBnr3 a {
	color:#FFF;
	background-color:#EA8E1E;
}
.txtBnrInline a {
	color:#FFF;
	background-color:#EA8E1E;
}
/* contactBtn */


.txtContacBnr a {
	color:#FFF;
	background-color:#41b879;
}
.txtContacBnrPC {
	color:#FFF;
	background-color:#41b879;
}
.txtBA {
	color:#FFF;
	background-color:#EA8E1E;
}
/* catch */

h3.h3Catch1 {
	color:#EEA011;
}
h3.h3Catch2 {
	color:#EEA011;
}
/* catchiphrase */

.catch1 {
	color:#41b879;
}
.catch2 {
	color:#41b879;
}
.catchS {
	color:#41b879;
}

/* list */

ul.liCircle li::before {
 background:#41b879;
}
/* flow */


.area_flowC .inner_flow {
	background: rgba(254, 254, 254, .95);
}
.area_flowC .inner_flow .largeTxt {
	color:#41b879;
	border-bottom:1px dotted #CCC;
}

.box-type1{
    background: rgba(65,184,121,.2);
}
.box-type1 .box-title {
    font-size: 1.2em;
    background: #41b879;
    padding: 0.4em 0;
    text-align: center;
    color: #FFF;
}
.box-type1 p {
    padding: 1em;
}
.boxFrame {
    border: 3px solid #41b879;
}

.img_before ,
.img_after {
    position: relative;
    z-index: 0;
}
.img_before::before ,
.img_after::before {
    border: 2px solid #41b879;
    width: 3.8em;
    height: 3.8em;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 10px;
    bottom: -1.6em;
    z-index: 10;
}
.img_before::before {
    content:  'Before';
    color: #41b879;
    background-color: rgba(255,255,255,1);
}
.img_after::before {
    content:  'After';
    color: #fff;
    background-color: rgba(65,184,121,1);
}

.text-type1 {
    font-family:  "Yu Mincho", "游明朝", YuMincho, 'ヒラギノ明朝 Pro W3' , 'HiraMinPro-W3' , 'Noto Serif JP' ,serif;
    font-size: 1.2em;
    text-align: right;
}
.title-type1 {
    font-size: 1.2em;
    background: #41b879;
    padding: 0.4em 0;
    text-align: center;
    color: #FFF;
}
.title-type2 {
    font-size: 1.4em;
  border-bottom: solid 3px #ccc;
  position: relative;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.title-type2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #41b879;
  bottom: -3px;
  width: 20%;
}