.flex-container {
  display: flex | inline-flex;
}
.j_body_bg001{
	background-color: #F9F9F9;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1%;
	padding-bottom: 1%;
	}
.j_program_text {
	font-size: 1.08rem;
	color: #333;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.7rem;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-right: 1.5%;
	padding-bottom: 1.5%;
	padding-left: 1.5%;
}
.j_program_text a {
	font-size: 1.08rem;
	color: #2B76BA;
	line-height: 1.7rem;
	font-weight: bold;
	text-decoration: none;
}
.j_program_effect {
	font-size: 1.08rem;
	color: #333;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.7rem;
	padding-right: 1.5%;
	padding-left: 1.5%;
	margin-top: 3%;
}
.j_program_effect h1 {
	font-size: 1.3rem;
	color: #333333;
	font-weight: bold;
}
.j_program_effect h2 {
	font-size: 1.1rem;
	color: #333333;
	font-weight: bold;
}
.j_program_effectshell {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
    justify-content: flex-start;
	justify-content: space-between;
    flex-wrap: wrap;
}
.j_program_effectshell .item{
	width: 100%;
	border-radius: 15px;
	border: thin solid #CCC;
	overflow: hidden;
	line-height: 50px;
	padding-bottom: 15px;
	margin-top: 2%;
	}
.j_program_effectshell .item img{
	width: auto;
	height : auto;
	max-height: 100%;
	max-width: 100%;
	border: 0px;
	vertical-align: middle;
	margin-right: 10px;
	margin-left: 20px;
	background-color: #999;
	border-radius: 40px;
	}
.j_program_effect_inshell {
	width: 38%;
	border-radius: 15px;
	overflow: hidden;
	line-height: 50px;
	margin-right: 1%;
	margin-left: 1%;
	float: left;
}
.j_program_effect_inshell2 {
	width: 58%;
	border-radius: 15px;
	overflow: hidden;
	line-height: 50px;
	margin-right: 1%;
	margin-left: 1%;
	float: left;
}
.j_program_effect_t01 {
	font-weight: bold;
	color: #C58F22;
	;
	font-size: 1.8rem !important;
}
.j_program_effecttitle01 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background-color: #2B76BA;
	;
	font-size: 1.3rem;
	line-height: 3rem;
	margin-bottom: 10px;
}
.j_program_effecttitle02 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background-color: #c58f22;
	;
	font-size: 1.3rem;
	line-height: 3rem;
	margin-bottom: 10px;
}
.j_program_effecttitle03 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background-color: #16B5C7;
	;
	font-size: 1.3rem;
	line-height: 3rem;
	margin-bottom: 10px;
}
.j_contrast_title{
	float: left;
	width: 32%;
	margin-right: 1%;
	line-height: 35px;
	font-weight: bold;
	}
.j_contrast_title img{
	width: auto;
	height : auto;
	max-height: 100%;
	max-width: 100%;
	border: 0px;
	vertical-align: middle;
	margin-right: 10px;
	}
.j_contrast_content{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	justify-content: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 2%;
	}
.j_contrast_contenttitle{
	width: 99%;
	font-size: 1.1rem;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #B6B6B6;
	padding-left: 1%;
	}
.j_contrast_content .item{
	width: 33%;
	}
.j_contrast_content .item2{
	width: 66%;
	}
.j_contrast_content .item3{
	width: 100%;
	}
.j_contrast_icon{
	width: 8%;
	float: left;
	text-align: right;
	}
.j_contrast_text{
	width: 90%;
	float: right;
	}
.j_process_shell{
	background-image: url(../images/content/process_line.png);
	background-position: center center;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	background-repeat: no-repeat;
	}
.j_process_shell .item{
	width: 21%;
	margin-right: 1%;
	background-color: #FFF;
	border: thick solid #2b76ba;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 6px;
	}
.j_process_ps{
	width: 75%;
	background-color: #2B76BA;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 15px;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 6px;
	float: right;
	}
.j_download_shell{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1%;
	}
.j_download_shell a{
	color: #2B76BA;
	text-decoration: none;
	padding-left: 25px;
	background-image: url(../images/content/download_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	}
.j_contactshell{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 2%;
	}
.j_contactshell a{
	color: #2B76BA;
	text-decoration: none;
	}
.j_contactshell a:hover{
	color: #C58F22;
	text-decoration: none;
	}
.j_contact_title{
	font-size: 1.1rem;
	font-weight: bold;
	color: #2B76BA;
	width: 100%;
	padding-top: 1%;
	padding-bottom: 1%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;	
	}
.j_contact_name{
	float: left;
	width: 70%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 1%;
	}
.j_contact_tel{
	float: left;
	width: 30%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 1%;
	}
.j_contact_mail{
	width: auto;
	background-image: url(../images/content/mailicon.png);
	background-repeat: no-repeat;
	background-position: left center;
	clear: both;
	padding-left: 30px;
	line-height: 3rem;
	}
	
@media screen and (max-width:768px){

.j_program_effectshell .item{
	width: 97%;
	border-radius: 15px;
	border: thin solid #CCC;
	overflow: hidden;
	line-height: 50px;
	padding-bottom: 15px;
	margin-right: auto;
	margin-bottom: 1%;
	margin-left: auto;
	}
.j_contrast_title{
	float: left;
	width: 32%;
	margin-right: 1%;
	line-height: 2rem;
	font-weight: bold;
	text-align: center;
	font-size: 1rem;
	color: #2B76BA;
	}
.j_contrast_title img{
	width: auto;
	height : auto;
	max-height: 100%;
	max-width: 100%;
	border: 0px;
	vertical-align: middle;
	margin-right: auto;
	display: table;
	margin-left: auto;	
	}

.j_contrast_icon{
	width: 12%;
	float: left;
	text-align: center;
	}
.j_contrast_text{
	width: 87%;
	float: right;
	}
.j_process_shell{
	background-image: url(../images/content/process_line2.png);
	background-position: center center;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	background-repeat: no-repeat;
	}

.j_contact_name{
	float: left;
	width: 60%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 1%;
	}
.j_contact_tel{
	float: left;
	width: 40%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 1%;
	}
	
	}	
@media screen and (max-width:480px){
.j_program_effectshell .item{
	width: 97%;
	border-radius: 15px;
	border: thin solid #CCC;
	overflow: hidden;
	line-height: 50px;
	padding-bottom: 15px;
	margin-right: auto;
	margin-bottom: 2%;
	margin-left: auto;
	}
.j_contrast_title{
	float: left;
	width: 31%;
	margin-right: 2%;
	line-height: 1.8rem;
	font-weight: bold;
	text-align: center;
	}
.j_contrast_title img{
	width: auto;
	height : auto;
	max-height: 100%;
	max-width: 100%;
	border: 0px;
	vertical-align: middle;
	margin-right: auto;
	display: table;
	margin-left: auto;	
	}
.j_contrast_contenttitle{
	width: 99%;
	font-size: 1.1rem;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #B6B6B6;
	padding-left: 1%;
	}
.j_contrast_content .item{
	width: 100%;
	margin-bottom: 1.5%;
	}
.j_contrast_content .item2{
	width: 100%;
	margin-bottom: 1.5%;
	}
.j_contrast_content .item3{
	width: 100%;
	margin-bottom: 1.5%;
	}
.j_contrast_icon{
	width: 8%;
	float: left;
	text-align: right;
	}
.j_contrast_text{
	width: 90%;
	float: right;
	}
.j_process_shell{
	background-image: none;
	background-position: center center;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	background-repeat: no-repeat;
	}
.j_process_shell .item{
	width: 100%;
	margin-right: 0%;
	background-color: #FFF;
	border: thick solid #2b76ba;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 6px;
	margin-bottom: 2%;
	}
.j_process_ps{
	width: 100%;
	background-color: #2B76BA;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 6px;
	float: none;
	}

.j_contact_name{
	float: none;
	width: 100%;
	border-bottom-style: none;
	margin-top: 1%;
	}
.j_contact_tel{
	float: none;
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 1%;
	padding-bottom: 1%;
	color: #8F6918;
	}
.j_contact_mail{
	width: auto;
	background-image: url(../images/content/mailicon.png);
	background-repeat: no-repeat;
	background-position: left center;
	clear: both;
	padding-left: 30px;
	line-height: 3rem;
	}	
	}	
	
	
	
	
/* clear float*/
.clearfix:after {
　　content: ".";
　　display: block;
　　clear: both;
　　visibility: hidden;
　　line-height: 0;
　　height: 0;
}
.clearfix {display: inline-block;}
 html[xmlns] .clearfix {display: block;}
 * html .clearfix {height: 1%;}
/* clear float end*/



/*tabe01*/

table {
	width: 98%;
	border-collapse: collapse;
	font-size: 1.08 rem;
	margin-right: auto;
	margin-left: auto;
}
table a{
	color: #2B76BA;
	text-decoration: none;
	display: table;
}
table a:hover{
	color: #C58F22;
	text-decoration: none;
	display: table;
}
tr:nth-of-type(odd) {
	background-color: #FAFAFA;
}
th {
	color: white;
	font-weight: bold;
	background-color: #2B76BA;
}
td, th { 
  padding: 1.5%; 
  border: 1px solid #ccc; 
  text-align: left; 
}







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

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
		display: block; 
	}
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	tr {
	border: 1px solid #999;
	margin-bottom: 2%;
}
	
	td {
	position: relative;
	padding-left: 120px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: thin;
	border-bottom-color: #CCC;
	}
	
	td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: auto; 
		padding-right: 10px; 
		white-space: nowrap;
	}
	
	/*
	Label the data
	*/
/*	td:nth-of-type(1):before {
	content: "投資行動方案";
	color: #999999;
}
	td:nth-of-type(2):before {
	content: "方案說明";
	color: #999999;
}
	td:nth-of-type(3):before {
	content: "申請書表";
	color: #999999
}*/

}