@charset "utf-8";
/* CSS Document */

/*------------------------------------------------
-----------------パソコン版-------------------------
--------------------------------------------------*/

/*共通*/
.sp_tx{
font-size:12px;
}


.center{
margin:auto;
}
body{
	font-family: 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt";
	color: #333;
	line-height: 1;
}

.center{
	text-align: center;
}
.sp{
	display: none;
}
.flex{
	display: flex
}
.space-between{
	justify-content: space-between;
}
.left{
	text-align: left;
}
.bold{
	font-weight: 700;
}
.NotoSerif{
	font-family: 'Noto Serif JP', serif;
}
table {
  border-collapse: collapse;
}
/* ボタン共通設定 */
.button{
    /*矢印の基点とするためrelativeを指定*/
	position: relative;
    /*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
	width: 552px;
	font-size: 26px;
	font-weight: 700;
	background:#f2c6ba;
	color:#fff;
	padding: 15px 30px 15px 30px;
	border-radius: 56px;
	text-align: center;
	outline: none;
	box-shadow: 5px 5px 0px 0 #e5ac9e;
    /*アニメーションの指定*/
    transition: ease .2s;
}

.button:hover{
	background-color: #efd2cb;
	}

/* 矢印が右に移動 */

.btnarrow1::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
	position: absolute;
    top:42%;
    right: 13px;
    /*矢印の形状*/
    width: 15px;
    height: 15px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    /*アニメーションの指定*/
    transition: all .3s;
}

/*hoverした際の移動*/
.btnarrow1:hover::after{
    right: 11px;
}


/*header*/
.section_01{
	height: 90px;
	padding: 20px 0;
}
.section_01_flex{
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;

}
.logo_haruuraraka{
	width: 197px;
	height: 52px;
}

.logo_bitsuhan{
	width: 126px;
	height: 41.6px;
}
.plus{
	font-size: 39px;
	font-weight: 500;
	padding: 0 8px;
}
.section_01_text{
	font-size: 25px;
	padding-left: 10px;
}
/*春うららかの説明文*/
.section_02{
	background-image: url("../bg_white_stripe.gif");
}
.section_02_text{
	color: #fff;
	font-size: 20px;
	line-height: 48px;
	font-weight: 700;
	padding: 26px 0;
}
.text_30{
	font-size: 30px;
}
.text_50{
	font-size: 50px;
}


/*FV*/
.section_03{
	background-image: url("../top_img2.jpg");
background-repeat: no-repeat;
			background-size: cover;
			height: 460px;
			object-fit: cover;
}
.section_03_inner{
	width: 70%;
	margin: 0 auto;
}
.catch_outer{
	width: 201px;
    margin:0 0 0 auto ;
}
.catch{
	padding-top: 35px;
	padding-bottom: 48px;
	
}

/*契約台数*/
.section_04{
	background-image: url("../bg_white_stripe.gif");
	height: 525px;
}

.section_04_contract{
	position: relative;
	display: inline-block;
	color: #333;
	background-color: #fff;
	font-size: 26px;
	font-weight: 600;
	padding: 10px 0;
	width: 836px;
	margin: 82px auto 0;
}
.section_04_contract1{
	font-size: 26px;
}

.section_04_contract:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
.section_04_monthly{
	width: 200px;/*幅*/
	height: 200px;/*高さ*/
	border-radius: 50%;/*角丸*/
	background-color: #fff;
	margin: 28px 0 0 80px;
	line-height:1.2;
}
.section_04_monthly_text{
	font-size: 30px;
	color: #e50012;
	font-weight: 700;
	padding-top: 35px;
}
.section_04_monthly_text_50{
	font-size: 50px;
}
.section_04_26{
	display: inline-block;
	font-size: 26px;
	font-weight: 600;
	margin-top: 60px;
	margin-left: 10px;
	color:#fff;
	transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-webkit-transform: rotate(-5deg);
	line-height:1.2;
}
.section_04_34{
        color:#fff;
	font-size: 34px;
	font-weight: 600;
	margin-top: 70px;
	margin-left: 60px;
	transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
	line-height:1.2;
}
.first_month{
	font-size: 50px;
	color: #fff;
	font-weight: 700;
	margin: 30px 82px 0;
	border-top: solid 2px #fff;
	border-bottom: solid 2px #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height:1;
}
/*3つのポイント*/
.section_05{
	background-image: url("../bg_orange_check.gif");
	height: 670px;
}
.section_05_title{
	position: relative;
	display: inline-block;
	background-color: #fff;
	font-size: 40px;
	font-weight: 700;
	padding: 10px 0;
	width: 836px;
	margin: 82px auto 0;
	line-height: 1;
}
.section_05_title span{
font-size:10px;
}

.sec05{
width: 836px;
background-color: #fff;
padding: 20px;
text-align: center;
}

.section_05_wrapper{
	padding: 30px 82px 0;
}
.section_05_back{
	width: 268px;
	background-color: #fff;
	padding: 20px;
	text-align: center;
}
.section_05_mini_title{
	color: #EF5A32;
	font-size: 15px;
	font-weight: 600;
	padding-top: 10px;
}
.icon{
	height:120px;
}

.section_05_explanatory{
	padding-top: 10px;
	text-align: left;
	tab-size: 15px;
	line-height: 24px;
}

/*通常の初月無料に加えて*/
.section_06_title{
	position: relative;
	background-color: #EF5A32;
	height: 110px;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	padding-top: 65px;

}
.section_06_title:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #EF5A32 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
.section_06 h3{
	border-bottom: dashed 2px #fff;
	padding-bottom:5px; 
	margin: 0 82px;
}
.section_06_tablet{
	height: 300px;
	transform: rotate( -10deg );
	margin-left: 145px;
	margin-top: 100px;
}

.section_06_10off{
	font-size: 20px;
	padding-top: 140px;
	padding-left: 120px
}
.section_06_10off_inner{
	color: #EF5A32;
	font-size: 60px;
	font-weight: 700;
	line-height:1.1;
}
.section_06_10off_inner94{
	font-size: 94px;
}
.section_06_or{
	font-size: 100px;
	font-weight: 700;
	padding: 40px 0;
	color: #7E7E7E;
}
.section_06_charger_text{
	font-size: 20px;
	margin-left: 188px;
	margin-top: 60px;
}

.section_06_charger{
	width: 292px;
	margin-left: 20px;
}


/*ここから表組*/
.section_06_table_title{
	display: inline-block;
	font-size: 30px;
	font-weight: 700;
	margin-top: 115px;
	padding: 0 20px 5px;
	border-bottom: solid 2px #EF5A32;
	border-right: solid 15px #EF5A32;
	border-left: solid 15px #EF5A32;
	margin-bottom: 16px;
	line-height:1.2;
}
.section_06_table2{
	background-color: #fff;
	margin-bottom: 100px;
}

.section_06_table2 td,th {
	border: 2px #FFF solid;
	vertical-align: middle;
	font-size: 15px;
}
.section_06_table_cell1{
	background-color: #EF5A32;
	height: 40px;
	width: 150px;
	color: #fff;
	vertical-align: middle;
	font-size: 17px;
}
.section_06_table_col{
	width: 290px;
	height: 46px;
	vertical-align: middle;
	font-size: 17px;
}
.section_06_table50{
	background-color: rgba(239,90,50,0.5);
	padding: 10px;
}

.section_06_table30{
	background-color: rgba(239,90,50,0.3);
	padding: 10px;
}
.section_06_table_2line{
	line-height: 1.5;
}


/*タブレットをお持ちでない方*/
.section_07{
	background-color: #efd2cb;
}
.section_07_title{
	font-size: 30px;
	font-weight: 700;
	padding-top:8px;
}
.section_07_title_spacer{
	padding-top: 100px;
}
.section_07_title41{
	font-size: 41px;
	line-height: 1.6;
}


.section_07 h3{
	border-bottom: dashed 2px #333;
	margin: 0 82px;
}

.section_07_back_white{
	display: inline-block;
	background-color: #fff;
	margin: 15px 82px 40px 82px;
	padding: 75px 82px;
}

.section_07_back_none{
	display: inline-block;
	margin: 0px 82px 0px 82px;
	padding: 0px;
}
.section_07_size{
	vertical-align: middle;
	font-size: 23px;
	width: 311px;
	border: solid 1px #333;
	margin-top: 10px;
	padding: 5px 0;
}
.section_07_money{
	font-size: 23px;
	padding-top:30px;
}
.section_07_money2{
	font-size: 56px;
	color: #EF5A32;
}
.sm_col{
color: #EF5A32;
}

/*.section_07_table_outer{
	margin-left: 57px;
}*/
.section_07_table_title{
	font-size: 25px;
	font-weight: 700;
	padding-bottom: 10px;
}

.section_07_table2{
	width: 338px;
}

.section_07_inner{
	border:2px;
	line-height: 1.6;
	vertical-align: top;
	background-color: #efd2cb;
padding:3px;
}
.section_07_inner40{
	background-color:#e2b7af;
padding:3px;
}
.section_07_cell1{
	height: 103px;
}
.section_07_cell2{
	height: 26px;
}

.section_07_text1{
	padding-top: 30px;
	font-size: 14px;
	line-height: 1.6;
}
.section_07_text2{
	padding-top: 10px;
	font-size: 12px;
	line-height: 1.4;
}
/*注文の流れ*/
.section_08_title{
	padding-top: 100px;
	font-size: 30px;
	font-weight: 700;
}
.section_08_title h3{
	border-bottom: dashed 2px #333;
	margin: 0 82px;
	padding-bottom: 10px;
}
.section_08_text{
	font-size: 14px;
	font-weight: 600;
	padding: 10px 0 20px;
}
.section_08_text25{
	font-size: 20px;
	color: #EF5A32;
}
.section_08_spacer{
	padding-bottom: 100px;
}
.section_08_caution{
	text-align: left;
	font-size: 14px;
	padding-top: 12px;
	margin:0 82px;
}


/*やっぱり紙の雑誌がいい*/
.section_09{
	position: relative;
	background-image: url("../bg_orange_check.gif");
}

.section_09_title{
	position: relative;
	background-color: #EF5A32;
	height: 110px;
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	padding-top: 65px;
}
.section_09_title:after{
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #EF5A32 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
.section_09 h3{
	border-bottom: dashed 2px #fff;
	padding-bottom:5px; 
	margin: 0 82px;
}
.section_09_inner{
	position: relative;
	margin: 56px 82px 0px;
	padding-bottom: 100px;
}
	
.section_09_minititle{
	background-color: #fff;
	height: 70px;
	padding: 30px 5px 5px;
	font-size: 30px;
}
.section_09_container{
	background-color: #fff;
	height: 145px;
	margin-top: 14px;
}
.section_09_pho{
	width: 340px;
}
.section_09_container_text_outer{
	width: 480px;
	height: 145px;
	padding-left: 10px;
}
.section_09_container_text30{
	font-size: 30px;
	font-weight: 700;
	padding-top:10px;
	line-height:1;
}
.section_09_container_text15{
	font-size: 15px;
	line-height: 1.4;
	padding-top: 5px;

}

/*最後のボタン*/

.section_10{
	height: 230px;
}

.section_10_text{
	position: relative;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 0.2em;
	margin: 80px 0 20px;
}

.section_10_text::before,
.section_10_text::after {
    position: absolute;
    height: 1.8rem;
    content: '';
}

.section_10_text::before {
    border-left: solid 3px;
    left: 245px;
    transform: rotate(-30deg);
}

.section_10_text::after {
    border-right: solid 3px;
    right: 245px;
    transform: rotate(30deg);
}

 
/*------------------------------------------------
-----------------タブレット版-------------------------
--------------------------------------------------*/

@media (max-width: 899px){
	/*共通*/
	body{
	width: 100%;
	}
.section_07_back_none{
	
margin: 0px 41px 100px 41px;

}
	.sp_wrapper{

		padding: 0 10px;
	}
	.space-between_sp{
		justify-content: space-between;
	}
	.sp_spacer50{
		padding-bottom: 50px;
	}
	/* ボタン共通設定 */
	.button{
		width: 100%;
	}
	
	/*header*/
	.section_01_text{
		font-size: 20px;
	}
	/*FV*/
	.section_03_inner{
		width: 100%;
	}
	
	/*契約台数*/
	.section_04{
		height: auto
	}
	.section_04_contract{
		width: 100%;
		margin:50px auto 0;
	}
	.section_04_monthly{
		margin-left: 0px;
	}
	
	
	.section_04_26{
		font-size:26px;
		margin-left:-30px;
	}
	.section_04_34{
		text-align: right;
		margin-left:auto;
		font-size: 33px;
	}

	.first_month{
		margin: 30px auto 0;
		width: 100%;
		padding-top: 5px;
		padding-bottom: 9px;
	}

	
	/*3つのポイント*/
	.section_05{
		height: auto;
	}
	.section_05_title{
		width: 100%;
		margin-bottom: 15px;
		margin-top: 50px;
	}
	.section_05_back {
		width: 32%;

	}

	
	/*通常の初月無料に加えて*/
	.sp_wrapper2{
		padding: 0 7%;
	}
	.section_06 h3{
		margin: 0 10px;
	}
	
	.section_06_tablet{
		margin-left:20%;
	}
	
	.section_06_10off{
		padding-left:0px;
	}
	
	.section_06_charger_text{
		margin-left:0px;
		line-height:1.2;
	}
	
	.section_06_charger{
		margin-left:0px;
	}
	.section_06_table2{
		margin-bottom:50px;
	}
	/*タブレットをお持ちでない*/
	
	.section_07_title_spacer{
		padding-top: 50px;
	}
	.section_07 h3{
		margin:auto;
	}
	.section_07_back_white{
		width: 100%;
		margin: 30px auto 30px;
		padding:60px;
	}
	
	/*注文の流れ*/
	.section_08_title{
		padding-top:50px;
	}
	.section_08_title h3{
		margin:auto;
	}

	.section_08_spacer{
		width: 100%;
		padding-bottom:50px;
	}
	.section_08_caution{
		margin:0px;
	}
	
	/*やっぱり紙の雑誌がいい*/
	.section_09 h3{
		padding-top: 55px;
		margin: auto;
	}
	
	.section_09_inner {
		margin: 50px 0;
	}
	.section_09_minititle,
	.section_09_container_text30{
		font-size: 27px;
	}
	
	/*お気軽にお問い合わせ*/
	
		.section_10_text::before {
			display: none;
		}		
		.section_10_text::after {
			display:none;
		}	

	
	
	
	
	
/*------------------------------------------------
-----------------スマホ版-------------------------
--------------------------------------------------*/
	
	@media (max-width: 799px){
		
	.flex {
		display: block;
		}
	.pc{
		display: none;
		}
	
	.sp{
		display: block;
		}
	
		.flex_sp{
			display: flex;
		}
		.justify_center_sp{
			justify-content: center;
		}
		.justify_between_sp{
			justify-content: space-between;
		}
		
		/*header*/
		.section_01{
			height: 100px;
			padding:12px 0;
		}
		.section_01_text{
			padding-left:0px
		}
		.section_01_flex{
			display: block;
		}
		.section_01_text{
			font-size: 18px;
			padding-top: 14px;
			text-align: center;
		}
		.logo_haruuraraka{
			height: 40px;
			width: auto;
		}
		.logo_bitsuhan{
			height: 40px;
			width: auto;

		}
		.plus{
			padding: 7px 5px;
			font-size: 20px;
		}

		/*FV*/

		.catch_outer{
		.width:50%;
margin:0 auto 0 15px ;
}




		/*お取引先*/
		.section_02_text{
			
			font-size: 16px;
			line-height: 1.3;
		}
		.text_30{
			font-size: 22px;
		}
		.text_50{
			font-size: 30px;
		}
		/*FV*/
		.section_03{
			background-image: url("../top_img2.jpg");
			background-repeat: no-repeat;
			background-size: cover;
			height: 460px;
			object-fit: cover;
		}
		.catch{
			width: 150px;
		}
		
		/*契約台数*/
		.section_04_monthly{
			margin:40pt auto 0;
		}
		.section_04_26{
			font-size: 26px;
			margin-left:0px;
			line-height:1;
		}
		.section_04_34_outer{
			text-align: right;
		}
		.section_04_34{
			display:inline-block;
			font-size: 28px;
			text-align:left;
			margin-top:50px;
			margin-bottom: 20px;
			line-height:1.2;
		}
		.first_month {
			padding-top:15px;
			padding-bottom:10px;
			font-size:30px;
		}
		
		/*3つのポイント*/
		.section_05_title{
			font-size:25px;
			line-height:1.2;
		}



		.section_05_back{
			width: 100%;
			margin-bottom: 10px;
		}
		
		/*通常の初月無料*/
		.section_06 h3{
		margin: 0 10px;
		font-size:21px;
		padding-bottom:6px;
		padding-top:10px;
	}
		.sp_wrapper2{
			padding: 0 10px;
		}
		.section_06_tablet{
			height: 200px;
			margin-top: 50px;
			margin-left: 20px;
		}
		.section_06_10off{
			font-size: 17px;
			width: 50%;
			line-height: 1.4;
			padding-top: 40px;
		}
		.section_06_10off_inner94{
			font-size: 40px;
		}
		.section_06_10off_inner{
			font-size: 25px;
		}
		.section_06_or{
			font-size: 60px;
			padding: 20px 0;
			line-height:1;
		}
		.section_06_charger{
			margin: 0 0 0 auto;
		}
		.section_06_charger_text{
			font-size: 15px;
		}
		.section_06_charger_text_last{
			padding-top: 10px;
		}
		.section_06_table_title{
			margin-top:50px;
			text-align:left;
		}
		.section_06_charger_text{
			margin-top: 30px;
			font-size: 15px;
		}		
		/*ここから表組*/
		.section_06_table_title{
			font-size: 25px;
			width: 100%;
			padding: 0 5px 5px;
		}
		.tabular_sp{
			width: 100%;
		}
		.tabular_sp_spot{
			background-color: #EF5A32;
			color: #fff;
		}
		.tabular_sp_50{
			background-color: rgba(239,90,50,0.5);
		}
		.tabular_sp_30{
			background-color: rgba(239,90,50,0.3);
		}
		
		.tabular_sp tr, td{
			height: 40px;
			font-weight: 300;
			font-size: 16px;
			border: 3px #FFF solid;
			vertical-align: middle;
			padding: 5px;
			line-height: 1.5;
		}
		.tabular_sp_item{
			width: 100px;
		}
		.tabular_sp_spacer{
			margin-bottom: 20px;
		}
		/*タブレットをお持ちでない*/
		.section_07_title{
			font-size: 20px;
		}
		.section_07_title41{
			font-size: 30px;
		}
		.section_07 h3{
			padding-bottom: 5px;
		}
		.section_07_back_white{
			padding: 10px;
		}
		.leno img{
			width: 100%;
		}
		.section_07_size{
			width: 100%;
		}
		.section_07_table_outer{
			margin-left: 0px;
			padding-top:20px;
		}

		.section_07_table_title{
			padding-bottom: 10px;
			font-size: 22px;
		}
		.section_07_table2{
			width: 100%;
			padding: 5px;
		}
		.section_07_cell1{
			width: 150px;
		}
		.section_07_text1{
			padding-top: 5px;
		}
		.section_07_money {
			font-size: 15px;
		}
		.section_07_money2{
font-size:40px;
}
		/*注文の流れ*/
		.section_08_title{
			font-size:21px;
		}

		.section_08_spacer_sp{
			width: 100%;
		}
		/*やっぱり紙の雑誌が*/
		.section_09_title {
			text-align: left;
			line-height: 1.2;
		}
		.section_09 h3{
			padding-top: 48px;
			font-size:21px;
			padding-bottom:4px;
		}
		.section_09_minititle{
			padding: 12px 10px 10px 10px;
		}
		.section_09_minititle, 
		.section_09_container_text30{
			font-size: 20px;
			line-height: 1.3;
		}

		.section_09_minititle{
			height:auto;
		}

		.section_09_pho_sp img{
			width: 100%;
			padding-top: 14px;
		}
		.section_09_container{
			margin-top:0px;
		}
		
		
		.section_10_text{
			margin-top: 50px;
			font-size:22px;
			line-height:1.3;
		}
		
		
		
		
	}
	
	
	
	
	
	
	
	
	
	
	
	
}





