@charset "UTF-8";
@import url("font.css");
@import url("cta_2011.css");

.main_2011 *,.main_2011 *:before,.main_2011 *:after,.footer_2011 *,.footer_2011 *:before,.footer_2011 *:after  {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.main_2011, .footer_2011 {
	font-family: 'Roboto','NotoSansJP';
}
.main_2011 section, .footer_2011 section {
	padding: 50px 0;
	z-index: 1;
	overflow: inherit;
}
#mv_2011 {
	background-image: url("../images/top_2011/pc/main_bg.webp");
	padding: 40px 0 80px;
}
#service_2011 {
	padding: 100px 0 150px;
}
#about_2011 {
	background-image: url("../images/top_2011/pc/about_bg.webp")!important;
	padding: 90px 200px 90px;
}
#product_2011 {
	padding: 100px 200px 130px;
}
#topics_2011 {
	background-color: #1A294C!important;
	padding: 80px 200px;
	color: #ffffff;
	z-index: 3;
	margin: 70px auto;
}
#feature_2011 {
/*	padding: 120px 200px 60px;*/
	padding: 120px 0 60px;
    margin: auto;
    display: block;
    width: 80%;
}
#qa_2011 {
	padding: 80px 0 70px;
	background-color: #EEEEEE;
}
#news_2011 {
	padding: 80px 0 60px;
}
#company_2011 {
	padding: 0 0 80px;
}
#idf_2011 {
	padding: 60px 0 0;
	background-color: #EEEEEE;
}
#cr_2011 {
	padding: 20px 0;
	background-color: #353738!important;
	color: #ffffff;
}

#mv_2011, #about_2011 {
	background-size:  cover;
	background-position: center center;
	background-color: #333;
}

.h2_2011 {
	text-align: center;
}
.h2_2011 h2 {
	margin-bottom: 50px;
	font-family: 'Roboto';
	color: #28427B;
	font-size: 49px;
	font-weight: 900;
}
.h2_2011 h2 span {
	margin-left: 20px!important;
	font-family: 'NotoSansJP';
	color: #353738;
	font-size: 28px;
	font-weight: 700;
	vertical-align: 6px;
}
.flex_2011 {
	display: flex;
	justify-content: center;
}
.main_txt {
	position: relative;
	width: 1200px;
}
.main_btn {
	position: absolute;
	left: 30px;
	bottom: 90px;
	width: 756px;
	justify-content: space-between;
}
.main_btn a:hover {
	transform: scale(1.1, 1.1);
	opacity: 1;
	transition: all 0.2s ease-in-out;
}
.main_txt a {
	width: 32%;
}
#service_2011 .flex_2011 {
	margin: 55px 0 50px;
	justify-content: space-between;
}
.service_card_2011 {
	position: relative;
	width: 31%;
}
.service_card_2011 h3 {
	margin-bottom: 20px;
	text-align: center;
	color: #353738;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	height: 28px;
}
.service_card_2011 img {
	margin-bottom: 15px;
	border-radius: 20px;
}
.service_card_2011 p {
	margin-bottom: 40px;
	color: #353738;
	font-size: 18px;
	line-height: 1.9;
}
.service_card_2011 ul {
	padding: 0;
}
.service_card_2011 ul li {
	display: table;
	position: relative;
	margin-bottom: 30px;
	padding-left: 38px;
	color: #353738;
	font-size: 23px;
	line-height: 1.2;
}
.service_card_2011 ul li:before {
	position: absolute;
	content: "＞";
	display:inline-block;
	background: #28427B;
	color: white;
	font-family: 'NotoSansJP';
	font-weight:900;
	font-size: 14px;
	border-radius: 50%;
	left: 0;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	/*以下 上下中央寄せのため*/
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.service_card_2011:nth-child(2) ul li:before {
	background: #45A0DD;
}
.service_card_2011:nth-child(3) ul li:before {
	background: #6FC4DD;
}
.service_card_2011:nth-child(4) ul li:before {
	background: #28427B;
}
.service_card_2011:nth-child(5) ul li:before {
	background: #45A0DD;
}
.service_card_2011:nth-child(6) ul li:before {
	background: #6FC4DD;
}
.service_card_2011:nth-child(7) ul li:before {
	background: #28427B;
}
.service_card_2011:nth-child(8) ul li:before {
	background: #45A0DD;
}


#service_2011 .flex_2011+.service_card_2011 ul li:before {
	background: #28427B;
}
.service_card_2011 ul li:hover {
	color: #3B70A6;
	transition: all 0.2s ease-in-out;
}
.service_card_2011:nth-child(2) ul li:hover {
	color: #45A0DD;
	transition: all 0.2s ease-in-out;
}
.service_card_2011:nth-child(3) ul li:hover {
	color: #6FC4DD;
	transition: all 0.2s ease-in-out;
}
#service_2011 .flex_2011+.service_card_2011 ul li:hover {
	color: #28427B;
	transition: all 0.2s ease-in-out;
}
.service_card_2011 ul li:after {
	content: ""; /*疑似要素の中身は空（記述は必須）*/
	position: absolute; /*子要素として疑似要素を固定*/
	left: 0; /*長さはテキストの両端まで*/
	right: 0; /*長さはテキストの両端まで*/
	bottom: -8px;  /*線の上下位置*/
	width: 100%; /*線の長さ*/
	height: 2px; /*線の太さ*/
	background-color: #3B70A6; /*線の色*/
	transform: scale(0, 1); /*横方向に0状態から全体まで線を入れる*/
	transform-origin: left; /*中央を起点にアニメーション*/
	transition: all 0.2s ease-in-out;
}
.service_card_2011:nth-child(2) ul li:after {
	background-color: #45A0DD;
}
.service_card_2011:nth-child(3) ul li:after {
	background-color: #6FC4DD;
}
#service_2011 .flex_2011+.service_card_2011 ul li:after {
	background-color: #28427B;
	bottom: -8.5px;  /*線の上下位置*/
}
.service_card_2011 ul li:hover:after ,
.service_card_2011:nth-child(2) ul li:hover:after ,
.service_card_2011:nth-child(3) ul li:hover:after ,
#service_2011 .flex_2011+.service_card_2011 ul li:hover:after {
  transform: scale(1); /*ホバー時に等倍へ拡大*/
}
#service_2011 .flex_2011 .service_card_2011:before {
	position: absolute;
	content: "01";
	display:inline-block;
	color: #3B70A6;
	opacity: 0.2;
	font-family: 'Roboto';
	font-weight: 900;
	font-size: 120px;
	letter-spacing: -5px;
	line-height: 1;
	top: 0;
	left: 0;
	-webkit-transform: translateY(-58px);
	transform: translateY(-58px);
	z-index: -2;
}
#service_2011 .flex_2011 .service_card_2011:nth-child(2):before {
	content: "02";
	color: #45A0DD;
}
#service_2011 .flex_2011 .service_card_2011:nth-child(3):before {
	content: "03";
	color: #6FC4DD;
}
#service_2011 .flex_2011~.service_card_2011 {
	width: 100%;
}
#service_2011 .flex_2011~.service_card_2011 h3 {
	margin-bottom: 30px;
	padding-left: 15px;
	text-align: left;
	line-height: 1.1;
	border-left: 13px solid #28427B;
	display:flex;
}
#about_2011 .flex_2011>div {
	width: 50%;
}
#about_2011 .flex_2011>div:first-child {
	padding: 50px;
}
#about_2011 .flex_2011>div h3{
	color: #ffffff;
	font-size: 30px;
	font-weight: 700;
	text-shadow: 0 0 8px rgba(0,0,0,0.3);
}
#about_2011 .flex_2011>div p{
	margin: 0;
	color: #ffffff;
	font-size: 20px;
	font-weight: 400;
	text-shadow: 0 0 8px rgba(0,0,0,0.3);
}
#product_2011 p {
	margin: 40px 0 60px;
	font-size: 20px;
	text-align: center;
}

#topics_2011 .flex_2011:before {
    content: "";
    background-image: url(../images/top_2011/topics.png);
    background-repeat: no-repeat;
    background-size: contain;
    flex: 1;
	display: flex;
    width: 20%;
}

#topics_2011 .flex_2011 div:last-child {
	padding-left: 10px;
	width: 80%;
}
#topics_2011 .flex_2011 h3{
	color: #ffffff;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.8em;
	margin-bottom: 12px;
	padding: 0;
	
}
#topics_2011 .flex_2011 p {
	font-size: 19px;
	font-weight: 400;
}
#topics_2011 .slider{
	margin: 55px auto 0;
	width: 100%;
}
#topics_2011 .slider div.slick-list{
	padding: 0 30%!important;
}
#topics_2011 .slider .slick-slide img {
	height: auto;
	width: 90%;
	margin: 0 auto;
	border-radius: 20px;
}
#topics_2011 .slider .slick-slide p {
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	margin: 15px 0 0;
}
/*slick setting*/
#topics_2011 .slick-prev:before,
#topics_2011 .slick-next:before {
	color: #ffffff;
	opacity: 0;
}
#feature_2011>div>div:last-child {
	margin: 80px 0 100px;
}
#feature_2011 .flex_2011 {
	margin: 60px 0;
}
#feature_2011 .flex_2011 div:first-child {
	position: relative;
	width: 65%;
	padding: 10px 50px 0 100px;
}
#feature_2011 .flex_2011 div:first-child:before {
	position: absolute;
	content: "01";
	display:inline-block;
	color: #3B70A6;
	border: 5px solid #3B70A6;
	font-family: 'Roboto';
	font-weight:900;
	font-size: 27px;
	letter-spacing: -0.5px;
	border-radius: 50%;
	left: 0;
	width: 60px;
	height: 60px;
	line-height: 50px;
	text-align: center;
	/*以下 上下中央寄せのため*/
	top: 40%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#feature_2011 .flex_2011:nth-child(2) div:first-child:before {
	content: "02";
}
#feature_2011 .flex_2011:nth-child(3) div:first-child:before {
	content: "03";
}
#feature_2011 .flex_2011:nth-child(4) div:first-child:before {
	content: "04";
}
#feature_2011 .flex_2011:last-child div:first-child:before {
	content: "05";
}
#feature_2011 .flex_2011 div:first-child h3 {
	color: #353738;
	font-size: 30px;
	line-height: 1.7;
	font-weight: 700;
}
#feature_2011 .flex_2011 div:first-child p {
	color: #353738;
	font-size: 20px;
	line-height: 1.8;
	font-weight: 400;
}
#feature_2011 .flex_2011 div:first-child p span {
	color: #6A6C6E;
	font-size: 14px;
}
#feature_2011 .flex_2011 div:last-child {
	width: 35%;
}
#feature_2011 .flex_2011 div:last-child img {
	border-radius: 20px;
	box-shadow: 0 1px 10px -3px rgba(0,0,0,.3);
	float: right;
}
#qa_2011 .qa_box li:first-child .qa_q {
	margin-top: 0;
}
#qa_2011 .more_btn_2011 {
	margin-bottom: 60px;
}
#news_2011 div {
}
#company_2011 div {
	text-align: center;
}
#company_2011>img {
	margin-bottom: 80px;
}
#company_2011 .h2_2011 h2 {
	margin-bottom: 45px;
}
#company_2011 p {
	position: relative;
	margin: 60px 0;
	text-align: center;
	font-size: 16px;
	color: #353738;
}
#company_2011 p:before {
	position: absolute;
	content: "";
	width: 1px;
	height: 20px;
	background-color: #353738;
	top: -36px;
	left: 50%;
}
#idf_2011 .flex_2011 {
	align-items: center;
	margin-top: 8px;
}
#idf_2011 .flex_2011 p {
	margin: 0 0 0 26px;
	padding-left: 26px;
	line-height: 2;
	font-size: 20px;
	color: #353738;
	border-left: 2px solid #353738;
}
#cr_2011 p {
	margin: 0;
	text-align: center;
	font-size: 16px;
	line-height: 1;
}
.more_btn_2011 {
	
}
.more_btn_2011 a {
	
}
.more_btn_2011 a span {
	position: relative;
	display: block;
	text-align: center;
	width: 330px;
	margin: 0 auto;
	padding: 18px 0 18px 20px;
	background-color: #ffffff;
	color: #353738;
	border: 4px solid #353738;
	border-radius: 12px;
	font-size: 30px;
	line-height: 1;
	box-shadow: 0 2px 20px -5px rgba(0,0,0,0.3);
	transition: all 0.2s ease-in-out;
}
.more_btn_2011 a span:before {
	content: "";
	margin: 0;
	padding: 0;
	top: 25.5px;
	left: 46px;
	position: absolute;
	border: 4px solid #353738;
	border-left: none;
	border-top: none;
	height: 17px;
	width: 17px;
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transition: all 0.2s ease-in-out;
}
.more_btn_2011 a span:hover {
/*	transform: scale(1.02, 1.02);*/
	color: #ffffff;
	background-color: #353738;
	opacity: 1;
}
.more_btn_2011 a span:hover:before {
	border-color: #ffffff;
}
/*PC_ONLY*/
@media (min-width: 600px) {

	.pc_none {
		display: none!important;
	}
	.sp_none{
		display:block!important;
	}

}

/*MOBILE_ONLY*/
@media (max-width: 600px) {

	.pc_none {
		display: block!important;
	}
	.sp_none{
		display:none!important;
	}
	.h2_2011 h2 {
		margin-bottom: 20px!important;
		font-size: 26px!important;
	}
	.h2_2011 h2 span {
		margin-left: 10px;
		font-size: 22px;
		vertical-align: 4px;
	}
	#mv_2011 {
		background-image: url("../images/top_2011/sp/main_bg_sp.webp");
		padding: 30px 0 25px;
	}

	.main_txt {
		width: 100%;
	}
	.main_txt .flex_2011 {
		flex-wrap: wrap;
	}
	.main_btn {
		left: 6%;
		bottom: 19.5%;
		width: 51%;
	}
	.main_txt a {
		width: 100%;
	}
	#service_2011 {
		padding: 55px 0 30px;
	}
	#service_2011 .flex_2011 {
		margin: 0;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.service_card_2011 {
		width: 100%;
		padding: 10px;
	}
	.service_card_2011::after {
		content: "";
		display: block;
		clear: both;
	}
	.service_card_2011 h3 {
		position: relative;
		width: 68%;
		float: right;
		margin-top: 7px;
		margin-bottom: 12px;
		padding-left: 24px;
		text-align: left;
		font-size: 18px;
		height: auto;
		font-feature-settings: "palt";
	}
	.service_card_2011 h3:after {
		position: absolute;
		content: "";
		width: 6px;
		height: 25px;
/*		background-color: #3B70A6;*/
		letter-spacing: -0.3px;
		top: -3px;
		left: 12px;
	}
	.service_card_2011:nth-child(2) h3:after {
		background-color: #45A0DD;
	}
	.service_card_2011:nth-child(3) h3:after {
		background-color: #6FC4DD;
	}
	#service_2011 .flex_2011+.service_card_2011 h3:after {
		content: none;
	}
	.service_card_2011 img {
		width: 32%;
		float: left;
		margin-bottom: 20px;
		border-radius: 0;
	}
	.service_card_2011 p {
		width: 68%;
		float: right;
		margin-bottom: 20px;
		padding-left: 12px;
		font-size: 13.4px;
		line-height: 1.8;
		font-feature-settings: "palt";
	}
	.service_card_2011 ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		padding: 0;
		clear: both;
	}
	.service_card_2011 ul a {
		width: 48%;
		margin-bottom: 5px;
	}
	
	
/*
	後藤231016
	.service_card_2011:nth-child(2) ul a:nth-child(2) {
		order: 5;
		width: 65%;
	}
	.service_card_2011:nth-child(2) ul a:nth-child(4) {
		order: 6;
	}
*/
	.service_card_2011:nth-child(3) ul a:last-child {
		width: 55%;
	}
	#service_2011 .flex_2011+.service_card_2011 ul a:last-child {
		width: 50%;
	}
	.service_card_2011 ul li {
		display: block;
		width: 100%;
		line-height: 1.4;
		margin-bottom: 0;
		padding: 15px 0 15px 25px;
		color: #28427B;
		font-size: 16px;
		border-bottom: 1px solid #aaaaaa;
		font-feature-settings: "palt";
	}
	.service_card_2011:nth-child(2) ul li{
		color: #45A0DD;
	}
	.service_card_2011:nth-child(3) ul li {
		color: #6FC4DD;
	}
	.service_card_2011:nth-child(4) ul li {
		color: #28427B;
	}
	.service_card_2011:nth-child(5) ul li {
		color: #28427B!important;
	}
	
	#service_2011 .flex_2011+.service_card_2011 ul li {
		color: #28427B;
	}
	.service_card_2011 ul li:before {
		font-size: 10px;
		left: 0;
		width: 18px;
		height: 18px;
		line-height: 18px;
	}
	.service_card_2011 ul li:after {
		content: none;
	}
	#service_2011 .flex_2011 .service_card_2011:before {
		content: none;
		display: none;
	}
	#service_2011 .flex_2011~.service_card_2011 {
		width: 100%;
	}
	#service_2011 .flex_2011~.service_card_2011 h3 {
		float: none;
		width: 100%;
		margin-bottom: 30px;
		padding-left: 12px;
		text-align: left;
		line-height: 1.4;
		border-left: 8px solid #28427B;
		display:flex;
	}
	#about_2011 {
		background-image: url("../images/top_2011/sp/about_bg.webp");
		padding: 55px 0 60px;
		margin-bottom: 30px;
	}
	#about_2011 .flex_2011{
		flex-wrap: wrap;
		padding: 0 10px;
	}
	#about_2011 .flex_2011>div {
		width: 100%;
	}
	#about_2011 .flex_2011>div:first-child {
		padding: 0 15%;
		margin-bottom: 30px;
	}
	#about_2011 .flex_2011>div h3{
		font-size: 22px;
		text-align: justify;
		line-height: 1.5;
		text-shadow: 0 0 8px rgba(0,0,0,0.5);
	}
	#about_2011 .flex_2011>div p{
		margin: 0;
		font-size: 15px;
		line-height: 1.8;
		text-shadow: 0 0 8px rgba(0,0,0,0.5);
	}
	#product_2011 {
		padding: 55px 0 0;
	}
	#product_2011 p {
		margin: 40px 10px 60px;
		font-size: 15px;
		text-align: justify;
	}
	#topics_2011 {
		padding: 30px 0;
		background-color: #001c58;
		margin: 20px auto;
	}
	#topics_2011 .flex_2011 {
		align-items: center;
		justify-content: space-between;
	}
	#topics_2011 .flex_2011:before {
		content: none;
	}
	#topics_2011 .flex_2011 div:first-child {
		width: 32%;
	}
	#topics_2011 .flex_2011 div:last-child {
		width: 68%;
		padding-left: 10px;
	}
	#topics_2011 .flex_2011 h3{
		font-size: 18px;
		line-height: 1.4;
		margin-bottom: 10px;
		font-feature-settings: "palt";
	}
	#topics_2011 .flex_2011 p {
		font-size: 10px;
		line-height: 1.4;
		margin: 0;
		font-feature-settings: "palt";
	}
	#topics_2011 .slider{
		margin: 40px auto 0;
		width: 100%;
	}
	#topics_2011 .slider div.slick-list{
		padding: 0 35px!important;
	}
	#topics_2011 .slider .slick-slide img {
		width: 94%;
		border-radius: 10px;
	}
	#topics_2011 .slider .slick-slide p {
		font-size: 20px;
		margin: 13px 0 0;
	}
	#feature_2011 {
		padding: 55px 0 0;
	}
	#feature_2011>div>div:last-child {
		margin: 55px 0 30px;
	}
	#feature_2011 .flex_2011 {
/*		margin: 55px 0 0;*/
		margin: 0 0 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#feature_2011 .flex_2011 div:first-child {
		order: 5;
		width: 100%;
		padding: 10px 10px 0;
	}
	#feature_2011 .flex_2011 div:first-child:before {
		display: none;
		content: none;
	}
	#feature_2011 .flex_2011 div:first-child h3 {
		position: relative;
		margin-bottom: 8px;
		padding-left: 70px;
		font-size: 21px;
		line-height: 1.4;
		font-feature-settings: "palt";
		letter-spacing: 1px;
	}
	#feature_2011 .flex_2011:nth-child(5n-4) div:first-child h3,
	#feature_2011 .flex_2011:nth-child(5n-2) div:first-child h3,
	#feature_2011 .flex_2011:nth-child(5n-1) div:first-child h3 {
		margin: 10px 0 20px
	}
	#feature_2011 .flex_2011 div:first-child h3:before {
		position: absolute;
		content: "01";
		display:inline-block;
		color: #3B70A6;
		border: 5px solid #3B70A6;
		font-family: 'Roboto';
		font-weight:900;
		font-size: 22px;
		letter-spacing: -0.5px;
		border-radius: 50%;
		left: 0;
		width: 45px;
		height: 45px;
		line-height: 42px;
		text-align: center;
		/*以下 上下中央寄せのため*/
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	
/*
	#feature_2011 .flex_2011:nth-child(5n-4) div:first-child h3:before {
		content: "01";
	}
	
	#feature_2011 .flex_2011:nth-child(5n-3) div:first-child h3:before {
		content: "02";
	}
	
	#feature_2011 .flex_2011:nth-child(5n-2) div:first-child h3:before {
		content: "03";
	}
	
	#feature_2011 .flex_2011:nth-child(5n-1) div:first-child h3:before {
		content: "04";
	}
	
	#feature_2011 .flex_2011:nth-child(5n) div:first-child h3:before {
		content: "05";
	}
*/
#feature_2011 {
    counter-reset: section -1; /* カウンターの初期値を-1に設定します。 */
}

#feature_2011 .flex_2011 div:first-child h3:before {
    counter-increment: section; /* 各要素に対してカウンターを1増やします。 */
    content: counter(section, decimal-leading-zero); /* カウンターの値を2桁の番号として表示します。 */
}

	
	
	
	#feature_2011 .flex_2011 div:first-child p {
		font-size: 15px;
		line-height: 1.8;
		font-weight: 400;
		font-feature-settings: "palt";
	}
	#feature_2011 .flex_2011 div:first-child p span {
		font-size: 13px;
		line-height: 1;
		vertical-align: -5px;
	}
	#feature_2011 .flex_2011 div:last-child {
		width: 100%;
		padding: 0 10px;
		margin-bottom: 10px;
	}
	#feature_2011 .flex_2011 div:last-child img {
		border-radius: 15px;
		box-shadow: 0 1px 7px -3px rgba(0,0,0,.3);
	}
	#feature_2011 .slider_f .slick-dots {
		bottom: calc(100% + 10px);
	}
	/*slick setting*/
	#feature_2011 .slider_f .slick-prev,
	#feature_2011 .slider_f .slick-next {
		z-index: 100;
		top: 20%;
		width: 30px;
		height: 30px;
	}
	#feature_2011 .slider_f .slick-prev {
		left: -5px;
	}
	#feature_2011 .slider_f .slick-next {
		right: -5px;
	}
	#feature_2011 .slider_f .slick-prev:before,
	#feature_2011 .slider_f .slick-next:before {
		color: #001B57;
		font-size: 30px;
	}
	#qa_2011 {
		padding: 55px 0 0;
	}
	#qa_2011 .qa_box .inner {
		display: block!important;
	}

	#news_2011 {
		padding: 55px 0 60px;
	}
	#company_2011 {
		padding: 0 0 50px;
	}
	#company_2011>img {
		margin-bottom: 50px;
	}
	#company_2011 .h2_2011 h2 {
		margin-bottom: 40px;
	}
	#company_2011 p {
		margin: 42px 0;
		font-size: 10px;
		letter-spacing: -0.4px;
	}
	#company_2011 p:before {
		height: 12px;
		top: -26px;
	}
	#idf_2011 {
		padding: 0;
		background-color: #FFFFFF;
	}
	#idf_2011 .flex_2011 {
		display: block;
		text-align: center;
		margin-top: 0;
	}
	#idf_2011 .flex_2011 p {
		margin: 0;
		padding: 0 0 26px;
		text-align: center;
		line-height: 1.8;
		font-size: 12px;
		border-left: none;
	}
	#cr_2011 p {
		font-size: 10px;
	}
	.more_btn_2011 a span {
		width: 250px;
		padding: 16px 0 16px 24px;
		font-size: 24px;
	}
	.more_btn_2011 a span:before {
		top: 21px;
		left: 38px;
		height: 15px;
		width: 15px;
	}
	
}