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

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





/* column  */ 

.column1_100p {
	border:1px solid #e1e1e1;
	background: rgba(255,255,255,.9);
}

.column1_80p {
	border:1px solid #00aa9f;
	background: rgba(255,255,255,.9);
}

.column1_60p {
	border:1px solid #00aa9f;
	background: rgba(255,255,255,.9);
}

.column2_80p {
	border:3px double #00aa9f;
	background: rgba(255,255,255,.9);
}

.column2_60p {
	border:3px double #00aa9f;
	background: rgba(255,255,255,.9);
}


.column3_80p {
	border:4px dashed #00aa9f;
	background: rgba(255,255,255,.95);
}

.column3_60p {
	border:4px dashed #00aa9f;
	background: rgba(255,255,255,.95);
}

.column4_80p {
	border:4px dashed #00aa9f;
	background: rgba(255,255,255,.95);
}

.column4_60p {
	border:4px dashed #00aa9f;;
	background: rgba(255,255,255,.95);
}

/* table  */ 

table.table3 th {
	background-color:#e1e1e1;
	color:#333;
}

table.table2 th {
	background-color:#e1e1e1;
	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:#00aa9f;
}



.txtBnr2 a {
	color:#FFF;
	background-color:#00aa9f;;
	margin:0.4em 0;
}



.txtBnr3 a {
	color:#FFF;
	background-color:#00aa9f;
}

.txtBnrInline a {
	color:#FFF;
	background-color:#00aa9f;
}



/* contactBtn */


.txtContacBnr a {
	color:#FFF;
	background-color:#00aa9f;
}

.txtContacBnrPC {
	color:#FFF;
	background-color:#00aa9f;
}

/* catch */

h3.h3Catch1 {
	color:#00aa9f;
}

h3.h3Catch2 {
	color:#00aa9f;
}

/* catchiphrase */

.catch1 {
	color:#00aa9f;
}

.catch2, .catch3 {
	color:#6c9ac5;
}
.catchS {
	color:#00aa9f;
}

/* list */

ul.liCircle li::before {
	background:#6c9ac5;
}

/* flow */


.area_flowC .inner_flow {
	background: rgba(250,250,250,.85);
}

.area_flowC .inner_flow .largeTxt {
	color:#00aa9f;
	border-bottom:1px dotted #CCC;
}



.txtIcon3 {
    background-color: #00aa9f;
}

 /* index_wp　オリジナル
 
.index_wp ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #CCCCCC;
}

.index_wp .thumbnail {
    display: inline-block;
	vertical-align:middle;
	line-height:150px;

}
.index_wp .data {
    margin-left: 20px;
    display: inline-block;
	vertical-align:middle;
	line-height:150px;

}
.index_wp .title {
    margin-left: 20px;
	display: inline-block;
	vertical-align:middle;
	
	
	line-height:150px;
}

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



.index_wp .thumbnail {
	display: block;
	margin-bottom:10px;
}

.index_wp .data {
    margin-left: 0;
	display: block;
	line-height:1.2em;
	margin-bottom:5px;
}
.index_wp .title {
    margin-left: 0;
	display: block;
	line-height:1.2em;
	margin-bottom:10px;
}


}

 */
 
  /* index_wp flexバージョン　*/
  
.index_wp ul {
	max-height:460px;
	overflow: auto;
}
 
.index_wp ul li {
	display: flex;
	justify-content: start;
	flex-wrap: wrap;
	align-items: center;
	
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #CCCCCC;
}

.index_wp .thumbnail {
    display: inline-block;
	vertical-align:middle;

}
.index_wp .data {
    margin-left: 20px;
    display: inline-block;
	vertical-align:middle;

}
.index_wp .title {
    margin-left: 20px;
	display: inline-block;
	vertical-align:middle;
}



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


.index_wp .thumbnail {
	display: block;
	margin-bottom:10px;
}

.index_wp .data {
    margin-left: 20px;
	display: block;
	margin-bottom:5px;
}
.index_wp .title {
    margin-left: 0;
	display: block;
	margin-bottom:10px;
}


}

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


.index_wp .thumbnail {

}

.index_wp .data {
    margin-left: 0;
	display: block;
	margin-bottom:5px;
}
.index_wp .title {
}


}

