@charset "UTF-8";
/* =====================================
　おまつり機材
================================== */


/*ナビ・タイトルPC
-------------------------------------------------- */
@media screen and (min-width:737px) ,print {

.page_title{
	background: url(../../omatsuri/images/title_privacy.jpg) repeat-x center 0px;	width: 100%;
	height :240px;
	text-align : center;
}

.page_title h2{
	width : 1000px;
	color: #fff;
	padding: 65px 0 10px 0;
	margin : 0 auto 0 auto;
	font-size: 220%;
	font-weight: bold;
	letter-spacing: 2;
	text-align : center;
	background-size : 2px 100px;
	background: url(../img/titline.png) no-repeat center bottom;
}

.stit1{
	color : #fff;
	font-size: 90%;
	margin : 15px auto 0 auto;
}



	
}/*@media*/


/*ナビ・タイトル　スマホ
-------------------------------------------------- */

@media screen and (max-width:736px){

.page_title{
	background: url(../../omatsuri/images/title_privacy.jpg) repeat-x center 0px;
	width: 100%;
	height :240px;
	text-align : center;
}

.page_title h2{
	width: 100%;
	color: #fff;
	padding: 65px 0 10px 0;
	margin : 0 auto 0 auto;
	font-size: 220%;
	font-weight: bold;
	letter-spacing: 2;
	text-align : center;
	background-size : 2px 100px;
	background: url(../img/titline.png) no-repeat center bottom;
}

.stit1{
	color : #fff;
	font-size: 90%;
	margin : 15px auto 0 auto;
}

}/*@media*/


/*概要
-------------------------------------------------- */
.gaiyou .img_box{
	width: 440px;
	float: left;
}
.gaiyou .img_box img{
	width: 100%;
	height: auto;
}
.gaiyou .text_box{
	width: 560px;
	float: right;
	box-sizing: border-box;
	padding: 0 0 0 40px;
}
@media screen and (max-width:736px){
	.gaiyou .img_box,.gaiyou .text_box{
		float: none;
		width: 100%;
		padding: 0 0 20px;
	}
}


.atention_text{
	margin-bottom: 1em;
}


/*利用方法
-------------------------------------------------- */
.flow_list li::after{
	content: "↓";
	padding: 1em 2em;
	color: #eb8aa4;
	font-weight: bold;
	font-size: 120%;
	font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.flow_list li:last-child::after{
	display: none;
}
.flow_list_title{
	color: #eb8aa4;
	font-size: 110%;
	font-weight: bold;
}


/*その他
-------------------------------------------------- */
.pdf_list a{
	padding-left: 20px;
	background-image: url(../../imagem/icons/pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
