@media screen and ( max-width:1200px) {
 .fv_slide {
  
    width: 60%;
   
    float: left;
  
}
	
	
	p.main_copy {
  
    font-size: 1.06em;
    font-weight: bold;
    line-height: 1.8em;
    letter-spacing: 1.5px;
}
	
	
	
	
}



/*==============================================
  common
==================================================*/
	
	@media screen and (max-width: 750px) {
	body{
		padding:0px;
		font-size:14px;
		width: 100%;
		min-width:100%;
    overflow-x: hidden;
	position: relative;
		}


.pc_br{display:none !important;}
.pc_br2{display:none !important;}
.sp_br{display: block !important;}
.sp_br2{display: inline-block;}



img {
  width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

.flex-direction-nav a {display: none;}
    
.f_left{float: none;}
.f_right{float: none;}
.detail_btn a{width: 70%; padding: 9px; font-size: 14px;}


/* =========================================================
		header
========================================================= */
	
		
#header{
height: 47px;
position: fixed;
padding: 0;
border-bottom: 1px #eee solid;
}
.headerin{position: relative;}

#header h1 {
    float: none;
    margin:0;
	padding: 0;
	position: absolute;
	top: 8px;
	left: 10px;
	width: 100px;
}
.headerin .hmenu{
	position: absolute;
    right: 55px;
    top: 8px;
}		
.headerin .hmenu p {
    float: left;
    margin-left: 2.4px;
}
.headerin .hmenu li{margin-right: 0;}		
		
.headerin .hmenu .name{
	padding-top: 8px;
	padding-right: 3px;
	font-size: 12px;
	
}
.hmenu  .login a{
	width: 62px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    border-radius: 3px;
    display: block;
    background: #fff;
    color: #0088cc;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 0;
    border: 1px #0088cc solid;
}

.hmenu  .new1 a{
   width: 77px;
   color: #db476d;
   border: 1px #db476d solid;
	
}

		
.headerin .gnavi{
	float: none;
	padding-top: 0;
	position: static;
}


.headerin .gnavi {
    width: 100%;
    margin: 0 auto 0;
    border-right: none;
}

.headerin .gnavi li {
    float: none;
    width: 100% !important;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    border-left: none;
	height: inherit;
line-height: 1.6;
	padding: 0 0;
	
}
.headerin .gnavi li {
    
    padding-left: 0px;
    
}

.headerin .headerin .gnavi li {
    float:none;
    font-size: 14px;
    margin-left:0;
    font-weight: 300;
}

/*メニュー*/


.menu,
.menu span {
	display: block;
	transition: all .4s;
  vertical-align: middle;
}
.menu {
display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1;
    width: 47px;
    height: 47px;
    cursor: pointer;
    background-color: #333;
}
.menu span {
	  width: 17px;
    height: 1px;
    left: 16px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    position: absolute;
    background-color: #fff;
    border-radius: 8px;
	
}
.menu .top {
    top: 17px;
}
.menu .middle {
    top: 23px;
}
.menu .bottom {
    top: 29px;
}

.menu.active .top{
	-webkit-transform: translateY(5px) rotate(-45deg);
	transform: translateY(5px) rotate(-45deg);
}
.menu.active .middle {
	opacity: 0;
}
.menu.active .bottom {
	-webkit-transform: translateY(-7px) rotate(45deg);
	transform: translateY(-7px) rotate(45deg);
}
#header .gnavi li p {
    padding-top: 0px;
    text-align: center;
}


.navopen {
       background: #333;
    position: absolute;
    width: 100%;
    top: 47px;
    z-index: 999;
}

.navopen li {
    color: #fff;
    border-bottom: solid 1px #222;
    text-align: center;
    padding: 0;
    font-size: 106%;
    letter-spacing: 2px;
	
	
}
.navopen li:last-child {border-bottom: none;}	

.navopen a {
    display: block;
    padding: 3% 0;
	color: #fff !important;
    font-size: 14px !important;
	text-decoration: none;
	position: relative;
	font-weight: 500;
}

		
.navopen a::after {
    content: '';
    width: 5px;
    height: 5px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 52%;
    right: 4%;
    margin-top: -5px;
}		
		
.navopen img {
    display: none;
  
}		
.navopen span {
    display: block;
  
}			
.navopen li.close {
	display: block;
  background: #222;
    padding: 1% 0 !important;
    color: #fff;
	font-size: 22px !important;
}

#menulist{
     display: none;
}

#itemlist{
     display: none;
}
		


	

#header .gnavi li a{
    padding: 15px 3% 15px 4%;
    border-left: none;
    text-align: left;

   
}
.headerin .gnavi .close {display: block;}
  
/*201905add*/
 .hd_nest{display: none;}
/*201905add*/		
		
		


/* =========================================================
		footer
========================================================= */

.footerin{
	margin: 0 auto 0;
	width: 84%;
	padding: 7% 0 0;
	
}
.footerin .f_links{
	text-align: center;
	margin: 0 auto;
	display: table;
	
	
}
.footerin .f_links li{
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
	padding: 0;
	
	text-align: left;
}
		
.footerin .f_links li:nth-child(2n){
	margin-right: 0;
	
	
}		
		
.footerin .f_logo{
	    width: 120px;
    padding: 6% 0 8%;
    text-align: center;
    margin: 0 auto;
	
	
	
	
}



.footerin .f_nest{
	    width: 220px;
    padding: 10px 12px 10px;
    text-align: center;
    margin: 0 auto 6%;
	background: #fff;
	
	
	
	
}
		
		
		
		
		
		
		
	




.copyw{
	font-size: 10px;
	color: #999;

	padding: 4% 0 12px;
	
	}
/* =========================================================
		about
========================================================= */

#about{
	width: 90%;
	margin: 22% auto 14%;
	
	
	
	
}
#about h2{
	width: 56%;
	margin: 0 auto;

	padding-bottom: 4%;
	
	
	
	
}
#about h3{
	font-size: 16px;
	text-align: center;
	padding-bottom: 7%;
	
	
	
	
}
		
		#about h4 {
    font-size: 20px;
    padding-bottom: 2%;
    font-weight: 300;
    color: #0088cc;
}
#about p{
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.5px;
	font-weight: 300;
	
	
	
	
}
#about .subcopy1{line-height: 1.6;}		
#about .nestlogo {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    margin-top: 8%;
    padding: 5% 5%;
    border: 1px solid #ddd;
}
/*201905add*/
#about h3.title_about {
    font-size: 1.36em;
    padding-bottom: 0.3em;
    line-height: 1.4;
}
.member_pointtxt {
    padding: 5% 2% 6% 11%;
    margin: 0 0 6% 0;
}
.member_pointtxt p{margin-left: -0.2em;}     
/*201905add*/
        
        
/* =========================================================
		howto
========================================================= */

#howto{
	width: 90%;
	margin: 20% auto 18%;
	
	
	
}

#howto h2{
	font-size: 20px;
	padding-bottom: 5%;
	
	
	
	
}



#howto h3{
	font-size: 15px;
	padding-bottom: 3%;
	
	
	
	
}

#howto h3 span{
	font-size: 13px;
	font-weight: 300;
	line-height: 2;
	
	
	
	
}

#howto .howcon1{
	margin:3% 0 13%;
}
        
   
/*201905add*/
/*
#howto .howcon1 .way{
	float: none;
	width: 80%;
	height: 170px;
	text-align: center;
	margin: 0 auto;
}*/
#howto .howcon1 .way {
    float: none;
    width: 80%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    padding: 6% 0;
}
/*201905add*/        
        
        
#howto .howcon1 .arrow{
	width: 10%;
	padding: 2% 0;
	float: none;
	margin: 0 auto;
}
#howto .howcon1 .way p{
 display: flex;
  justify-content: center;
  align-items: center;
 width: auto;
  height: inherit;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	
}


#howto .howcon1 .way .way2{font-size: 17px;}
#howto h4{font-size: 14px; padding-bottom: 1%;}
#howto .howcopy1{line-height: 1.8;}
.howpoint{ padding-left: 2.0em;}
.howpoint li{padding-bottom: 1%; position: relative;}

.howpoint li span{
	position: absolute;
    _position: static;
    _display: inline-block;
    top: 0;
    left: -2em;
    _left: 0;
}

#howto .point_t{padding-top: 6%;}
#howto .howcon2{margin-bottom: 12%;}


/* =========================================================
		agreement
========================================================= */

#agreement{
	width: 90%;
	margin: 20% auto 14%;
	
	
	
	
}

#agreement h2{
	font-size: 20px;
	padding-bottom: 4%;
	
	
	
	
}
#agreement h2 span{
	letter-spacing: 0;
	font-size: 24px;
	
	
}
#agreement p{
	
	font-weight: 300;
	line-height: 1.6;
	
	
	
	
}
#agreement .copy1{
	font-size: 13px;

	
	
	
	
}




#agreement h3{
	font-size: 14px;
	padding:6% 0 2%;
	
	
	
	
}
#agreement ul{
	    padding-left: 2em;

	
	
}
#agreement ul li{
	font-weight: 300;
	line-height: 1.6;
	font-size: 13px;
	padding-bottom:3%;
	letter-spacing: 0.5px;
	
		position: relative;
	
}

#agreement .copy2{
	font-size: 13px;
	

	padding-left: 0;
	
	
	
}
#agreement .copy3{
	font-size: 13px;
	padding-bottom: 2%;
	

	padding-left: 0;
	
	
	
}

#agreement ul li span{
	position: absolute;
    _position: static;
    _display: inline-block;
    top: 0;
    left: -2em;
    _left: 0;
	
	
	
}


#agreement ul li .point{
	font-size: 13px;
	padding: 2% 0 0 0;
	
	
	
}



#agreement #privacy{
	
		font-size: 20px;
	padding-top: 18%;
	
}

/* =========================================================
		news
========================================================= */


.newsarea{
	width: 92%;
	margin: 20% auto 14%;
	
	
	
}

.newsarea2{
	width: 90%;
	margin: 23% auto 18%;
	
	
	
}
.newsarea h2 {
    font-size: 18px;
    padding-bottom: 8%;
}
.newsarea .news_thumb img{
	width: 100%;
	height: auto;
	
	
}

.newsarea .news_thumb{
	width: 35%;
	float: left;
	margin-right: 3%;
	
	
	
}
.newsarea .news_wrap{
	float: left;
	width: 62%;
	
}




.newsarea #news_detail h3{
	padding-top: 0;
	line-height: 1.5;
	
	
}

.newsarea #news_detail h3 a{
	text-decoration: none;
	color: #555;
	font-weight: 300;
	font-size: 13px;
	
	
	
}
.newsarea #news_detail h3 a:hover{
	text-decoration: none;
	color: #0088cc;
	
	
	
}

.newsarea #news_detail{
    padding-bottom: 6%;
    margin-bottom: 6%;
    /* border-bottom: 1px dashed #eee; */
    border-bottom: 1px dashed #ccc;
}



.newsarea2 .news_date {
    /* color: #999; */
    color: #999;
    font-size: 12px;
    padding-bottom: 2%;
    letter-spacing: 1.5px;
}



.newsarea2 h3 {
    color: #333;
    font-size: 20px;
    padding-bottom: 3%;
    font-weight: 500;
    letter-spacing: 1px;
}


.newsarea2 .news_copy {
    color: #555;
    font-size: 14px;
    padding-bottom: 10%;
    line-height: 1.75;
    letter-spacing: 1px;
}



.newsarea2 .news_navi .list1 {
    margin: 0 auto;
	text-align: center;
  
}
.news_date{
	color: #999;
	font-size: 11px;
	
	
	
	
}
.newsarea2 .news_navi a {
    width: 170px;
    background: #333;
    font-weight: bold;
    color: #fff;
    transition: 1.0s;

		text-align: center;
	padding: 12px 30px;
    font-size: 14px;
      margin: 0 auto;
	text-decoration: none;
	

}


.outer {
  width: 100%;
	overflow-x:scroll;
	margin: 0 auto;
}

.outer table {
  width: 900px;
	
}

#form_area .container .admincon th, #form_area .container .admincon td{
	padding: 10px 10px;
	font-size: 13px;
   
}
		
		
/* =========================================================
		faq
========================================================= */

#faq{
	width: 90%;
	margin: 20% auto 14%;
	
	
	
	
}

#faq h2{
	font-size: 28px;
	padding-bottom: 5%;
	
	
	
	
}
#faq h2 span{
	letter-spacing: 0;
	font-size: 18px;
	line-height: 2;
	padding: 0 5px;
	
	
}


#faq li {
   padding-bottom: 5%;
    margin-bottom: 7%;
    border-bottom: 1px dashed #ddd;
}


#faq dl {
    margin-bottom: 1%;
}

#faq dd {
    float: left;
    width: 90%;

	font-size: 14px;
	padding-top: 5px;
}

#faq .faq_q {
   width: 8%;
    margin-right: 2%;
    float: left;
    padding-left: 0;
    font-size: 24px;
    
}
#faq .faq_a {
    width: 8%;
    margin-right: 2%;
    float: left;
    padding-left: 0;
    font-size: 24px;
}
#faq dd h3 {
    font-size: 16px;
    color: #333;
    padding-top: 3px;
}
        
/* =========================================================
		slider
========================================================= */

.fv_slide {
    width: 100%;
    float: auto;
}
        
.fv_slide img{width: 100%;}        
        
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: -3px !important;
    background-size: 46% !important;
}
        
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: -3px !important;
    background-size: 46% !important;
}
   
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom: 2px !important;} 


/* =========================================================
		paycon
========================================================= */

.pay_title1{

	
text-align: center;
	
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	padding: 12px 0;
	
	margin: 47px 0 0;
	
	line-height: 1.35;
}
		
		
		
.pay_main, .free_main{


    height: inherit;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #FFFFFF;
    padding: 26% 0 0;
    letter-spacing: 1px;
    margin: 0 0 0;
}
	
	
	
	


.paycon1{
	width: 96%;
	margin: 6% auto;
	
	
	
}



.paycon1 h2{
	font-size:19px;
	font-weight: 700;
	text-align: center;
	padding-bottom: 2px;
	
	letter-spacing: 0;
	
}


.paycon1 h3{
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	padding-bottom: 5%;
	
	letter-spacing: 0;
	
	line-height: 2;
	
}


.paycon1 h3 span img{
	width: 78px;
	vertical-align: middle;
	padding: 0 2px 0 0;
	letter-spacing: 0;
	
	
	
	
}


.paycon1 .pay_free1{
	
	
	margin: 0 auto 12%;
	

	font-size: 16px;
	font-weight: 600;
	text-align: center;
	
	width:90%;
	
	
	
	
}
.paycon1 .pay_point{
	margin: 0 auto 10%;
	
	
	
	
}


.paycon1 .pay_point .f_right{
	float:none;
	
	
	
	
}

.paycon1 .pay_point .f_left{
	float:none;
	
	
	
	
}

.paycon1 .pay_point .paypic{
	width: 94%;
	
	margin: 0 auto 4%;
	
	
}


.paycon1 .pay_point .paydetail{
	width: 94%;
	margin: 0 auto 0;
	
	
}


.paycon1 .pay_point .paydetail h4{
	font-size: 19px;
	font-weight: 600;
	color: #db476d;
	padding: 0 0 2%;
	
	
	
}

.paycon1 .pay_point .paydetail p{
	font-size: 14px;
	line-height: 1.7;

	
	
	
}

.pay_de1{
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	padding: 6% 0 3%;
	width: 94%;
	margin: 0 auto;
	
	
	
}

.pay_de1 li{
	float: none;
	margin-bottom: 3%;
	width: 100%;
	
	
	
}
.pay_de1 .pay_m{
	margin-right: 0;

	
	
	
}
.pay_de1 .circle1{
	position: relative;
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #db476d;
  text-align:center;
	font-size: 13px;

	color: #fff;
	float: left
}
.pay_de1 .circle1 span{
   position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :55px;
  text-align:center;
	line-height: 1.4;
	font-weight: 600;
}


.pay_de1 dd{
 float: left;
    font-size: 14px;
    padding: 2% 0 0 3%;
    width: 77%;
}
		
		.pay_de1 .price1 {
    font-size: 20px;
}
.pay_de1 .credit {
    width: 100%;
    padding-top: 3%;
}
.pay_de1 .payatt{
	font-size: 11px;
	padding-top: 3%;
	line-height: 1.5;
	
	
	
	
}



.pay_de2{
	
	margin: 12% auto 14%;
	
	display: block;
	width: 90%;
	
	
}






.pay_de2 li{
	
	float: none;
	margin: 0 auto 8%;
	width: 88%;
	border: 5px solid #eee;
	padding: 10% 5% 8%;
	height: inherit;
	
	
	
	
}

.pay_de2 li .icon1{
	
	
	margin: 0 auto 0;
	width:27%;
	
	padding: 0 0 4%;
	
	
	
	
}
.pay_de2 li .icon2{
	
	
	margin: 0 auto 0;
	width:32%;
	
	padding: 0 0 4%;
	
	
	
	
}
.pay_de2 li dd h5{
	
	font-size: 18px;
	color: #db476d;
	padding-bottom: 4px;
	text-align: center;
	
	
	
}

.pay_de2 li dd p{
	
	font-size: 14px;

	padding-bottom: 0;
	text-align: center;
	
	
	
}




.paycon2 .howto1{
width: 88%;
	margin: 0 auto;
	
	padding:10% 0 12%;
	
	
	
	
}

.paycon2 .howto1 .step1{
	text-align: center;
	color: #db476d;
	font-size: 14px;
	
	font-weight: bold;
	
	
}

.paycon2 .howto1 h4{
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	margin-bottom: 16%;
	
	
	
	
}

.paycon2 .howto1 .stepcon li{
float: none;
	
	
	
	
	
}


.paycon2 .howto1 .steparea{
	width: 74%;
	background: #fff;
	position: relative;
	height: inherit;
	padding: 0 5% 10%;
	margin: 0 auto;
	
	
	
	
}
.paycon2 .howto1 .number1{
	

    

    position: absolute;
    top: -1.7rem;
    left: 38%;
}

.paycon2 .howto1 .number{
	

    
position: relative;
    display: inline-block;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #db476d;
    text-align: center;
    color: #fff;
	
	 font-family: 'Arial', sans-serif;
	
}
		.arrow1{
			
		
		text-align: center;	
		}		
.arrow1 i{
	font-size: 48px;
	padding: 2% 0 9%;
	color: #db476d;
	
	
	
	
	
	
}

.paycon2 .howto1 .number small {
   
    font-size: 11px;
    letter-spacing: 0;
    width: 100%;
	
}


.paycon2 .howto1 .number span {
  position: absolute;
    display: inline-block;
    left: 0;
    top: 40%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 65px;
    text-align: center;
    line-height: 1.4;
    font-weight: 700;
    line-height: 1.1;
    font-size: 26px;
    letter-spacing: 0;
    display: block;
    width: 100%;
}

.paycon2 .howto1 .steparea dt{
  margin: 0 auto;
	
	
}

.paycon2 .howto1 .steparea .picon1{
  width: 30%;
	padding: 25% 0 8%;
}
.paycon2 .howto1 .steparea .picon2{
   width: 48%;
	padding: 25% 0 6%;
}
.paycon2 .howto1 .steparea .picon3{
 width: 35%;
	padding: 25% 0 7%;
}
.paycon2 .howto1 .steparea dd{
 text-align: center;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.4;
	
	
}


.paycon2 .howto1 .steparea dd .free{
 text-align: center;
	font-weight: 600;
	font-size: 13px;
	color: #db476d;
	padding-top: 3px;
	
	
}

.paycon3{
	margin: 6% auto 16%;
	width: 92%;
	
	
	
	
}


.paycon3 p{
	font-size: 18px;
	 text-align:left;
	padding:0 0% 4% 2%;
	font-weight: 500;
	
	
}

.paycon3 .member_btn {
    text-align: center;
    margin: 0 auto 3%;
    display: block;
}

.paycon3 .member_btn a {
    display: block;
    width: 100%;
    padding: 20px 0;
  
    color: #fff;
    letter-spacing: 0px;
    background-color: #db476d;
    border-radius: 55px;
    text-decoration: none;
    font-size: 16px;
    position: relative;
    font-weight: 700;
    text-align: center;
}

.paycon3 .member_btn a::after {
    content: '';
    width: 7px;
    height: 7px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 52%;
    right: 5.5%;
    margin-top: -5px;
}		
		
/* =========================================================
		freecon
========================================================= */



.free_title {
  
    letter-spacing: 0;
}




.paycon1 .free_copy1{
	    font-size: 21px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 4%;
    letter-spacing: 0;
	
	
}


.paycon1 .pay_free1 p {
  
    letter-spacing: 0.5px;
}







.paycon1 .pay_point .freedetail h4{

    color: #0388cd;
  
	
	
	
}


.paycon1 .free_att1{
	font-size: 12px;
    margin: -25px auto 8%;
    width: 94%;
	
	
	
}

.paycon1 .free_copy2{
	font-size: 22px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 20px;
    line-height: 1.6;
	color: #0388cd;
	letter-spacing: 1px;
	
	
}
.paycon1 .free_copy2 .line{
	font-size: 28px;
  background: linear-gradient(transparent 73%, #fff700 50%);
	vertical-align: baseline;
	
}
.paycon1 .free_att2{
	font-size: 12px;
	  text-align: left;
	width: 94%;
	margin: 0 auto 10%;
	
	
	
}






.paycon2b{
	background: #f8f5f2;
	
	
	
	
}



.paycon2b .howto1 .step1{
	
	color: #0388cd;

	
	
}







.paycon2b .howto1 .number{

    background: #0388cd;
   
	
}
.paycon2b .arrow1 i{

	color: #0388cd;
	
	
	
	
	
}

.paycon2b .howto1 .steparea {
    
      height: inherit;
	padding: 0 5% 8%;
}



.paycon2b .howto1 .steparea .picon1{
 width: 32%;
    padding: 25% 0 8%;
}
.paycon2b .howto1 .steparea .picon2{
     width: 63%;
    padding: 25% 0 8%;
}
.paycon2b .howto1 .steparea .picon3{
width: 30%;
    padding: 22% 0 5%;
}

.paycon2b .howto1 .steparea .picon4{
 width: 36%;
    padding: 25% 0 7%;
}
.paycon2b .howto1 .steparea dd{

	font-size: 15px;

	
	
}


.paycon2b .howto1 .steparea dd .free_att{
 
	font-size: 14px;

	
	
}
.paycon2b .howto1 .steparea dd .free_att2{

	font-size: 11px;
	
	padding-left: 10px;
	padding-top:5px;
	
}



.paycon2b .step_att_f{
	    font-size: 12px;
    padding-top: 7%;
	
	
	
	
}



.paycon3 .member_btn2b a {
  
    background-color: #0388cd;
   
}

/* =========================================================
		partner
========================================================= */
.parbg {
    background-color: #fff;
    background-image: radial-gradient(#fde4ea 1px, transparent 1px);
    background-size: 15px 15px;
   
}
.par_main{

    height: inherit;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #FFFFFF;
    padding: 0 0 0;
    letter-spacing: 1px;
    margin: 47px 0 0;
	
	
	
	
	
	
	
}


.par_main h2{
font-size: 19px;
   
    text-align: center;
   
    color: #fff;
    padding: 9% 0;
	letter-spacing: 0;
	
	
	
}
.parcon1{
width: 90%;
    margin: 0 auto 0;
	padding: 8% 0 10%;
	
	
	
}
.parcon1 h3 {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    padding-bottom: 8%;
    line-height: 1.65;
	letter-spacing: 1px;
}


.parcon1 h3 span img {
    width: 110px;
    vertical-align: middle;
    padding: 0 4px;
}




.parcon1 .par_point{
	margin: 0 auto 6%;
	
	
	
	
}




.parcon1 .par_point .parpic{
	width: 100%;
	float: none;
	
	
	
}


.parcon1 .par_point .pardetail{
	width: 100%;
	
	float: none;
	
}


.parcon1 .par_point .pardetail h4{
font-size: 20px;
    font-weight: 600;
    color: #db476d;
    padding: 5% 0 2%;
    line-height: 1.5;
	letter-spacing: 0.5px;
	
	
}

.parcon1 .par_point .pardetail p{
	font-size: 14px;
	line-height: 1.8;
letter-spacing: 0px;
	
	
	
}

.parcon1 .par_point2{
	margin: 0 auto 5%;
	
	width: 96%;
	
	
}



.parcon1 .par_point2 .point_left{
	float: none;
	
	
	
	
}

.parcon1 .par_point2 .point_right{
	float: none;
	
	margin-top: 8%;
	
	
}

.parcon1 .par_point2 .point1 .point_icon{
	width:26%;
	margin: 0 auto;
	padding-bottom: 10px;
	
	
	
	
}


.parcon1 .par_point2 .point1 dl{
	border: 1px solid #ccc;
	background: #fff;
	padding: 5% 5% 7%;
	height: inherit;
	
	
}

.parcon1 .par_point2 .point1 dt{
	width: 100%;
	padding-bottom: 5%;
	
	
	
	
}

.parcon1 .par_point2 .point1 dd h5{
	    font-size: 18px;
    font-weight: 500;
    text-align: left;
    line-height: 1.5;
	
	
	
	
}
.parcon1 .par_point2 .point1 dd p{
	padding-top: 4px;
	text-align: left;
	font-size: 13px;
	
	
	
	
}









.parcon2 .howto1{
width: 90%;
	margin: 0 auto;
	
	padding:8% 0 10%;
	
	
	
	
}

.parcon2 .howto1 .step1_en{
	
	font-size: 14px;
	
	
	
	
}

.parcon2 .howto1 h4{
	
	font-size: 22px;
	margin-bottom: 2%;
	
	
	
	
}
.parcon2 .howto1 .step_copy{
	text-align: center;
	font-size: 14px;
	
	margin-bottom: 8%;
	
}


.parcon2 .steparea{
	background: #fff;
	width: 86%;
	margin: 0 auto;
	
}


.parcon2 .number1{
	background: #0388cd;
	width: 100%;
	padding: 1% 0;
	float: none;
	
}


.parcon2 .number1 .number{
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	color: #fff;
	
	
	
	
}


.parcon2 .number1 .number small{
	
	font-size: 18px;
	
	vertical-align: baseline;
	
	
}


.parcon2 .steparea dl{
	
	float: none;
	background: #fff;
	padding: 5% 6% 8%;
	
	
}


.parcon2 .steparea dt{
	
	float: none;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 4%;
	
	
}

.parcon2 .steparea .picon1{
padding-top: 6%;
	padding-bottom: 5%;
}
.parcon2 .steparea .picon2{
padding-top: 4%;
	padding-bottom: 6%;
}
.parcon2 .steparea .picon3{
padding-top: 4%;
	padding-bottom: 3%;
}
.parcon2 .steparea .picon1 img{
	
width: 60%;	
	
	margin: 0 auto;
}

.parcon2 .steparea .picon2 img{
	
width: 30%;		
	margin: 0 auto;
	
}

.parcon2 .steparea .picon3 img{
	
width: 27%;		
	
	margin: 0 auto;
}
.parcon2 .arrow1{
  
	text-align: center;
}
.parcon2 .arrow1 i {
    font-size: 40px;
    padding: 2px 0;
    color: #0388cd;
	text-align: center;
}
.parcon2 .steparea dd{
	
	float: none;
	font-size: 18px;
	color:#0388cd;
	letter-spacing: 0.5px;

	
	
	
}
.step3_copy{
	padding-top: 15px;
	
	
	
}
.Stepnav{
	    width: 86%;
    margin: 8% auto 0;
	
	
	
}
		
.Stepnav ol {
  
  display: block;
  table-layout: fixed;
  width: 100%;
  box-sizing: border-box;
  height: inherit;
  border-left: none;
  border-right: none;
	
	
}
 
.Stepnav ol li {
 position: relative;
    display: block;
    box-sizing: border-box;
 
    text-align: left;
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
    background-color: #0388cd;
    font-weight: 600;
    border-top: none;
    border-bottom: none;
    line-height: 1.5;
    padding: 0 8% 0;
    letter-spacing: 0;
    height: inherit;
}
 
		.Stepnav ol li:first-child {
			
			 padding: 8% 9% 0;
			
			
		}
		.Stepnav ol li:last-child {
			
			 padding: 0 8% 8%;
			
			
		}
 
.Stepnav ol .s_arrow1{
			text-align: center;
			padding: 2% 0;
			font-size: 20px;
			color: #fff;
	margin: 0 auto;
			
			line-height: 1;
			
			
		}
 
.Stepnav ol .s_arrow1 i{
			text-align: center;
			
			
			
			
		}
 
 

 
.Stepnav ol li:before {
  content: "";
  position: static;
  top: -1px;
  right: -25px;
  bottom: 0;
  width: 0;
  height: 0;
 border-top: none;
    border-bottom: none;
    border-left: none;
  z-index: 2;
}
 

.Stepnav ol li:after {
 content: "";
   position: static;
    top: -1px;
    right: -24px;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: none;
    border-bottom: none;
    border-left: none;
    z-index: 2;
}
 
.Stepnav ol li:last-child:after {
  display: none;
}
 
 
.parcon2 .step_att{
	font-size: 12px;
	padding-top: 15px;
	
	
	
	
}
.parcon3{
	width: 92%;
	margin: 8% auto 14%;
	
	
	
	
	
	
} 


.parcon3 .par_detail1{
	padding: 5% 5% 3%;
	border: 2px dotted #0388cd;
	margin: 0 auto 8%;
	
	
	
	
	
	
} 

.parcon3 .par_detail1 li{
margin-bottom: 4%;
	
	
	
	
	
	
} 


.parcon3 .par_detail1 .circle1 {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #0388cd;
    text-align: center;
    color: #fff;
    float: left;
    font-size: 13px;
}

.parcon3 .par_detail1 .circle1 span {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px;
    text-align: center;
    line-height: 1.3;
    font-weight: 600;
}



.parcon3 .par_detail1 dd {
    float: left;
    font-size: 15px;
    padding: 1% 0 0 2%;
	font-weight: bold;
	width: 74%;
	line-height: 1.45;
}

.parcon3 .par_detail1 dd .price2{
	
    font-size: 16px;
  
}
.parcon3 .par_detail1 dd .p_att1{
	text-align: left;
    font-size: 12px;
    padding: 3px 0 0 0;
	font-weight: 300;
}	
		
		
		
		
	}



