@charset "utf-8";




/*##################################################################################

	base

##################################################################################*/
#wrapper {
	zoom: 0.9;
}
#container {
	overflow: hidden;
}

#wrapper,
#container,
#container > section  {
	position: relative;
	z-index: 1;
	width: 100%;
}

img {
	vertical-align: top;
}

#container > section > div.inner {
	width: 1400px;
	margin: 0 auto;
}

.footTtl {
	margin: 49px auto 72px;
	text-align: center;
}

/*##################################################################################

	layout

##################################################################################*/
.accordion > a,
.accordion > span {
	position: relative;
	display: block;
	background-color: #fff;
	box-shadow:5px 5px 5px 0 rgba(0,0,0,0.14);
}
.accordion > .detail {
	display: none;
	position: relative;
	margin-top: 10px;
	overflow: visible !important;
}
.accordion > .detail:before {
	content: '';
	position: absolute;
	z-index: -1;
	left: 50%;
	top: 0;
	margin-left: -2000px;
	width: 4000px;
	height: 100%;
	background: #fef9f3 url(../images/panels_detail_bg.png) center top no-repeat;
}
.accordion > .detail > .inner {
	opacity: 0;
	padding: 30px 0 69px;
	color: #666;
	font-size: 15px;
	line-height: 30px;
}
.accordion > .detail > .inner > .close {
	position: relative;
	z-index: 10;
}
.accordion > .detail > .inner > .close a {
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: 600px;
	display: inline-block;
	width: 39px;
	height: 39px;
	background: url(../images/detail_close.png) left top no-repeat;
}
.accordion > .detail > .inner h4 {
	position: relative;
}
.accordion > .detail > .inner h4 p {
	font-size: 13px;
	line-height: 25px;
}
.accordion > .detail > .inner > .buttons {
	width: 860px;
	margin: 0 auto;
	padding: 27px 0;
	text-align: center;
	background-color: #fff;
	border-radius: 10px;
}
.accordion > .detail > .inner > .buttons .catch {
	margin-bottom: 16px;
}
.accordion > .detail > .inner > .buttons ul {
	margin-bottom: 7px;
}
.accordion > .detail > .inner > .buttons ul li {
	display: inline-block;
}


/*----------------------------------------------------------------------------------
	#mv
----------------------------------------------------------------------------------*/
#mv {
	height: 750px;
	/*padding-top: 29px;*/
}
#mv h1 {
	position: absolute;
	left: 50%;
	/*top: 29px;*/
	top: 0;
	margin-left: -957px;
}


/*----------------------------------------------------------------------------------
	#graph
----------------------------------------------------------------------------------*/
#graph {
	padding: 48px 0 28px;
	background-color: #fef2ec;
}
#graph h3 {
	margin-bottom: 31px;
	text-align: center;
}
#graph .accordion {
	width: 1280px;
	margin: 0 auto;
	box-shadow: 2px 2px 4px 0 rgba(0,0,0,0.14);
	background-color: #fff;
}
#graph .accordion + .accordion {
	margin-top: 20px;
}
#graph .accordion > a {
	box-shadow:none;
}
#graph .accordion > a:before {
	content: '';
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	display: block;
	width: 1280px;
	opacity: 0;
	transition: opacity 0.2s ease;
}
#graph .accordion.enable > a:before,
#graph .accordion > a:hover:before {
	opacity: 1;
}

.accordion > .detail.graph {
	margin-top: 0;
	border-top: solid 1px #ddd;
}
.accordion > .detail.graph:before {
	content: none;
}
.accordion > .detail.graph > .inner {
	padding: 0;
	background-color: #fff;
	color: #444;
	font-size: 16px;
	line-height: 29px;
}
.accordion > .detail.graph > .inner > .close {
	position: static;
}
.accordion > .detail.graph > .inner > .close a {
	left: auto;
	top: auto;
	right: 0;
	bottom: 0;
	margin-left: 0;
	width: 155px;
	height: 49px;
	background: url(../images/graph_detail_close.png) left top no-repeat;
}
.accordion > .detail.graph > .inner > .box {
	width: 730px;
	margin: 0 auto;
	padding: 25px 65px;
	background-color: #f4ecde;
	border-radius: 10px;
}
.accordion > .detail.graph > .inner > .box h5 {
	margin-bottom: 23px;
	text-align: center;
}
.accordion > .detail.graph > .inner > .box .column {
	width: 730px;
	margin: 0 auto 17px;
}
.accordion > .detail.graph > .inner > .box .column p {
	float: left;
	max-width: 130px;
	font-size: 11px;
	line-height: 16.5px;
}
.accordion > .detail.graph > .inner > .box .column p img {
	padding-bottom: 10px;
}
.accordion > .detail.graph > .inner > .box .buttons {
	width: 550px;
	margin: 0 auto;
}
.accordion > .detail.graph > .inner > .box .buttons img {
	vertical-align: top;
}
.accordion > .detail.graph > .inner > .box .buttons .material {
	float: left;
	width: 272px;
}
.accordion > .detail.graph > .inner > .box .buttons .reserve {
	float: right;
	width: 272px;
}
.accordion > .detail.graph > .inner > .caption {
	width: 860px;
	margin: 0 auto;
	font-size: 12px;
	text-align: left;
	line-height: 24px;
}


/*----------------------------------------------------------------------------------
	detail
----------------------------------------------------------------------------------*/

/* ========== .graph1 ========== */
.graph1Intro:before {
	height: 307px;
	background: url(../images/graph_01_intro_ov.png) left top no-repeat;
}
#graph1 .inner {
	padding: 88px 0 89px;
	background: url(../images/graph1_image2.png) 922px 28px no-repeat;
}
#graph1 h4 {
	text-align: center;
	margin-bottom: 40px;
}
#graph1 .text1 {
	width: 860px;
	margin: 0 auto 44px;
	font-size: 20px;
	line-height: 29px;
}
#graph1 .text1 .small {
	font-size: 16px;
	color: #858585;
}
#graph1 .image1 {
	margin-bottom: 30px;
	text-align: center;
}

/* ========== .graph2 ========== */
.graph2Intro:before {
	height: 380px;
	background: url(../images/graph_02_intro_ov.png) left top no-repeat;
}
#graph2 .inner {
	padding: 88px 0 89px;
	background: url(../images/graph2_image3.png) 952px 54px no-repeat;
}
#graph2 h4 {
	text-align: center;
	margin-bottom: 40px;
}
#graph2 .text1 {
	width: 860px;
	margin: 0 auto 64px;
	font-size: 20px;
}
#graph2 .text1 .small {
	font-size: 16px;
	color: #858585;
}
#graph2 .image1 {
	margin-bottom: 27px;
	text-align: center;
}
#graph2 .image2 {
	margin-bottom: 90px;
	text-align: center;
}

/* ========== .graph3 ========== */
.graph3Intro:before {
	height: 307px;
	background: url(../images/graph_03_intro_ov.png) left top no-repeat;
}
#graph3 .inner {
	padding: 57px 0 89px;
}
#graph3 .image1 {
	margin-bottom: 27px;
	text-align: center;
}
#graph3 .text1 {
	width: 860px;
	margin: 0 auto 47px;
	font-size: 20px;
}


/*----------------------------------------------------------------------------------
	#panels
----------------------------------------------------------------------------------*/
#panels {
}
#panels .searchContents {
	position: relative;
	width: 1280px;
	margin: 30px auto 20px;
}
#panels .searchContents .accordion > a:before {
	content: '';
	position: absolute;
	left: -39px;
	top: -18px;
	width: 103px;
	height: 103px;
	background: url(../images/panels_searchContents_icon.png) left top no-repeat;
}
#panels .col {
	position: relative;
	left: -5px;
	width: 1290px;
	margin: 0 auto;
	font-size: 0;
}
#panels .col .accordion {
	display: inline-block;
	margin: 10px 0 0 10px;
	font-size: 14px;
	vertical-align: top;
}
#panels .col.items .accordion {
	width: 420px;
	min-height: 372px;
}
#panels .col.items .accordion > a,
#panels .col.items .accordion > span {
	width: 420px;
	height: 372px;
	background: url(../images/panels_panel_bg.png) left top no-repeat;
}
#panels .col.items .accordion > a:before {
	content: '';
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	display: block;
	width: 420px;
	height: 372px;
	background: url(../images/panels_panel_bg_enable.png) left top no-repeat;
	opacity: 0;
	transition: opacity 0.2s ease;
}
#panels .col.items .accordion.enable > a:before,
#panels .col.items .accordion > a:hover:before {
	opacity: 1;
}
#panels .col.items .accordion > span.anime {
	box-sizing: border-box;
	padding: 2px 0 0 2px;
}
#panels .col.items .accordion > a img {
	position: relative;
	z-index: 1;
}
#panels .col.method .accordion {
	width: 420px;
	min-height: 320px;
}
#panels .col .accordion .detail {
	width: 1280px;
}


/*----------------------------------------------------------------------------------
	detail
----------------------------------------------------------------------------------*/

/* ========== .searchContents ========== */
.searchContents .inner {
	width: 1070px;
	margin: 0 auto;
	color: #7a5c34;
}
.searchContents .inner .close:last-child {
	margin-top: -39px;
}
.searchContents .inner .step0 {
	padding: 30px 0 96px;
	text-align: center;
}
.searchContents .inner .step0 h4 {
	font-size: 33px;
	margin-bottom: 93px;
}
.searchContents .inner .step0 .selectBox {
	width: 651px;
	margin: 0 auto 60px;
}
.searchContents .inner .step0 .selectBox .boxL {
	float: left;
	width: 310px;
}
.searchContents .inner .step0 .selectBox .boxR {
	float: right;
	width: 310px;
	margin-left: 30px;
}
.searchContents .inner .step0 .selectBox .cont {
	position: relative;
}
.searchContents .inner .step0 .selectBox .cont select {
	position: absolute;
	left: -99999px;
	top: -99999px;
}
.searchContents .inner .step0 .selectBox .cont .select {
	position: relative;
	z-index: 1;
	display: block;
	width: 210px;
	height: 54px;
	padding-left: 95px;
	border: solid 2px #a67900;
	border-radius: 5px;
	color: #444;
	font-size: 17px;
	line-height: 56px;
	text-align: left;
	text-decoration: none;
	box-shadow:1px 1px 4px 0px rgba(0,0,0,0.2);
}
.searchContents .inner .step0 .selectBox .cont .select:before {
	content: '';
	position: absolute;
	right: 13px;
	top: 25px;
	display: block;
	width: 9px;
	height: 8px;
	background: url(../images/search_select_arrow.png) left top no-repeat;
}
.searchContents .inner .step0 .selectBox .sex .select {
	opacity: 1;
	background: #fff url(../images/search_select_icon1.png) left center no-repeat;
}
.searchContents .inner .step0 .selectBox .age .select {
	opacity: 0.6;
	background: #fff url(../images/search_select_icon2.png) left center no-repeat;
}
.searchContents .inner .step0 .selectBox .age .select.enable {
	opacity: 1;
}
.searchContents .inner .step0 .selectBox .cont .list {
	display: none;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 310px;
	background-color: #fff;
	font-size: 18px;
	line-height: 40px;
	box-shadow:rgba(0, 0, 0, 0.388235) 10px 20px 5px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.388235) 10px 20px 5px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.388235) 10px 20px 5px 0px;
}
.searchContents .inner .step0 .selectBox .cont .list:before {
	content: '';
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: -1;
	display: block;
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-color: #ccc¥9; /* for lt IE9 */
}
:root .searchContents .inner .step0 .selectBox .cont .list:before { /* for IE9 */
	background-color: transparent;
}
.searchContents .inner .step0 .selectBox .cont .list li {
	background-color: #fff;
}
.searchContents .inner .step0 .selectBox .cont .list li a {
	display: block;
	color: #7a5c34;
	text-decoration: none;
}
.searchContents .inner .step0 .selectBox .cont .list li.enable a {
	background-color: #a07330;
	color: #fff;
}
.searchContents .inner .step0 .selectBox .cont .list li a:hover {
	background-color: #8d6326 !important;
	color: #fff;
}
.searchContents .inner .step0 .next {
	width: 260px;
	height: 60px;
	margin: 0 auto;
	border-radius: 30px;
	background-color: #a67900;
	box-shadow:1px 1px 4px 0px rgba(0,0,0,0.2);
}



.searchContents .inner .step1 {
	display: none;
	text-align: center;
	color: #7a5c34;
}
.searchContents .inner .step1 h4 {
	padding-top: 30px;
	margin-bottom: 60px;
	font-size: 33px;
	font-weight: normal;
}
.searchContents .inner .step1 .txt {
	margin-bottom: 60px;
	line-height: 56px;
	font-size: 24px;
}
.searchContents .inner .step1 .txt span {
	padding: 0 5px;
	font-size: 36px;
	color: #eb0000;
	font-weight: bold;
}
.searchContents .inner .step1 > .box {
	width: 730px;
	margin: 0 auto 30px;
	padding: 25px 65px;
	background-color: #fff;
	border-radius: 10px;
}
.searchContents .inner .step1 > .box h5 {
	margin-bottom: 23px;
}
.searchContents .inner .step1 > .box .column {
	width: 730px;
	margin: 0 auto 17px;
}
.searchContents .inner .step1 > .box .column p {
	float: left;
}
.searchContents .inner .step1 > .box .buttons {
	width: 550px;
	margin: 0 auto;
}
.searchContents .inner .step1 > .box .buttons img {
	vertical-align: top;
}
.searchContents .inner .step1 > .box .buttons .material {
	float: left;
	width: 272px;
}
.searchContents .inner .step1 > .box .buttons .reserve {
	float: right;
	width: 272px;
}
.searchContents .inner .step1 > .caption {
	width: 860px;
	margin: 0 auto;
	font-size: 12px;
	text-align: left;
	line-height: 24px;
}



.searchContents .inner .search-silhouette {
	position: absolute;
	right: -40px;
	top: 80px;
	width: 303px;
	height: 235px;
}
.searchContents .inner .search-silhouette.enable:after {
	content: '';
	display: block;
	position: absolute;
	left: 38px;
	bottom: 0;
	width: 200px;
	height: 4px;
	background-color: #a57534;
}
.searchContents .inner .search-silhouette .inner {
	width: 303px;
	height: 235px;
}
.searchContents .inner .search-silhouette .inner p {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
}
.searchContents .inner .search-silhouette .inner .man3,
.searchContents .inner .search-silhouette .inner .woman3 {
	left: 303px;
}
.searchContents .inner .search-silhouette .inner p img {
	vertical-align: top;
}
.searchContents .inner .search-silhouette .anime {
	animation: rotateAnime ease 5.5s;
	animation-iteration-count: infinite;
	animation-delay: 2s;
	transform-origin: 50% 50%;
	-webkit-animation: rotateAnime ease 5.5s;
	-webkit-animation-iteration-count: infinite;
	-webkit-transform-origin: 50% 50%;
	-webkit-animation-delay: 2s;
	-moz-animation: rotateAnime ease 5.5s;
	-moz-animation-iteration-count: infinite;
	-moz-transform-origin: 50% 50%;
	-moz-animation-delay: 2s;
	-o-animation: rotateAnime ease 5.5s;
	-o-animation-iteration-count: infinite;
	-o-transform-origin: 50% 50%;
	-o-animation-delay: 2s;
	-ms-animation: rotateAnime ease 5.5s;
	-ms-animation-iteration-count: infinite;
	-ms-transform-origin: 50% 50%;
	-ms-animation-delay: 2s;
}

@keyframes rotateAnime{
  0% {
    transform:  rotateY(0deg) ;
    -ms-transform:  rotateY(0deg) ;
    -moz-transform:  rotateY(0deg) ;
    -webkit-transform:  rotateY(0deg) ;
    -o-transform:  rotateY(0deg) ;
  }
  50% {
    transform:  rotateY(-1080deg) ;
    -ms-transform:  rotateY(-1080deg) ;
    -moz-transform:  rotateY(-1080deg) ;
    -webkit-transform:  rotateY(-1080deg) ;
    -o-transform:  rotateY(-1080deg) ;
  }
  100% {
    transform:  rotateY(-1080deg) ;
    -ms-transform:  rotateY(-1080deg) ;
    -moz-transform:  rotateY(-1080deg) ;
    -webkit-transform:  rotateY(-1080deg) ;
    -o-transform:  rotateY(-1080deg) ;
  }
}

@-moz-keyframes rotateAnime{
  0% {
    -moz-transform:  rotateY(0deg) ;
  }
  50% {
    -moz-transform:  rotateY(-1080deg) ;
  }
  100% {
    -moz-transform:  rotateY(-1080deg) ;
  }
}

@-webkit-keyframes rotateAnime {
  0% {
    -webkit-transform:  rotateY(0deg) ;
  }
  50% {
    -webkit-transform:  rotateY(-1080deg) ;
  }
  100% {
    -webkit-transform:  rotateY(-1080deg) ;
  }
}

@-o-keyframes rotateAnime {
  0% {
    -o-transform:  rotateY(0deg) ;
  }
  50% {
    -o-transform:  rotateY(-1080deg) ;
  }
  100% {
    -o-transform:  rotateY(-1080deg) ;
  }
}

@-ms-keyframes rotateAnime {
  0% {
    -ms-transform:  rotateY(0deg) ;
  }
  50% {
    -ms-transform:  rotateY(-1080deg) ;
  }
  100% {
    -ms-transform:  rotateY(-1080deg) ;
  }
}




/* ========== #panel1 ========== */
#panel1 > div,
#panel1 > p {
	width: 1070px;
	margin: 0 auto;
}
#panel1 h4 {
	margin-bottom: 30px;
}
#panel1 h4 p {
	position: absolute;
	left: 0;
	top: 206px;
}
#panel1 .text1 {
	margin-bottom: 39px;
}
#panel1 .text2 {
	margin-bottom: 26px;
}
#panel1 .text3 {
	margin-bottom: 110px;
	font-size: 13px;
}

/* ========== #panel2 ========== */
#panel2 > div,
#panel2 > p {
	width: 1020px;
	margin: 0 auto;
}
#panel2 h4 {
	margin-bottom: 97px;
}
#panel2 h4 p {
	position: absolute;
	left: 0;
	top: 254px;
}
#panel2 .text1 {
	margin-bottom: 40px;
}
#panel2 .text2 {
	position: relative;
	margin-bottom: 119px;
}
#panel2 .text2 a {
	position: absolute;
	right: 0;
	bottom: 0;
}

/* ========== #panel3 ========== */
#panel3 > div,
#panel3 > p {
	width: 900px;
	margin: 0 auto;
}
#panel3 h4 {
	margin-bottom: 105px;
}
#panel3 .sec {
	margin-bottom: 110px;
}
#panel3 .sec .text1 {
	margin-bottom: 40px;
}
#panel3 .sec .message {
	margin-top: 70px;
	font-size: 15px;
}
#panel3 .sec .message .left {
	float: left;
	margin-right: 40px;
}
#panel3 .sec .message .right {
	float: right;
	margin-left: 40px;
}
#panel3 .sec .message .title {
	margin-bottom: 24px;
	font-size: 21px;
	font-weight: bold;
}

/* ========== #panel4 ========== */
#panel4 > div,
#panel4 > p {
	width: 1100px;
	margin: 0 auto;
}
#panel4 h4 {
	margin-bottom: 86px;
}
#panel4 h4 p {
	position: absolute;
	left: 0;
	top: 265px;
}
#panel4 .text1 {
	margin-bottom: 40px;
}
#panel4 .text2 {
	margin-bottom: 54px;
}
#panel4 .image1 {
	margin-bottom: 108px;
}
#panel4 .cf {
	margin-bottom: 130px;
}
#panel4 .cf .image {
	float: left;
	width: 350px;
}
#panel4 .cf .text {
	float: right;
	width: 682px;
}
#panel4 .cf .text .title {
	margin-bottom: 45px;
}

/* ========== #panel5 ========== */
#panel5 > div,
#panel5 > p {
	width: 1100px;
	margin: 0 auto;
}
#panel5 h4 {
	margin-bottom: 112px;
}
#panel5 h4 p {
	position: absolute;
	left: 0;
	top: 410px;
}
#panel5 .cf {
	margin-bottom: 105px;
}
#panel5 .cf > div {
	float: left;
	width: 310px;
}
#panel5 .cf > div + div {
	margin-left: 80px;
}
#panel5 .cf > div.last {
	width: 320px;
}
#panel5 .cf .title {
	margin-bottom: 30px;
}
#panel5 .cf .text {
	margin-bottom: 40px;
}
#panel5 .image1 {
	margin-bottom: 113px;
}


/* ========== #panel6 ========== */
#panel6 > div,
#panel6 > p {
	width: 1100px;
	margin: 0 auto;
}
#panel6 h4 {
	margin-bottom: 100px;
}
#panel6 h4 p {
	position: absolute;
	left: 0;
	top: 290px;
}
#panel6 .text1 {
	margin-bottom: 32px;
}
#panel6 .image1 {
	margin-bottom: 100px;
}


/* ========== #panel7 ========== */
#panel7 > div,
#panel7 > p {
	width: 1100px;
	margin: 0 auto;
}
#panel7 h4 {
	margin-bottom: 95px;
}
#panel7 h4 p {
	position: absolute;
	left: 0;
	top: 252px;
}


/* ========== #panel8 ========== */
#panel8 > div,
#panel8 > p {
	width: 980px;
	margin: 0 auto;
}
#panel8 h4 {
	margin-bottom: 84px;
}
#panel8 h4 p {
	position: absolute;
	left: 0;
	top: 375px;
}
#panel8 .cf {
	margin-bottom: 90px;
	padding: 60px 0;
	background-color: #fff;
	border-radius: 10px;
}
#panel8 .cf .left {
	float: left;
	width: 209px;
	margin-left: 60px;
}
#panel8 .cf .right {
	float: right;
	width: 658px;
}
#panel8 .cf p + p {
	margin-top: 36px;
}
#panel8 .cf .small {
	font-size: 13px;
}


/* ========== #panel9 ========== */
#panel9 > div,
#panel9 > p {
	width: 1200px;
	margin: 0 auto;
}
#panel9 h4 {
	margin-bottom: 93px;
}
#panel9 h4 p {
	position: absolute;
	left: 0;
	top: 458px;
}
#panel9 .cf {
	padding: 60px;
	background-color: #fff;
	border-radius: 10px;
}
#panel9 .image {
	float: left;
	width: 260px;
}
#panel9 .image .name {
	font-size: 13px;
	text-align: center;
}
#panel9 .text {
	float: left;
	width: 760px;
}
#panel9 .text p + p {
	margin-top: 40px;
}
#panel9 .left {
	margin-bottom: 91px;
}
#panel9 .left .text {
	margin-left: 60px;
}
#panel9 .right {
	margin-bottom: 90px;
}
#panel9 .right .text {
	margin-right: 60px;
}


/* ========== #panel10 ========== */
#panel10 > div,
#panel10 > p {
	width: 1040px;
	margin: 0 auto;
}
#panel10 h4 {
	margin-bottom: 90px;
}
#panel10 h4 p {
	position: absolute;
	left: 0;
	top: 250px;
}
#panel10 .cf {
	margin-bottom: 90px;
	padding: 60px;
	background-color: #fff;
	border-radius: 10px;
}
#panel10 .image {
	float: left;
	width: 223px;
}
#panel10 .text {
	float: right;
	width: 625px;
}
#panel10 .text p {
	position: relative;
	margin-top: 47px;
	padding-left: 50px;
}
#panel10 .text p:before {
	content: '';
	display: block;
	width: 44px;
	height: 1px;
	position: absolute;
	left: 2px;
	top: 13px;
	background-color: #999;
}


/* ========== #panel11 ========== */
#panel11 > div,
#panel11 > p {
	width: 1100px;
	margin: 0 auto;
}
#panel11 h4 {
	margin-bottom: 100px;
}
#panel11 h4 p {
	position: absolute;
	left: 0;
	top: 452px;
}
#panel11 .cf {
	margin-bottom: 100px;
	padding: 58px 55px 40px;
	background-color: #fff;
	border-radius: 10px;
}
#panel11 .image {
	float: left;
	width: 652px;
}
#panel11 .text {
	float: right;
	width: 300px;
}
#panel11 .text p + p {
	margin-top: 40px;
}


/* ========== #panel12 ========== */
#panel12 > div,
#panel12 > p {
	width: 1040px;
	margin: 0 auto;
}
#panel12 h4 {
	margin-bottom: 90px;
}
#panel12 h4 p {
	position: absolute;
	left: 0;
	top: 245px;
}
#panel12 .cf {
	margin-bottom: 90px;
	padding: 60px;
	background-color: #fff;
	border-radius: 10px;
}
#panel12 .image {
	float: left;
	width: 223px;
}
#panel12 .text {
	float: right;
	width: 625px;
}
#panel12 .text p {
	position: relative;
	margin-top: 47px;
	padding-left: 50px;
}
#panel12 .text p:before {
	content: '';
	display: block;
	width: 44px;
	height: 1px;
	position: absolute;
	left: 2px;
	top: 13px;
	background-color: #999;
}


/* ========== #panel13 ========== */
#panel13 > div,
#panel13 > p {
	width: 1100px;
	margin: 0 auto;
}
#panel13 h4 p {
	position: absolute;
	left: 0;
	top: 238px;
}
#panel13 .cf {
	margin-bottom: 90px;
}
#panel13 .image {
	float: left;
	width: 329px;
}
#panel13 .text {
	float: right;
	width: 699px;
	margin-top: 68px;
}
#panel13 .text p + p {
	margin-top: 40px;
}


/* ========== #method1 ========== */
#method1 > div,
#method1 > p {
	width: 920px;
	margin: 0 auto;
}
#method1 .cf {
	padding-top: 27px;
	margin-bottom: 90px;
}
#method1 .image {
	float: left;
	width: 239px;
}
#method1 .text {
	float: right;
	width: 600px;
	margin-top: 33px;
}
#method1 .text p + p {
	margin-top: 36px;
}



/* ========== #method2 ========== */
#method2 > div,
#method2 > p {
	width: 1070px;
	margin: 0 auto;
}
#method2 .cf {
	padding-top: 27px;
	margin-bottom: 90px;
}
#method2 .image {
	float: left;
	width: 334px;
}
#method2 .text {
	float: right;
	width: 665px;
	margin-top: 33px;
}
#method2 .text p + p {
	margin-top: 36px;
}



/* ========== #method3 ========== */
#method3 > div,
#method3 > p {
	width: 1100px;
	margin: 0 auto;
}
#method3 h4 {
	padding-top: 58px;
	margin-bottom: 46px;
}
#method3 .cf {
	margin-bottom: 90px;
}
#method3 .text {
	float: left;
	width: 375px;
}
#method3 .image {
	float: right;
	width: 680px;
}


.cp_link{
	width:1280px;
	margin:28px auto 20px;
  box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.14);
	background:#fff;
	}



.path {
    text-align: left;
    margin: 0 auto;
    padding: 15px 0;
    width: 1400px;
    font-size: 11px;
}



