@charset "utf-8";
/*===========================
add
===========================*/
/*----------------------
none
----------------------*/
.pcOFFtabletOFFspON{display: none;}
@media screen and (max-width: 768px) {
	.pcOFFtabletOFFspON{display: none;}
}
@media only screen and (max-width: 600px) {
	.pcOFFtabletOFFspON{display: block;}
}

.pcOFFtabletONspOFF{display: none;}
@media screen and (max-width: 768px) {
	.pcOFFtabletONspOFF{display: block;}
}
@media only screen and (max-width: 600px) {
	.pcOFFtabletONspOFF{display: none;}
}

@media screen and (max-width: 768px) {
	.pcONtabletOFFspOFF{display: none;}
}

@media screen and (min-width: 769px) {
	.pcOFFtabletONspON{display: none;}
}

@media screen and (min-width:601px) and (max-width: 768px) {
	.pcONtabletOFFspON{display: none;}
}

@media only screen and (max-width: 600px) {
	.pcONtabletONspOFF{display: none;}
}

/*===========================
margin
===========================*/
.mt0{margin-top: 0;}
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt40{margin-top: 40px;}
.mt50{margin-top: 50px;}

.mb0{margin-bottom: 0;}
.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}
.mb60{margin-bottom: 60px;}
.mb70{margin-bottom: 70px;}
.mb80{margin-bottom: 80px;}
.mb90{margin-bottom: 90px;}
.mb100{margin-bottom: 100px;}

/*===========================
a
===========================*/
a{color: #2981c0;}
a.underline{text-decoration: underline !important;}

/*===========================
align
===========================*/
.txc{text-align: center;}

.center-pcONspOFF{text-align: center;}
@media screen and (max-width: 768px) {
	.center-pcONspOFF{text-align: left;}
}

.center-pcONtabletONspOFF{text-align: center;}
@media screen and (max-width: 600px) {
	.center-pcONtabletONspOFF{text-align: left;}
}


/*===========================
text
===========================*/
.txt-s{
	font-size: 0.9rem;
}
.txt-red{
	color: #e00303;
}

.fb01{
	font-weight: bold;
	font-size: 1.1rem;
}

.fb02{
	font-weight: bold;
	font-size: 1.1rem;
	color: #2981c0;
}

.fb03{
	font-weight: bold;
	font-size: 1.1rem;
	color: #e60000;
}

/*===========================
btn
===========================*/
/*btn01----------*/
.btn01{
	text-align: center;
	margin: 50px auto 0;
	width:250px;
}

.btn01 a{
	background-color: #2981c0;
	text-decoration: none;
	color: #fff;
	display: block;
	text-decoration:none;
	line-height:normal;
	padding:0.4em 1em;
	box-sizing: border-box;
	border-radius: 3em;
	-webkit-border-radius: 3em;
	-moz-border-radius: 3em;
}

.btn01 a:hover{
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity:0.7;
	zoom:1;

	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}


/*===========================
table
===========================*/
.top-add th,.cont1-add th,.cont2-add th,.cont3-add th{
	background-color: #4793c3 !important;
	text-align: center;
}

/*===========================
ph
===========================*/
/*s-ph----------*/
@media screen and (min-width: 769px) {
	.s-ph{
		width: 60%;
		margin: 0 auto 50px;
	}
}
@media screen and (max-width: 768px) {
	.s-ph{
		margin: 0 auto 30px;
		width: 94%;
	}
}


/*===========================
indent
===========================*/
.indent01{
	padding-left:1.4em !important;
	text-indent:-1.4em;
}

.indent02{
	padding-left:1.3em !important;
	text-indent:-1.3em;
}

.indent03{
	padding-left:1.1em !important;
	text-indent:-1.1em;
}

.indent04{
	padding-left:1.6em !important;
	text-indent:-1.6em;
}

.indent05{
	padding-left:1em !important;
	text-indent:-1em;
}

.indent06{
	padding-left:1.8em !important;
	text-indent:-1.8em;
}

/*===========================
header
===========================*/
#headContent .logoArea img {
	max-width:400px;
}

@media screen and (max-width: 768px) {
	#headContent .logoArea img {
		max-width:300px;
	}
}


@media screen and (max-width: 600px) {
	#headContent .logoArea img {
		max-width:260px;
	}
}


/*===========================
top-add
===========================*/
/*box01----------*/
/*h2 + p-----*/
.top-add .box01 h2 + p{
	margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
	.top-add .box01 h2 + p{
		margin-bottom: 20px;
	}
}

/*h3-----*/
.top-add .box01 h3{
	background-color: #2981c0;
	color: #fff;
	margin-bottom: 10px;
	padding: 5px 0;
	font-size: 1.5rem;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.top-add .box01 h3::after{
	content: none;
}

@media screen and (max-width: 768px) {
	.top-add .box01 h3{
		font-size: 1.2rem;
	}
}


/*h3 + p-----*/
@media screen and (min-width: 601px) {
	.top-add .box01 h3 + p{
		padding: 0 10px;
	}
}


/*box02----------*/
/*ph-----*/
.top-add .box02 .ph{
	width: 400px;
	margin: 0 auto;
}
@media screen and (max-width: 600px) {
	.top-add .box02 .ph{
		width: 100%;
	}
}

.top-add .box02 .ph a{
	padding: 20px;
	border: 1px solid #c8c8c8;
	display: block;
	transition: 0.5s;
}

.top-add .box02 .ph a:hover{
	opacity: 0.5;
}


/*box03----------*/
/*ol li-----*/
.top-add .box03 ol li{
	list-style: decimal;
	margin-left: 22px;
}

/*box04----------*/
/*ph-----*/
.top-add .box04 .ph{
	padding: 20px;
	margin-bottom: 20px;
}

.top-add .box04 .ph img{
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

/*p-----*/
.top-add .box04 p{
	text-align: center;
}


/*===========================
cont1-add
===========================*/
/*box01----------*/
@media screen and (max-width: 768px) {
	.cont1-add .box01 .f-item1-3,
	.cont1-add .box01 .f-item1-2.de01{
		display: block !important;
		width: 100%;
	}
}


/*in01-----*/
@media screen and (min-width: 769px) {
	.cont1-add .box01 .in01{
		width: 66%;
		margin: 0 auto;
	}
}

/*title-box-----*/
.cont1-add .box01 .title-box{
	background-color: #2981c0;
	color: #fff;
	padding: 15px 5px;
	margin-bottom: 10px;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

@media screen and (max-width: 768px) {
	.cont1-add .box01 .title-box{
		display: flex;
	}
}

.cont1-add .box01 .title-box p{
	font-size: 2rem;
	margin-bottom: 10px;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.cont1-add .box01 .title-box p{
		font-size: 1.2rem;
		margin: 0;
		padding: 4px 0 0;
		line-height: 100%;
	}
}

.cont1-add .box01 h3{
	font-size: 1.2rem;
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 600px) {
	.cont1-add .box01 h3{
		text-align: left;
	}
}

.cont1-add .box01 h3::after{
	content: none;
}

.cont1-add .box01 .title-box + p{
	text-align: left;
}


/*box02----------*/
/*h3-----*/
.cont1-add .box02 h3{
	color: #2981c0;
}
.cont1-add .box02 h3::after{
	content: none;
}
@media screen and (max-width: 600px) {
	.cont1-add .box02 h3{
		text-align: left;
		font-size: 1.5rem;
	}
}



/*ol li-----*/
.cont1-add .box02 ol li{
	list-style: decimal;
	margin-left: 24px;
}


/*in02-----*/
/*h4--*/
.cont1-add .box02 .in02 h4{
	background-color: #2981c0;
	color: #fff;
	padding: 5px 0;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.cont1-add .box02 .in02 h4::after{
	content: none;
}

/*h4 + p--*/
.cont1-add .box02 .in02 h4 + p{
	text-align: center;
	margin-bottom: 10px;
}

/*table--*/
.cont1-add .box02 .in02 table td{
	width: 50% !important;
	text-align: center;
}

/*txt01--*/
.cont1-add .box02 .in02 .txt01{
	text-align: center;
	font-size: 1.5rem;
	color: #2981c0;
}
@media screen and (max-width: 768px) {
	.cont1-add .box02 .in02 .txt01{
		text-align: left;
		font-size: 1.2rem;
	}
}


/*box03----------*/
/*liInline4Div-----*/
@media screen and (min-width: 769px) {
	.cont1-add .box03 .liInline4Div{
		width: 690px;
		margin: 0 auto;
	}

	.cont1-add .box03 .liInline4Div li{
		width: auto;
	}

	.cont1-add .box03 .liInline4Div li:last-child{
		margin-right: 0;
		padding-right: 0;
	}
}

/*===========================
cont2-add
===========================*/
/*box01----------*/
@media screen and (max-width: 768px) {
	.cont2-add .box01 .f-item1-3,
	.cont2-add .box01 .f-item1-2.de01{
		display: block !important;
		width: 100%;
	}
}


/*in01-----*/
@media screen and (min-width: 769px) {
	.cont2-add .box01 .in01 .f-item1-2.de01{
		width: 48.2%;
	}
}

/*title-box-----*/
.cont2-add .box01 .title-box{
	background-color: #2981c0;
	color: #fff;
	padding: 15px 5px;
	margin-bottom: 10px;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

@media screen and (max-width: 768px) {
	.cont2-add .box01 .title-box{
		display: flex;
	}
}

.cont2-add .box01 .title-box p{
	font-size: 2rem;
	margin-bottom: 10px;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.cont2-add .box01 .title-box p{
		font-size: 1.2rem;
		margin: 0;
		padding: 4px 0 0;
		line-height: 100%;
	}
}

.cont2-add .box01 h3{
	font-size: 1.2rem;
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 600px) {
	.cont2-add .box01 h3{
		text-align: left;
	}
}

.cont1-add .box01 h3::after{
	content: none;
}

.cont1-add .box01 .title-box + p{
	text-align: left;
}


/*box02----------*/
.cont2-add .box02 ol li{
	margin-bottom: 10px;
}

.cont2-add .box02 ol li:last-child{
	margin-bottom: 0;
}

/*liCircle-----*/
.cont2-add .box02 .liCircle{
	margin: 5px 0 10px 3px;
}

.cont2-add .box02 .liCircle li{
	padding-left: 20px !important;
	margin-bottom: 0;
	text-indent: 0em;
}


/*box03----------*/
/*table-----*/
.cont2-add .box03 table{
	width: 600px;
	margin: 20px auto 40px;
}
@media screen and (max-width: 600px) {
	.cont2-add .box03 table{
		width: 100%;
	}
}

.cont2-add .box03 td{
	text-align: center;
	overflow-wrap: break-word;
}
.cont2-add .box03 td:nth-child(odd){
	width: 70% !important;
}
@media screen and (max-width: 768px) {
	.cont2-add .box03 td:nth-child(odd){
		width: 60% !important;
	}
}
@media screen and (max-width: 600px) {
	.cont2-add .box03 .table-box02 td:nth-child(odd){
		width: 50% !important;
	}
}


/*box04----------*/
/*liInline4Div-----*/
@media screen and (min-width: 769px) {
	.cont2-add .box04 .liInline4Div{
		width: 690px;
		margin: 0 auto;
	}

	.cont2-add .box04 .liInline4Div li{
		width: auto;
	}

	.cont2-add .box04 .liInline4Div li:last-child{
		margin-right: 0;
		padding-right: 0;
	}
}


/*===========================
cont3-add
===========================*/
/*box01----------*/
/*ol li-----*/
.cont3-add .box01 ol li{
	border-bottom: 1px dotted #8bb5d4;
	padding: 20px 0;
	display: flex;
}
@media screen and (max-width: 600px) {
	.cont3-add .box01 ol li{
		display: block;
	}
}

/*p.nam-----*/
.cont3-add .box01 p.nam{
	background-color: #2981c0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: #fff;
	margin: 3px 10px 0 0;
	padding-top: 13px;
	font-size: 1.5rem;
	text-align: center;
	box-sizing: border-box;
}
@media screen and (max-width: 600px) {
	.cont3-add .box01 p.nam{
		margin: 0 auto 10px;
	}
}

/*p.nam + p-----*/
.cont3-add .box01 p.nam + p{
	flex: 1;
}

.cont3-add .box01 p.nam + p.txt01{
	padding-top: 17px;
}
@media screen and (max-width: 768px) {
	.cont3-add .box01 p.nam + p.txt01{
		padding-top: 0;
	}
}

/*boxFrame-----*/
.cont3-add .box01 .boxFrame{
	width: 80%;
	margin: 0 auto 50px;
	padding: 0 0 30px;
}
@media screen and (max-width: 768px) {
	.cont3-add .box01 .boxFrame{
		width: 100%;
	}
}

.cont3-add .box01 .boxFrame p{
	font-size: 1.8rem;
	margin: 0 auto 20px;
	background-color: #2981c0;
	color: #fff;
	text-align: center;
	padding: 15px 0;
	border: 1px solid #2981c0;
}
@media screen and (max-width: 768px) {
	.cont3-add .box01 .boxFrame p{
		font-size: 1.5rem;
		padding: 10px 0;
	}
}

/*ul li--*/
.cont3-add .box01 .boxFrame ul {
	padding: 0 30px;
}
@media screen and (max-width: 600px) {
	.cont3-add .box01 .boxFrame ul {
		padding: 0 15px;
	}
}

.cont3-add .box01 .boxFrame ul li{
	padding-top: 10px;
	padding-bottom: 10px;
}

.cont3-add .box01 .boxFrame ul li:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
}

.cont3-add .box01 .boxFrame ul li::before{
	top: 17px;
}

/*ul li--*/
.cont3-add .box01 .boxFrame .btn01{
	margin-top: 30px;
}


/*box02----------*/
/*tableScrollTablet-----*/
@media screen and (min-width: 601px) {
	.tableScrollTablet{
		border: none;
	}
}

/*table-----*/
@media screen and (min-width: 769px) {
	.cont3-add .box02 table{
		width: 700px;
		margin: 0 auto;
	}
}

.cont3-add .box02 table th{
	background: #fff !important;
	color: #444;
}

.cont3-add .box02 table th.th-l01{
	background-color: #d1e6f6 !important;
}

.cont3-add .box02 table th.th-l02{
	background-color: #2981c0 !important;
	color: #fff;
}

.cont3-add .box02 td.td-l01{
	border-right: none;
}

.cont3-add .box02 td.td-l02{
	width: 100px;
	background-color: #2981c0;
	color: #fff;
	font-weight: bold;
}

.cont3-add .box02 p{
	margin-top: 30px;
}





/*===========================
contact-add
===========================*/
/*word-break----------*/
.contact-add .box01 p,
.contact-add .box01 li{
	word-break: break-all;
}


/*box01----------*/
.contact-add .box01 p{
	padding-bottom: 10px;
}

/*h3-----*/
.contact-add .box01 h3{
	font-weight: bold;
	margin: 15px 0 5px;
}

/*h4-----*/
.contact-add .box01 h4{
	text-align: left;
	margin-top: 20px !important;
	font-size: 1.1rem;
	font-weight: bold;
}

.contact-add .box01 h4::after{
	content: none;
}

/*ul li-----*/
.contact-add .box01 ul li{
	list-style: disc;
	margin-left: 26px;
}

.contact-add .box01 ul.none li{
	list-style: none;
	margin-left: 0;
}

/*table-----*/
.contact-add table{
	margin-bottom: 10px;
}
.contact-add th{
	text-align: left;
	padding-right: 10px;
	font-weight: normal;
}
@media screen and (max-width: 600px) {
	.contact-add th{
		width: 120px;
	}
}

/*===========================
footer
===========================*/
.footLogo img{
	width: 280px;
}







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

/* 基本カラー  */

.fcBasic {
	color:#ef6c70;
}


/* table  */

table.table2 th {
	background-color:#F79A86;
	color:#fff;
}

table.table3 th {
	background-color:#F79A86;
	color:#fff;
}

.tdColor1 {
	background-color:#FEF8EF !important;
}

.tdColor2 {
	background-color:#FEEEE0 !important;
}


/* buttons */

.txtBnr2 a {
	background-color:#EA8E1E;
	color: #FFF;
}


/*.txtIcon  */

.txtIcon {
	background-color:#EA8E1E;
	color: #FFF;
}

.txtIconBlock {
	background-color:#EA8E1E;
	color: #FFF;
}

.txtIconPoint {
	background-color:#ABC853;
}

/* catchiphrase */

.catch1 {
	color:#EEA011;
}

.catch2 {
	color:#EEA011;
}

.catch3 {
	color:#EEA011;
}

/*circle-number*/

.circle-big {
	color:#EEA011;
}

/* list */

ul.liCircle li::before , ul.liInline li::before ,  ul.liInline2Div li::before , ul.liInline3Div li::before , ul.liInline4Div li::before {
	background:#2981c0;
}

/* faq */

dl.faq dt::before {
	color: #FFF;
	background:#EE7E3C;
}

dl.faq dd::before {
	color: #FFF;
	background:#64A6D7;
}

/* 枠  */

.boxFrame {
	border:3px solid #2981c0;
}

.boxFrameDouble {
	border:3px double #2981c0;
}

.boxDot {
	border:2px dotted #2981c0;
	background:#FEFDE9;
}

.boxFablic {
	background:#FEFDE9;
	box-shadow: 0px 0px 0px 10px #FEFDE9;
	border:  dotted 2px #E3AA24;
}


/* 事業内容　*/

ul.liBusiv {
	text-align:center;
	margin-bottom:2em;
}
ul.liBusi li {
	padding:0.2em 1em;
	font-size:1.2em;
	width:100%;
	box-sizing: border-box;
	vertical-align:top;
	background-color:#41b879;
	color:#FFF;
	margin-bottom:10px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}

ul.liBusi2Div {
	text-align:center;
	margin-bottom:2em;
}
ul.liBusi2Div li {
	display:inline-block;
	padding:0.2em 1em;
	font-size:1.2em;
	width:46%;
	box-sizing: border-box;
	vertical-align:top;
	background-color:#41b879;
	color:#FFF;
	margin-bottom:10px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
}

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

ul.liBusi2Div li {
	display:block;
	width:100%;
}
}


.txtIconM {
	color: #fff;
	text-align: center;
	font-size: 1.2em;
	line-height: normal;
	padding: 0.4em 1em 0.5em 1em;
	background-color:#00926e;
	margin: 0 0 0.4em 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}


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

.txtIconM {
	font-size: 1.1em;
}
}

/* 画像とテキストを交互に表示画像バージョン */


.contents-wrap {
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	-webkit-box-pack: justify; /*Android4.3*/
	-moz-box-pack: justify;    /*Firefox21*/
	-ms-flex-pack: justify;    /*IE10*/
	-webkit-justify-content: space-between; /*PC-Safari,iOS8.4*/
	justify-content: space-between;
    background-color: rgba(252, 252, 252, 0.92);
}
.contents-wrap:nth-child(odd) {
	-ms-flex-direction:row-reverse; /*IE10*/
	-webkit-flex-direction:row-reverse; /*old webkit browser*/
	flex-direction:row-reverse;
}
.contents-text {
	width: 50%; /*flex: 2;*/
    /* flex: 2; */
    padding: 28px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #333;
}
.contents-img {
	width: 50%; /*flex: 1;*/
}
.contents-text h3 {/* 要調整 */
	font-size: 1.6em;
	line-height: 1.3em;
	text-align: center;
	margin-bottom: 1em;
	color:#00926e;
	text-align:left;
}
.contents-text h3::after {/* 要調整 */
 content: none;
}
.contents-text-catch {
    margin: 0 auto 20px;
    text-align: center;
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1.125em;
    font-family: 'Noto Sans Japanese';
    font-weight: 400;
    border-bottom: 4px solid #62c0b5;
    padding-bottom: 8px;
}
.contents-img img {
	display: block;
	width: auto;
	max-width: 100%;
	border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
@media screen and (max-width: 768px) {
.contents-wrap, .contents-wrap:nth-child(odd) {
	-ms-flex-direction:row-reverse; /*IE10*/
	-webkit-flex-direction:row-reverse; /*old webkit browser*/
	flex-direction: column-reverse;
	padding: 20px 0 0;
}
.contents-wrap:last-child{
	padding-bottom: 20px;
}
.contents-text, .contents-img {
	width: 100%; /*flex: 1;*/
	margin-bottom:50px;
}
.contents-text{
	padding:0 20px;
	margin-bottom:20px;
}
.contents-text h3 {
	font-size: 1.3em;
}
}
.flex-1col {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
}
.flex-2col {
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
  gap:5%;
}
.flex-2col > li{
  width:47.5%;
  margin:2% 0% 0 0%; 
}
.flex-2col > li:nth-of-type(odd){
  width:47.5%;
  margin:2% 0% 0 0%; 
}
.flex-2col > li:nth-of-type(even){
  width:47.5%;
  margin:2% 0 0 0%;
}
.flex-2col-start {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
  gap:5%;
}
.flex-2col-start > li{
  width:47.5%;
  margin:2% 0 0 0%; 
}
.flex-2col-start > li:nth-of-type(odd){
  width:47.5%;
  margin:2% 0% 0 0%; 
}
.flex-2col-start > li:nth-of-type(even){
  width:47.5%;
  margin:2% 0% 0 0%; 
}
.flex-list2 {
  width:17.5% !important;
  margin:0 0 0 0% !important;  
}
.flex-list3 {
  width:27.5% !important;
  margin:0 0 0 0% !important;   
}
.flex-list4 {
  width:37.5% !important;
  margin:0 0 0 0% !important;  
}
.flex-list5 {
  width:47.5% !important;
  margin:0% 1% 0 0% !important;  
}
.flex-list6 {
  width:57.5% !important;
  margin:0 0 0 0% !important;   
}
.flex-list7 {
  width:67.5% !important;
  margin:0 0 0 0% !important;  
}
.flex-list8 {
  width:77.5% !important;
  margin:0 0 0 0% !important;  
}
.flex-list9 {
  width:87.5% !important;
  margin:0 0 0 0% !important;  
}
.flex-3col {
  display:flex;
  justify-content:start;
  align-items:start;
  flex-wrap:wrap;
  gap:5%;
}
.flex-3col > li{
  width:30%;
  margin:2% 0 0 0%;
}

@media only screen and (max-width: 768px) {
.flex-2col > li,.flex-2col-start > li{
  width:100% !important;
  margin:2% auto 8% !important; 
}
.flex-3col > li{
  width:100%;
  margin:2% auto 8% !important; 
}
.flex-list2,.flex-list3,.flex-list4,.flex-list5,.flex-list6,.flex-list7,.flex-list8,.flex-list9 {
  width:100% !important;
  margin:2% auto 8% !important;  
}
.tx-center {
	text-align:center;
}
.res-img {
	margin:auto;
	width:50%;
	height:auto;
}

}
