@charset "utf-8";
.el_circle{
	width: 50vw;
	max-width: 1000px;
	min-width: 900px;
	height: 75vh;
	min-height: 900px;
	/*max-height: 1300px;*/
	background-color: #EFF8FF;
	animation: fluidrotate 30s ease 0s infinite;/*アニメーションの設定*/
	position: absolute;
	top: -100px;
	left: -150px;
}


@keyframes fluidrotate {
	0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
}
14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
}
28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
}
42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
}
56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
}
70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
}
84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
}
}


.bl_MV{
	max-width: 1300px;
	height: 90vh;
	min-height: 850px;
	max-height: 1050px;
	margin: 0 auto;
	position: relative;
}

.bl_MVCopy{
	font-size: 4rem;
	font-weight: 700;
	margin-top: 150px;
	margin-left: 150px;
	padding-left: 50px;
}

.bl_MVTxt{
	font-size: 2rem;
	margin: 60px 0 0 150px;
	padding-left: 50px;
}

.el_circle .bl_MVTxt:nth-of-type(2){
	margin: 30px 0 0 150px;
}

.bl_MVFig{
	max-width: 1300px;
	height: 100vh;
	position: absolute;
	top: 0px;
	right: 0px;
}

.bl_MVfig01{
	background-image: url("../images/img_circle01.png");
	background-repeat: no-repeat;
	background-size: contain;
	max-width: 850px;
	width:45vw;
	min-width: 500px;
	height: 65vh;
	/*margin-right: 10vw;*/
	position: absolute;
	top: -95px;
	right: 0px;
	z-index: 99;
}

.bl_MVfig02{
	background-image: url("../images/img_circle02.png");
	background-repeat: no-repeat;
	background-size: contain;
	max-width: 700px;
	width: 30vw;
	min-width: 300px;
	height: 45vh;
	min-height: 300px;
	position: absolute;
	top: 37vh;
	right: 21vw;
	z-index: 999;
}

.bl_MVfig03{
	background-image: url("../images/img_circle03.png");
	background-repeat: no-repeat;
	background-size: contain;
	max-width: 700px;
	width: 30vw;
	min-width: 250px;
	height: 44vh;
	position: absolute;
	top: 60vh;
	right: 5vw;
	z-index: 9999;
}

.bl_MV .el_scrollIcon{
	display: inline-block;
}

.el_btnMV{
	margin: 60px 0 0 200px;
	max-width: 380px;
	padding: 25px;
	font-size: 2.1rem;
}

.el_scroll{
	width: 60px;
	height: 60px;
	position: absolute;
	bottom: 140px;
	left: 50%;
	transform: translateX(-50%);
}

.el_scrollBtn_bg{
	display: inline-block;
	width: 92px;
	height: 92px;
	background-color: #00A2E0;
	border-radius: 100vh;
	position: absolute;
	bottom: -16px;
	left: -16px;
	z-index: 9;
	opacity: 0.5;
}

.el_scrollBtn{
	width: 60px;
	height: 60px;
	background-color: #00A2E0;
	border-radius: 100vh;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 99;
}

.el_scrollBtn::before{
	content: 'SCROLL';
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	color: #00A2E0;
	position: absolute;
	top: -22px;
	left: 7px;
}

.el_scrollBtn::after{
	content: '';
	display: inline-block;
	width: 15px;
	height: 15px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	position: absolute;
	left: 21px;
	top: 19px;
	transform: rotate(45deg);
}

.animated.hinge{
	animation-duration: 2s;
}

@keyframes zoomIn {
	0%{
		opacity: 0;
		transform: scale3d(.4,.4,.4);
	}
	
	50%{
		opacity: 0.2;
	}
	
	100%{
		opacity: 0;
	}
}

@keyframes zoomIn {
	0%{
		opacity: 0;
		transform: scale3d(.4,.4,.4);
	}
	
	50%{
		opacity: 0.2;
	}
	
	100%{
		opacity: 0;
	}
}

.zoomIn{
	animation-name: zoomIn;
	animation-iteration-count:infinite;
}

.ly_mainTtl_mt{
	margin-top: 70px;
}


.ly_dataTxt{
	max-width: 820px;
	margin: 0 auto 80px;
}


/*棒グラフのところ*/
.bl_graphFlex{
	display: flex;
	align-items: baseline;
	justify-content: space-between;
}

.bl_dataImg_hoyuGraph{
	width: 55%;
}

.bl_dataImg_hoyuGraph img{
	width: 100%;
}

.bl_dataImg_hoyu{
	width: 38%;
}


.bl_dataImg_hoyu img{
	width: 100%;
}



.el_Txt__kyoucho{
	font-weight: 900;
	font-size: 5rem;
	color: #FCC71A;
	display: inline-block;
	padding: 0 10px;
}

.el_Txt__kyoucho .el_Txt__kyouchoS{
	font-size: 3rem;
}

.el_fukidashiTtl{
	background-color: #FFFAEB;
	font-size: 2rem;
	padding: 15px;
	display: flex;
	justify-content: center;
	align-items: baseline;
	border-radius: 100vh;
	max-width: 830px;
	margin: 0 auto 70px;
	position: relative;
}

.el_fukidashiTtl::after{
	content: '';
	display: inline-block;
	width: 1;
	height: 1;
	border-right: 30px solid #FFFAEB;
	border-bottom: 30px solid transparent;
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%) rotate(135deg);
}

.el_fukidashiTtl_in{
	position: relative;
	bottom: 13px;
}

.bl_dataImg_riyouGraph{
	width: 70%;
}

.bl_dataImg_riyouGraph img{
	width: 100%;
}

.bl_dataImg_riyou{
	width: 25%;
}

.bl_dataImg_riyou img{
	width: 100%;
}

.bl_graphFlex_cap{
	margin-top: 50px;
	text-align: right;
	font-size: 1.4rem;
}

.bl_graphFlex_cap a{
		color: #0084C9;
		text-decoration: underline;
	}

.bl_aboutBG{
	background-color: #EFF8FF;
	padding: 90px 0;
}

.bl_about.ly_centerContet{
	margin-bottom: 0;
}

.bl_aboutFlex{
	display: flex;
	margin-bottom: 60px;
}

.bl_aboutFlex_txt{
	flex: 1;
}

.bl_aboutFlex_fig{
	width: 550px;
	margin-left: 30px;
}

.bl_aboutFlex_fig img{
	width: 100%;
}


.bl_aboutFlow{
	margin: 40px 0 100px;
}

.el_flowBox{
	display: flex;
	/*align-items: center;*/
	max-width: 1050px;
	margin: 0 auto 35px;
	background-color: #fff;
	border-radius: 20px;
	min-height: 160px;
}

.el_flowArw{
	display: inline-block;
	width: 5px;
	height: 35px;
	background-color: #FCC71A;
	border-radius: 100vh;
	position: absolute;
	bottom: -23px;
	left: 50%;
}

.el_flowArw::before{
	content: '';
	display: inline-block;
	width: 5px;
	height: 15px;
	background-color: #FCC71A;
	border-radius: 100vh;
	position: absolute;
	left: -5px;
	bottom: 0;
	transform: rotate(-45deg);
}

.el_flowArw::after{
	content: '';
	display: inline-block;
	width: 5px;
	height: 15px;
	background-color: #FCC71A;
	border-radius: 100vh;
	position: absolute;
	left: 5px;
	bottom: 0;
	transform: rotate(45deg);
}

.el_flowFlex{
	display: flex;
	align-items: center;
	padding: 30px;
}

.el_flowNumber{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 3rem;
	font-weight: 700;
	background-color: #0084C9;
	color: #fff;
	width: 10%;
	min-width: 160px;
	min-height: 160px;
	letter-spacing: 0.04em;
	border-radius: 20px 0 0 20px;
	position: relative;
}

.el_flowTtl{
	font-size: 20px;
	font-weight: 700;
	min-width: 250px;
}

.el_flowTxt{
	flex: 1;
}



/*価格表*/
.bl_priceTable{
	border-collapse: separate;
	border-radius: 20px;
	background-color: #fff;
	border: 1px solid #DFDFDF;
	max-width: 1100px;
	margin: 60px auto 130px;
	position: relative;
}

.bl_priceTable th,.bl_priceTable td{
	border-bottom: 1px solid #DFDFDF;
	border-right: 1px solid #DFDFDF;
	padding: 10px 20px;
}

.bl_priceTable td:nth-child(n+2){
	text-align: center;
}

.bl_priceTable th:first-child,.bl_priceTable td:first-child{
	width: 30%;
}

.bl_priceTable th:nth-child(2),.bl_priceTable td:nth-child(2){
	width: 24%;
}

.bl_priceTable tr:last-child td{
	border-bottom: none;
}

.bl_priceTable th:last-child,.bl_priceTable td:last-child{
	border-right: none;
}

.bl_priceTable__thIn{
	display: flex;
	flex-direction: column;
	/*justify-content: center;*/
	align-items: center;
	min-height: 180px;
}

.bl_priceTable_ttl{
	font-size: 1.9rem;
	font-weight: 700;
	color: #0084C9;
	text-align: center;
	margin: 10px 0;
}

.bl_priceTable_txt{
	font-size: 1.4rem;
	flex: 1;
}

.el_txt__purple{
	color: #C1599D;
	font-weight: 700;
}



.el_price{
	font-size: 1.4rem;
	letter-spacing: 0.3em;
	text-align: center;
	margin: auto 0 0 0;
}

.el_priceSP{
	display: none;
}

.el_pricePC{
	display: inline-block;
}

.el_priceNumber{
	font-size: 3rem;
	font-weight: 700;
	/*padding-right: 5px;*/
	letter-spacing: 0;
}

.el_recommendIcon{
	position: relative;
}

.el_recommendIcon::before{
	content: 'おすすめ';
	display: inline-block;
	font-size: 1.4rem;
	background-color: #0084C9;
	color: #fff;
	padding: 5px 15px;
	border-radius: 100vh;
	position: absolute;
	top: -28px;
	left: 50%;
	transform: translateX(-50%);
	width: 40%;
	text-align: center;
}

.bl_priceTable th:nth-child(3),.bl_priceTable td:nth-child(3){
	background-color: #FFFAEB;
}

.bl_priceTable tr:last-child td{
	background-color: #FFFAEB;
}

.el_fukidashi{
	position: relative;
}

.el_fukidashi::before{
	content: '印刷デザインも手掛けるストリームスならではの特典';
	display: block;
	width: 90%;
	font-size: 1.3rem;
	background-color: #FCC71A;
	color: #000;
	padding: 10px 15px;
	border-radius: 10px;
	position: absolute;
	bottom: -80px;
	left: 50%;
	transform: translateX(-50%);
}

.el_fukidashi::after{
	content: '';
	display: block;
	width: 1px;
	height: 1px;
	border-right: 20px solid #FCC71A;
	border-bottom: 20px solid transparent;
	position: absolute;
	bottom: -25px;
	left: 50%;
	transform: translateX(-50%) rotate(-45deg);
}

.bl_priceTable_LB{
	border-radius: 0 0 0 20px;
}

.bl_priceTable_RB{
	border-radius: 0 0 20px 0;
}

.el_subTtl_bk{
	font-size: 1.4rem;
	text-align: center;
}

.el_subTtl.el_subTtl__middle{
	font-size: 2rem;
	line-height: 1.5;
	margin-bottom: 20px;
}


.bl_about .ly_contentsIn{
	margin-bottom: 0;
}

.ly_contentsIn{
	margin: 80px 0;
}

.bl_priceTable_cover{
	position: relative;
	max-width: 1100px;
	margin: 0 auto;
}

.bl_priceTable::before{
		content: '※';
		color: #cc0000;
		position: absolute;
		bottom: -40px;
		right: 237px;
	}
	
	.bl_priceTable::after{
		content: '…オプションで選択できます';
		position: absolute;
		bottom: -40px;
		right: 0;
	}

/*テンプレートリスト*/
.bl_sampleList{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 30px 0 0;
}

.bl_sampleCard{
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0px 0px 15px #0000001A;
	padding: 20px;
}

.el_sampleImg{
	width: 100%;
	border: 1px solid #E8E8E8;
}

.el_sampleImg img{
	width: 100%;
}

.el_sampleColor{
	text-align: right;
	margin-top: 15px;
}

.el_sampleColor span{
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 100vh;
	background-color: #E6F0FA;
	margin-left: 1px;
}

.bl_sampleList a{
	display: inline-block;
	width: 33%;
	position: relative;
	top: 0;
}

.bl_sampleList a:hover{
	top: -15px;
}


/*sample01　color*/
#template01 span:first-child{
	background-color: #E6F0FA;
}

#template01 span:nth-child(2){
	background-color: #FFDCDE;
}

#template01 span:nth-child(3){
	background-color: #FFDDC4;
}

#template01 span:nth-child(4){
	background-color: #DEFFF1;
}


/*sample02　color*/
#template02 span:first-child{
	background-color: #3E7DC9;
}

#template02 span:nth-child(2){
	background-color: #CC3434;
}

#template02 span:nth-child(3){
	background-color: #E88D05;
}

#template02 span:nth-child(4){
	background-color: #3E8B65;
}


/*sample03　color*/
#template03 span:first-child{
	background-color: #224570;
}

#template03 span:nth-child(2){
	background-color: #922525;
}

#template03 span:nth-child(3){
	background-color: #CF7D02;
}

#template03 span:nth-child(4){
	background-color: #375354;
}


.bl_contactBG{
	background-color: #0084C9;
	padding: 90px 0;
}

.ly_contactCenter{
	max-width: 1300px;
	padding: 0px 50px;
	margin: 0 auto;
}

.el_ttlWhite{
	color: #fff;
	font-size: 2.5rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 25px;
}

.el_txtWhite{
	color: #fff;
	text-align: center;
}

.el_btn.el_btn__white{
	background-color: #fff;
	color: #0084C9;
}

.el_btn.el_btn__white::after{
	border-right: 4px solid #0084C9;
	border-bottom: 4px solid #0084C9;
}

.swiper{
	margin: 60px 0;
	width: 100%;
}

.swiper-slide img{
	width: 100%;
}

.swiper-slide figure{
	width: 100%;
}

.swiper-slide figcaption{
	text-align: center;
	color: #fff;
	display: block;
	width: 100%;
}

.swiper-slide figcaption span{
	display: inline-block;
	margin: 0 auto;
}

.swiper-slide{
	width: 590px!important;
	transition: 700ms;
	overflow: hidden;
	transform: scale(0.7);
	margin: 0 -25px;
}

.swiper-slide-active{
	transform: scale(1);
	z-index: 9;
	transition: 700ms;
}

.el_faqQ{
	background-color: #EFF8FF;
	padding: 40px 40px 40px 85px;
	border-radius: 20px;
	font-weight: 700;
	margin-bottom: 15px;
	position: relative;
	cursor: pointer;
}

.el_faqQ::before{
	content: 'Q';
	font-weight: 700;
	color: #0084C9;
	font-size: 3.5rem;
	position: absolute;
	left: 35px;
	top: 45%;
	transform: translateY(-50%);
}

.el_faqQ span{
	display: inline-block;
	width: 30px;
	height: 5px;
	border-radius: 100vh;
	background-color: #0084C9;
	position: absolute;
	top: 50%;
	right: 45px;
	transform: translateY(-50%);
	transition-duration: 500ms;
}

.el_faqQ span::before{
	content: '';
	display: inline-block;
	width: 5px;
	height: 30px;
	border-radius: 100vh;
	background-color: #0084C9;
	position: absolute;
	top: 50%;
	right: 13px;
	transform: translateY(-50%);
}

.el_faqQ.close span{
	transform: rotate(45deg);
	transition-duration: 500ms;
}

.el_faqA{
	padding: 35px 40px;
	border: 3px solid #0084C9;
	border-radius: 20px;
	display: none;
	margin-bottom: 15px;
}















/*////////////////////////////////////*/

/*MV調整*/
@media screen and (max-width:1300px){
	
	.el_circle{
	width: 80vw;
	max-width: 1300px;
	min-width: 900px;
	height: 75vh;
	min-height: 900px;
	max-height: 900px;
	position: absolute;
	top: -100px;
	left: -150px;
}
	
	.bl_MVfig01{
	max-width: 850px;
	width:45vw;
	min-width: 500px;
	height: 65vh;
	min-height: 480px;
	top: -110px;
	right: 0px;
}
	
	.bl_MVfig02{
	max-width: 600px;
	width: 36vw;
	min-width: 350px;
	height: 48vh;
	min-height: 380px;
	position: absolute;
	top: 320px;
	right: 0vw;
}
	
	.bl_MVfig03{
	max-width: 700px;
	width: 38vw;
	min-width: 250px;
	height: 37vh;
	min-height: 314px;
	position: absolute;
	top: 670px;
	right: 5vw;
}
	
	
}





@media screen and (max-width:1024px){
	.el_circle{
		max-width: 700px;
		width: 111vw;
		min-width: 500px;
		min-height: 650px;
		max-height: 700px;
		height: 67vh;
		top: 100px;
		left: -70px;
	}
	
	.bl_MVCopy{
		margin: 105px 0 0;
		padding-left: 110px;
		font-size: 3rem;
	}
	
	.bl_MVTxt{
		font-size: 1.8rem;
		margin: 20px 0 0;
		padding-left: 110px;
	}
	
	.el_circle .bl_MVTxt:nth-of-type(2){
		margin: 15px 0 0;
	}
	
	.bl_MV{
		min-height: 1030px;
	}
	
	.bl_MVfig01{
	max-width: 850px;
	width:43vw;
	min-width: 180px;
	height: 40vh;
	min-height: 330px;
	top: 25px;
	right: 0px;
}
	
	.bl_MVfig02{
	max-width: 600px;
	width: 40vw;
	min-width: 150px;
	height: 45vh;
	min-height: 360px;
	position: absolute;
	top: 410px;
	right: 0vw;
	}
	
	.bl_MVfig03{
		/*display: none;*/
	max-width: 500px;
	width:35vw;
	min-width: 370px;
	height: 40vh;
	min-height: 360px;
	position: absolute;
	top: 550px;
	right: 38vw;
	}
	
	.el_btn.el_btnMV{
		display: none;
	}
	
	.el_scroll{
		bottom: 20px;
	}
	
	
	
	
}




@media screen and (max-width:800px){
	.el_circle{
		max-width: 700px;
		width: 111vw;
		min-width: 500px;
		min-height: 500px;
		height: 65vh;
		top: 100px;
		left: -70px;
	}
	
	.bl_MV{
		max-height: 1050px;
		/*min-height: 1050px;*/
		height: 100vh;
	}
	
	.bl_MVCopy{
		margin: 100px 0 0;
		padding-left: 100px;
		font-size: 3rem;
	}
	
	.bl_MVTxt{
		font-size: 1.8rem;
		margin: 20px 0 0;
		padding-left: 100px;
	}
	
	.el_circle .bl_MVTxt:nth-of-type(2){
		margin: 15px 0 0;
	}
	
	.bl_MVfig01{
	width:40vw;
	min-width: 180px;
	height: 30vh;
	min-height: 200px;
	top: 500px;
	right: 0px;
	z-index: 999;
}
	
	.bl_MVfig02{
	width: 40vw;
	min-width: 300px;
	height: 35vh;
	max-height: 300px;
	position: absolute;
	top: 600px;
	right:24vw;
	z-index: 999;
	}
	
	.bl_MVfig03{
		/*display: none;*/
		max-width: 500px;
	width:45vw;
	min-width: 280px;
	height: 27vh;
	position: absolute;
	top: 570px;
	right: 62vw;
	z-index: 99;
	}
	
	.el_btn.el_btnMV{
		display: none;
	}
	
	
	
	
}






@media screen and (max-width:500px){
	.el_circle{
		max-width: 500px;
		width: 111vw;
		min-width: auto;
		min-height: auto;
		max-height: 480px;
		height: 67vh;
		top: 120px;
		left: -50px;
	}
	
	.bl_MVCopy{
		margin: 40px 0 0;
		padding-left: 70px;
		font-size: 2rem;
	}
	
	.bl_MVTxt{
		font-size: 1.5rem;
		margin: 20px 0 0;
		padding-left: 70px;
	}
	
	.el_circle .bl_MVTxt:nth-of-type(2){
		margin: 15px 0 0;
	}
	
	.bl_MV{
		height: 750px;
		min-height: auto;
	}
	
	.bl_MVfig01{
		display: none;
	}
	
	.bl_MVfig02{
	max-width: 500px;
	width: 20vw;
	min-width: 210px;
	height: 30vh;
	min-height: auto;
	max-height: 210px;
	position: absolute;
	top: 440px;
	right: 0vw;
	}
	
	.bl_MVfig03{
		/*display: none;*/
		max-width: 500px;
	width:20vw;
	min-width: 190px;
	height: 26vh;
	min-height: auto;
	max-height: 170px;
	position: absolute;
	top: 510px;
	right: 52vw;
	}
	
	.el_btn.el_btnMV{
		display: none;
	}
	
	
	.el_scrollBtn{
		width: 45px;
		height: 45px;
		left: 10px;
		bottom: 10px;
	}
	
	.el_scrollBtn::before{
		font-size: 1rem;
		left: 5px;
	}
	
	.el_scrollBtn_bg{
		width: 65px;
		height: 65px;
	}
	
	.el_scrollBtn::after{
		width: 8px;
		height: 8px;
		left: 17px;
		top: 16px;
	}
	
	
	
}

/*MV調整ここまで*/
/*////////////////////////////////////*/













/*タブレットの設定*/
@media screen and (max-width:1024px){	
	
	.ly_dataTxt{
		margin: 0 auto 40px;
	}
	
	
/*棒グラフのところ*/
.bl_dataImg_hoyuGraph{
	width: 50%;
}

.bl_dataImg_hoyu{
	width: 45%;
}
	
/*円グラフのところ*/
	.el_fukidashiTtl{
		font-size: 1.8rem;
		margin-bottom: 40px;
	}
	
	.el_Txt__kyoucho{
		font-size: 3.2rem;
	}
	
	.el_Txt__kyoucho .el_Txt__kyouchoS{
		font-size: 2rem;
	}
	
	.el_fukidashiTtl_in{
		display: block;
		bottom: 0;
		line-height: 1.3;
	}
	
.bl_dataImg_riyouGraph{
	width: 65%;
}

.bl_dataImg_riyou{
	width: 30%;
}
	
	
.bl_graphFlex_cap{
	margin-top: 30px;
	text-align: left;
	font-size: 1.2rem;
}
	
	
	
	
	.bl_aboutFlex{
		display: block;
		
	}
	
	.bl_aboutFlex_txt{
		margin-bottom: 30px;
	}
	
	.bl_aboutFlex_fig{
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
	}
	
	.bl_aboutBG{
		padding: 50px 0;
	}
	
	
	.el_flowBox{
		align-items: stretch;
	}
	
	.el_flowTtl{
		min-width: 100%;
		margin-bottom: 15px;
	}
	
	.el_flowFlex{
		display: block;
	}
	
	.el_flowNumber{
		min-width: 70px;
		font-size: 2.5rem;
	}
	
	
	
	
/*価格表*/	
	.bl_priceTable{
		margin: 60px auto 115px;
		font-size: 1.4rem;
	}
	

	.bl_priceTable th,.bl_priceTable td{
	padding: 5px 10px;
}
	

	.bl_priceTable_txt{
		display: none;
		flex: 0;
	}
	
	.el_recommendIcon::before{
		width: 100%;
		max-width: 50px;
		font-size: 1.2rem;
		top: -20px;
		padding: 3px 10px;
	}
	
	.el_priceNumber{
		font-size: 2rem;
	}
	
	.bl_priceTable_ttl{
		font-size: 1.6rem;
	}
	
	.bl_priceTable__thIn{
		min-height: 80px;
	}
	
	.el_price{
		font-size: 1.2rem;
	}
	
	.el_fukidashi::before{
		width: 150px;
		transform:translateX(0%);
		left: 0;
		bottom: -100px;
	}
	
	.el_fukidashi::after{
		left: 20px;
		transform: rotate(-45deg) translateX(0);
	}
	
	.bl_priceTable::before{
		bottom: -40px;
		right: 185px;
	}
	

	
	
	/*選べるテンプレート*/
	
	.bl_sampleCard{
		padding: 10px;
	}
	
	.el_sampleColor span{
		width: 10px;
		height: 10px;
	}
	
	.el_sampleColor{
		margin-top: 5px;
	}
	
	
	
	
	
	.bl_contactBG{
		padding: 50px 0;
	}
	
	.ly_contactCenter{
		padding: 0 20px;
	}
	
	.swiper-slide{
	width: 340px!important;
	transition: 700ms;
	transform: scale(0.65);
}

	.swiper-slide-active{
	transform: scale(1);
	z-index: 9;
	transition: 700ms;
}
	
	.swiper{
		margin: 35px 0;
	}
	
	.swiper-slide figcaption{
		font-size: 1.4rem;
		display: inline-block;
	}
	
	.swiper-slide a{
		display: inline-block;
	}
	
	
	
	
	
	.el_faqQ{
		padding: 20px 50px 20px 50px;
	}
	
	.el_faqQ::before{
		font-size: 2.5rem;
		top: 33px;
		left: 20px;
	}
	
	.el_faqA{
		padding: 20px;
	}
	
	.el_faqQ span{
		right: 20px;
		width: 20px;
		height: 3px;
	}
	
	.el_faqQ span::before{
		width: 3px;
		height: 20px;
		right: 9px;
	}
	
	.ly_mainTtl_mt{
		margin-top: 50px;
	}
	
	

	
	
	
	
	
}



















/*SPの設定*/
@media screen and (max-width:500px){
	.el_scrollBtn_bg{
		bottom: 0;
		left: 0;
	}
	
	.ly_dataTxt{
		margin: 0 auto 40px;
	}
	
	
	/*棒グラフのところ*/
	.bl_graphFlex{
	display: block;
}
	
	.bl_dataImg_hoyuGraph{
		width: 100%;
	}
	
	.bl_dataImg_hoyu{
		width: 90%;
		margin: 15px auto 0;
	}
	
	
	/*円グラフのところ*/
	.el_fukidashiTtl{
		padding: 15px 35px;
		font-size: 1.8rem;
	}
	
	.bl_dataImg_riyouGraph{
		margin: 0 auto 15px;
	}
	
	.bl_dataImg_riyouGraph img{
		display: block;
		width: 80%;
		max-width: 300px;
	}
	
	.bl_dataImg_riyou{
		width: 100%;
		max-width: 280px;
		margin: 0 auto;
	}
	
	
	
	.el_priceSP{
	display: block;
}

.el_pricePC{
	display: none;
}
	
	
	.el_fukidashi::before{
		width: 150px;
		bottom: -105px;
		padding: 5px 10px;
		max-width: 100vw;
	}
	
	
	.el_fukidashi::after{
		bottom: -40px
	}
	
	.bl_priceTable::before{
		bottom: -26px;
	}
	
	.bl_priceTable::after{
		bottom: -26px;
	}

	
	.el_recommendIcon::before{
		font-size: 1rem;
		max-width: 40px;
	}
	

	
	
	
	
	.bl_sampleList{
		display: block;
		max-width: 350px;
		margin: 25px auto 0;
		
	}
	
	.bl_sampleList a{
		width: 100%;
		margin-bottom: 15px;
	}
	
	.ly_contentsIn{
		margin: 40px 0;
	}
	
	.el_ttlWhite{
		font-size: 2.1rem;
	}
	
	
	.swiper-slide{
	width: 250px!important;
	transition: 700ms;
	transform: scale(0.5);
	margin: 0 -15px;
}

	.swiper-slide-active{
	transform: scale(1);
	z-index: 9;
	transition: 700ms;
}
	
	
	
	
}