@charset "utf-8";

/*----　おすすめパック　----*/
.size{
	padding: 20px 0;
	width: 96.5%;
	margin-top: 70px;
}

/*------レスポンシブ-------*/
@media screen and (max-width: 900px){
  /*--ここにスマホに適したCSSを記述します*/
.size{
	width: 675px;
}
}

/*------レスポンシブ-------*/
.price_text{
	width: 95%;
	margin: auto;
}
.price_text h3{
	font-size: 31px;
	margin-bottom: 50px;
}
.price_text p{
	font-weight: bold;
}
.price_text p span{
	color: #fff;
	font-size: 20px;
}
.price_text .A4 .BG{
	background-color: #0259d1;
	border-radius: 50px;
	padding: 10px 0 8px 0;
	margin-top: 10px;
}
.price_text .p{
	color: #0259d1;
}
/*------ タブの下のテキスト -------*/
.tab_bottom_text2_flex{
	display: flex;
}
.tab_bottom_text2_flex p{
	text-align: left;
	margin-left: 30px;
}
.tab_bottom_text2{
	font-size: 20px;
	text-align: left;
	margin-left: 30px;
}
.tab_bottom_text2_flex .yokoku{
	margin-left: 0px;
}
/*------レスポンシブ-------*/
@media screen and (max-width: 1050px){
  /*--ここにスマホに適したCSSを記述します*/
.tab_bottom_text2_flex{
	display: block;
}
.tab_bottom_text2_flex .yokoku{
	margin-left: 50px;
}
}
/*------レスポンシブ-------*/

/*------ 初回折込パックの条件 -------*/
.pack_jouken{
	background-color: #B9B4C1;
	border-radius: 20px;
	width: 95%;
	padding: 30px;
}
.BG_w{
	background-color: #fff;
	border-radius: 20px;
	padding: 30px 50px;
}
.pack_jouken .title{
	font-size: 50px;
	font-weight: bold;
	margin-bottom: 30px;
}
.pack_jouken_flex h4{
	margin-right:20px;
}
.pack_jouken_flex{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 50px;
}
.pack_jouken_flex p{
	text-align: justify;
	width: 90%;
	font-size: 30px;
}
/*------レスポンシブ-------*/
@media screen and (max-width: 900px){
  /*--ここにスマホに適したCSSを記述します*/
.pack_jouken_flex{
	display: flex;
	flex-flow: column;
	justify-content: center;
}
	.BG_w{
	padding: 30px 0px;
}
.pack_jouken_flex h4{
	margin: 0 auto 20px auto;
}
.pack_jouken_flex p{
	margin: auto;
}
}

/*------ パック以外の料金について -------*/

.pack_igai h5{
	font-size: clamp(3.125rem, 1.786rem + 2.86vw, 3.75rem);
	color: #fff;
	background-color: #008BFF;
	width: 95%;
	padding: 10px 0;
}

.pack_igai hr{
	width: 95%;
	border: 2px solid #404040;
	border-left: none;
	border-right: none;
	border-bottom: none;
	margin: 10px 0;
	
}
.pack_igai .title{
	font-size: 40px;
	font-weight: bold;
	margin-top: 30px;
}
.pack_igai .title_kome{
	font-size: 18px;
	text-align:end;
	margin-right: 30px;
}
.pack_igai .size_title{
	font-size: 35px;
	font-weight: bold;
	margin-right: 20px;
}
.pack_igai .size_title2{
	font-size: 35px;
	font-weight: bold;
	margin-right: 20px;
	width: 210px;
	text-align: left;
	margin-left: 40px;
}
.pack_igai .title_kome2{
	font-size: 18px;
	text-align:left;
	margin-left: 10px;
	width: 150px;
}

/*----パック以外のサイズ・部数について----*/
.pack_igai2 h5{
	font-size: clamp(2.5rem, 1.161rem + 2.86vw, 3.125rem);
	color: #fff;
	background-color: #008BFF;
	width: 95%;
	padding: 10px 0;
}
.pack_igai .title span{
	font-size: 32px;
	font-weight: bold;
}
/*------レスポンシブ-------*/
@media screen and (max-width: 900px){
  /*--ここにスマホに適したCSSを記述します*/
	
}



