/********************************
 PayBlend個人向けサイト用
*********************************/
/*---*色設定-----*/
.btn_1{background-color: #0F368C;}
.circle_arrow::before{background-color: #0F368C;}
.btn_2{background-color: #0F368C;}
.btn_3{color: #0F368C; border: 1px solid #0F368C;}

.bg_brown{
	background-color: #B73800;
	color: #fff;
}
.bg_dporange{
	background-color: #E76415;
	color: #fff;
}
.text_brown{	color:  #B73800;}
.text_dporange{	color: #E76415;}

/*アンカーリンクの位置調整*/
html{	scroll-padding-top: 60px;}

/*---*header-----*/
.header_service{
  position: fixed;
  width: 100%;
  z-index: 500;
  top: 0;
	background-color: #fff;
	box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16)
}
.header_title{
  display: flex;
  justify-content: space-between;
  height: 60px;
}
.header_logo img{
  display: inline-block;
  height: 24px;
  margin-top: 20px;
  margin-left: 20px;
}
.header_service .btn_1{
	margin-right: 25px;
	background-color: #000436;
}

/*Menuボタン*/
.menu_trigger,
.menu_trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  z-index: 501;
}
.menu_trigger {
  position: relative;
  width: 20px;
  height: 16px;
  margin-right: 20px;
}
.menu_trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #203e38;
  border-radius: 4px;
}
.menu_trigger span:nth-of-type(1) {
  top: 0;
}
.menu_trigger span:nth-of-type(2) {
  top: 7px;
}
.menu_trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu_trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}
.menu_trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.menu_trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}
/*Menuコンテンツ*/
.header_nav{
  font-weight: 700;
  display: none;
  right: 0%;
  width: 100%;
	height: 100vh;
  background-color: #F8F8F8;
  opacity: 0.99;
}
.header_nav_list{
	padding: 30px 0 0px 6%;		
}
.header_nav_list li{
	margin-bottom: 20px;
}
.header_nav_list li a{
  display: block;
  padding-bottom: 3px;  
  margin-bottom: 16px;
  font-size: 1.6rem;
  border-bottom: #0F368C 2px solid;
}
.header_line{
  height: 1px;
  background-color: rgba(51,51,51,0.12);
  margin-right: 4.3%;
  margin-left: 4.3%;  
}

/*---Main Visual-----*/
.cons_main{
	background-color: #EDEFE7;
}
.bg_wrap{
	background-attachment: fixed;	
	background-image: url("../img/cons_bg_sp.png");
	background-repeat: no-repeat;
	background-size: 100vw auto;	
	background-position-y: 126px;
}
.cons_mainvisual{
	padding-top: 38px;
}
.cons_mainvisual h1 .up{
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 700;	
	line-height: 1.0;
	border-bottom: 3px solid #000435;
	padding-right: 10px;
	margin-bottom: 10px;
}
.cons_mainvisual h1 .down{
	font-size: 3.8rem;
	font-weight: 700;
	line-height: 1.2;
	text-shadow: 10px 4px 10px rgba(0, 0, 0, .16);
	margin-bottom: 10px;
}
.cons_mainvisual .phone{
	width: 246px;
	margin: 0 auto -6px;	
}
.cons_mainvisual .cards{
	width: 206px;	
	transform:rotate(-10deg); 
	top: 20px;
  right: 0;
  left: 0;
  margin: 0 auto;	
}
.main_about{
	margin: auto;
	border-radius: 16px;
	background-color: #fff;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .16);
	padding: 35px 20px 57px;
}
.main_about h2{
	justify-content: center;
	margin-bottom: 10px;	
}
.main_about h2 img{
	width: 137px;
}
.main_about h2 .toha{
	font-size: 2.4rem;
	color: #000435;
	font-weight: 700;
	line-height: 1.5;
	padding-bottom: 5px;	
}
.main_about ul{
	margin-top: 28px;
}
.main_about ul li img{
	width: 50px;
	margin: 0 12px 12px 0;		
}
.main_about ul li h3{
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 25px;
  padding-bottom: 10px;	
}
.main_about ul .line{
	background-color: #DDDDDD;
	width: 100%;
	height: 1px;
	margin-top: 12px;
	margin-bottom: 18px;
}
.main_about ul .kome{
	font-size: 1.2rem;
}
.main_about ul .kome_text{
	font-size: 1.2rem;
	padding-top: 8px;
	line-height: 1.3;
	text-indent: -2.0em;
	padding-left: 2.0em;
}
.cons_notes{
	display: block;
    font-size: 1.2rem;
    margin-top: 4px;
}
.cons_partner{
	margin-top: 95px;
}
.cons_main .wrap_h2{
	font-size: 2.4rem;
	font-family: "fot-tsukuardgothic-std", "FOT-TsukuARdGothic Std", sans-serif;	
	text-align: center;
	font-weight: 700;
}
.cons_main h2{
	margin-bottom: 20px;
}
.cons_main .wrap_h2 .line{
	width: 100%;
	height: 2px;
	background-color: #000435;
}
.cons_partner .contents{
	background-color: #fff;
	max-width: 335px;
  margin: 30px auto 95px;
	border-radius: 16px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .16);		
}
.cons_partner .contents_detail{
	padding: 8px 20px 22px;
}
.cons_partner .contents_detail h3{
	margin-bottom: 10px;
}
.cons_partner h3 .icon{
	width: 30px;
	margin-right: 10px;
}
.cons_partner h3 .name{
	font-size: 1.8rem;
	font-weight: 700;
}
.cons_partner .appstore_wrap{
	margin-top: 24px;
}
.cons_partner .appstore_wrap img{
	height: 32px;
}
.cons_partner .appstore_wrap li:first-child{
	margin-right: 8px;
}
.cons_partner .btn_3{
	max-width: 295px;
  width: 100%;
	background-color: #0F368C;
	color: #fff;
	margin: 24px auto 0;
	padding: 6px 14px 6px 24px;
	border: none;
}
.cons_partner .btn_3.pt2{ /*提携先ごとの色*/
	background-color: #E7620A;	
}
.cons_partner .btn_3 p{
	font-size: 1.6rem;
	padding-right: 30px;
	padding-left: 20px;
}
.circle_arrow::before{
	background-color: #fff;
}
.cons_partner .circle_arrow::after{
	border-top: 2px solid #0F368C;
	border-right: 2px solid #0F368C;
}
.cons_partner .circle_arrow.pt2::after{
	border-top: 2px solid #E7620A;
	border-right: 2px solid #E7620A;	
}
.cons_6points .points_ul{
	max-width: 335px;	
	margin: 30px auto;
}
.cons_6points .points_ul li{
	padding: 12px 20px 44px;
	border: 1px solid #BEBEBE;
	background-color: #fff;
}
.cons_6points .points_ul .line{
	left: 30px;
	top: -2px;
	width: 47px;
}
.cons_6points .num_title{
	font-size: 4.2rem;
	font-weight: 500;
	margin-left: 8px;
	line-height: 1.0;
}
.cons_6points .img_wrap{
	position: relative;
	margin: 0 auto 8px;
	height: 100px;
	vertical-align: middle;
	text-align: center;
}
.cons_6points .img_wrap img{
	position: absolute;	
	max-height: 100px;
	max-width: 74px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);	
		}
.cons_6points h3{
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 12px;
}
.cons_6points .points_ul .kome{
	font-size: 1.2rem;
}
.cons_6points .num_1 .num_title, .cons_6points .num_1 h3{
	color: #00A773;
}
.cons_6points .num_2 .num_title, .cons_6points .num_2 h3{
	color: #3955EB;
}
.cons_6points .num_3 .num_title, .cons_6points .num_3 h3{
	color: #D6A433;
}
.cons_6points .num_4 .num_title, .cons_6points .num_4 h3{
	color: #939393;
}
.cons_6points .num_5 .num_title, .cons_6points .num_5 h3{
	color: #D14646;
}
.cons_6points .num_6 .num_title, .cons_6points .num_6 h3{
	color: #A100C7;
}
.cons_6points .num_1 .line{
	border-top: 2px solid #00A773;
	top: -1px;
}
.cons_6points .num_2 .line{
	border-top: 2px solid #3955EB;
}
.cons_6points .num_3 .line{
	border-top: 2px solid #D6A433;
}
.cons_6points .num_4 .line{
	border-top: 2px solid #939393;
}
.cons_6points .num_5 .line{
	border-top: 2px solid #D14646;
}
.cons_6points .num_6 .line{
	border-top: 2px solid #A100C7;
}
.cons_6points .caution_wrap{
	font-size: 1.2rem;
	margin-top: 10px;
}
.cons_6points .caution_wrap .kome{
	width: 32px;
}

.cons_scene{
	margin-top: 95px;
}
.cons_scene ul{
	max-width: 345px;
	margin: 30px auto;
}
.cons_scene li{
	padding: 12px 0 56px 20px;
	background-color: #fff;
	width: 100%;
	height: 139px;
	border-radius: 10px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, .16);	
	margin-bottom: 20px;
}
.cons_scene .quote{
	width: 24px;
	display: inline-block;
  margin: -22px 0 0 -28px;	
}
.cons_scene h3{
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 12px;
	z-index: 1;
}
.cons_scene .text{
	max-width: 222px;
	z-index: 1;
}
.cons_scene .image{
	width: 96px;
	bottom: -7px;
	right: 10px;
}

.cons_3steps{
	margin-top: 95px;
}
.cons_3steps .steps_wrap{
	max-width: 335px;
	margin: 30px auto;
}
.cons_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;
}
.cons_3steps .number{
	height: 82px;	
	width: 56px;
	text-align: center;
	margin-bottom: 15px;
	margin-right: 8px;
}
.cons_3steps .number img{
	height: 100%
}
.cons_3steps h3{
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 10px;
}
.cons_3steps .text{
	max-width: 250px;
}
.cons_3steps .partner_wrap{
	padding: 20px;
	background-color: #F0F0F0;
	border-radius: 10px;
	margin-left: 20px;
	max-width: 380px;
}
.cons_3steps .partner_wrap .logo{
	width: 30px;
	height: 30px;
}
.cons_3steps .partner_wrap h4{
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 10px;
	margin-left: 10px;
  margin-top: 6px;	
}
.cons_3steps .partner_wrap .line{
	width: 100%;
	background-color: #707070;
	height: 1px;
	margin-top: 16px;
	margin-bottom: 16px;
}
.cons_3steps .appstore_wrap img{
	height: 40px;
}
.cons_3steps .appstore_wrap li:first-child{
	margin-right: 10px;
}

.cons_relief{
	margin-top: 95px;
	margin-bottom: 60px;
}
.cons_relief ul{
	width: 300px;
	margin: 30px auto 0;
}
.cons_relief li{
	width: 300px;
	height: 300px; 
	background-color: #fff;
	border-radius: 50%; 
	margin: 0 auto;
	text-align: center;	
	margin-bottom: 20px;
}
.cons_relief h3{
	font-weight: 700;
	font-size: 1.8rem;
	padding-top: 80px;
	margin-bottom: 20px;
}
.cons_relief .text{
	max-width:260px;
	font-size: 1.4rem;
	line-height: 2.0;
	margin: auto;
	line-break: strict;	
}
.cons_relief .kome{
	font-size: 1.2rem;
	line-height: 1.2;
	padding-top: 5px;
}
.cons_relief .num_2 h3{
	padding-top: 100px;
}
.cons_relief .num_3 h3{
	padding-top: 70px;
}
.cons_relief .img_1{
	width: 135px;
	top: -22px;
	right: -18px;
}
.cons_relief .img_2{
	width: 120px;
	top: 235px;
	left: 0px;
	transform: rotate(0deg)
}
.cons_relief .img_3{
	width: 152px;
	top: 585px;
	right: -18px;
	transform: rotate(20deg)	
}

.cons_faq{
	padding-top: 95px;
	padding-bottom: 95px;
	background-color: #F0F0F0;
}
.cons_faq ul{
	margin-top: 30px;
}
.cons_faq .question{
	margin-bottom: 20px;
	display: flex;
}
.cons_faq li{
	margin-bottom: 30px;
}
.cons_faq .question .q{
	width: 28px;
	height: 28px;
	margin-right: 13px;
}
.cons_faq .question .text{
	font-size: 1.6rem;
	font-weight: 700;
	flex: 1;
}
.cons_faq .answer{
	background-color: #F8F8F8;
	border-radius: 0 20px 20px 20px;
	padding: 20px 20px 28px;
	font-weight: 500;
}
.cons_faq .link_help{
	display: block;
	font-weight: 700;
	margin: auto;
	text-decoration: underline;
	text-align: center;
}

.cons_news{
	background-color: #F0F0F0;
	padding-bottom: 100px;
}
.cons_news ul{
	margin-top: 30px;
	padding: 20px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #707070;
}
.cons_news .title{
	font-size: 1.6rem;
	color: #3F94D2;
	margin-bottom: 10px;
	font-weight: 600;
}
.cons_news .line{
	height: 1px;
	width: 100%;
	background-color: #707070;
	margin-top: 20px;
	margin-bottom: 20px;
}
.cons_news .line:last-of-type{
	display: none;
}
.cons_news .link_news{
	display: block;
	font-weight: 700;
	margin: 30px auto 0;
	text-decoration: underline;
	text-align: center;
}
.cons_link{
	padding: 30px 0;
	background-image:url("../img/bg_cloud_sp.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.cons_link .btn_2{
	display: block;
	background-color: #000436;
	margin: auto;
	width: 210px;
}

/*---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;
}

/*---------------------------
*下層ページ
---------------------------*/
/*--共通--*/
.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;
}
.breadcrums.sp_bottom{
	margin-top: 100px;
}
.cons_sub_wrap_title{
	font-size: 2.4rem;
	font-family: "fot-tsukuardgothic-std", "FOT-TsukuARdGothic Std", sans-serif;
	text-align: center;
	font-weight: 700;
}
.cons_sub_wrap_title h1{
	margin-bottom: 20px;
}
.cons_sub_wrap_title .line{
	width: 100%;
	height: 2px;
	background-color: #000435;
}
/*--個人：お知らせ一覧--*/
.cons_news_archive{
	padding-top: 50px;
}
.cons_news_archive .contents_wrap{
	padding: 20px 20px 0 20px;
	background-color: #fff;
	margin-top: 30px;
}
.cons_news_archive li{
	border-bottom: 1px solid #707070;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.cons_news_archive li:last-of-type{
	margin-bottom: 0px;
}
.cons_news_archive time{
	font-weight: 600;
}
.cons_news_archive .title{
	display: block;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 3px 0 4px;
	color: #3F94D2;
}
.cons_news_archive .wp-pagenavi{
	display: flex;
	justify-content: center;
	margin-top: 53px;
}
.wp-pagenavi a, .wp-pagenavi span {
	display: block;	
	color: #FFF;
	background-color: #707070;
	text-align: center;	
	border-radius: 14px;
	margin-right: 12px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	padding-left: 1px;	
}
.wp-pagenavi a:hover{
  opacity: 0.5;
  transform: scale(0.95);
}
.wp-pagenavi span.current{
	background-color: #3F94D2;
  }

/*--個人：お知らせ個別ページ--*/
.cons_news_single h1{
	padding-top: 45px;
	margin-bottom: 34px;
	font-size: 2.4rem;
	font-weight: 700;
}
.cons_news_single .wrap_inner{
	padding: 8px 20px 28px 10px;
	margin-bottom: 64px;
	background-color: #fff;	
}
.cons_news_single time{
	display: inline-block;
	color: #868686;
	font-weight: 700;
	margin-bottom: 10px;
}
.cons_news_single .contents{
	font-weight: 600;
}
.cons_news_single .contents a{
	color: #3F94D2;
	text-decoration-line: underline;
	word-break: break-all;	
}
.cons_news_single .contents a:hover{
	opacity:0.6;	
}

/*--個人：カードの種類--*/
.cons_sub_spec{
	padding-top: 63px;
}
.cons_sub_spec .contents_wrap{
	background-color: #fff;
	margin-top: 30px;
	margin-bottom: 62px;
}
.cons_sub_spec .spec_select{
	margin-top: 31px;
	font-weight: 1.4rem;
	font-weight: 700;
}
.cons_sub_spec .spec_select a{
	background-color: #fff;
	border-radius: 10px;
	padding: 11px 20px 13px ;
	justify-content: space-between
}
.cons_sub_spec .spec_select a:not(:last-of-type){
		margin-bottom: 12px;
	}
.cons_sub_spec .spec_select .logo{
	width: 30px;
	margin-right: 20px;
}
.cons_sub_spec .spec_select .arrow{
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.cons_sub_spec .spec_select .arrow::before{
	content: "";
	width: 8px;
	height: 8px;
	border: 2px solid #000435;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg); /* 右下向きの矢印を作る */
	position: absolute;	
}
.cons_sub_spec .spec_logo{
	width: 30px;
	margin: 10px 10px 22px 20px;
}
.cons_sub_spec h2{
	font-size: 1.8rem;
	font-weight: 700;
}
.cons_sub_spec .spec_table{
  font-size: 1.0rem;
	font-weight: 700;
  text-align: center;
  line-height: 1.4;
	margin-top: 40px;
}
.cons_sub_spec .spec_name{
	height: 48px;
	border-radius: 20px 20px 0 0 ;
}
.cons_sub_spec .spec_name .digina{
	width: 69px;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.cons_sub_spec .pt2 .spec_name .digina{
	width: 90px;
}
.cons_sub_spec .spec_name .sotona{
	width: 90px;
	top: -55px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.cons_sub_spec .table_col1{
	background-color: #F8F8F8;
	width: 24vw;
	max-width: 277px;
	text-align: left;
}
.cons_sub_spec .spec_table th, .cons_sub_spec .spec_table td{
  border: solid 1px #D5D5D5;
  border-collapse: collapse;
  vertical-align: middle;
}
.cons_sub_spec .spec_table td{
  padding: 15px 13px;
}
.cons_sub_spec .spec_table .spec_table_none{
  border: none;
}
.cons_sub_spec .spec_table tr td:first-of-type{
  font-weight: 700;
}
.cons_sub_spec .spec_name{
	height: 48px;
	border-radius: 20px 20px 0 0 ;
}
.cons_sub_spec .table_charge{
	text-align: left;
	margin: auto;
	display: inline-block;
}
.cons_sub_spec .caution_wrap{
	font-size: 1.0rem;
	font-weight: 500;
	padding: 10px 20px 60px;
}
.cons_sub_spec .caution_wrap .kome{
	min-width: 30px;
}
.cons_sub_spec .caution_wrap .payeasy{
	display: inline-block;
	border: solid 1px #17474F;
	padding: 5px;
	text-indent: 0;
	margin-top: 5px;
}


/*--利用規約、CP規約、使用用上の注意、--*/
.cons_sub_terms{
	padding-top: 60px;
}
.cons_terms_title{
	font-size: 2.4rem;
/*	text-align: center;*/
	font-weight: 700;
}
.cons_terms_title h1{
	margin-bottom: 11px;
}
.cons_terms_title .line{
	width: 100%;
	height: 2px;
	background-color: #707070;
}
.cons_sub_terms .contents{
	margin-top: 11px;
	margin-bottom: 30px;
	padding: 20px;
	background-color: #fff;
	line-height: 2.28;
}
.cons_sub_terms .breadcrums{
	padding-bottom: 62px;	
}
.cons_sub_terms .terms_contents{
	line-height: 1.625;
	font-size: 1.6rem;
}
.cons_sub_terms .terms_contents h3{
	margin-top: 16px;
}
.cons_sub_terms .terms_contents ol{
	display: block;
	list-style-type: decimal;
	padding-inline-start: 20px;
}
.cons_sub_terms .terms_contents ol{
	display: block;
	list-style-type: decimal;
	padding-inline-start: 20px;
}
.cons_sub_terms .terms_contents .type_1{
  position: relative;
  margin: 0;
  padding: 0;	
	list-style-type: none;
	padding-inline-start: 1em;		
}
.cons_sub_terms .terms_contents .type_1 li  {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 0.25em
}
.cons_sub_terms .terms_contents .type_1 li span {
  position: absolute;
  left: 0;
  margin: 0
}
.cons_sub_terms .terms_contents .term_1{
	margin-bottom: 60px;
}
.cons_sub_terms article .contents a{
	color: #3F94D2;
	text-decoration-line: underline;
	word-break: break-all;	
}
.cons_sub_terms article .contents a:hover{
	opacity:0.6;	
}


/*---------------------------
*レスポンシブ
---------------------------*/
@media screen and (min-width:768px){
	
	/*アンカーリンクの位置調整*/
	html{	scroll-padding-top: 70px;}
  
/*---Header-----*/
	.wrap_header_pc{
    height: 70px;
    background-color: #fff;
		display: flex;
		justify-content: space-between;
		align-items: center;
	} 
  .header_logo img{
    height: 24px;
		margin-top: 8px;
		margin-left: 0;		
  }
	.header_service .btn_1{
		margin: 0;		
	}
  .header_nav_list{
    display: flex;
    position: static;
    margin-bottom: 0;
		padding: 0;
  }
	.header_nav_list li{
		margin-bottom: 0;
	}
  .header_nav_list li a{
    font-size: 1.3rem;
    font-weight: 700;
		padding: 4px 0;
		border-bottom: none;
		margin-bottom: 0;
  }
  .header_nav_list li:not(:last-of-type){
    margin-right: 22px;
  }  
  .header_nav_list li a:hover{
    position: relative;
    display: inline-block;
  }
  .header_nav_list li a:hover:before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0px;/*線の上下位置*/
    width: 100%;/*線の長さ*/
    height: 2px;/*線の太さ*/
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);/*位置調整*/
    background-color: #0F368C;/*線の色*/
    border-radius: 2px;/*線の丸み*/
  }
  .header_nav_list li a.current{
    color: #3F94D2;
  }
  
 /*---Home 各Section-----*/ 
	.bg_wrap{
		background-image: url("../img/cons_bg_pc.png");
		background-position-y: 60px;
	}
	.cons_mainvisual{
		padding-top: 46px;
	}
	.cons_mainvisual h1 .up{
		font-size: 3.6rem;
	}
	.cons_mainvisual h1 .down{
		font-size: 8.0rem;
		margin-bottom: 30px;
	}	
	.cons_mainvisual .phone{
		width: 495px;
		margin-bottom: 0;
	}
	.cons_mainvisual .cards{
		width: 410px;
		top: 35px;
	}
	.main_about{
		max-width: 920px;
		border-radius: 34px;
		padding: 46px 64px 70px;
	}
	.main_about h2 img{
		width: 224px;
	}
	.main_about h2 .toha{
		font-size: 3.6rem;
		padding-bottom: 8px;	
		padding-left: 10px;
	}
	.main_about .title .text{
		font-size: 1.8rem;
	}
	.main_about ul{
		margin-top: 40px;
	}
	.main_about ul li img{
		width: 100px;
		margin: 0 12px 12px 0;		
	}
	.main_about ul li h3{
		font-size: 2.4rem;
		padding-bottom: 12px;	
	}
	.main_about ul .line{
		margin-top: 20px;
		margin-bottom: 22px;
	}
	.cons_partner{
		margin-top: 145px;
	}
	.cons_main .wrap_h2{
		font-size: 5.2rem;
	}
	.cons_main h2{
		margin-bottom: 30px;
	}
	.cons_partner .contents{
		max-width: 900px;
		margin: 60px auto 145px;
		border-radius: 34px;
	}
	.cons_partner .contents_detail{
		padding: 40px 38px 40px 35px;
	}
	.cons_partner h3{
		margin-top: 0;
	}
	.cons_partner h3 .icon{
		width: 100px;
		margin-right: 25px;
	}
	.cons_partner h3 .name{
		font-size: 2.4rem;
	}	
	.cons_partner .appstore_wrap{
		margin-top: 30px;
	}
	.cons_partner .appstore_wrap img{
		height: 52px;
	}
	.cons_partner .appstore_wrap .qr{
		margin-left: 10px;
		display: inline-block;
	}	
	.cons_partner .appstore_wrap li:first-child{
		margin-right: 24px;
	}
	.cons_partner .btn_3{
		width: 265px;
		height: 52px;
		border-radius: 26px;
		margin-top: 30px;
		margin-right: 0;
	}
	.cons_partner .btn_3 p{
		padding-right: 20px;
		padding-left: 10px;
		line-height: 38px; 
	}
	
	.cons_6points .points_ul{
		margin-top: 60px;
		max-width: 1000px;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		line-break: strict;
	}
	.cons_6points .points_ul li{
		max-width: 333px;
		padding: 12px 8px 72px 12px;
	}
	.cons_6points .points_ul .line{
		left:22px;
	}
	.cons_6points h3{
		font-size: 2.2rem;
		line-height: 1.4;
		letter-spacing: 0em;
	}
	.cons_6points .points_ul .kome{
		font-size: 1.0rem;
	}
	.cons_6points .caution_wrap{
		font-size: 1.6rem;
	}
	.cons_6points .caution_wrap .text{
		padding-left: 12px;
	}
	
	.cons_scene{
		margin-top: 145px;
	}
	.cons_scene ul{
		max-width: 800px;
		margin-top: 60px;
	}	
	.cons_scene li{
		padding: 49px 0px 56px 40px;
		height: 185px;
		border-radius: 20px;
		margin-bottom: 40px;
	}
	.cons_scene .quote{
		width: 50px;
		margin: -65px 0 0 -20px;	
	}
	.cons_scene h3{
		font-size: 2.4rem;
		margin-bottom: 20px;
	}
	.cons_scene .text{
		max-width: 525px;
	}	
	.cons_scene .image{
		width:178px;
		bottom: -10px;
		right: 43px;
	}	
	
	.cons_3steps{
		margin-top: 145px;
	}
	.cons_3steps .steps_wrap{
		max-width: 970px;
		margin-left: 30px;		
	}
	.cons_3steps .number{
		height: 125px;
		width: 82px;
		margin-right: 16px;
	}
	.cons_3steps .pc_contents{
    margin-left: -30px;
	}
	.cons_3steps .num_1 .pc_contents{
		margin-top: -40px;
	}
	.cons_3steps .num_1 h3{
		margin-top: 40px;
	}
	.cons_3steps .num_2.left{
		margin-right: 16px;	
	}			
	.cons_3steps .num_2 h3{
		margin-top: 20px;
	}		
	.cons_3steps h3{
		font-size: 2.4rem;
		margin-right: 16px;
	}
	.cons_3steps .text{
		max-width: 362px;
	}
	.cons_3steps .num_1 .text{
		max-width: 500px;
	}
	.cons_3steps .partner_wrap{
		padding: 23px 34px 30px 33px;
		max-width: 880px;
		margin-left: 50px;
	}
	.cons_3steps .partner_wrap .logo{
		width: 60px;
		height: 60px;
		margin-right: 20px;
	}
	.cons_3steps .partner_wrap h4{
		font-size: 2.0rem;
		margin-bottom: 2px;
		margin-left: 0px;
		margin-top: 0px;			
	}
	.cons_3steps .appstore_wrap .vert_line{
		height: 57px;
		width: 1px;
		background-color: #CECECE;
		margin-right: 25px;
		margin-left: 25px;
	}	
	.cons_3steps .appstore_wrap img{
		height: 45px;
	}
	.cons_3steps .appstore_wrap li:first-child{
		margin-right: 0px;
	}
	.cons_3steps .appstore_wrap a:first-child{
		margin-right: 12px;
	}
	.cons_3steps .appstore_wrap .link_wrap{
		padding-top: 8px;
	}
	
	.cons_relief{
		margin-top: 145px;
		margin-bottom: 300px;
	}
	.cons_relief ul{
		width: 1000px;
		margin-top: 50px;
	}	
	.cons_relief li{
		width: 354px;
		height: 354px;
	}
	.cons_relief h3{
		font-size: 2.8rem;
		padding-top: 50px;
	}
	.cons_relief .text{
		font-size: 1.8rem;
	}		
	.cons_relief ul .num_1{
		position: absolute;
		left: 0;
		top: 200px;
	}	
	.cons_relief ul .num_2 h3{
		padding-top: 50px;
	}	
	.cons_relief ul .num_3{
		position: absolute;
		right: 0;
		top: 200px;
	}	
	.cons_relief ul .num_3 h3{
		padding-top: 50px;
	}	
	.cons_relief .img_1{
		width: 185px;
    top: 245px;
    left: 31%;
	}
	.cons_relief .img_2{
		width: 215px;
    top: 247px;
    left: 50%;		
		transform:rotate(7deg); 
	}
	.cons_relief .img_3{
		width: 185px;
    top: 406px;
    left: 35%;
		transform:rotate(-9deg); 
	}	
	.cons_faq{
		margin-top: 90px;
		padding-bottom: 150px;
	}
	.cons_faq ul{
		margin-top: 24px;
	}
	.cons_faq .question .q{
		width: 40px;
		height: 40px;
		margin-right: 14px;
	}
	.cons_faq .question .text{
		font-size: 2.4rem;
	}	
	.cons_faq .answer{
		font-size: 1.8rem;
		padding: 20px 54px 23px 54px;
	}
	.cons_faq .link_help{
		margin-top: 60px;
	}
	
	.cons_news ul{
		margin-top: 60px;
	}
	.cons_news ul time{
		font-size: 1.8rem;
	}
	.cons_news ul .title{
		font-size: 1.8rem;
	}
	.cons_news .line{
		margin-top: 34px;
		margin-bottom: 18px;
	}
	.cons_news .link_news{
		margin-top: 60px;
		font-size: 1.8rem;
	}
	.cons_link{
		background-image: url("../img/bg_cloud_pc.png");
		padding: 124px 0;
	}
	.cons_link .btn_2{
		width: 478px;
		height: 102px;
		padding-top: 25px;
		font-size: 3.2rem;
	}
	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;
	}

 /*---------------------------
  *下層ページ
  ---------------------------*/
	
	/*共通*/	
	.breadcrums{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.cons_sub_wrap_title{
		font-size: 5.2rem;
	}
	.cons_sub_wrap_title h1{
		margin-bottom: 44px;
	}

/*--個人：お知らせ一覧--*/
	.cons_news_archive_wrap{
		padding-bottom: 140px;
	}
	.cons_news_archive{
		padding-top: 0px;
	}
	.cons_news_archive .contents_wrap{
		padding: 33px 20px 0 20px;
		margin-top: 83px;
	}
	.cons_news_archive time{
		font-size: 1.8rem;
	}
	.cons_news_archive a{
		font-size: 1.8rem;
	}
	.cons_news_archive .page_next{
		background-color: #fff;
		padding-top: 70px;
		padding-bottom: 25px;
	}	
	.cons_news_archive .page_next p{
		font-size: 1.9rem;
		width: 36px;
		height: 36px;
		line-height: 34px;
		text-align: center;
		border-radius: 18px;
		margin-right: 20px;
	}	

		/*--個人：お知らせ個別ページ--*/
	.cons_news_single_wrap{
		padding-bottom: 80px;
	}
	.cons_news_single h1{
		padding-top: 68px;
		margin-bottom: 22px;
		font-size: 5.2rem;
	}	
	.cons_news_single .wrap_inner{
		padding: 18px 20px 66px 21px;
		margin-bottom: 64px;
	}
	.cons_news_single time{
		font-size: 1.4rem;
	}
	.cons_news_single .contents{
		font-size: 1.8rem;
	}
	/*--個人：カードの種類--*/	
	.cons_sub_spec{
		padding-top: 0;
	}
	.cons_sub_spec .contents_wrap{
		margin-top: 55px;
	}
	.cons_sub_spec .spec_select a{
		padding: 10px;
	}
	.cons_sub_spec .spec_select a:not(:last-of-type){
		margin-bottom: 0;
		margin-right: 30px;
	}
	.cons_sub_spec .spec_select a{
		width: 320px;
	}
	.cons_sub_spec .spec_select .logo{
		width: 60px;
	}
	.cons_sub_spec .spec_logo{
		width: 60px;
	}
	.cons_sub_spec .spec_table{
    font-size: 1.6rem;
  }
	.cons_sub_spec .spec_name{
		height: 110px;
	}
	.cons_sub_spec .spec_name .digina{
		width: 137px;
		top: -80px;
	}
	.cons_sub_spec .pt2 .spec_name .digina{
		width: 178px;
	}
	.cons_sub_spec .spec_name .sotona{
		width: 188px;
		top: -95px;
	}	
	.cons_sub_spec .spec_table th{
    font-size: 2.2rem;
  }
	.cons_sub_spec .spec_table td{
    padding: 28px 30px 32px 30px;
  }
  
	.cons_sub_spec .caution_wrap{
		font-size: 1.8rem;
		margin-left: 0;
	}
	.cons_sub_spec .caution_wrap .kome{
		min-width: 40px;
	}
	.cons_sub_spec .caution_wrap .payeasy{
		padding-right: 15px;
		font-size: 1.4rem;
	}

	/*--利用規約、CP規約、使用用上の注意、--*/
	.cons_sub_terms{
		padding-top: 0px;
		padding-bottom: 120px;
	}
	.cons_sub_terms .breadcrums{
		padding-bottom: 53px;	
	}	
	.cons_terms_title{
		font-size: 2.8rem;
	}
	.cons_sub_wrap_title h1{
		margin-bottom: 8px;
	}
	.cons_sub_wrap_title .line{
		width: 100%;
		height: 1px;
		background-color: #707070;
	}
	.cons_sub_terms .contents{
		margin-top: 20px;
		padding: 20px;
		line-height: 2.0;
	}

	
	
  
}

@media screen and (min-width:768px) and ( max-width:1024px) {
	.tablet{
		display: block;
	}
  .header_nav_list li a{
    font-size: 1.2rem;
  }	
	.header_logo img{
		height: 30px;
		margin-left: 0;
	}
  .header_nav_list li:not(:last-of-type){
    margin-right: 16px;
  }  
	.header_service .btn_1{
		font-size: 1.2rem;
    line-height: 1.3;
    width: 100px;
    padding-top: 8px;
	}
	.sec_mainvisual .mainvisual{
		padding-bottom: 124px;
	}
	.sec_mainvisual h1{
		padding-top: 100px;
	}	
	.sec_mainvisual h1 p{
		font-size: 5.0rem;
    height: 60px;
    line-height: 60px;
	}
	.img_cellphone{
		height: 340px;
    top: 165px;
	}
	.mainvisual_news .title {
		margin-right: 36px;
	}	
	.mainvisual_news .line{
		width: 450px;
	}
  /*3ステップ*/
	.cons_3steps .partner_wrap{
		display: block;
		max-width: 510px;
	}
	.cons_3steps .num_2 .number{
		margin-left: 20px;
	}
	.cons_3steps .num_2 .text{
		max-width: 27vw;
	}
	
  /*安心な理由*/	
	.cons_relief{
		margin-top: 95px;
		margin-bottom: 60px;
	}
	.cons_relief ul{
		width: 300px;
		margin: 30px auto 0;
	}
	.cons_relief li{
		width: 300px;
		height: 300px; 
	}
	.cons_relief h3{
		font-size: 1.8rem;
		padding-top: 80px;
	}
	.cons_relief h3 br.pc{
		display: none;
	}
	.cons_relief .text{
		font-size: 1.4rem;
	}
	.cons_relief ul .num_1{
		position: unset;
	}		
	.cons_relief ul .num_2 h3{
		padding-top: 100px;
	}
	.cons_relief ul .num_3{
		position: unset;
	}		
	.cons_relief ul .num_3 h3{
		padding-top: 70px;
	}
	.cons_relief .img_1{
		width: 135px;
		top: -22px;
		left: 190px;
	}
	.cons_relief .img_2{
		width: 120px;
		top: 235px;
		left: 0px;
		transform: rotate(0deg)
	}
	.cons_relief .img_3{
		width: 152px;
		top: 585px;
		left: 170px;
		transform: rotate(20deg)	
	}

	
	
	
	
  
}


