@charset "utf-8";

@import "../../../common/files/css/layout.css";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');


/* ----------------------------------------------------

		privacy/index.html用CSS

----------------------------------------------------- */


/*======================================================
    全体・汎用
======================================================*/
#wrap {
	background: #f5f9fa;
	font-size: 1rem;
}

/*	見出し
-----------------------------------------------*/
h2 {
	font-size:1.5rem;
	font-weight:bold;
	letter-spacing:0.1rem;
  padding: 0 0 20px 0;
}

/*sp用（600pxまで）*/
@media screen and (max-width:600px){
	#box_contents h2 img {
		width: 70%;
	}
}


/*	明朝体
-----------------------------------------------*/
#index h2 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho",'Noto Serif JP', sans-serif, serif;
}


/*======================================================
    #index
======================================================*/
#index {
	padding-top: 82px;
}
#index h2 {
	font-size: 2rem;
}

#index .privacy1{
	padding-bottom:15px;
}

#index .privacy2{
/*	font-size:15px;
	line-height:1.7;*/
	border-bottom:1px dotted #CCC;
	padding-bottom:3px;
	margin:0px 15px 10px 15px;
}

#index .privacy3{
/*	font-size:14px;
	line-height:1.5;*/
	padding:0px 15px 10px 1.5em;
}

#index .privacy3a{
/*	font-size:14px;
	line-height:1.5;*/
	padding:0px 15px 10px 3em;
}

#index .privacy4{
/*	font-size:13px;
	line-height:1.5;*/
	padding:0px 15px 10px 1.5em;
}

#index .privacy5{
/*	font-size:14px;
	line-height:1.7;*/
	padding:10px 15px 10px 1.5em;
}
