/*----------------------------------------
  BLOGPAGE
-----------------------------------------*/

.blogpage{
	max-width: none !important;
}
.BLOGPAGE .bg-green{
	background: #EEFCF4;
	padding: 64px;
}
.BLOGPAGE.display{
	max-width: 1120px;
	margin: auto;
}
.BLOGPAGE .display-child{
	max-width: 1120px;
	margin: auto;
}

.BLOGPAGE h4.border {
	font-size: 36px;
	font-weight: 700;
	padding: 32px 0;
	text-align: center;
	color: #363636;
}

.headding-item{
	background: #eee;
    padding: 16px 24px;
}
@media screen and (min-width:769px){
	.BLOGPAGE .makerList li {
		list-style:none;
		width:24%;
		float:left;
		margin: 0 1.333% 1% 0;
	}
	.BLOGPAGE .makerList li:nth-child(4n+1) {
		clear:both;
	}
	.BLOGPAGE .makerList li:nth-child(4n+4) {
		margin-right:0;
	}
	.BLOGPAGE .makerList li:last-child {
		margin-bottom:0;
	}
}
.BLOGPAGE .makerList li a {
	display: block;
	background: rgb(38,166,91);
	color: #FFF;
	text-align: center;
    font-size: 14px;
    padding: 16px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.BLOGPAGE .makerList li a:hover {
	background: rgb(38,146,71);
}
@media screen and (max-width:768px){
	.BLOGPAGE .headding-item{
		position: relative;
	}
    .BLOGPAGE .headding-item:before{
        content: url(../images/blogpage/plus.png);
        position: absolute;
		top: 50px;
        right: 32px;
    }
    .BLOGPAGE .headding-item.active:after{
        content: url(../images/blogpage/minus.png);
        position: absolute;
		top: 50px;
        right: 32px;
    }
	.BLOGPAGE .makerList li {
		list-style:none;
		width:100%;
		margin:0 0 2%;
		display: none;
	}
	.BLOGPAGE .makerList li.active {
		list-style:none;
		width:100%;
		margin:0 0 2%;
		display: block;
	}
	.BLOGPAGE .makerList li:last-child {
		padding-bottom: 32px;
	}
}
.BLOGPAGE.second .txt-wrap{
	padding: 48px;
	position: relative;
}
.BLOGPAGE.second .txt-wrap:before{
	content:  url(../images/blogpage/illust.png) ;
    position: absolute;
    right: 18px;
    bottom: -1px;
}
.BLOGPAGE.second .txt-wrap h3{
	text-align: center;
	font-size: 42px;
	font-weight: bold;
}
@media screen and (max-width:321px){
.BLOGPAGE.second .txt-wrap h3{
	font-size: 23px !important;
}
}
.BLOGPAGE.second .txt-wrap h3 span{
	color: rgb(38,166,91);
	font-weight: bold;
}
.BLOGPAGE.second .txt-wrap h3 span strong{
	font-size: 60px;
    font-weight: bold;
}
.BLOGPAGE.second .point-wapper{
    margin-bottom: 64px;
}

.BLOGPAGE.second .point{
    background: #fff;
    height: 80px;
    border: 2px solid #31A962;
	background: rgb(38,166,91);
	margin-bottom: 32px;
}
@media screen and (max-width:768px){
  .BLOGPAGE.second .point{
      background: #fff;
      height: 48px;
      border: 2px solid #31A962;
      background: rgb(38,166,91);
      margin-bottom: 32px;
	  position: relative;
  }
	.BLOGPAGE.second .re::after{
		content: url("../images/blogpage/minus.png") !important;
        position: absolute;
        left: -8px;
        top: -16px;		
	}
	.BLOGPAGE.second .re.active::after{
		content: url("../images/blogpage/plus.png") !important;
        position: absolute;
        left: -8px;
        top: -16px;		
	} 
	.BLOGPAGE.second .point::after{
		content: url(../images/blogpage/plus.png);
        position: absolute;
        left: -8px; 
        top: -16px;
	}
	.BLOGPAGE.second .point.active::after{
		content: url("../images/blogpage/minus.png");
        position: absolute;
        left: -8px;
        top: -16px;
	}
}
.BLOGPAGE.second .point h4{
    line-height: 80px;
    margin-left: 230px;
	padding-left: 20px;
    background: #fff;
    font-size: 24px;
    position: relative;
	font-weight: bold;
	}
.BLOGPAGE.second .tex-item{
	width: 100%;
}
@media screen and (max-width:768px){
.BLOGPAGE.second .tex-item{
	width: 75%;
}
}
@media screen and (max-width:768px){
    .BLOGPAGE.second .point h4{
        line-height: 48px;
        margin-left: 140px;
        padding-left: 16px;
		font-size: 19px;
    }
}
@media screen and (max-width:321px){
    .BLOGPAGE.second .point h4{
		font-size: 12px;
		margin-left: 110px;
    }	
}
@media screen and (max-width:321px){
    .BLOGPAGE.second .point h4{
		font-size: 16px;
    }	
}
.BLOGPAGE.second .point h4:before{
    content: "";
    position: absolute;
    left: -40px;
    border-bottom: 80px solid #fff;
    border-left: 40px solid transparent;
}
@media screen and (max-width:768px){
    .BLOGPAGE.second .point h4:before{
        content: "";
        position: absolute;
        left: -24px;
        border-bottom: 48px solid #fff;
        border-left: 24px solid transparent;
    }
}
.BLOGPAGE.second .point h4:after{
    content: attr(data-eng);
    position: absolute;
    left: -180px;
	color: #fff;
	font-weight: bold;
	font-size: 26px;
}
@media screen and (max-width:768px){
    .BLOGPAGE.second .point h4:after{
        content: attr(data-eng);
        position: absolute;
        left: -108px;
        color: #fff;
        font-weight: bold;
        font-size: 20px;
    }
}
@media screen and (max-width:321px){
    .BLOGPAGE.second .point h4:after{
        content: attr(data-eng);
        position: absolute;
        left: -104px;
        color: #fff;
        font-weight: bold;
        font-size: 18px;
    }
}
.BLOGPAGE.second .point-one{
    padding: 40px 40px 64px;
    background: #eee;
    margin-bottom: 24px;
}

.BLOGPAGE.second .point-one h4{
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 32px;
	text-align: center;
    margin-bottom: 32px;
    font-weight: bold;
	position: relative;
    z-index: 1;
}
.BLOGPAGE.second .point-one h4::after {
    content: "";
    background: #FFF000;
    width: 42%;
    height: 16px;
    position: absolute;
    bottom: 0;
    right: 10%;
    z-index: -1;
}
.BLOGPAGE.second .point-one .point-flex{
    display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width:769px){
.BLOGPAGE.second .point-one .point-flex{
    justify-content: center;
}
}
@media screen and (max-width:769px){
.BLOGPAGE.second .point-one .point-flex{
	flex-wrap: wrap;
}	
}
.BLOGPAGE.second .point-one .point-flex .none{
	display: none;
}
@media screen and (max-width:769px){
.BLOGPAGE.second .point-one .point-flex .none{
	display: block;
}	
}
.BLOGPAGE.second .point-one .point-flex figure{
    padding: 10px;
    width: 20%;
}
.BLOGPAGE.second .point-one .point-flex figure img{
    width: 90%;
}
.BLOGPAGE.second .point-one .point-flex .item{
    display: block;
    width: 75%;
    padding: 10px 0 0;
	position: relative;
}
@media screen and (max-width:769px){
.BLOGPAGE.second .point-one .point-flex figure{
	width: 25%;
	padding: 0;
}
.BLOGPAGE.second .point-one .point-flex .item{
    display: block;
    width: 100%;
    padding: 10px 0 0;
	position: relative;
}
}


.BLOGPAGE.second .point-one .point-flex table{
	border-collapse:collapse;
	position: relative;
	width: 100%;
}
.BLOGPAGE.second .point-one .point-flex table:before{
	content: url(../images/blogpage/kaitori.png);
	position: absolute;
	right: 224px;
    bottom: 6px;
}
@media screen and (max-width:769px){
.BLOGPAGE.second .point-one .point-flex table:before{
	content: url(../images/blogpage/kaitori01.png);
	position: absolute;
	right: 30%;
    bottom: 40px;
}	
}
@media screen and (max-width:321px){
.BLOGPAGE.second .point-one .point-flex table:before{
	right: 27%;
}	
}
.BLOGPAGE.second .point-one .point-flex tr{
	border-bottom: 1px solid #111;
}

.BLOGPAGE.second .point-one .point-flex tr td:nth-child(2){
	padding-right: 5%;
    width: 30%;
    letter-spacing: -1px;
}

.BLOGPAGE.second .point-one .point-flex th{
	text-align: center;
	vertical-align: middle;
}
@media screen and (max-width:769px){
	.BLOGPAGE.second .point-one .point-flex th{
		width: 30%;
		text-align: center;
	}
}
.BLOGPAGE.second .point-one .point-flex tr th:nth-child(1){
    width: 24%;
}
.BLOGPAGE.second .point-one .point-flex td{
	text-align: right;
	font-size: 26px;
	vertical-align: middle;
	border-left: 1px solid #111;
	padding: 10px;
}
@media screen and (max-width:769px){
	.BLOGPAGE.second .point-one .point-flex td{
		font-size: 16px;
		width: 30%;
		padding: 14px 0;
		text-align: center;
	}
.BLOGPAGE.second .point-one .point-flex th.mrg{
    font-size: 14px;
}
}
.BLOGPAGE.second .point-one .point-flex th.mrg{
	vertical-align: middle;
	border-left: 1px solid #111;
    font-size: 16px;
    height: 25px;
    padding: 3px;
	text-align: center;
}
.BLOGPAGE.second .point-one .point-flex th.mrg:first-child{
	border-left: none;
	width: 24%;
}
.BLOGPAGE.second .point-one .point-flex td.red{
	color: #FE4141;
    padding-right: 5%;
    width: 30%;
    letter-spacing: -1px;
}
@media screen and (max-width:321px){
.BLOGPAGE.second .point-one .point-flex td.red{
    padding-right: 0;
}	
}
.BLOGPAGE.second .point-one p{
	float: right;
	margin-top: 8px;
	font-size: 14px;
}
.BLOGPAGE.second .text p{
	line-height: 2;
}


.BLOGPAGE.second .point-two{
    background: #eee;
    padding: 32px 40px 0 40px;
}
.BLOGPAGE.second .point-two .point-flex{
	display: flex;
	justify-content: center;
}

.BLOGPAGE.second .point-two .flex-left{
    width: 60%;
    margin-right: 2%;
}
.BLOGPAGE.second .point-two .flex-left dt{
	font-size: 32px;
    margin-top: 8px;
    margin-bottom: 24px;
    font-weight: bold;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
.BLOGPAGE.second .point-two .flex-left dt .red{
	color: #FE4141;
	font-size: 38px;
    font-weight: bold;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
.BLOGPAGE.second .point-two .flex-left dd{
	line-height: 1.7;
    margin-bottom: 16px;
}
.BLOGPAGE.second .point-two .flex-left .flex-child{
	display: flex;
	margin-bottom: 24px;
}
.BLOGPAGE.second .point-two .flex-child .item{
	padding-right: 16px;
}
@media screen and (max-width:321px){
	.BLOGPAGE.second .point-two .flex-child p{
		font-size: 16px;
	}	
}
.BLOGPAGE.second .point-two .flex-child p{
	font-size: 20px;
}
.BLOGPAGE.second .point-two .flex-child p:before{
	font-size: 18px;
}
.BLOGPAGE.second .point-two .flex-child p:before{
	content: attr(data-comp);
    padding: 10px;
    font-size: 18px;
    background: #535353;
    color: #fff;
    display: inline-block;
    width: 48px;
    text-align: center;
    margin-right: 20px;
}
.BLOGPAGE.second .point-two .price{
	position: relative;
}
.BLOGPAGE.second .point-two .price:after{
	position: absolute;
	bottom: 2px;
    right: -30px;
	content: "50,000円";
	font-size: 32px;
	color:  #FE4141;;
	font-size: 54px;
}
.BLOGPAGE.second .price .step{
	border-color: #504944 transparent transparent transparent;
    border-width: 10px 50px 0 50px;
}
.BLOGPAGE.second .point-tree .top-wrap{
	background: #31A962;
	width: 100%;
	padding-top: 24px;
	padding-bottom: 0;
    border-radius: 12px;
	position: relative;
	margin-bottom: 16px;
}
.BLOGPAGE.second .point-tree .top-wrap:before {
	content: url(../images/blogpage/illust-2.png);
	position: absolute;
    bottom: 0;
    left: 40px;
}
.BLOGPAGE.second .point-tree .top-wrap dl{
    margin-left: 270px;
}
.BLOGPAGE.second .point-tree .top-wrap dt{
    font-size: 76px;
	color: #fff;
	text-align: center;
	position: relative;
    font-weight: bold;
	line-height: 1.2;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.BLOGPAGE.second .point-tree .top-wrap dt:before{
	content: url(../images/blogpage/search.png);
	position: absolute;
    left: 110px;
    top: 2px;
}
.BLOGPAGE.second .point-tree .top-wrap dd{
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    margin-bottom: 8px;
}

.BLOGPAGE.second .point-tree .top-wrap span{
	font-size: 40px;
    font-weight: bold;
}
.BLOGPAGE.second .point-tree .top-wrap dd.radius{
	width: 100%;
	font-size: 24px;
	padding: 8px;
	border-radius: 40px;
	background: #fff;
	color: #31A962;
}
.BLOGPAGE.second .point-tree .text{
	margin-bottom: 40px;
}
.BLOGPAGE.second  .baner{
	text-align: center;
}
.BLOGPAGE.second .point-four .flex{
	display: flex;
	justify-content: center;
}
.BLOGPAGE.second .point-four .flex dl{
    width: 68%;
    margin-right: 2%;
}
@media screen and (max-width:321px){
	.BLOGPAGE.second .point-four .flex dt{
    	font-size: 20px;		
	}
	
}
.BLOGPAGE.second .point-four .flex dt{
    font-size: 32px;
    line-height: 1.7;
    margin-bottom: 8px;
    font-weight: bold;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
.BLOGPAGE.second .point-four .flex dt span{
	color: #FE4141;
    font-weight: bold;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
}
.BLOGPAGE.second .point-four .flex dd{
    line-height: 2;
}

.BLOGPAGE.second .point-five figure {
	margin-bottom: 40px;
}
.BLOGPAGE.second .point-five .text {
    margin-bottom: 48px;
}
.BLOGPAGE.second .lastspace .select h4{
	text-align: center;
    font-size: 24px;
    width: 800px;
    margin: 40px auto 32px;
	position: relative;
    font-weight: bold;
}
.BLOGPAGE.second .lastspace .select h4:before{
    content: "";
    display: block;
    width: 160px;
    height: 2px;
    position: absolute;
    top: 50%;
	left: 0;
    background: rgb( 53,53,53 );
}
.BLOGPAGE.second .lastspace .select h4:after{
    content: "";
    display: block;
    width: 160px;
    height: 2px;
    position: absolute;
    top: 50%;
	right: 0;
    background: rgb( 53,53,53 );
}
.BLOGPAGE.second .lastspace{
    padding: 80px 0;
}
.BLOGPAGE.second .lastspace .flex{
	display: flex;
	justify-content: center;
}
.BLOGPAGE.second .lastspace .flex figure{
	margin-bottom: 0;
}
.BLOGPAGE.second .lastspace .flex figure:first-child{
	margin-right: 1%;
}
.BLOGPAGE.second .lastspace .flex figure:last-child{
	margin-left: 1%;
}
@media screen and (max-width:321px){
	.BLOGPAGE.second .lastspace .flex dt{
    	font-size: 20px;		
	}
	
}

/*TREE*/
.BLOGPAGE .pad{
	padding: 64px 0;
}
.BLOGPAGE.tree .first h3{
	text-align: center;
    font-size: 42px;
    margin-bottom: 32px;
    font-weight: bold;
    line-height: 1.4;
}
.BLOGPAGE.tree .first p{
	text-align: center;
	margin-bottom: 40px;
}
.BLOGPAGE.tree .first table{
	border-collapse: collapse;
}
.BLOGPAGE.tree .first table th{
	background: #31A962;
	padding: 16px;
	color: #fff;
	border: 1px solid #DCDCDC;
}

.BLOGPAGE.tree .first table tr td{
	background: #fff;
	vertical-align: middle;
	padding: 16px;
	text-align: center;
	border: 1px solid #DCDCDC;
}
.BLOGPAGE.tree .first table tr td.bg{
	background: #eee;
}
.BLOGPAGE.tree .first table tr td.top{
	vertical-align: top;
	text-align: left;
}
.BLOGPAGE.tree .first table tr td:nth-last-child(n+2){
	width: 20%;
}
.BLOGPAGE.tree .first table tr img {
    vertical-align: bottom;
    border: none;
    display: block;
		margin: 0 auto 16px;
}

.BLOGPAGE.tree .second .text h3{
    font-size: 42px;
    text-align: center;
    padding: 0 0 40px;
	font-weight: bold;
}

.BLOGPAGE.tree .second dt{
	background: rgb( 38,166,91 );
	cursor: pointer;
	border-bottom: 1px solid rgb( 30,133,73 );
	padding: 24px;
	color: white;
	font-size: 20px;
  	margin-bottom: 8px;
	position: relative;
}
@media screen and (max-width:320px){
    .BLOGPAGE.tree .second dt{
        font-size: 16px !important;
    }	
}
.BLOGPAGE.tree .second dt:before{
	content: url(../images/blogpage/plus.png);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 32px;
}
.BLOGPAGE.tree .second .active:after{
	content: url(../images/blogpage/minus.png);
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
	right: 32px;
}
.BLOGPAGE.tree .second dd{
 display: none;
 margin-bottom: 16px;
}
.BLOGPAGE.tree .second table{
	width: 100%;
	border-collapse: collapse;
}
.BLOGPAGE.tree .second table th{
	background: #F8F7F7;
	text-align: center;
	padding: 16px;
	border: 1px solid #DCDCDC;
}
.BLOGPAGE.tree .second table td{
	width: 33.333%;
	text-align: center;
	padding: 16px;
	border: 1px solid #DCDCDC;
}
.BLOGPAGE.tree .second table td span{
	color: #ff1111;
}

.BLOGPAGE.tree .third h3{
	font-size: 42px;
	text-align: center;
	margin-bottom: 40px;
	font-weight: bold;
}
.BLOGPAGE.tree .third h3.normal{
	font-size: 20px;
    margin-bottom: 8px;
    font-weight: bold;
	text-align: left;
}
.BLOGPAGE.tree .third span{
	color: #31A962;
	font-weight: bold;
}
.BLOGPAGE.tree .third .text{
	text-align: center;
	margin-bottom: 40px;
}
.BLOGPAGE.tree .third .text.size{
	font-size: 18px;
}
.BLOGPAGE.tree .third .list-wrap .green{
	background: #31A962;
	font-size: 20px;
	text-align: left;
	color: #fff;
	padding: 16px;
	margin-bottom: 16px;
}
.BLOGPAGE.tree .third .list{
	padding: 16px;
	border: 1px solid #E3E6E4;
	background: #fff;
	text-align: center;
}

.BLOGPAGE.tree .third .list .clearfix{
	zoom: 1;
}
.BLOGPAGE.tree .third .list .clearfix:after{
	content: "";
    display: block;
    clear: both;
}

.BLOGPAGE.tree .third .list li{
    list-style:none;
    width:24%;
    float:left;
    margin: 0 1.333% 1% 0;
}
.BLOGPAGE.tree .third .list li:nth-child(4n+1) {
  clear:both;
}
.BLOGPAGE.tree .third .list li:nth-child(4n+4) {
  margin-right:0;
}
.BLOGPAGE.tree .third .list dl{
	background: #fff;
	padding: 16px;
	border: 1px solid #E2E2E2;
}
.BLOGPAGE.tree .third .list dt{
	background: #31A962;
	padding: 8px;
	color: #fff;
}
.BLOGPAGE.tree .third .list dt.cmp{
	background: #EEFCF4;
	color: #111;
	margin-bottom: 16px;
}
.BLOGPAGE.tree .third .list dd.image{
    width: 60%;
    margin: 0 auto 16px;
}
.BLOGPAGE.tree .third .list dd img{
	width: 100%;
}
.BLOGPAGE.tree .third .list dd{
	margin-bottom: 16px;
}
.BLOGPAGE.tree .third .list dd.peice{
	border-top: 1px dotted #111;
	margin-bottom: 0;
	padding-top: 16px;
}
.BLOGPAGE.tree .third .list dd span{
	color: #FE4141;
    font-size: 16px;
}
.BLOGPAGE.tree .third .list-wrap .btn{
    text-align: center;
    margin: 56px 0 8px;
}
.BLOGPAGE.tree .third .list-wrap .btn a{
    padding: 16px 96px;
    background: #31A962;
    color: #fff;
    font-size: 20px;
}

.BLOGPAGE.tree .fourth{
	padding: 64px;	
}
.BLOGPAGE.tree .fourth h3{
	font-size: 42px;
	text-align: center;
	margin-bottom: 40px;
	font-weight: bold;
}
.BLOGPAGE.tree .fourth .text{
	text-align: center;
	margin-bottom: 40px;
}
.BLOGPAGE.tree .fourth .text.size{
	font-size: 17px;
}
.BLOGPAGE.tree .fourth dt{
	background: rgb( 38,166,91 );
	cursor: pointer;
	border-bottom: 1px solid rgb( 30,133,73 );
	line-height: 64px;
	height: 63px;
	padding-left: 15px;
	color: white;
	font-size: 20px;
  margin-bottom: 8px;
	position: relative;
}
.BLOGPAGE.tree .fourth dt:before{
	content: url(../images/blogpage/plus.png);
	position: absolute;
	top: 8px;
	right: 32px;
}
.BLOGPAGE.tree .fourth .active:after{
	content: url(../images/blogpage/minus.png);
	position: absolute;
	top: 8px;
	right: 32px;
}
.BLOGPAGE.tree .fourth .click .item{
	margin-bottom: 32px;
}
.BLOGPAGE.tree .fourth dd{
	display: none;
}

.BLOGPAGE.tree .fourth dd ul{
	zoom: 1;
    padding: 2px;
}
.BLOGPAGE.tree .fourth dd ul:after{
	content: "";
    display: block;
    clear: both;
}
@media screen and (min-width:769px){
.BLOGPAGE.tree .fourth dd li {
		list-style:none;
		width:31%;
		float:left;
		margin:0 3.3% 2% 0;
		padding: 8px 0;
		box-shadow: 0 0 0 2px #f2f0da;
		text-align: center;
	}
.BLOGPAGE.tree .fourth dd li:nth-child(3n+1) {
		clear:both;
	}
.BLOGPAGE.tree .fourth dd li:nth-child(3n+3) {
		margin-right:0;
	}
}


.BLOGPAGE.tree .fifth.bg-green h3{
	font-size: 42px;
	text-align: center;
	margin-bottom: 40px;
	padding: 0;
	font-weight: bold;
}
.BLOGPAGE.tree .fifth .check-wrapper {
	border: 20px solid #99D8B3;
	border-radius: 8px;
}
@media screen and (max-width:769px){
.BLOGPAGE.tree .fifth .check-wrapper {
    border-bottom: 8px solid #99D8B3;
}
.BLOGPAGE.tree .fifth .check-wrapper {
    border: 8px solid #99D8B3;
}
}
.BLOGPAGE.tree .fifth .check-item {
	background: #fff;
	padding: 32px;
    border-bottom: 20px solid #99D8B3;
	position: relative;
}
.BLOGPAGE.tree .fifth .check-item .flex-wrap {
	display: flex;
	flex-wrap: wrap;
}
.BLOGPAGE.tree .fifth .check-item .f{
	display: flex;
	flex-wrap: wrap;
    align-items: center;
}
@media screen and (max-width:769px){
.BLOGPAGE.tree .fifth .check-item {
    border-bottom: 8px solid #99D8B3;
}
}
.BLOGPAGE.tree .fifth .check-item:last-of-type{
    border-bottom: none;
}
.BLOGPAGE.tree .fifth .check-item .flex-left {
    width: 47%;
    margin-right: 3%;
}
.BLOGPAGE.tree .fifth .check-item h4{
    font-size: 30px;
    margin: 16px 0 32px 80px;
	position: relative;
}
.BLOGPAGE.tree .fifth .check-item:before{
	content: "CHECK";
    text-align: center;
    padding-top: 14px;
    width: 70px;
    height: 55px;
    border-radius: 50%;
    color: #fff;
    background: #31A962;
    position: absolute;
    top: 24px;
    left: 28px;
    font-size: 14px;
}
.BLOGPAGE.tree .fifth .check-item:after{
	content: attr(data-eng);
    font-size: 30px;
    position: absolute;
    top: 58px;
    left: 54px;
    color: #fff;
}
.BLOGPAGE.tree .fifth .check-item .flex-left p {
    line-height: 1.5;
}
.BLOGPAGE.tree .fifth .check-item .flex-right {
    width: 50%;
}
.BLOGPAGE.tree .fifth .check-item .flex-right img {
    width: 100%;
}

.BLOGPAGE.tree .sixth li{
	margin-bottom: 32px;
}
.BLOGPAGE.tree .sixth li:last-of-type{
	margin-bottom: 0;
}
.BLOGPAGE.tree .sixth h3{
    font-size: 42px;
    text-align: center;
    padding: 0 0 40px;
	font-weight: bold;
}
.BLOGPAGE.tree .sixth dt{
	background: rgb( 38,166,91 );
	cursor: pointer;
	border-bottom: 1px solid rgb( 30,133,73 );
	padding: 24px;
	color: white;
	font-size: 20px;
	position: relative;
}
.BLOGPAGE.tree .sixth dd{
	background: #F8F7F7;
    padding: 32px 16px 32px 16px;
    line-height: 1.6;
	display: none;
}
.BLOGPAGE.tree .sixth dt:before{
	content: url(../images/blogpage/plus.png);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	right: 32px;
}
.BLOGPAGE.tree .sixth .active:after{
	content: url(../images/blogpage/minus.png);
	position: absolute;
	top: 50%;
    transform: translateY(-50%);
	right: 32px;
}
.BLOGPAGE.tree .sixth .text{
	text-align: center;
	font-size: 42px;
}

.BLOGPAGE.tree .seventh h3{
	text-align: center;
	font-size: 42px;
	margin-bottom: 40px;
	font-weight: bold;
}
.BLOGPAGE.tree .seventh h4{
    background: rgb( 49,169,99 );
    height: 64px;
    line-height: 64px;
    color: white;
    border-bottom: 1px solid rgb( 7,110,35 );
    padding-left: 25px;
	font-size: 20px;
}
.BLOGPAGE.tree .seventh ul{
    border-left: 1px solid rgb(211,211,211);
    background: white;
    display: -webkit-flex;
    display: -moz-flex;
    display: -o-flex;
    display: -ms-flex;
    display: flex;
    -moz-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: start;
    -o-justify-content: start;
    -ms-justify-content: start;
    -moz-justify-content: start;
    justify-content: start;
}
.BLOGPAGE.tree .seventh li{
    position: relative;
    border: 1px solid rgb( 211,211,211 );
    box-sizing: border-box;
    border-top: none;
    border-left: none;
    text-align: center;
    padding: 25px 0;
    width: 20%;	
}
.BLOGPAGE.tree .seventh li img{
    display: block;
    margin: 0 auto 10px;	
}
.BLOGPAGE.tree  .seventh a{
    color: #000;
    text-decoration: none;
}
.BLOGPAGE.tree .seventh .anchor-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
.BLOGPAGE.tree .eighth h3{
	text-align: center;
	font-size: 42px;
	margin-bottom: 40px;
	font-weight: bold;
}
.BLOGPAGE.tree .eighth .reason-wrapper{
	border: 20px solid #99D8B3;
	border-radius: 8px;
}
@media screen and (max-width:769px){
.BLOGPAGE.tree .eighth .reason-wrapper{
	border: 8px solid #99D8B3;
}
}
.BLOGPAGE.tree .eighth .reason-item{
	padding: 24px;
	position: relative;
}
.BLOGPAGE.tree .eighth .reason-item:before{
    font-family: 'Playball', cursive;
    content: attr(data-eng);
    color: rgb( 38,166,91 );
    font-size: 150px;
    position: absolute;
    top: -8px;
    left: 18px;
}
.BLOGPAGE.tree .eighth .person{
	border-bottom: 20px solid #99D8B3;
	border-right: none!important;
	width: auto !important;
}
.BLOGPAGE.tree .eighth .person:after{
	content: url(../images/blogpage/person.png);
	position: absolute;
	right: 0;
	top: 34px;
	z-index: -1;
}
.BLOGPAGE.tree .eighth .flex{
	display: flex;
}
.BLOGPAGE.tree .eighth .flex dt{
    margin-bottom: 8px;
    font-size: 30px;
    padding: 24px 0;
    margin-left: 100px;
}

.BLOGPAGE.tree .eighth .reason-item{
	width: 50%;
	border-bottom: 20px solid #99D8B3;
}
@media screen and (max-width:769px){
.BLOGPAGE.tree .eighth .reason-item{
	border-bottom: 8px solid #99D8B3;
}	
}
.BLOGPAGE.tree .eighth .reason-item.bottom{
	border-bottom: none;
}
.BLOGPAGE.tree .eighth .reason-item dt{
	margin-bottom: 8px;
}
.BLOGPAGE.tree .eighth .reason-item dt.mrg{
	margin-bottom: 32px;
}
.BLOGPAGE.tree .eighth .reason-item dt figure{
	width: 78%;
}
.BLOGPAGE.tree .eighth .reason-item dt figure img{
	width: 100%;
}
.BLOGPAGE.tree .eighth .reason-item dd{
	line-height: 1.7;
	font-size: 15px;
}
.BLOGPAGE.tree .eighth .reason-item dd{
    width: 69%;
}
.BLOGPAGE.tree .eighth .reason-item dd.image{
	width: 30%;
    margin-left: 2%;
}
.BLOGPAGE.tree .eighth .reason-item dd img{
	width: 100%;
}
.BLOGPAGE.tree .eighth .reason-item{
	border-right: 20px solid #99D8B3;
}
@media screen and (max-width:769px){
.BLOGPAGE.tree .eighth .reason-item{
	border-right: 8px solid #99D8B3;
}	
}
.BLOGPAGE.tree .eighth .reason-item:nth-child(n+2){
	border-right: none;
}

.BLOGPAGE.tree .ninth h3{
    text-align: center;
    font-size: 42px;
    margin-bottom: 24px;
	font-weight: bold;
}
.BLOGPAGE.tree .ninth p{
    text-align: center;
	font-size: 18px;
    margin-bottom: 32px;	
}
.BLOGPAGE.tree .ninth .voice-wapper .voice-item{
	background: #D7F2E2;
    padding: 32px 16px 48px;
    box-shadow: 1px 5px 8px 1px rgba(0,0,0,.08);
	position: relative;
}
.BLOGPAGE.tree .ninth .voice-wapper .voice-item:before{
	content:url(../images/blogpage/icon01.png);
	position: absolute;
	top: 32px;
    left: 24px;
}
.BLOGPAGE.tree .ninth .voice-wapper .voice-item:nth-child(even):before{
	content:url(../images/blogpage/icon02.png);
	position: absolute;
	top: 32px;
    left: 24px;
}
.BLOGPAGE.tree .ninth .voice-wapper .voice-item:nth-child(2n+1){
	background: #f2f2f2;
}
.BLOGPAGE.tree .ninth .voice-wapper .voice-item p{
    text-align: left;
    margin-left: 140px;
    line-height: 1.7;
    margin-bottom: 0;
    font-size: 16px;
}
.BLOGPAGE.tree .ninth .voice-wapper .voice-item .text span{
	font-weight: bold;
	font-size: 18px;
    margin-bottom: 16px;
    line-height: 2.8;
}
@media screen and (max-width:769px){
  .BLOGPAGE.tree .ninth .voice-wapper .voice-item .text span{
      font-size: 16px;
      line-height: 1.3;
  }
}
.BLOGPAGE.tree .tenth {
	margin: 32px auto;
	padding: 32px 0;
	background: #F8F7F7;
}
.BLOGPAGE.tree .tenth h3{
	font-size: 30px;
	text-align: center;
    margin-bottom: 24px;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight: bold;
}
.BLOGPAGE.tree .tenth h3 span{
	color: #D0944A;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight: bold;
}
.BLOGPAGE.tree .tenth h3 .green{
	color: #31A963;
}
.BLOGPAGE.tree .tenth .flex{
    background: #fff;
    display: flex;
    justify-content: center;
	align-items: center;
	width: 88%;
    margin: auto;
    padding: 48px;
}
.BLOGPAGE.tree .tenth .flex .green{
	color: #31A963;
	font-size: 30px;
	text-align: center;
	width: 30%;
}
.BLOGPAGE.tree .tenth .flex .right{
	display: flex;
	justify-content: center;
	width: 70%;
}
.BLOGPAGE.tree .tenth .flex .right div{
	width: 25%;
}
.BLOGPAGE.tree .tenth .flex .right div p{
	margin-bottom: 5%;
}
.BLOGPAGE.tree .tenth .flex .right div p:nth-child(2){
	margin-bottom: 0;
}
.BLOGPAGE.tree .tenth .text{
	position: relative;
}
.BLOGPAGE.tree .tenth .text:before{
    content: url(../images/blogpage/person01.png);
    top: -48px;
    left: -16px;
    position: absolute;
}
.BLOGPAGE.tree .tenth .text p{
    font-size: 14px;
    margin-left: 234px;
    margin-top: 32px;
    line-height: 1.9;
}

.BLOGPAGE.tree .eleventh .wrap-box{
	display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #fff;
    padding-bottom: 29px;
    position: relative;
    margin-bottom: 24px;
    align-items: center;
    background: #fff;
    padding: 40px 24px;
}
.BLOGPAGE.tree .eleventh .wrap-box:after{
    border: 20px solid transparent;
    border-top-color: #fff;
    border-bottom-width: 0;
    bottom: -20px;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    width: 0;
}
.BLOGPAGE.tree .eleventh .wrap-box:last-of-type:after{
    content: none;
}

.BLOGPAGE.tree .eleventh.bg-green{
    background: #EEFCF4;
    padding: 64px;
}
.BLOGPAGE.tree .eleventh h3{
	font-size: 42px;
	text-align: center;
	margin-bottom: 24px;
	font-weight: bold;
}

.BLOGPAGE.tree .eleventh .wrap-box .data{
    padding-left: 50px;
    width: calc( 55% - 50px );
    box-sizing: border-box;	
}
.BLOGPAGE #flow li:not(:last-child)::before {
	transform: translate(-50%);
    left: 50%;
}
.BLOGPAGE #flow li:not(:last-child)::after {
	transform: translate(-50%);
    left: 50%;
}
.BLOGPAGE.tree .eleventh .wrap-box .data h4{
    font-size: 1.4em;
    margin-bottom: 40px;	
}
.BLOGPAGE.tree .eleventh .wrap-box .data h4 .item{
   color: rgb(38,166,91);
}
.BLOGPAGE.tree .eleventh .data dt{
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 1.22em;
    line-height: 1.5;	
}
.BLOGPAGE.tree .eleventh .data dd p{
	line-height: 1.8;
}
.BLOGPAGE.tree .eleventh .data dd .color-text{
    color: rgb(38,166,91);
    font-weight: bold;
}
.BLOGPAGE.tree .eleventh .cap{
	width: 45%;
    text-align: center;
}
.BLOGPAGE.tree .eleventh .cap img{
	max-width: 100%;
}
.BLOGPAGE.tree .area{
    padding: 64px;
}
.BLOGPAGE.tree .area .bg-glay{
    padding: 32px;
	background: #F8F6F7;
}
.BLOGPAGE.tree .area h3{
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 24px;
}
.BLOGPAGE.tree .area p{
    margin-bottom: 64px;
    line-height: 2;
	font-size: 18px;
}
.BLOGPAGE.tree .area p span{
	color: #31A963;
}
.BLOGPAGE.tree .area .bar{
	background: #31A963;
}
.BLOGPAGE.tree .area .bar h3{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding: 16px 0;
}
.BLOGPAGE.tree .area .flex{
	display: flex;
	justify-content: center;
}
.BLOGPAGE.tree .area .flex h4{
    text-align: center;
    font-size: 30px;
    color: #fff;
}
.BLOGPAGE.tree .area .item-left{
	width: 48%;
	margin: 1%;
	position: relative;
}
.BLOGPAGE.tree .area .item-left{
	width: 48%;
	margin: 1.5%;
	margin-left: 0%;
	position: relative;
}
.BLOGPAGE.tree .area .item-left::after{
	content: url("../images/blogpage/portfolio.png");
	position: absolute;
    top: 24px;
    left: 32px;
}
.BLOGPAGE.tree .area .item-left h4{
    padding: 32px;
	background: #FE992D;
    border: 2px solid #fff;
    box-shadow: 0 0 0 4px #FE992D;
}
.BLOGPAGE.tree .area .item-right{
	width: 48%;
	margin: 1.5%;
	margin-right: 0%;
	position: relative;
}
.BLOGPAGE.tree .area .item-right::after{
	content: url("../images/blogpage/package.png");
	position: absolute;
    top: 24px;
    left: 32px;
}
.BLOGPAGE.tree .area .item-right h4{
    padding: 32px;
	background: #578CDD;
    border: 2px solid #fff;
    box-shadow: 0 0 0 4px #578CDD;
}
.BLOGPAGE.tree .twelfth.bg-green{
    background: #EEFCF4;
    padding: 64px;
}
.BLOGPAGE.tree .twelfth .text h3{
	text-align: center;
	font-size: 42px;
	margin-bottom: 32px;
	font-weight: bold;
}
.BLOGPAGE.tree .twelfth .text p{
	text-align: center;
	font-size: 18px;
	margin-bottom: 32px;
}
.BLOGPAGE.tree .twelfth .wrapper a{
	color: #31A963;
}
.BLOGPAGE.tree .twelfth .wrapper a:hover{
	color: #4CC47E;
}
.BLOGPAGE.tree .twelfth .wrapper{
	padding: 40px;
	background: #fff; 
}
.BLOGPAGE .none{
    display: none;
}
.BLOGPAGE .block{
	display: block;
}
.BLOGPAGE.tree .ninth .voice-wapper .voice-item .sf {
	display: none;
}
/*~~~~~~~~~~~SF~~~~~~~~~~~~~*/

@media screen and (max-width:769px){
/*COMMON*/
.BLOGPAGE.second .point-tree{
	display: none;
}
.BLOGPAGE.second .point-four{
	display: none;
}
.point-five{
	display: none;
}
.BLOGPAGE .block{
	display: none;
}
.BLOGPAGE.display{
    padding: 16px;
}
.BLOGPAGE .display-child{
    padding: 16px!important;
}
.BLOGPAGE .none{
    display: block;
}
.BLOGPAGE.second .point-wapper {
    margin-bottom: 32px;
}
/*POINT*/
.BLOGPAGE.second .point-one h4 {
	font-size: 16px;
	text-align: left;
	margin-top: 18px;
	margin-bottom: 0;
}
.BLOGPAGE.second .point-one h4::after {
	content: none;
}
.BLOGPAGE.second .point-one {
    padding: 16px 16px 40px;
}
.BLOGPAGE .txt-wrap{
	padding: 0 !important;
}
.BLOGPAGE.second .point-one p {
    float: right;
    margin-top: 0;
    font-size: 12px;
}
.BLOGPAGE .point h4 {
    line-height: 48px;
    margin-left: 146px;
    padding-left: 16px;
    font-size: 14px;
}
.BLOGPAGE .point h4:before {
    content: "";
    position: absolute;
    left: -24px;
    border-bottom: 48px solid #fff;
    border-left: 24px solid transparent;
}
.BLOGPAGE .text{
    padding: 16px;
}
/*POINT2*/
.BLOGPAGE.second .point-two .point-flex{
	align-items: center;
}
.BLOGPAGE.second .point-two h5{
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 8px;
    font-weight: bold;
    font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";	
}
.BLOGPAGE.second .point-two h5 .red{
    color: #FE4141;
	font-size: 20px;
}
.BLOGPAGE.second .point-two .bottom{
	margin-bottom: 8px;
	line-height: 1.7;
}
.BLOGPAGE.second .point-two .flex-left dt {
    font-size: 26px;
    line-height: 1.7;
    margin-top: 8px;
    margin-bottom: 8px;
}
.BLOGPAGE.second .point-two .flex-left dt .red {
    color: #FE4141;
    font-size: 28px;
}
.BLOGPAGE .height h4{
    line-height: 24px !important;
    margin-left: 130px;
    padding-left: 16px;
    font-size: 16px;
}
.BLOGPAGE .height h4:after{
    content: attr(data-eng);
    position: absolute;
    left: -120px;
    top: 12px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}
.BLOGPAGE.second .point-two .point-flex {
    flex-wrap: wrap;
	margin-bottom: 16px;
	margin-top: 8px;
}
.BLOGPAGE.second .point-two .flex-left .flex-child {
    display: flex;
	flex-wrap: wrap;
    margin-bottom: 0;
}
.BLOGPAGE.second .point-two .flex-left {
    width: 50%;
    margin-right: 0;
    margin-bottom: 40px;
}
.BLOGPAGE.second .point-two .price:after {
    position: absolute;
    bottom: -40px;
    right: 0;
    left: 0;
    content: "50,000円";
    color: #FE4141;
    font-size: 32px;
}
.BLOGPAGE.second .point-two .flex-right {
    width: 50%;
}
.BLOGPAGE.second .point-two .flex-child p {
  	font-size: 18px;
}
.BLOGPAGE.second .point-two .flex-child p:before {
    padding: 8px;
    font-size: 12px;
    width: 20px;
    margin-right: 8px;
}
.BLOGPAGE.second .point-two .flex-child .item {
	margin-bottom: 8px;
}
.BLOGPAGE.second .point-two {
    background: #eee;
    padding: 16px;
}

/*POINT3*/
.BLOGPAGE.second .point-tree .text {
    margin-bottom: 16px;
}
.BLOGPAGE.second .point-tree .top-wrap dl {
    margin-left: 0;
}
.BLOGPAGE.second .txt-wrap:before {
    content:none;
}
.BLOGPAGE.second .txt-wrap h3 {
    font-size: 24px;
    margin-bottom: 24px;
}
.BLOGPAGE.second .txt-wrap h3 span strong {
    font-size: 24px;
}
.BLOGPAGE.second .point-tree .top-wrap dd {
	font-size: 23px;
}
.BLOGPAGE.second .point-tree .top-wrap span {
    font-size: 24px;
}
.BLOGPAGE.second .point-tree .top-wrap {
	padding-bottom: 1px;
}
	
/*POINT4*/

.BLOGPAGE.second .point-four .flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.BLOGPAGE.second .point-four .flex dl {
    width: 100%;
    margin-right: 0;
}	
.BLOGPAGE.second .point-four .flex dt {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 16px;
}
.BLOGPAGE.second .point-four .flex dd {
    line-height: 1.5;
    margin-bottom: 16px;
}
	
/*POINT5*/	
.BLOGPAGE.second .point-five figure {
    margin-bottom: 16px;
}
.BLOGPAGE.second .point-five .text {
    padding: 0 16px;
	margin-bottom: 16px;
}	
.BLOGPAGE.second .lastspace .select h4 {
    text-align: center;
    font-size: 16px;
    width: auto;
    margin: 0 auto 32px;
    position: relative;
}	
.BLOGPAGE.second .lastspace .select h4:before {
      width: 24px;
      left: 14px;
}
.BLOGPAGE.second .lastspace .select h4:after {
    width: 24px;
    right: 14px;
}		
	
.BLOGPAGE.second .baner {
    text-align: center;
	margin-bottom: 32px;
}
.BLOGPAGE.second .lastspace{
        padding:unset;
}
.BLOGPAGE.second .lastspace .flex {
    flex-wrap: wrap;
}	
.BLOGPAGE.second .lastspace .flex figure:first-child {
    margin-right: 0;
    margin-bottom: 16px;
}	
.BLOGPAGE.second .lastspace .flex figure:last-child {
    margin-left: 0;
}
	
	
/*tree*/	
.BLOGPAGE.tree .first.bg-green {
    background: #EEFCF4;
    padding: 16px;
}
.BLOGPAGE.tree .first h3 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 16px;
}	
.BLOGPAGE.tree .first .table-wapper {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.BLOGPAGE.tree .first .table-wapper img{
	width: 40%;
}	

.BLOGPAGE.tree .first table {
    border-collapse: collapse;
    width: 640px;
}
	
.BLOGPAGE.second .point-tree .top-wrap dd.radius {
    width: 90%;
    margin: 16px auto;
    font-size: 15px;
    padding: 8px;
    border-radius: 0px;
    background: #fff;
    color: #31A962;
}
.BLOGPAGE.second .point-tree .top-wrap dt {
    font-size: 36px;
    margin-bottom: 224px;
    color: #fff;
    text-align: center;
    position: relative;
}
.BLOGPAGE.second .point-tree .top-wrap dt:before {
    content: none;
    position: absolute;
    left: 0;
    top: 0;
}
.BLOGPAGE.second .point-tree .top-wrap:before {
    left: 50%;
    transform: translate(-50%,0%);
}	
.BLOGPAGE.tree .first .none {
    text-align: left; 
    margin-bottom: 8px;
	margin-top: 8px;
}


.BLOGPAGE.tree .second .text h3 {
    font-size: 24px;
    text-align: center;
    padding: 0 0 16px;
}	
	
.BLOGPAGE.tree .second dt {
    font-size: 16px;
	padding: 16px 64px 16px 16px;
	
}	
.BLOGPAGE.tree .bg-green {
    padding: 16px !important;
}	
.BLOGPAGE.tree .third h3 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 16px;
}
.BLOGPAGE.tree .third .text.size {
	margin-bottom: 16px;
	padding: 0;
	text-align: left;
}
.BLOGPAGE.tree .third .text.size p{
    font-size: 16px;
}
.BLOGPAGE.tree .third .text {
    margin-bottom: 32px;
	padding: 0;
	text-align: left;
}
.BLOGPAGE.tree .third .text p{
	font-size: 14px;
}	

.BLOGPAGE.tree .third .list li {
    list-style: none;
    width: 100%;
    float: left;
    margin: 0 0 5%;
}
.BLOGPAGE.tree .third .list li:nth-child(n+6) {
    display: none;
}
.BLOGPAGE.tree .third .list-wrap .btn {
    text-align: center;
    margin: 38px 0 8px;
}
.BLOGPAGE.tree .fourth h3 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 0px;
}
.BLOGPAGE.tree .fifth.bg-green h3{
    font-size: 24px;
	margin-bottom: 16px;
}
.BLOGPAGE.tree .fourth .text.size {
    margin-bottom: 0;
}
.BLOGPAGE.tree .fourth .text {
    text-align: center;
    margin-bottom: 32px;
}
.BLOGPAGE.tree .fourth .text p{
    text-align: left;
}
	
.BLOGPAGE.tree .fourth dd li {
		list-style:none;
		width:100%;
		float:left;
		margin: 2% 0;
		padding: 16px 0;
		box-shadow: 0 0 0 2px #26A65B;
		text-align: center;
}
.BLOGPAGE.tree .fourth dd li:nth-child(3n+1) {
		clear:both;
	}
.BLOGPAGE.tree .fourth dd li:nth-child(3n+3) {
		margin-right:0;
	}
.BLOGPAGE.tree .fourth .click .item {
    margin-bottom: 16px;
}
.BLOGPAGE.tree .fifth .check-item {
    flex-wrap: wrap;
    padding: 32px;
	position: relative;
}	
.BLOGPAGE.tree .fifth .check-item .flex-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
}
.BLOGPAGE.tree .fifth .check-item .flex-right {
    width: 100%;
	margin-top: 0;
}
.BLOGPAGE.tree .fifth .check-item .flex-left p {
    padding-top: 32px;
}
.BLOGPAGE.tree .fifth .check-item:before {
    content: "CHECK";
    text-align: center;
    padding-top: 15px;
    width: 48px;
    height: 34px;
    border-radius: 50%;
    color: #fff;
    background: #31A962;
    position: absolute;
    top: 20px;
    left: 1px;
    font-size: 10px;
}
.BLOGPAGE.tree .fifth .check-item:after {
    content: attr(data-eng);
	font-size: 15px;
    font-weight: bold;
    position: absolute;
    top: 48px;
    left: 25px;
    transform: translate(-50%);
	color: #fff;
}
.BLOGPAGE.tree .fifth .check-item h4 {
    font-size: 15px;
	font-weight: bold;
	margin: 8px 0 16px 44px;
    position: relative;
}	
.BLOGPAGE.tree .fifth .check-item h4:after {
	content: url(../images/blogpage/arrowup.png);
    display: block;
    position: absolute;
    left: 38%;
    bottom: -36px;
    transform: translateX(-50%);
}

.BLOGPAGE.tree .fifth .check-item .f{
	display: block;
}
.BLOGPAGE.tree .fifth .check-item .active:after {
	content: none;
}
.BLOGPAGE.tree .sixth h3 {
    font-size: 28px;
    text-align: center;
    padding: 0;
}
.BLOGPAGE.tree .sixth li {
    margin-bottom: 16px;
}	

.BLOGPAGE.tree .sixth dt:before {
    right: 12px;
}
.BLOGPAGE.tree .sixth .active:after {
    right: 12px;
}		
.BLOGPAGE.tree .sixth dt {
	font-size: 16px;
    padding-right: 48px;
}	
	
.BLOGPAGE.tree .seventh li {
    width: 33.333%;
}
.BLOGPAGE.tree .seventh ul {
	margin-bottom: 32px;
}	
	
.BLOGPAGE.tree .eighth .reason-item dt {
    margin-bottom: 16px;
	font-size: 20px;
}
.BLOGPAGE.tree .eighth .flex dt {
    margin-left: 60px;
    margin-bottom: 0;
    padding: 0 0 40px 0;
}
.BLOGPAGE.tree .eighth .reason-item dt figure {
    width: 100%;
}
.BLOGPAGE.tree .eighth .person:after {
    content: none;
    position: absolute;
    right: 0;
    top: 34px;
    z-index: -1;
}
.BLOGPAGE.tree .seventh h3 {
    text-align: center;
    font-size: 22px;
    margin-bottom: 16px;
}	
.BLOGPAGE.tree .eighth .flex {
    display: flex;
    flex-wrap: wrap;
}
.BLOGPAGE.tree .eighth h3 {
    font-size: 24px;
    margin-bottom: 16px;
}
.BLOGPAGE.tree .eighth .reason-item {
    border-right: none;
    width: 100%;
}	
.BLOGPAGE.tree .eighth .reason-item dd {
    width: 100%;
}
.BLOGPAGE.tree .eighth .reason-item dd.image {
    width: 50%;
	margin: auto;
}
.BLOGPAGE.tree .eighth .reason-item.bottom:first-child {
   border-bottom: 8px solid #99D8B3;
}	
.BLOGPAGE.tree .eighth .reason-item dt.mrg {
   margin-bottom: 0; 
}
.BLOGPAGE.tree .eighth .reason-item:before {
    top: 6px;
	font-size: 64px;
}
	
	
	
.BLOGPAGE.tree .ninth h3 {
    font-size: 26px;
    margin-bottom: 16px;
}
.BLOGPAGE.tree .ninth .voice-wapper .voice-item:before {
	content: url(../images/blogpage/icon03.png);
    position: absolute;
    top: 32px;
    left: 10px;
}
.BLOGPAGE.tree .ninth .voice-wapper .voice-item .sf {
    margin-left: 64px;
	font-weight: bold;
	display: block;
}	
.BLOGPAGE.tree .ninth .voice-wapper .voice-item .text {
    margin-left: 0;
    margin-top: 0;
}
.BLOGPAGE.tree .ninth .voice-wapper .voice-item .text span{
	font-weight: 400;
}
.BLOGPAGE.tree .ninth .voice-wapper .voice-item:nth-child(even):before {
    content: url(../images/blogpage/icon04.png);
    position: absolute;
    top: 32px;
	left: 10px;
}
.BLOGPAGE.tree .tenth .flex {
    flex-wrap: wrap;
    width: auto;
}
.BLOGPAGE.tree .tenth .flex .green {
    width: 100%;
    margin-bottom: 16px;
}
.BLOGPAGE.tree .tenth .flex .right {
 	flex-wrap: wrap;
	width: 100%;
}
.BLOGPAGE.tree .tenth .flex .right div p{
	margin-bottom: 0;
}
.BLOGPAGE.tree .tenth .flex .right div{
    width: 100%;
}	
.BLOGPAGE.tree .tenth .flex .right div p{
    text-align: center;
    padding: 8px;
}
.BLOGPAGE.tree .tenth .text:before {
    content: none;
}	
.BLOGPAGE.tree .tenth .text p {
    margin-left: 0;
}
.BLOGPAGE.tree .eleventh .wrap-box .data h4 {
    font-size: 2.0em;
    margin-bottom: 5%;
}	
.BLOGPAGE.tree .eleventh .wrap-box .data .text {
    display: block;
    font-size: 23px;
    margin: 10px 0 0;
    font-weight: 700;
	padding: 0;
}
.BLOGPAGE.tree .eleventh .wrap-box .data {
    width: 100%;
    padding: 0;
    margin-bottom: 5%;
}
.BLOGPAGE.tree .eleventh .wrap-box .item {
    background: rgb(38,166,91);
    color: #FFF !important;
    padding: 5px 0;
    display: block;
    width: 90px;
    text-align: center;
}
.BLOGPAGE.tree .twelfth .display-child {
	padding: 0 !important;
}

.BLOGPAGE.tree .eleventh .wrap-box .cap {
    margin: auto;
    width: 80%;
}
.BLOGPAGE.tree .eleventh .data dt {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 1.13em;
    line-height: 1.5;
}
	
.BLOGPAGE.tree .area {
    padding: 0px;
}
.BLOGPAGE.tree .area h3 {
    font-size: 26px;
    margin: 16px;
}
.BLOGPAGE.tree .area .flex {
    flex-wrap: wrap;
}
.BLOGPAGE.tree .area .bar h3 {
    font-size: 18px;
}
.BLOGPAGE.tree .area .item-left {
	width: 100%;
	margin: 0 0 5% 0;
}
.BLOGPAGE.tree .area .item-left::after {
    top: 6px;
    left: 32px;
}
.BLOGPAGE.tree .area .item-left h4 {
    padding: 16px;
	font-size: 22px;
}
.BLOGPAGE.tree .area .item-right {
	width: 100%;
	margin: 0 0 5% 0;
}	
.BLOGPAGE.tree .area .item-right::after {
    top: 5px;
    left: 32px;
}	
.BLOGPAGE.tree .area .item-right h4 {
    padding: 16px;
	font-size: 22px;
}	
.BLOGPAGE.tree .twelfth .text h3 {
    font-size: 26px;
    margin-bottom: 16px;
}
.BLOGPAGE.tree .twelfth .text p {
    font-size: 14px;
    margin-bottom: 16px;
}	
.BLOGPAGE.tree .eleventh .wrap-box:after {
    left: 44%;
}
.BLOGPAGE.tree .twelfth .wrapper {
    padding: 24px;
}	
.BLOGPAGE.tree .twelfth .wrapper a {
    color: #31A963;
    font-size: 13px;
}	
	
.BLOGPAGE .point h4:after {
    content: attr(data-eng);
    position: absolute;
    left: -130px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}
.BLOGPAGE .point h4:before {
    content: "";
    position: absolute;
    left: -24px;
    border-bottom: 48px solid #fff;
    border-left: 24px solid transparent;
}
.BLOGPAGE.tree .eleventh h3 {
    font-size: 26px;
    text-align: center;
    margin-bottom: 16px;
}
.BLOGPAGE.tree .twelfth .text{
	padding: 0 !important;
}

}
@media screen and (max-width:320px){
.BLOGPAGE.second .point-two .flex-child p {
    font-size: 16px;
}
.BLOGPAGE.second .point-two .price:after {
    font-size: 30px;
}
.BLOGPAGE.second .point-four .flex dt {
    font-size: 20px;
}
.BLOGPAGE.tree .first h3 {
    font-size: 22px;
}
.BLOGPAGE.tree .third h3 {
    font-size: 22px;
}
.BLOGPAGE.tree .third h3.normal {
	font-size: 19px;
}
.BLOGPAGE.tree .fourth h3 {
    font-size: 22px;
}
.BLOGPAGE.tree .fourth dt {
    line-height: 56px;
    height: 56px;
    font-size: 15px;
}

.BLOGPAGE.tree .fifth .check-item {
    padding: 32px 16px;
}
.BLOGPAGE.tree .sixth dt {
    font-size: 16px;
    padding: 16px 44px 16px 16px;	
}
.BLOGPAGE.tree .ninth h3 {
    font-size: 23px;
}
.BLOGPAGE.tree .tenth h3 {
    font-size: 28px;
}
.BLOGPAGE.tree .eleventh .wrap-box .data .text {
    font-size: 18px;
}
#flow li dt {
    font-size: 1.1em !important;
}
#flow li dd p {
    font-size: 1em !important;
}
.BLOGPAGE.tree .area p {
    margin-bottom: 64px;
    line-height: 2;
    font-size: 14px;
} 
}