@charset "utf-8";
/*===========================
add
===========================*/
/*----------------------
none
----------------------*/
@media screen and (min-width: 769px) {
	.pcOFFspON{display: none;}
}

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

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


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

.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb40{margin-bottom: 40px;}
.mb50{margin-bottom: 50px;}


/*===========================
table
===========================*/
.top-add th,.cont1-add th,.cont2-add th,.cont3-add th{
	background-color: #c5dced !important;
}

/*===========================
font
===========================*/
.fb01{
	font-weight: bold;
}


/*===========================
img
===========================*/
img{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

/*===========================
a btn
===========================*/
a.btn01{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	max-width: 340px;
	margin: 0px 0px 15px;
	padding: 10px;
	color: #fff;
	background-color: #1a54a5;
	border-radius: 6px;
}
a.btn01:hover{
	text-decoration: underline;
	opacity: 0.8;
}

a.btn02{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 100%;
	max-width: 370px;
	margin: 0px 0px 15px;
	padding: 10px;
	color: #fff;
	background-color: #1a54a5;
	border-radius: 6px;
}
a.btn02:hover{
	text-decoration: underline;
	opacity: 0.8;
}

/*===========================
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-bottom: 30px;}
}

/*===========================
logo
===========================*/
@media screen and (max-width: 768px) {
	.logoWrap a img{
		width: 200px !important;
	}
}

/*===========================
top-add
===========================*/
/*mainVis----------*/
@media screen and (max-width: 768px) {
	#topPage .mainVis h1 {
		bottom: -50px;
	}
}


/*box01----------*/
.top-add .box01{
	margin-top: 50px;
}

.top-add .box01 .ph{
	margin-bottom: 20px;
}

.top-add .box01 a{
	max-width: 100%;
}

/*infoWrap----------*/
.top-add .infoWrap a{
	text-decoration: underline;
	color: #1a54a5;
}

.top-add .infoWrap a:hover{
	text-decoration: none;
}


/*===========================
cont1-add
===========================*/
/*box01----------*/

/*in01-----*/
.cont1-add .box01 .in01{
	border: 4px solid #74bbac;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
	background-color: #fff;
	padding: 30px 30px 10px;
}
@media screen and (max-width: 768px) {
	.cont1-add .box01 .in01{
		border: 2px solid #74bbac;
		padding: 10px 10px 0;
	}
}

.cont1-add .box01 .in01 .ph{
	width: 80%;
	margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
	.cont1-add .box01 .in01 .ph{
		width: 100%;
		margin: 0 auto 20px;
	}
}

/*.cont1-add .box01 .in01 img{
	border-radius: 0;
}*/

.cont1-add .box01 .in01 .sub01{
	/*padding: 30px 30px 10px;*/
}
/*@media screen and (max-width: 768px) {
	.cont1-add .box01 .in01 .sub01{
		padding: 20px 15px 0;
	}
}*/

.cont1-add .box01 .in01 p{
	text-align: center;
	background-color: #74bbac;
	color: #fff;
	font-size: 1.2rem;
	padding: 5px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
@media screen and (max-width:768px) {
	.cont1-add .box01 .in01 p{
		font-size: 1rem;
		padding: 3px 0;
	}
}

.circle1 li:before {
	color: #74bbac !important;
}


/*box02----------*/
/*in01-----*/
.cont1-add .box02 .in01{
	background-color: #fff;
	padding: 30px;
	border: 2px solid #1a54a5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.cont1-add .box02 .in01 li{
	display: block;
	padding: 10px 0 10px 20px;
	text-indent: -28px;
	font-size: 1.2rem;
}
@media screen and (max-width:768px) {
	.cont1-add .box02 .in01 li{
		font-size: 1.1rem;
	}
}

.cont1-add .box02 .in01 li::before{
	content: "●";
	color: #1a54a5;
	padding-right: 10px;
}


/*box03----------*/
/*content_Type1-----*/
.cont1-add .box03 .content_Type1{
	margin-bottom: 30px;
}

.cont1-add .box03 p{
	text-align: center;
	margin-top: 5px;
	color: #717171;
	font-size: 1.1rem;
}


/*box04----------*/
/*table-----*/
.cont1-add .box04 table{
	margin-top: 20px;
}

/*th*/
.cont1-add .box04 th:nth-child(1){
	width: 4%;
}
.cont1-add .box04 th:nth-child(2){
	width: 12%;
}
.cont1-add .box04 th:nth-child(3){
	width: 7%;
}
.cont1-add .box04 th:nth-child(4){
	width: 11%;
}
.cont1-add .box04 th:nth-child(4){
	width: 15%;
}
.cont1-add .box04 th:nth-child(5){
	width: 10%;
}
.cont1-add .box04 th:nth-child(6){
	width: 12%;
}
.cont1-add .box04 th:nth-child(7){
	width: 11%;
}
.cont1-add .box04 th:nth-child(8){
	width: 5%;
}
.cont1-add .box04 th:nth-child(9){
	width: 6%;
}
.cont1-add .box04 th:nth-child(10){
	width: 7%;
}

/*td*/
.cont1-add .box04 td:nth-child(3),
.cont1-add .box04 td:nth-child(8),
.cont1-add .box04 td:nth-child(9),
.cont1-add .box04 td:nth-child(10){
	text-align: center;
}



/*in02-----*/
.cont1-add .box04 .in02 ul{
	margin: 0 0 20px 10px;
}

.cont1-add .box04 .in02 li{
	display: block;
	padding: 10px 0 10px 20px;
	text-indent: -28px;
	font-size: 1.2rem;
	line-height: 140%;
}
@media screen and (max-width:768px) {
	.cont1-add .box04 .in02 li{
		font-size: 1.1rem;
	}
}

.cont1-add .box04 .in02 li::before{
	content: "●";
	color: #1a54a5;
	padding-right: 10px;
}


/*in03-----*/
.cont1-add .box04 .in03{
	text-align: center;
}

.cont1-add .box04 .in03 .btn01{
	margin-top: 20px;
}




/*===========================
cont2-add
===========================*/

/*box01----------*/

/*table-----*/
.cont2-add .box01 table th{
	width: 200px;
}
@media screen and (max-width: 768px) {
	.cont2-add .box01 table th{
		width: 100%;
	}
}

.cont2-add .box01 table li{
	display: list-item;
	list-style-type: disc;
	margin: 0 0 8px 24px;
}


/*in01-----*/
.cont2-add .box01 .in01{
	text-align: center;
}

.cont2-add .box01 .in01 h3{
	text-align: left;
}

.cont2-add .box01 .in01 .btn01{
	margin-top: 20px;
}



/*===========================
cont3-add
===========================*/

/*box01----------*/

.cont3-add .box01 table li{
	list-style: disc;
	display: list-item;
	margin-left: 24px;
}

/*table01-----*/
.cont3-add .box01 .table01 td{
	text-align: center;
}
@media screen and (min-width: 769px) {
	.cont3-add .box01 .table01 td{
		width: 12.5%;
	}
}

@media screen and (max-width: 768px) {
	.cont3-add .box01 .table01 table{
		width: 800px;
	}
	.cont3-add .box01 .table01 th,
	.cont3-add .box01 .table01 td{
		width: 10% !important;
		padding: 6px 20px;
	}
}

/*table02-----*/
.cont3-add .box01 .table02{
	margin-bottom: 5px;
}
.cont3-add .box01 .table02 td{
	text-align: center;
}
@media screen and (min-width: 769px) {
	.cont3-add .box01 .table02 td{
		width: 11%;
	}
}

@media screen and (max-width: 768px) {
	.cont3-add .box01 .table02 th,
	.cont3-add .box01 .table02 td{
		padding: 6px 20px;
	}
}

.cont3-add .box01 .table02 + p{
	text-align: right;
}


/*box02----------*/
.cont3-add .box02 ul{
	display: flex;
	flex-wrap:wrap;
	width: 100%;
	margin-top: 20px;
}

.cont3-add .box02 li{
	text-align: center;
	width: 31%;
	margin: 0 2.5% 15px 0;
}
@media screen and (max-width: 768px) {
	.cont3-add .box02 li{
		text-align: center;
		width: 48%;
		margin: 0 4% 12px 0;
	}
}

@media screen and (min-width: 769px) {
	.cont3-add .box02 li:nth-child(3n){
		margin-right: 0;
	}
}
@media screen and (max-width: 768px) {
	.cont3-add .box02 li:nth-child(even){
		margin-right: 0;
	}
}

@media screen and (max-width: 600px) {
	.cont3-add .box02 li{
		text-align: center;
		width: 100%;
		margin: 0 0 12px 0;
	}
}

.cont3-add .box02 li a{
	color: #fff;
	background-color: #1a54a5;
	display: block;
	padding: 10px 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	position: relative;
}

.cont3-add .box02 li a:hover{
	opacity: 0.8;
	text-decoration: underline;
}







/*　蛍光下線　*/
.tx-em {
	background: linear-gradient(transparent 62%, rgba(255, 250, 137, 0.71) 0%);
}

/*　蛍光斜線　*/
.tx-diagoYel {
    margin: 0 2px;
    padding: 2px 5px;
    border-radius: 0 0 3px 9px;
    color: #2f2f2f;
    background-image: linear-gradient(2deg,#fbf8a7,#fbf8a7 25%,transparent 25.1%,transparent);
}

.tx-diagoRed {
    margin: 0 2px;
    padding: 2px 5px;
    border-radius: 0 0 3px 9px;
    color: #2f2f2f;
    background-image: linear-gradient(2deg,#FD86A0,#FD86A0 25%,transparent 25.1%,transparent);
}

.tx-diagoGreen {
    margin: 0 2px;
    padding: 2px 5px;
    border-radius: 0 0 3px 9px;
    color: #2f2f2f;
    background-image: linear-gradient(2deg,#8dedd0,#8dedd0 25%,transparent 25.1%,transparent);
}


/* Flexboxレイアウト */

.f-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch; /* アイテムを上揃えで配置します */
}

.f-wrap-AC {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center; /* アイテムを上下中央で配置します */
}

.f-wrap-HU {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	 /* アイテムの高さを揃える */
}

.f-item1 {
	box-sizing: border-box;
	width: 100%;
	margin-bottom:30px;
}

.f-item1-2 {
	box-sizing: border-box;
	width: 47%;
	margin-bottom:30px;
}

.f-item1-2-t1 {
	box-sizing: border-box;
	width: 47%;
	margin-bottom:30px;
}

.f-item1-3 {
	box-sizing: border-box;
	width: 31%;
	margin-bottom:30px;
}

.f-item1-3-t1 {
	box-sizing: border-box;
	width: 31%;
	margin-bottom:30px;
}

.f-item1-3n2 {
	box-sizing: border-box;
	width: 30%;
}

.f-item2-3 {
	box-sizing: border-box;
	width: 64%;
	margin-bottom:30px;
}

.f-item2-3-t1 {
	box-sizing: border-box;
	width: 64%;
	margin-bottom:30px;
}


.f-item1-4 {
	box-sizing: border-box;
	width: 23%;
	margin-bottom:30px;
}

.f-item3-4 {
	box-sizing: border-box;
	width: 72%;
	margin-bottom:30px;
}

.f-item1-4-t1 {
	box-sizing: border-box;
	width: 23%;
	margin-bottom:30px;
}

.f-item3-4-t1 {
	box-sizing: border-box;
	width: 72%;
	margin-bottom:30px;
}

.f-item1-5 {
	box-sizing: border-box;
	width: 19%;
	margin-bottom:30px;
}

.f-item1-5-t1 {
	box-sizing: border-box;
	width: 19%;
	margin-bottom:30px;
}

.f-item2-5 {
	box-sizing: border-box;
	width: 38%;
	margin-bottom:30px;
}

.f-item2-5-t1 {
	box-sizing: border-box;
	width: 38%;
	margin-bottom:30px;
}

.f-item3-5 {
	box-sizing: border-box;
	width: 57%;
	margin-bottom:30px;
}

.f-item3-5-t1 {
	box-sizing: border-box;
	width: 57%;
	margin-bottom:30px;
}

.f-item1-6 {
	box-sizing: border-box;
	width: 15%;
	margin-bottom:30px;
}

.f-item1-6-t1 {
	box-sizing: border-box;
	width: 15%;
	margin-bottom:30px;
}

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

.f-row-reverse {
	flex-flow: row-reverse wrap;
}

/* 最後のコンテンツを左寄せにする指定 */
.f-wrap:after {
    content: "";
    display: block;
    width: 24%;  /* f-itemに指定したwidthと同じ幅を指定する */
    height: 0;
}

.boxDummy {
	text-align:center;
	background-color: #CCC;
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	align-items:center;
	text-align:center;
	box-sizing: border-box;
	padding:1em;
}

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

.f-item1-2-t1 , .f-item1-3-t1 , .f-item2-3-t1 , .f-item1-4-t1 , .f-item3-4-t1 , .f-item1-5-t1 , .f-item2-5-t1 , .f-item3-5-t1 , .f-item1-6-t1 {
	width: 100%;
}

.f-item1-4 , .f-item1-5 , .f-item1-6 {
	width: 49%;
}
}

@media only screen and (max-width: 600px) {
.f-item1-2 , .f-item1-3 , .f-item1-3n2 , .f-item2-3 , .f-item1-4 , .f-item3-4 , .f-item1-5 , .f-item2-5, .f-item3-5 , .f-item1-6 {
	width: 100%;
	margin-bottom:30px;
}

.spOrder1 {
	order:1;
}

.spOrder2 {
	order:2;
}

}

/* テキスト　*/

.txtCenter {
	text-align:center !important;
}

.txtRight {
	text-align:right !important;
}

.txtLeft {
	text-align:left !important;
}

.txtSUP {
	font-size: 75.5%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}

.txtSUB {
	font-size: 75.5%;
	vertical-align: bottom;
	position: relative;
	top: 0.1em;
}

/* フォントカラー　*/

.fc333 {
	color:#333;
}
.fcRed {
	color:#E92D05;
}

.fcRedOrange {
	color:#F44806;
}

.fcOrange {
	color:#F57312;
}

.fcYellow {
	color:#F3AB25;
}

.fcYG {
	color:#A7B82C;
}

.fcGreen {
	color:#58AB38;
}

.fcSkyB {
	color:#6ABDE6;
}

.fcBlue {
	color:#408BD0;
}

.fcBlueP {
	color:#8B5FCF;
}

.fcRedP {
	color:#AF41B8;
}

.fcWineR {
	color:#C62B71;
}

.txtInd {
	padding-left:1em;
	text-indent:-1em;
}

.txtIcon {
	display:inline-block;
	color:#FFF;
	text-align:center;
	line-height:normal;
	padding:0.2em 2.5em 0.2em 2.5em;
	background-color:#FABF67;
	margin:0 0 0.4em 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.txtIconBlock {
	display:block;
	color:#FFF;
	text-align:center;
	line-height:normal;
	padding:0.2em 2.5em 0.2em 2.5em;
	background-color:#FABF67;
	margin:0 0 0.4em 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.fs60p {
	font-size:60% !important;
}

.fs70p {
	font-size:70% !important;
}

.fs80p {
	font-size:80% !important;
}

.fs90p {
	font-size:90% !important;
}

.fs110p {
	font-size:110% !important;
}

.fs120p {
	font-size:120% !important;
	line-height:1.4em !important;
}

.fs130p {
	font-size:130% !important;
	line-height:1.4em !important;
}

.fs140p {
	font-size:140% !important;
	line-height:1.4em !important;
}

.fs140pM {
	font-size:140% !important;
	line-height:1.8em !important;
}

.fs150p {
	font-size:150% !important;
	line-height:1.4em !important;
}

.fs200p {
	font-size:200% !important;
	line-height:1.4em !important;
}

.fsM {
	font-size:124% !important;
	line-height:1.8em !important;
}

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

.fsSP60p {
	font-size:60% !important;
}

.fsSP70p {
	font-size:70% !important;
}

.fsSP80p {
	font-size:80% !important;
}

.fsSP90p {
	font-size:90% !important;
}

}

/*===========================
onOff
===========================*/

.pcOFFtabletON {
	display: none;
}

.pcONtabletOFF {}

.pcONtabletOFFspON {}

.pcOFFspON {
	display: none;
}



.pcONspOFF {}


.txtPCcenterSPLeft,
.txtPCcenterTabletLeft {
	text-align: center !important;
}

.txtPCLeftSPcenter {
	text-align: left !important;
}

.txtPCRightSPcenter {
	text-align: right !important;
}

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

	.txtPCcenterTabletLeft {
		text-align: left !important;
	}

	.pcONtabletOFF {
		display: none;
	}

	.pcOFFtabletON {
		display: block;
	}

	.pcONtabletOFFspON {
		display: none;
	}
}

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

	.pcOFFspON {
		display: block;
	}



	.pcONspOFF {
		display: none;
	}

	.pcONtabletOFFspON {
		display: block;
	}

	.txtPCcenterSPLeft {
	text-align: left !important;
}

	.txtPCLeftSPcenter,
	.txtPCRightSPcenter {
		text-align: center !important;
	}

}


/* 枠  */

.boxSimple {
	border: solid 1px #CCC;
	padding:1.5em;
	background:#fff;
}

.boxSimple2 {
	border: solid 1px #CCC;
	padding:1.5em;
	background:#fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius:10px;
}

.boxFrame {
	padding:2em;
	border:3px solid #F1C03F;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius:10px;
	margin-bottom:40px;
	background: rgba(255,255,255,.85);
}

.boxFrameDouble {
	padding:2em;
	border:3px double #F1C03F;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius:10px;
	margin-bottom:40px;
	background: rgba(255,255,255,.85);
}

.boxDot {
	padding:2em;
	border:  dotted 2px #E3AA24;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius:10px;
	margin-bottom:40px;
	background:#FEFDE9;

}

.boxFablic {
	padding:2em;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	margin-bottom:40px;
	background:#FEFDE9;
	box-shadow: 0px 0px 0px 10px #FEFDE9;
	border:  dotted 2px #E3AA24;
}



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

.boxFrame {
	box-sizing: border-box;
	width:100%;
	padding:1em 1em;
}

.boxFrameDouble {
	box-sizing: border-box;
	width:100%;
	padding:1em 1em;
}

.boxDot {
	box-sizing: border-box;
	width:100%;
	padding:1em 1em
}

.boxFablic {
	box-sizing: border-box;
	width:100%;
	padding:1em 1em;
}

}

/* table */


.nowrap {
	white-space: nowrap;
}

.tdCenter {
	text-align:center !important;
	vertical-align:middle !important;
}

.tdRight {
	text-align:right !important;
	vertical-align:middle !important;
}

.tdW90p {
	width:90%;
	box-sizing: border-box;
}

.tdW80p {
	width:80%;
	box-sizing: border-box;
}

.tdW70p {
	width:70%;
	box-sizing: border-box;
}

.tdW60p {
	width:60%;
	box-sizing: border-box;
}

.tdW50p {
	width:50%;
	box-sizing: border-box;
}

.tdW50Usu {
	width:50%;
	box-sizing: border-box;
}

.tdW40p {
	width:40%;
	box-sizing: border-box;
}


.tdW30p {
	width:30%;
	box-sizing: border-box;
}

.tdW30pUSU {
	width:30%;
	box-sizing: border-box;
}

.tdW20p {
	width:20%;
	box-sizing: border-box;
}

.tdW10p {
	width:10%;
	box-sizing: border-box;
}

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

.tdW90p , .tdW80p , .tdW70p , .tdW60p , .tdW50p , .tdW40p , .tdW30p , .tdW20p {
	width:100%;
}
}

/* リスト */


ul.liReseter , ul.liReseterFloat , ul.liReseter2Div , ul.liReseter3Div , ul.liReseter4Div {
	line-height:1.8em;
	margin-left:1.5em;
}

ul.liReseter li {
	display:list-item;
	list-style-type: disc;
	list-style-position: outside;
}
.btn-b a {
    text-decoration: none;
    text-align: center;
    color: #FFF !important;
    position: relative;
    display: inline-block;
    padding: 0.2em 1.3em 0.2em 1em;
    line-height: 30px;
    background: #f2ab1d;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transition: all .3s;
    -webkit-transition: all .3s;
	width:70%;
}
/*
.btn-b a::after {
	position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    right: 2%;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
}
.btn-b a::after {
    border-left: 4px solid #fff;
}
*/
.btn-b a:hover {
    opacity:0.7;
}
.flex {
    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;
}
.fa-file-pdf-o {
  position:relative;
}
.fa-file-pdf-o:before {
  position:absolute;
  left:5px;
  top:-12px;
}
.wrap-h2 {
  width:96%;
  margin:3% auto 6%;
}
.wrap-h3 {
  width:96%;
  margin:3% auto 10%;
}
.wrap-h4 {
  width:96%;
  margin:3% auto 6%;
}
@media only screen and (max-width: 768px) {
.wrap-h2 {
  width:100%;
  margin:3% auto;
}
.wrap-h3 {
  width:100%;
  margin:3% auto ;
}
.wrap-h4 {
  width:100%;
  margin:3% auto;
}
}

