@charset "UTF-8";

@media screen and (max-width: 750px) {
	
	/*-----------------------------------------------------------------------------------------------------------------------------------
		ページ共通
	------------------------------------------------------------------------------------------------------------------------------------*/
	#prayPage .mainWrap #indexTitle { background: url(/pray/images/index_mv_bg_sp.jpg) no-repeat center top / cover; }
	#prayPage .mainWrap #pagesTitle { background: url(/pray/images/pages_mv_bg_sp.jpg) no-repeat center top / cover; }

	/*-----------------------------------------------------------------------------------------------------------------------------------
		index.html
	------------------------------------------------------------------------------------------------------------------------------------*/
	#prayPage #indexContents .contentsSection { padding-top: 35px; }
	#prayPage #indexContents .contentsSection .spBorderNone { border: none !important; }
	#prayPage #indexContents .contentsSection .spBorderTopNone { border-top: none !important; }
	#prayPage #indexContents .contentsSection h3 { font-size: 186%; letter-spacing: 5px; }
	#prayPage #indexContents #praySection { margin-top: 35px; }
	#prayPage #indexContents #transferMeritSection { margin-top: 50px; }
	
	#prayPage #indexContents .contentsSection .contentsOuterS { width: 100%; }
	#prayPage #indexContents .contentsSection ul.prayList > li { margin-top: 30px; }
	#prayPage #indexContents .contentsSection ul.prayList > li .contentsOuterS { margin-top: 20px; }
	#prayPage #indexContents .contentsSection ul.prayList > li .contentsOuterS .flexSpaceBetween { display: block; }
	#prayPage #indexContents .contentsSection ul.prayList > li .flexSpaceBetween > p,
	#prayPage #indexContents .contentsSection ul.prayList > li .flexSpaceBetween > table,
	#prayPage #indexContents .contentsSection ul.prayList > li .flexSpaceBetween > div { width: 100%; }
	
	#prayPage #indexContents .contentsSection .btnArea { width: 100%; }
	#prayPage #indexContents .contentsSection .btnArea .detailBtn { margin-top: 30px; }
	
	#prayPage #indexContents .contentsSection ul.prayList > li .flexSpaceBetween table { border-top: solid 1px #e5e5e5; }
	#prayPage #indexContents .contentsSection ul.prayList > li .flexSpaceBetween table th { display: block; padding: 5px 0 0; width: 100%; border: none; }
	#prayPage #indexContents .contentsSection ul.prayList > li .flexSpaceBetween table td { display: block; padding: 0 0 5px; width: 100%; border-top: none; border-bottom: solid 1px #e5e5e5; }
	#prayPage #indexContents .contentsSection ul.prayList > li table.tableL { margin-top: 15px; border-top: solid 1px #e5e5e5; }
	#prayPage #indexContents .contentsSection ul.prayList > li table.tableL th,
	#prayPage #indexContents .contentsSection ul.prayList > li table.tableL td { display: block; width: 100%; }
	#prayPage #indexContents .contentsSection ul.prayList > li table.tableL td { border: none; border-bottom: solid 1px #e5e5e5; padding-top: 0; }
	#prayPage #indexContents .contentsSection ul.prayList > li table.tableL th { width: 100%; border: none; padding-top: 25px; padding-bottom: 0; }
	
	#prayPage #indexContents .contentsSection ul.prayList > li .flexSpaceBetween table.prayTable01 th { width: 100%; }
	
	#prayPage #indexContents .contentsSection ul.prayList > li p.borderTxt { padding: 5px 0; }
	
	#prayPage #indexContents .contentsSection ul.prayList > li .grayBox { margin-top: 20px; padding: 10px 20px; }
	#prayPage #indexContents .contentsSection ul.prayList > li .grayBox p + p { margin-top: 0; }
	
	#prayPage #indexContents .contentsSection ul.prayList > li .spFlex { margin-top: 20px; display: flex; }
	#prayPage #indexContents .contentsSection ul.prayList > li .spFlex p.borderTxt { border-top: solid 1px #e5e5e5; border-bottom: solid 1px #e5e5e5; padding-top: 5px; width: 100px; }
	#prayPage #indexContents .contentsSection ul.prayList > li .spFlex .flexSpaceBetween { width: calc(100% - 100px); }
	#prayPage #indexContents .contentsSection ul.prayList > li .spFlex ul.borderList { display: block; }
	#prayPage #indexContents .contentsSection ul.prayList > li .spFlex ul.borderList li { width: 100%; }
	#prayPage #indexContents .contentsSection ul.prayList > li .spFlex ul.borderList li p + p { padding-right: 5%; }
	#prayPage #indexContents .contentsSection ul.prayList > li .flexSpaceBetween table.spFlexTable { margin-top: 25px; border-bottom: solid 1px #e5e5e5; }
	#prayPage #indexContents .contentsSection ul.prayList > li .flexSpaceBetween table.spFlexTable th { display: table-cell; width: 100px; border-top: solid 1px #e5e5e5; }
	#prayPage #indexContents .contentsSection ul.prayList > li .flexSpaceBetween table.spFlexTable td { display: table-cell; border-top: solid 1px #e5e5e5; width: auto; }
	
	
}