/********************************
 AzulClaroページ用
*********************************/
/*---*ボタン色設定-----*/
.btn_1{background-color: #003894;}
.circle_arrow::before{background-color: #003894;}
.btn_2{background-color: #003894;}
.btn_3{color: #003894; border: 1px solid #003894;}

/*---*header-----*/

/*---Main Visual-----*/
.part1_mainvisual{
	padding-left: 10px;
	padding-right: 10px;
}
.part1_mainvisual .bg_wrap{
	max-width: 600px;
	margin: 10px auto 0;
	background-image: url("../img/part1/part1_bg1_sp.webp");
	background-repeat: no-repeat;
	background-size: cover;	
	background-position: center;
	border-radius: 10px;
} 
.part1_mainvisual .top_logo{
	width: 158px;
	padding-top: 10px;
	margin-left: 10px;
	margin-bottom: 30px;
}
.part1_mainvisual h1{
	max-width: 400px;
	margin: auto;
}
.part1_mainvisual .mainimg_phone{
	display: block;
	max-width: 295px;
	margin: auto;
}
.part1_mainvisual .top_inst{
	margin: auto;
	max-width: 295px;
	padding-bottom: 4px;
}
.part1_mainvisual .top_inst .logo{
	max-height: 47px;
}
.part1_mainvisual .top_inst li:first-of-type{
	margin-right: 11px;
}

.pt1_notes{
    display: block;
    font-size: 1.2rem;
    margin-top: 4px;
}

/*パンくず*/
.breadcrums{
/*	display: flex;*/
	font-size: 1.2rem;
	font-weight: 600;
	padding-bottom: 30px;
}
.breadcrums a{
	text-decoration: underline;
	color: #3F94D2;
}
.breadcrums .arrow{
	padding: 0 5px;
}
/*2nd Visual*/
.part1_secondvisual{
	padding-top: 40px;
	padding-bottom: 50px;
	background-color: #fff;
}
.part1_h2_title{
	display: inline-block;
	font-size: 2.0rem;
	font-weight: 700;
	line-height: 1.5;
	border-bottom: 3px solid #003894;
	padding-bottom: 8px;
}
.part1_h2_title.white{
	color: #fff;
	border-bottom: 3px solid #fff;
}
.part1_secondvisual .wrap_sp{
  padding-right: 5%;
  padding-left: 5%;
}
.part1_secondvisual .img_wrap{
	background-image: url(../img/part1/part1_bg2_sp.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-top: 30px;
	text-align: center;
}
.part1_secondvisual .img_app{
	max-width: 250px;
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: -7px;
}
.part1_secondvisual .text{
	margin-top: 20px;
}
.part1_secondvisual .btn_2{
	margin: 20px auto 0px;
	display: block;
}
/*選べるカード*/
.part1_choice{
	position: relative;
	z-index: -4;
}
.bg_slant1{
	width: 100%;
	margin: 0;
	background-color: #003895;	
	position: relative;
	z-index: -2;
}
.bg_slant1::before{
	content: '';
	position: absolute;
	margin-top: 20px;
	top: 0;
	bottom: 20px;
	left: 0;
	right: 0;
	background-color: #01A0E9;
	transform: skewY(-7deg);
	z-index: -1;	
}
.part1_choice h2{
	padding-top: 30px;
}
.part1_choice .text{
	margin-top: 20px;
	padding-bottom: 30px;
	color: #fff;
}
.part1_choice .card_type{
	padding-bottom: 50px;
}
.part1_choice .card_wrap{
	padding: 30px 23px 34px;
	background-color: #fff;
	border-radius: 20px;
	font-weight: 700;
}
.part1_choice .card_wrap:first-of-type{
	margin-bottom: 30px;
}
.part1_choice h3{
	font-size: 1.8rem;
	margin-bottom: 15px;
	text-align: center;
}
.part1_choice .img_card{
	display: block;
	height: 120px;
	width: auto;
	margin: auto;
}
.part1_choice .check{
	width: 27px;
	margin-right: 10px;
}
.part1_choice .detail_wrap li:first-of-type{
	margin-bottom: 20px;
}

/*カードの仕様について*/
.part1_spec{
	background-color: #F3F4F5;
	padding-top: 50px;
	position: relative;
/*	z-index: -3;*/
}
.part1_spec .spec_table{
  font-size: 1.0rem;
	font-weight: 700;
  text-align: center;
  line-height: 1.4;
	margin-top: 80px;
}
.part1_spec .spec_name{
	height: 48px;
	border-radius: 20px 20px 0 0 ;
}
.part1_spec .spec_name .digina{
	width: 69px;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.part1_spec .spec_name .sotona{
	width: 90px;
	top: -55px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.part1_spec .table_col1{
	background-color: #F8F8F8;
	width: 24vw;
	max-width: 277px;
	text-align: left;
}
.part1_spec .table_col2{
	background-color: #fff; 
}
.part1_spec .spec_table th, .part1_spec .spec_table td{
  border: solid 1px #D5D5D5;
  border-collapse: collapse;
  vertical-align: middle;
}
.part1_spec .spec_table td{
  padding: 15px 13px;
}
.part1_spec .spec_table .spec_table_none{
  border: none;
}
.part1_spec .spec_table tr td:first-of-type{
  font-weight: 700;
}
.part1_spec .spec_name{
	height: 48px;
	border-radius: 20px 20px 0 0 ;
}
.part1_spec .table_charge{
	text-align: left;
	margin: auto;
	display: inline-block;
}
.part1_spec .caution_wrap{
	font-size: 1.0rem;
	font-weight: 500;
	padding: 10px 20px 60px;
}
.part1_spec .caution_wrap .kome{
	min-width: 30px;
}
.part1_spec .caution_wrap .payeasy{
	display: inline-block;
	border: solid 1px #17474F;
	padding: 5px;
	text-indent: 0;
	margin-top: 5px;
}

/*６つのポイント*/
.bg_slant2{
	width: 100%;
	margin: 0;
	background-color: #F3F4F5;	
	position: relative;
	z-index: -2;
	overflow: hidden;
	padding-top: 140px;
	margin-top: -42px;
}
.bg_slant2::before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0px;
	left: 0;
	right: 0;
	background-color: #01A0E9;
	transform: skewY(-7deg) translateY(90px);
	z-index: -1;	
}
.part1_6points .points_ul{
	max-width: 335px;	
	margin: 30px auto;
}
.part1_6points .points_ul li{
	padding: 12px 20px 44px;
	border: 1px solid #BEBEBE;
	background-color: #fff;
}
.part1_6points .points_ul .line{
	left: 30px;
	top: -2px;
	width: 47px;
}
.part1_6points .num_title{
	font-size: 4.2rem;
	font-weight: 500;
	margin-left: 8px;
	line-height: 1.0;
}
.part1_6points .img_wrap{
	position: relative;
	margin: 0 auto 8px;
	height: 100px;
	vertical-align: middle;
	text-align: center;
}
.part1_6points .img_wrap img{
	position: absolute;	
	max-height: 100px;
	max-width: 74px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);	
}
.part1_6points h3{
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 12px;
}
.part1_6points .points_ul .kome{
	font-size: 1.2rem;
}
.part1_6points .num_1 .num_title, .part1_6points .num_1 h3{
	color: #00A773;
}
.part1_6points .num_2 .num_title, .part1_6points .num_2 h3{
	color: #3955EB;
}
.part1_6points .num_3 .num_title, .part1_6points .num_3 h3{
	color: #D6A433;
}
.part1_6points .num_4 .num_title, .part1_6points .num_4 h3{
	color: #939393;
}
.part1_6points .num_5 .num_title, .part1_6points .num_5 h3{
	color: #D14646;
}
.part1_6points .num_6 .num_title, .part1_6points .num_6 h3{
	color: #A100C7;
}
.part1_6points .num_1 .line{
	border-top: 2px solid #00A773;
	top: -1px;
}
.part1_6points .num_2 .line{
	border-top: 2px solid #3955EB;
}
.part1_6points .num_3 .line{
	border-top: 2px solid #D6A433;
}
.part1_6points .num_4 .line{
	border-top: 2px solid #939393;
}
.part1_6points .num_5 .line{
	border-top: 2px solid #D14646;
}
.part1_6points .num_6 .line{
	border-top: 2px solid #A100C7;
}
.part1_6points .caution_wrap{
	font-size: 1.2rem;
	margin-top: 10px;
}
.part1_6points .caution_wrap .kome{
	width: 32px;
}
/*いろいろな利用シーン*/
.part1_scene{
	background-color: #01A0E9;
	padding-top: 50px;
}
.part1_scene ul{
	max-width: 345px;
	margin: 30px auto 0;
}
.part1_scene li{
	padding: 12px 0 56px 20px;
	background-color: #fff;
	width: 100%;
	height: 160px;
	border-radius: 10px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .16);	
}
.part1_scene li:first-of-type{
	height: 160px;
	margin-bottom: 20px;	
}
.part1_scene .quote{
	width: 24px;
	display: inline-block;
  margin: -22px 0 0 -10px;	
}
.part1_scene h3{
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 12px;
	line-height: 1.39;
	z-index: 1;
}
.part1_scene .text{
	max-width: 206px;
	z-index: 1;
}
.part1_scene .link_shop{
	color: #003895;
	text-decoration: underline;
}
.part1_scene .image{
	width: 96px;
	bottom: -7px;
	right: 10px;
}
/*３ステップではじめる*/
.part1_3steps{
	background-color: #01A0E9;
	padding-top: 51px;
	padding-bottom: 60px;
}
.part1_3steps .steps_wrap{
	max-width: 335px;
	margin: 30px auto;
}
.part1_3steps .steps_box{
	background-color: #fff;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .16);
	border-radius: 80px 0 80px 0;	
	padding: 40px 20px 40px 0px;
	margin-bottom: 20px;
}
.part1_3steps .number{
	height: 82px;	
	width: 56px;
	text-align: center;
	margin-bottom: 15px;
	margin-right: 8px;
}
.part1_3steps .number img{
	height: 100%
}
.part1_3steps h3{
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 10px;
}
.part1_3steps .text{
	max-width: 250px;
}
.part1_3steps .partner_wrap{
	padding: 20px;
	background-color: #F0F0F0;
	border-radius: 10px;
	margin-left: 20px;
	max-width: 380px;
}
.part1_3steps .partner_wrap .logo{
	width: 30px;
	height: 30px;
}
.part1_3steps .partner_wrap h4{
	font-size: 1.6rem;
	font-weight: 700;
	margin: -3px 0 0 10px;
}
.part1_3steps .partner_wrap .line{
	width: 100%;
	background-color: #707070;
	height: 1px;
	margin-top: 16px;
	margin-bottom: 16px;
}
.part1_3steps .appstore_wrap img{
	height: 40px;
}
.part1_3steps .appstore_wrap li:first-child{
	margin-right: 10px;
}
/*安心な理由*/
.part1_relief{
	background-color: #01A0E9;
	padding-bottom: 20px;
}
.part1_relief ul{
	width: 300px;
	margin: 48px auto 0;
}
.part1_relief li{
	width: 300px;
	height: 300px; 
	background-color: #fff;
	border-radius: 50%; 
	margin: 0 auto;
	text-align: center;	
	margin-bottom: 20px;
}
.part1_relief h3{
	font-weight: 700;
	font-size: 1.8rem;
	padding-top: 80px;
	margin-bottom: 20px;
}
.part1_relief .text{
	max-width:260px;
	font-size: 1.4rem;
	line-height: 2.0;
	margin: auto;
	line-break: strict;
}
.part1_relief .kome{
	font-size: 1.2rem;
	line-height: 1.2;
	padding-top: 5px;
}	
.part1_relief .num_2 h3{
	padding-top: 100px;
}
.part1_relief .num_3 h3{
	padding-top: 70px;
}
.part1_relief .img_1{
	width: 205px;
	top: 235px;
	left: 0px;
	transform: rotate(0deg);
}
.part1_relief .img_2{
	width: 152px;
	top: 508px;
	right: -10px;
}
/*よくあるご質問*/
.part1_faq{
	padding-bottom: 70px;
}
.bg_slant3{
	width: 100%;
	margin: 0;
	background-color:#01A0E9;	
	position: relative;
	z-index: -2;
	overflow: hidden;
	padding-top: 152px;
	margin-top: -42px;	
}
.bg_slant3::before{
	content: '';
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0;
	right: 0;
	background-color: #fff;
	transform: skewY(-7deg) translateY(90px);
	z-index: -1;	
}
.part1_faq ul{
	margin-top: 30px;
}
.part1_faq .question{
	margin-bottom: 20px;
	display: flex;
}
.part1_faq li{
	margin-bottom: 30px;
}
.part1_faq .question .q{
	width: 28px;
	height: 28px;
	margin-right: 13px;
}
.part1_faq .question .text{
	font-size: 1.6rem;
	font-weight: 700;
	flex: 1;
}
.part1_faq .answer{
	background-color: #F8F8F8;
	border-radius: 0 20px 20px 20px;
	padding: 20px 20px 28px;
	font-weight: 500;
}
.part1_faq .link_help{
	display: block;
	font-weight: 700;
	margin: auto;
	text-decoration: underline;
	text-align: center;
}
/*appダウンロード*/
.part1_applink{
	background-color: #003895;
	padding-top: 40px;
	padding-bottom: 50px;
	margin-bottom: 20px;
}
.part1_applink h2{
	font-size: 2.0rem;
	font-weight: 700;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
}
.part1_applink .appstore_wrap{
	justify-content: space-between;
	max-width: 300px;
	margin: auto;
}
.part1_applink .appstore_wrap img{
	height: 47px;
}

/*---Footer-----*/
footer{
	background-color: #fff;;
	padding-top: 40px;
	padding-bottom: 60px;
}
footer .footer_logo{
	width: 106px;
	margin-bottom: 30px;
}
footer p, footer li{
	margin-bottom: 20px;
}
footer .line{
	background-color: #707070;
	height: 1px;
	width: 100%;
	margin-bottom: 20px;
}
footer small{
	display: block;
	font-size: 1.0rem;
	margin-top: 35px;
}


/*---------------------------
*レスポンシブ
---------------------------*/
@media screen and (min-width:768px){
	.part1_mainvisual{
		padding-left: 20px;
		padding-right: 20px;
	}
	.part1_mainvisual .bg_wrap{
		max-width: 1320px;
		margin: 20px auto 0;
		background-image: url("../img/part1/part1_bg1_pc.webp");
	}
	.part1_mainvisual .top_logo{
		width: 267px;
	}
	.part1_mainvisual h1{
		max-width: 844px;
		margin-left: 0;
	}
	.part1_mainvisual .mainimg_phone{
		position: absolute;
		width: 49%;		
		max-width: 510px;
		right: 0;
		bottom: -38px;
	}
	.part1_mainvisual .top_inst{
		margin-left: 0;
		width: auto;
		max-width: 470px;
	}
	.part1_mainvisual .top_inst li{
		background-color: #fff;
		border-radius: 10px;
		padding: 10px 10px 15px;
		margin-bottom: 54px;
		margin-top: 120px;
	}
	.part1_mainvisual .top_inst .text{
		font-size: 1.4rem;
		font-weight: 700;
		text-align: center;
		margin-bottom: 10px;
	}	
	.part1_mainvisual .top_inst .qr{
		width: 55px;
		height: 55px;
		margin-left: 8px;
	}	
	/*パンくず*/	
	.breadcrums{
		display: flex;
		padding-top: 40px;
		padding-bottom: 40px;
	}	
	/*2nd Visual*/
	.part1_secondvisual{
		background-image: url(../img/part1/part1_bg2_pc.png);
		background-repeat: no-repeat;
		background-size: 130vw;
		background-position: center;
		padding: 200px 0 160px;		
		margin-top: -200px;
	}
	.part1_secondvisual .pc_flex{
		max-width: 1040px;
		margin: 0 auto;	
		padding: 0 20px;		
	}
	.part1_secondvisual .wrap_sp{
		padding: 0;
	}
	.part1_h2_title{
		font-size: 3.6rem;
		border-bottom: 6px solid #003894;	
		padding-top: 50px;		
	}
	.part1_h2_title.white{
		border-bottom: 6px solid #fff;
	}
	.part1_secondvisual .btn_2{
		margin-left: 0px;
		font-size: 1.8rem;
		height: 64px;
		width: 368px;
		line-height: 64px;
		padding-top: 0;
	}
	/*選べるカード*/
	.bg_slant1::before{
		margin-top: 60px;
		bottom: 60px;
	}
	.part1_choice h2{
		padding-top: 70px;
	}
	.part1_choice .text{
		font-size: 1.8rem;
	}
	.part1_choice .card_type{
		padding-bottom: 95px;
	}	
	.part1_choice .card_wrap{
		padding: 45px 34px 57px;
		border-radius: 40px;
	}
	.part1_choice .card_wrap:first-of-type{
		margin-bottom: 0px;
		margin-right: 40px;
	}	
	.part1_choice h3{
		font-size: 2.6rem;
		margin-bottom: 33px;
	}	
	.part1_choice .img_card{
		height: 180px;
		margin-bottom: 40px;
	}
	.part1_choice .check{
		width: 39px;
		margin-right: 13px;
	}
	.part1_choice .detail_wrap{
		font-size: 2.4rem;
	}	
	.part1_choice .detail_wrap li:first-of-type{
		margin-bottom: 30px;
	}
	
	/*カードの仕様について*/
	.part1_spec .title_wrap{
		text-align: center;
	}
	.part1_spec .spec_table{
    font-size: 1.6rem;
		margin-top: 120px;
  }
	.part1_spec .spec_name{
		height: 110px;
	}
	.part1_spec .spec_name .digina{
		width: 137px;
		top: -80px;
	}
	.part1_spec .spec_name .sotona{
		width: 188px;
		top: -95px;
	}	
	.part1_spec .spec_table th{
    font-size: 2.2rem;
  }
	.part1_spec .spec_table td{
    padding: 28px 30px 32px 30px;
  }
	.part1_spec .asta{
		font-size: 1.4rem;
	}
	.part1_spec .caution_wrap{
		font-size: 1.8rem;
		margin-left: 0;
	}
	.part1_spec .caution_wrap .kome{
		min-width: 40px;
	}
	.part1_spec .caution_wrap .payeasy{
		padding-right: 15px;
		font-size: 1.4rem;
	}	
	
	/*６つのポイント*/
	.bg_slant2{
		padding-top: 280px;
		margin-top: 0;
	}
	.bg_slant2::before{
		top: 50px;
		bottom: -100px;
	}
	.part1_6points .points_ul{
		margin-top: 60px;
		max-width: 1000px;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		line-break: strict;		
	}
	.part1_6points .points_ul li{
		max-width: 333px;
		padding: 12px 8px 72px 12px;
	}
	.part1_6points .points_ul .line{
		left:22px;
	}
	.part1_6points h3{
		font-size: 2.2rem;
		line-height: 1.4;
		letter-spacing: 0em;
	}
	.part1_6points .points_ul .kome{
		font-size: 1.0rem;
	}
	.part1_6points .caution_wrap{
		font-size: 1.6rem;
	}
	.part1_6points .caution_wrap .text{
		padding-left: 12px;
	}	
	
	
	/*いろいろな利用シーン*/	
	.part1_scene{
		padding-top: 81px;
	}
	.part1_scene ul{
		max-width: 860px;
		margin-top: 60px;
	}	
	.part1_scene li{
		padding: 49px 0px 56px 40px;
		height: 185px;
		border-radius: 20px;
	}
	.part1_scene li:first-of-type {
    margin-bottom: 40px;
		height: 185px;
	}
	
	.part1_scene .quote{
		width: 50px;
		margin: -65px 0 0 -20px;	
	}
	.part1_scene h3{
		font-size: 2.4rem;
		margin-bottom: 20px;
	}
	.part1_scene .text{
		max-width: 525px;
	}	
	.part1_scene .image{
		width:178px;
		bottom: -8px;
		right: 43px;
	}
	/*３ステップではじめる*/
	.part1_3steps{
		padding-top: 80px;
	}
	.part1_3steps .steps_wrap{
		max-width: 970px;
		margin-left: 30px;
	}
	.part1_3steps .number{
		height: 125px;
		width: 82px;
		margin-right: 16px;
	}
	.part1_3steps .pc_contents{
    margin-left: -30px;
	}
	.part1_3steps .num_1 .pc_contents{
		margin-top: -40px;
	}
	.part1_3steps .num_1 h3{
		margin-top: 40px;
	}
	.part1_3steps .num_2.left{
		margin-right: 16px;
	}
	.part1_3steps .num_2 h3{
		margin-top: 20px;
	}		
	.part1_3steps h3{
		font-size: 2.4rem;
		margin-right: 16px;
	}
	.part1_3steps .text{
		max-width: 362px;
	}
	.part1_3steps .num_1 .text{
		max-width: 500px;
	}
	.part1_3steps .partner_wrap{
		padding: 23px 34px 30px 33px;
		max-width: 880px;
		margin-left: 50px;
	}
	.part1_3steps .partner_wrap .logo{
		width: 60px;
		height: 60px;
		margin-right: 20px;
	}
	.part1_3steps .partner_wrap h4{
		font-size: 2.0rem;
		margin-bottom: 2px;
	}
	.part1_3steps .appstore_wrap .vert_line{
		height: 57px;
		width: 1px;
		background-color: #CECECE;
		margin-right: 25px;
		margin-left: 25px;
	}	
	.part1_3steps .appstore_wrap img{
		height: 45px;
	}
	.part1_3steps .appstore_wrap li:first-child{
		margin-right: 0px;
	}
	.part1_3steps .appstore_wrap a:first-child{
		margin-right: 12px;
	}
	.part1_3steps .appstore_wrap .link_wrap{
		padding-top: 8px;
	}
	/*安心な理由*/
	.part1_relief{
		padding-bottom: 300px;
	}
	.part1_relief ul{
		width: 1000px;
		margin-top: 50px;
	}	
	.part1_relief li{
		width: 354px;
		height: 354px;
	}
	.part1_relief h3{
		font-size: 2.8rem;
		padding-top: 50px;
	}
	.part1_relief .text{
		font-size: 1.8rem;
	}		
	.part1_relief ul .num_1{
		position: absolute;
		left: 0;
		top: 200px;
	}	
	.part1_relief ul .num_2 h3{
		padding-top: 50px;
	}	
	.part1_relief ul .num_3{
		position: absolute;
		right: 0;
		top: 200px;
	}	
	.part1_relief ul .num_3 h3{
		padding-top: 50px;
	}	
	.part1_relief .img_1{
		width: 300px;
    left: 29%;
	}
	.part1_relief .img_2{
    width: 265px;
    top: 233px;
    left: 46%;
	}
	/*よくあるご質問*/
	.part1_faq{
		padding-bottom: 140px;
	}
	.bg_slant3{
		margin-top: 0;
		padding-top: 334px;
	}
	.bg_slant3::before{
		top: 50px;
		bottom: -100px;
	}	
	.part1_faq ul{
		margin-top: 24px;
	}
	.part1_faq .question .q{
		width: 40px;
		height: 40px;
		margin-right: 14px;
	}
	.part1_faq .question .text{
		font-size: 2.4rem;
	}	
	.part1_faq .answer{
		font-size: 1.8rem;
		padding: 20px 54px 23px 54px;
	}
	.part1_faq .link_help{
		text-align: center;
		font-size: 1.8rem;
		margin-top: 60px;
	}
	/*appダウンロード*/
	.part1_applink{
		padding-top: 70px;
		padding-bottom: 80px;
	}
	.part1_applink h2{
		font-size: 3.6rem;
	}
	.part1_applink .appstore_wrap{
		max-width: 900px;
		background-color: #fff;
		border-radius: 10px;
		padding: 28px 41px;
	}
	.part1_applink .appstore_wrap .btn img{
		height: 82px;
		margin-right: 20px;
	}
	.part1_applink .appstore_wrap .qr{
		height: 100px;		
	}
	.part1_applink .appstore_wrap .line{
		height: 130px;
		width: 2px;
		background-color: #CECECE;
	} 	
	.breadcrums.sp{
		display: none;
	}
	
	
	footer{
		padding-top: 61px;
	}
	footer .wrap{
		padding-top: 0px;
		padding-bottom: 48px;		
	}
	footer .footer_logo{
		width: 168px;
		margin-bottom: 48px;
	}	
	footer .pc_flex .menu{
		margin-right: 104px;
	}
	footer small{
		font-size: 1.0rem;
	}
  
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.part1_mainvisual .top_inst{
		display: block;
		padding-bottom: 30px;
		width: 295px
	}
	.part1_mainvisual .top_inst li{
		margin-top: 20px;
		margin-bottom: 20px;
		margin-right: 11px;
		}  
	.part1_mainvisual .top_inst li .pc_flex{
		justify-content: center;
	}
	  /*3ステップ*/
	.part1_3steps .partner_wrap{
		display: block;
		max-width: 510px;
	}
	.part1_3steps .num_2 .number{
		margin-left: 20px;
	}
	.part1_3steps .num_2 .text{
		max-width: 27vw;
	}
	/*安心な理由*/	
	.part1_relief{
		padding-bottom: 10px;
	}
	.part1_relief ul{
		width: 300px;
		margin: 30px auto 0;
	}
	.part1_relief li{
		width: 300px;
		height: 300px; 
	}
	.part1_relief h3{
		font-size: 1.8rem;
		padding-top: 80px;
	}
	.part1_relief h3 br.pc{
		display: none;
	}
	.part1_relief .text{
		font-size: 1.4rem;
	}
	.part1_relief ul .num_1{
		position: unset;
	}		
	.part1_relief ul .num_2 h3{
		padding-top: 100px;
	}
	.part1_relief ul .num_3{
		position: unset;
	}		
	.part1_relief ul .num_3 h3{
		padding-top: 70px;
	}
	.part1_relief .img_1{
		width: 205px;
		top: 235px;
		left: 0px;
		transform: rotate(0deg);
	}
	.part1_relief .img_2{
		width: 152px;
		top: 508px;
		right: -10px;
	}
	
	
	
	
  
}


