@charset "utf-8";

/*======================================
	COMMON
=======================================*/

* {
	margin: 0; 
	padding: 0;
	line-height: 1.0;
	color: #0d0d0d;
	font-weight: 300;
	font-style: normal;
	box-sizing: border-box;
	
	font-size: .75rem;
}

::selection {
 	background: #0d0d0d; 
	color: #fff; 
	}
::-moz-selection {
	background: #0d0d0d; 
	color: #fff;
	}

html {
	height: 100%;
}

header {
	position: relative;
	z-index: 0;
	background-color: #ffffff;
}

body {
	
 	background-color:#ffffff;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
}

section {
	padding: 0;
	margin: 0;
		
}




/*---------------------* 
	TEXT                                                                                                       
* -------------------*/ 
 
.serif {
	
		font-family:  'EB Garamond','Times New Roman',"ヒラギノ明朝 ProN W3","HiraMinProN-W3", "Yu Mincho", "YuMincho", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;	height: 100%;

}

.san-serif {
	  font-family:  'Montserrat',  "游ゴシック", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Meiryo", "MS PGothic", sans-serif;
}

.san-serif-jp {
	  font-family: "Lato", "游ゴシック", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Meiryo", "MS PGothic", sans-serif;
}


.font-400 {
	font-weight: 400;
}

.font-700 {
	font-weight: 700;
}

.font-500 {
	font-weight: 500;
}


.font-900 {
	font-weight: 900;
}

p,
address {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3 {
	margin: 0;
	padding: 0;
}


a {
	padding: 0;
	text-decoration: none;

}

a:link {
	text-decoration: none;

}

a:hover {
	text-decoration: none;
}

/*---------------------* 
	LIST                                                                                                       
* -------------------*/  

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

dt {
	margin: 0;
	padding: 0;
}

/*---------------------* 
	FORM                                                                                                       
* -------------------*/  

form {
	margin: 0;
	padding: 0;
}

fieldset {
	padding: 0;
	border: 1px solid #CDCDCD;
}

legend {
	margin: 0;
	padding: 0;
	font-size: 1rem;
	color:#797979;
	font-weight:bolder;
}

label {
	font-size: 1rem;
	margin: 0;
	padding: 0;
}
	
/*---------------------* 
	IMG                                                                                                       
* -------------------*/ 

img {
	border: none;
	vertical-align: top;
	width:100%;
}
	
p img {
	border: none;
	vertical-align: top;
}

/*======================================
	PC & SP 
=======================================*/

#contents_inner {
	background-color: #f7f7f7;
}
