@charset "utf-8";
body {
padding-top: 130px;
}
#renewalVisual {
	background-color: #00c1ae;
	padding: 78px 0 91px 0;
}
#renewalVisual h1 {
	color: #fff;
	font-size: 42px;
	font-weight: 300;
	display: block;
	text-align: center;
	letter-spacing: 0.1em;
}
#renewalVisual h1 p {
	font-size: 22px;
	display: block;
	padding-top: 15px;
	letter-spacing: 0.05em;
	text-align: center;
	font-weight: 100;
	position: relative;
	line-height: 1.0;
}
#renewalVisual h1 p b {
	font-size: 33px;
	font-weight: 100;
	border-bottom: 1px solid #fff;
	padding-bottom: 12px;
	font-weight: 500;
}
#renewalVisual h1 p b span {
	font-size: 54px;
	font-style: italic;
	color: #fff;
	font-weight: 400;
}
#renewalVisual ul {
	width: 733px;
	margin: 0 auto;
	padding-top: 50px;
	-webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}
#renewalVisual ul li {
	width: 200px;
	border-left: 5px solid #009e90;
	background-color: #fff;
	padding: 30px 0;
	height: 285px;
	box-sizing: border-box;
	position: relative;
	
}
#renewalVisual ul li:hover {
	-webkit-animation: reMvlist .5s forwards;
  	animation: reMvlist .5s forwards;
}
@keyframes reMvlist {
  0% {
    transform: translateY(-20px) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes reMvlist {
  0% {
    -webkit-transform: translateY(-20px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
#renewalVisual ul li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}
#renewalVisual ul li > span {
	font-size: 16px;
	line-height: 1.0;
	color: #00c1ae;
	text-align: center;
	display: block;
	letter-spacing: 0.2em;
}
#renewalVisual ul li > span b {
	color: #00c1ae;
	font-size: 35px;
	display: block;
	line-height: 1.0;
	font-weight: 400;
	padding-top: 5px;
}
#renewalVisual ul li p {
	font-size: 15px;
	text-align: center;
	line-height: 1.8;
	padding-top: 14px;
	margin-bottom: 10px;
}
#renewalVisual ul li p span {
	padding-bottom: 3px;
    border-bottom: 2px solid #00c1ae;
    letter-spacing: 0.05em;
    display: inline-block;
    line-height: 1.0;
    margin-bottom: 4px;
}
#renewalVisual ul li h2 {
	font-size: 25px;
	text-align: center;
	color: #00c1ae;
	font-weight: 500;
	line-height: 33px;
}
#renewalVisual ul li h2.ebook {
	padding-top: 17px;
}
.planWrap {
	padding: 204px 0 117px 0;
	
	margin-top: -204px;
}
.planWrap > p {
	font-size: 26px;
	text-align: center;
	color: #00c1ae;
	display: block;
	line-height: 1.0;
	padding-top: 100px;
	border-top: 1px solid #dadada;
}
.planWrap > p > span {
	font-size: 58px;
	text-align: center;
	display: block;
	padding-top: 9px;
	font-weight: 400;
}
.planWrap h1 {
	font-size: 42px;
	text-align: center;
	font-weight: 600;
	color: #00c1ae;
	line-height: 1.0;
	padding-top: 34px;
	letter-spacing: 0.1em;
}
.planWrap h1 span {
	border-bottom: 2px solid #00c1ae;
	padding-bottom: 22px;
}
.planWrap ul {
	-webkit-align-items: flex-start; /* Safari */
  	align-items: flex-start;
  	margin-top: 108px;
  	margin-bottom: 69px;
  	-webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
}
.planWrap ul li {
	width: 475px;
}
.planWrap ul li figure {
	width: 100%;
}
.planWrap ul li figure img {
	width: 100%;
}
.planWrap ul li h2 {
	font-size: 22px;
	letter-spacing: 0.1em;
	line-height: 1.63;
	font-weight: normal;
	color: #3d3d3d;
	font-weight: 200;
}
.planWrap ul li p {
	font-size: 15px;
	line-height: 2.0;
	padding-top: 25px;
	margin: 0;
	color: #3d3d3d;
	font-feature-settings : "palt" 1;
	letter-spacing: 0.09em;
}
.planWrap > dl {
	margin-top: 40px;
}
.planWrap > dl > dt {
	background-color: #00c1ae;
	color: #fff;
	width: 170px;
	text-align: center;
	margin: 0 auto;
	font-size: 18px;
	line-height: 1.0;
	padding: 6px 0;
	position: relative;
	z-index: 10;
}
.planWrap > dl > dd {
	background-color: #e7f9f7;
	font-size: 15px;
	text-align: center;
	padding: 37px 0 36px 0;
    position: relative;
    top: -15px;
    line-height: 2.0;
}
.planWrap dl.second dd{
	padding: 33px 0 32px 0;
}
.planWrap dl.nonTxt > dd {
	padding: 60px;
}
.planWrap dl.second dd figure {
	width: 80%;
	padding-top: 10px;
	display: block;
	margin: 0 auto;
}
.planWrap dl.second dd figure.fst{
	width: 100%;
}
.planWrap dl.second dd figure img {
	width: 100%;
}
.planWrap dl.second dd dl.flow {
	overflow: hidden;
	margin-bottom: 30px;
	-webkit-align-items: center; /* Safari */
  align-items:         center;
  -webkit-justify-content: flex-start;
    justify-content: flex-start;
    background-color: #fff;
}
.planWrap dl.second dd dl.last {
	margin-bottom: 0;
}
.planWrap dl.second dd dl.flow dt {
	width: 130px;
	padding: 30px 0 20px 0;
	float: left;
	font-size: 22px;
	margin-right: 40px;
	letter-spacing: 0.1em;
	background-color: #3d3d3d;
	color: #fff;
}
.planWrap dl.second dd dl.flow dt small {
	display: block;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	padding-bottom: 5px;
}
.planWrap dl.second dd dl.flow dt span {
	display: block;
	color: #fff;
	font-size: 18px;
	line-height: 1.0;
	padding-bottom: 20px;
}

.planWrap dl.second dd dl.flow dd {
	width: 690px;
	float: right;
	text-align: left;
	background-color: #fff;
	padding: 0;
	top: 0;
}
.planWrap dl.second dd dl.flow dd span.balloon {
	position: relative;
	padding: 20px;
	background-color: #fff;
	border-radius: 10px;
}
.planWrap dl.second dd dl.flow dd span.balloon:after {
	 content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 20px;
  bottom: -15px;
  border-top: 15px solid #fff;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}
.planWrap dl.second dd dl.flow dd p {
	margin-top: 0px;
	margin-bottom: 0;
	width: auto;
	padding: 0;
}
.planWrap dl.second dt.wide {
	width: 60%;
}
.planWrap dl.second ul {
	margin-top: 0;
	overflow: hidden;
	margin-bottom: 20px;
}
.planWrap dl.second ul li {
	text-align: left;
	width: auto;
	margin-bottom: 20px;
}

.planWrap dl.second ul li p {
	padding-top: 10px;
}
.planWrap dl.second ul.imgSample {
	overflow: hidden;
}
.planWrap dl.second ul.imgSample li{
	width: 15%;
	margin-right: 2%;
	float: left;
}
.planWrap dl.second ul.imgSample li figure img {
	width: 100%;
}
.planWrap dl.second ul.imgSample li:last-child{
	margin: 0;
}
.planWrap dl.second dd p {
	text-align: left;
	margin: 0 auto;
}
.planWrap dl.second dd p.first {
	text-align: center;
	line-height: 38px;
	padding-bottom: 15px;
}
.planWrap dl.second dd b.one {
	font-size: 22px;
	text-align: center;
	font-weight: normal;
	display: block;
	margin-bottom: 50px;
}

.planWrap dl.second dd dl dt.supTitle {
	color: #00c1ae;
	font-size: 18px;
	text-align: left;
	line-height: 1.5;
	text-align: center;
	background-color: #fff;
	padding: 5px 0;
}
.planWrap dl.second dd dl dd {
	text-align: left;
	padding-top: 20px;
	min-height: 140px;
}
.planWrap dl.second dd dl dd.last {
	padding: 20px 0 0 0;
}
.planWrap dl.second dd dl dt.supTitle span {
	font-size: 26px;
	margin-right: 20px;
}
.planWrap dl.second dd.image {
	overflow: hidden;
}
.planWrap dl.second dd.image .imageWrap {
	width: 80%;
	margin: 0 auto;
	padding: 40px 0 0 0;
}
.planWrap dl.second dd.image p {
	text-align: center;
	line-height: 38px;
}
.planWrap dl.second dd.image figure {
	width: 490px;
	margin: 0 auto;
	
}
.planWrap dl.second dd.image figure.second {
	margin-top: 25px;
}
.planWrap dl.second dd.image figure img {
	width: 100%;
}
.flowWrap dl.costom_flow dt {
    font-size: 22px;
    margin-right: 40px;
    letter-spacing: 0.1em;
    width: 100%;
    	color: #00c1ae;
    	line-height: 1.0;
    }
.flowWrap dl.costom_flow dt p {
	font-size: 32px;
	text-align: center;
	margin: 0;
	line-height: 1.0;
	padding-bottom: 30px;
	color: #00c1ae;
}
.flowWrap dl.costom_flow dd {
	top: 0;
	background-color: #fff;
	padding-bottom: 0px;
	padding-top: 40px!important;
}


.flowWrap dl.costom_flow {
	padding: 60px 60px 28px 60px;
	background-color: #fff;
}
.planWrap dl.second dd figure {
	text-align: center;
}
.planWrap dl.costom_flow ul {
	overflow: hidden;
	padding: 0;
	margin-bottom: 0;
}
.planWrap dl.costom_flow ul li {
	width: 30%;
	margin-right: 3.333%;
	float: left;
}
.planWrap dl.costom_flow ul li:last-child {
	margin: 0;
}
.planWrap dl.costom_flow ul li div {
	-webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.planWrap dl.costom_flow ul > li figure {
	width: 60px;
	margin: 0 30px 0 0 ;
}
.planWrap dl.costom_flow ul > li h3 {
    font-weight: 600;
    font-size: 17px;
    line-height: 1.0;
    display: block;
}

.planWrap dl.costom_flow ul > li h3 span {
    font-size: 12px;
    padding-top: 13px;
    display: block;
    color: #3d3d3d;
    letter-spacing: 0.2em;
}
.planWrap dl.costom_flow ul > li p span.indent {
	padding-left: 1em;
	text-indent: -1em;
}
.planWrap dl.costom_flow ul > li .flowTxt {
	width: 100%;
}
.planWrap dl.costom_flow ul > li .flowTxt ul {
	padding: 0;
	margin: 0;
}
.planWrap dl.costom_flow ul > li .flowTxt ul li {
	width: 100%;
	float: none;
	text-align: center;
}

.planWrap dl.second dd figure.icon {
	background-color: #fff;
    border-radius: 50%;
    height: 100px;
    display: block;
    width: 100px;
    padding: 0 50px 50px 50px;
}
.planWrap dl.second dd figure.icon img {
	width: 100px;
}
.planWrap dl.second dd .innerTxt {
	width: 100%;
	margin: 40px 0 0 0;
}
.flowWrap dl dd .flowTxt {
	margin-left: 30px;
}
.flowWrap dl dd .flowTxt span {
	font-size: 20px;
	width: 100%;
	text-align: center;
	display: block;
	margin: 15px 0;
}
.planWrap dl.second dd .innerTxt span {
	font-size: 18px;
	color: #00c1ae;
	display: block;
}
.planWrap dl.second dd figure.flow06 {
		background-color: #fff;

}
.planWrap dl.second dd figure.flow06 img {
	width: 30%;
	padding: 20px 0;

}
.flexglow {
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
dl.supportLine:nth-of-type(1) {
	width: 47.5%;
	float: left;
	margin: 0 5% 0 0;
}
dl.supportLine:nth-of-type(2) {
	width: 47.5%;
	float: left;
	margin: 0;
}
dl.supportLine:nth-of-type(3),
dl.supportLine:nth-of-type(4) {
	width: 30%;
	margin: 0 5% 0 0;
	float: left;
}
dl.supportLine:nth-of-type(5) {
	margin: 0;
	width: 30%;
	float: left;
}
dl.supportLine dd {
	font-size: 14px;
	padding-top: 10px!important;
}
dd.clear {
	overflow: hidden;
}

.flowWrap dl dd {
	overflow: hidden;
	padding-top: 27px;
}
.flowWrap dl dd div {
	width: 100%;
}
.flowWrap dl.second dd div p {
	padding: 0;
	width: 100%;
}



a.planBtn {
	display: block;
	width: 400px;
	background-color: #fff;
	border: 2px solid #00c1ae;
	font-size: 16px;
	color: #00c1ae;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 24px 0;
	transition: 0.3s;
}
a.planBtn:hover {
	background-color: #00c1ae;
	color: #fff;
}
.planWrap dl dd.btnWrap {
	padding: 55px 0 52px 0;
}
.btnWrap {
	width: 850px;
	margin: 55px auto 0 auto;
}
.btnWrap a {
	width: 400px;
	display: block;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
}
.planWrap dl dd.customBtnWrap {
	top: 0;
}
.flowWrap dl dd .flowImg,
.flowWrap dl dd .flowTxt {
    width: 48%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
}
.flowWrap dl dd.lastFlow .flowImg {
	width: 30%;
}
.flowWrap dl dd.lastFlow .flowTxt {
	width: 70%;
	margin-left: 10px;
}
.flowWrap dl dd.lastFlow .flowImg figure.flow06 img {
	width: 70%;
}
.flowWrap dl dd.lastFlow .flowImg figure.flow06 {
	margin: 0 0 0 auto;
	width: 50%;
}
.planWrap dl.second dd dl dd.lastFlow {
	padding-top: 0!important;
}
.btnWrap a.ebook {
	background-color: #fff;
	border: 2px solid #ff9000;
	background-image: url(../images/renewal/ebooknormal.svg);
	background-repeat: no-repeat;
	background-size: 116px 13px;
	height: 76px;
	background-position: center center;
	box-sizing: border-box;
	transition: 0.3s;
}
.btnWrap a.ebook:hover {
	background-color: #ff9000;
	background-image: url(../images/renewal/ebook.svg);
	border: 1px solid #ff9000;
}
#flow {
}
#flow ul {
	padding: 92px 0 117px 0;
}
#flow ul li {
	width: 480px;
}
#flow ul li figure{
	width: 470px;
}
#flow ul li figure img{
	width: 100%;
}
#flow section ul li h1 {
	font-size: 34px;
	line-height: 1.7;
	letter-spacing: 0.06em;
	font-weight: 200;
	font-feature-settings : "palt" 1;
	color: #fff;
	font-size: 29px\9;/* IE6、IE7、IE8、IE9、IE10、IE11 */
}
@media all and (-ms-high-contrast:none){
	#flow section ul li h1 {
		font-size: 29px;
	}
}
.win #flow section ul li h1{
    /*Windows (全バージョン)のみ*/
    font-size: 29px;
}
#flow section#panf {
	background-color: #00c1ae;
}
.stepDown,
.stepUp  {
	width: 100%;
	background-color: #00c1ae;
	padding: 15px 0 14px 0;
	cursor: pointer;
	position: relative;
	z-index: 50;
}
.stepDown figure,
.stepUp figure {
	width: 100%;
	text-align: center;
}
.stepDown figure img,
.stepUp figure img {
	width: 15px;
	vertical-align: middle;
}

.stepDown:hover figure img {
	-webkit-animation: down .5s forwards;
  	animation: down .5s forwards;
  	-ms-animation: down .5s forwards;
}
@keyframes down {
  0% {
    transform: translateY(5px) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes down {
  0% {
    -webkit-transform: translateY(5px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@-ms-keyframes down {
  0% {
    -ms-transform: translateY(5px) rotate(0deg);
  }
  100% {
    -ms-transform: translateY(0) rotate(0);
  }
}
.stepUp figure img {
	transform: rotate(180deg);
}
.stepUp {
	display: none;
}
.stepUp.active {
	display: block;
}
.downArea {
	display: block;
	padding-top: 130px;
}
p.moreView {
	font-size: 26px;
	letter-spacing: 0.1em;
	text-align: center;
	color: #fff;
	padding: 66px 0;
	font-weight: 500;
	margin: 0;
	cursor: pointer;
	background-color: #3d3d3d;
	display: block;
	position: relative;
	z-index: 50;
}
p.moreView span {
	position: relative;
}
p.moreView span:before {
	content: "";
	position: absolute;
	background-image: url(../images/renewal/book.svg);
	background-size: 39px 35px;
	background-repeat: no-repeat;
	left: -70px;
	width: 39px;
	height: 35px;
}
p.moreView span:after {
	content: "";
	position: absolute;
	background-image: url(../images/renewal/arrow_down.svg);
	background-size: 30px 15px;
	background-repeat: no-repeat;
	right: -68px;
    width: 30px;
    height: 15px;
    top: 6px;
}
p.moreView:hover span:after {
	-webkit-animation: down .5s forwards;
  	animation: down .5s forwards;
  	-ms-animation: down .5s forwards;
}
@keyframes down {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateY(5px) rotate(0deg);
  }
}
#step {
	background-color: #e9e9e9;
	display: none;
	padding-bottom: 60px;
}
#step section {
	padding: 58px 53px 58px 0px;
	background-color: #fff;
	box-sizing: border-box;
	height: 400px;
	margin-bottom: 50px;
}
.stepNum {
	width: 414px;
	padding: 90px 0;
}
.stepNum figure {
	text-align: center;
}
.stepNum figure.first img {
	width: 90px;
	position: relative;
}
.stepNum figure img {
	width: 55px;
}
.stepNum h1 {
	text-align: center;
}
.stepNum h1 span{
	font-size: 45px;
	color: #00c1ae;
	letter-spacing: 0.2em;
	font-weight: normal;
	padding-top: 2px;
	padding-top: 40px;
    display: block;
    line-height: 1.0;
}
.stepNum h1 p {
	font-size: 26px;
	letter-spacing: 0.1em;
	font-weight: 500;
	color: #00c1ae;
	padding-top: 30px;
	line-height: 1.0;
}
.stepNum h1 small {
	font-size: 18px;
	position: relative;
	padding-top: 6px;
	letter-spacing: 0.2em;
}
.stepTxt {
	width: 532px;
}
.stepTxt p {
	font-size: 15px;
	line-height: 2.0;
	margin: 0;
	font-feature-settings : "palt" 1;
}
.stepTxt p.first {
	margin-bottom: 30px;
}
.stepTxt p.with {
	margin-bottom: 0px;
}
#step section.last {
	margin-bottom: 0px;
}
br {
	letter-spacing: 0;
}
p.sp {
  	display: none;
}
p.pc {
	display: block;
}
span.indent {
	padding-left: 1em;
	text-indent: -1em;
	display: block;
}

@media screen and (max-width: 375px) {
	body {
		padding-top: 0;
	}
	#renewalVisual {
		height: auto;
		padding: 78px 0 40px 0;
	}
	#step {
		padding-bottom: 0;
	}
	#renewalVisual h1 {
		font-size: 28px;
	}
	#renewalVisual h1 p {
		font-size: 0.6em;
		padding: 20px 0;
		line-height: 2.0;
	}
	#renewalVisual h1 p b {
		font-size: 22px;
	}
	p.moreView {
		font-size: 15px;
	}

	#renewalVisual ul {
		-webkit-flex-wrap: wrap; /* Safari */
  		flex-wrap: wrap;
	}
	#renewalVisual ul li {
		width: 100%;
		margin-bottom: 5%;
		height: auto;
		padding: 30px 0 20px 0;
	}
	.planWrap h1 span {
		padding-bottom: 5px;
	}

	#renewalVisual h1 p b span {
		font-size: 34px;
	}
	#renewalVisual ul li h2 {
		line-height: 1.5em;
		padding: 0 0 5px;
		font-size: 22px;
	}
	#renewalVisual ul li h2.ebook {
		padding-top: 0;
	}
	.planWrap h1 {
		font-size: 18px;
		padding-top: 14px;
	}
	.planWrap > p {
		border: none;
		padding-top: 0;
	}
	#step section {
		-webkit-flex-wrap: wrap; /* Safari */
  		flex-wrap: wrap;
  		padding: 10px 0 30px 0;
  		height: auto;
	}
	.stepNum {
		width: 100%;
		padding: 20px 0;
	}
	.stepTxt {
		width: 80%;
	}
	.planWrap ul {
		-webkit-flex-wrap: wrap; /* Safari */
  		flex-wrap: wrap;
  		margin-top: 68px;
	}
	.planWrap {
		padding: 87px 0 87px 0;
    	margin-top: -37px;
    	border-top: 1px solid #dadada;
	}

	.planWrap ul li {
		width: 100%;
	}
	.planWrap ul li:nth-child(2) {
		margin-top: 40px;
	}
	.btnWrap a {
		width: 80%;
	}
	.btnWrap {
		width: 100%;
		-webkit-flex-wrap: wrap; /* Safari */
  		flex-wrap: wrap;
	}
	.planWrap dl dt {
		width: 250px;
	}
	.btnWrap a.ebook {
		margin-bottom: 40px;
	}
	p.moreView span:before {
		top: 4px;
	}
	#renewalVisual ul {
		width: 90%;
		padding-top: 20px;
	}

	#flow ul {
		-webkit-flex-wrap: wrap; /* Safari */
		flex-wrap: wrap;
	  }
  	#flow ul li {
  		width: 100%;
  	}
  	#flow ul li:nth-child(2) {
  		margin-top: 40px;
  	}
  	#flow ul li figure {
  		width: 100%;
  	}
  	p.moreView span:before {
  		content: "";
	    position: absolute;
	    background-image: url(../images/renewal/book.svg);
	    background-size: 25px 35px;
	    background-repeat: no-repeat;
	    left: 0;
	    right: 0;
	    width: 26px;
	    height: 35px;
	    top: -48px;
	    margin: auto;
  	}
  	p.moreView span:after {
	    right: 0;
	    width: 30px;
	    height: 15px;
	    top: 50px;
	    left: 0;
	    margin: auto;
  	}
  	.downArea {
  		padding: 60px 0;
  	}
  	.stepNum h1 span {
  		font-size: 25px;
  		padding-top: 20px;
  	}
  	.stepNum h1 p {
  		font-size: 17px;
  		padding-top: 15px;
  	}
  	.stepNum h1 small {
  		font-size: 12px;
  	}
  	#flow section ul li h1 {
  		font-size: 24px;
  	}
  	.planWrap > p > span {
  		font-size: 38px;
  	}
  	br.pc {
  		display: none;
  	}
  	p.sp {
  		display: block;
  	}
  	p.pc {
  		display: none;
  	}
  	#custom,
  	#ebk {
  		padding: 60px 0 87px 0;
  	}
  	.planWrap dl.nonTxt > dd {
	  	padding: 40px 20px;
	 }

	.planWrap dl.second dd dl.flow {
		-webkit-flex-wrap: wrap;
    	flex-wrap: wrap;
	}
	.planWrap dl.second dd dl.flow dt {
		margin-right: 0;
		width: 100%;
		padding: 20px 0 10px 0;
	}
	.planWrap dl.second dd dl.flow dt span {
		padding-bottom: 10px;
	}
	.planWrap dl.second dd dl.flow dd {
		width: 100%;
		padding: 20px 4% 20px 4%;
	}
	.planWrap dl.second dt.wide {
		width: 80%;
		padding: 10px 5%;
	}
	.planWrap dl.second ul.imgSample li {
		width: 100%;
		float: none;
	}
	.flowWrap dl.costom_flow dt {
		font-size: 18px;
		line-height: 1.5;
	}
	dl.supportLine:nth-of-type(1) {
		width: 100%;
	}
	dl.supportLine:nth-of-type(2) {
		width: 100%;
	}
	dl.supportLine:nth-of-type(3), dl.supportLine:nth-of-type(4),dl.supportLine:nth-of-type(5) {
		width: 100%;
		margin: 0;
	}
	.planWrap dl.second dd dl dt.supTitle {
		width: 100%;
	}
	.planWrap dl.second dd.image figure {
		width: 100%;
	}
	.flowWrap dl.costom_flow {
		padding: 20px 4% 20px 4%;
	}
	.planWrap dl.second dd dl dd {
		-webkit-flex-wrap: wrap;
    	flex-wrap: wrap;
	}
	.flowWrap dl.costom_flow dd {
		padding-top: 20px!important;
	}
	.flowWrap dl dd .flowTxt {
		margin-left: 0;
		margin-top: 20px;
	}
	.flowWrap dl dd .flowImg, .flowWrap dl dd .flowTxt {
		width: 100%;
	}
	.planWrap dl.costom_flow ul li {
		width: 100%;
		margin-right: 0;
	}
	.planWrap dl.costom_flow ul li:nth-child(2) {
		margin-top: 0px;
	}
	.flowWrap dl dd.lastFlow .flowImg figure.flow06 {
		margin: 0 auto;
	}
	.planWrap dl.second dd p.first {
		font-size: 14px;
	}

}



