@charset "utf-8";

/*==========================================================
	ページ 全体
==========================================================*/
body {
}

#body {
}

/*==========================================================
	見出し
==========================================================*/
section.top_box {
	width: 100%;
	height: 160px;
	margin: 0;
	padding: 0px 0 0px 0;
	background-color: #FC9B4D;
}
section.top_box .innerbox{
	position: relative;
	margin: 0 0;
	width: 100%;
	height: 100%;
	font-size: 0px;
	overflow: hidden;
}
section.top_box .innerbox .top_title{
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 36px;
	margin: auto;
	color: #FFFFFF;
	font-size: 36px;
	font-weight: normal;
	font-family: "Sawarabi Mincho";
	letter-spacing: 0.2em;
}

/*==========================================================
	プライバシーポリシー
==========================================================*/
section.privacy {
	width: 100%;
	margin: 0;
	padding: 40px 0px;
}
section.privacy .innerbox{
	position: relative;
	margin: 0 auto;
	width: 1050px;
	height: 100%;
	text-align: left;
	font-size: 0px;
	overflow: hidden;
}

section.privacy .sec_title {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
	text-align: left;
	font-size:28px;
	font-weight: normal;
	letter-spacing: 0.1em;
}
section.privacy .sec_title::after {
	display: inline-block;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 60px;
	height: 0;
	border-bottom: 4px solid #FC984D;
}
section.privacy .sec_title_en {
	display: inline-block;
	padding: 0px 0 10px;
	text-align: left;
	font-size:18px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.1em;
}
section.privacy h3 {
	position: relative;
	text-align: left;
	font-size: 16px;
	font-weight: normal;
}
section.privacy p {
	padding: 10px 0 40px;
	font-size: 14px;
	text-align: left;
	line-height: 1.8em;
	letter-spacing: 0.05em;
}





/* ★---------------------------★---------------------★ */

/*==========================================================
	MEDIA QUERIES (SP)
==========================================================*/
@media (max-width: 639px){


	/*==========================================================
		見出し
	==========================================================*/
	section.top_box {
		height: 60px;
	}
	section.top_box .innerbox .top_title{
		font-size: 20px;
		letter-spacing: 0.1em;
	}


	/*==========================================================
		プライバシーポリシー
	==========================================================*/
section.privacy {
	width: 100%;
	margin: 0;
	padding: 40px 0px;
}
section.privacy .innerbox{
	position: relative;
	margin: 0 auto;
		width: 100%;
	height: 100%;
	text-align: left;
	font-size: 0px;
	overflow: hidden;
}

section.privacy .sec_title {
	position: relative;
		margin: 0 10px 10px;
	padding-bottom: 20px;
	text-align: left;
	font-size:24px;
	font-weight: normal;
	letter-spacing: 0.1em;
}
section.privacy .sec_title::after {
	display: inline-block;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 60px;
	height: 0;
	border-bottom: 4px solid #FC984D;
}
section.privacy .sec_title_en {
	display: inline-block;
		margin-left: 10px;
	padding: 0px 0 10px;
	text-align: left;
	font-size:18px;
	font-weight: 500;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.1em;
}
section.privacy h3 {
		margin: 0 10px;
	position: relative;
	text-align: left;
	font-size: 16px;
	font-weight: normal;
}
section.privacy p {
		margin: 0 10px;
	padding: 10px 0 40px;
	font-size: 14px;
	text-align: left;
		line-height: 1.4em;
	letter-spacing: 0.05em;
}



/* ★---------------------------★---------------------★ */
} /* -- max-width: 639 px                                 */

