@charset "utf-8";
/* CSS Document */
/*-----------------------------------

	共通

-----------------------------------*/

html {
    overflow-y: auto;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
	overflow-x: hidden;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	color: #353535;
    line-height: 1.7;
	letter-spacing:0.1rem;
	margin:0 !important;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}
.contents_inner{
	width: 1000px;
	margin: 0 auto;
}
.fs18 {
	font-size: 18px;
}
.bold {
	font-weight: bold;
}
.float_l {
	float: left;
}
.float_r {
	float: right;
	margin: 0;
}
.indent {
	padding-left: 1em;
}
h3 {
	font-size: 25px;
}
h4 {
	font-size: 20px;
}
br.break {
	display: none;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"],
input[type="reset"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration {
    display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus,
input[type="reset"]::focus {
    outline-offset: -2px;
}
.pc {
	display: block;
}
.sp_640 {
	display: none;
}
@media screen and (max-width: 840px) {
	.contents_inner{
		width: 95%;
		margin: 0 auto;
	}
	.contents_w1200{
		width: 100%;
	}
}
@media screen and (max-width: 700px) {
  h3 {
  	font-size: 22px;
  }
  h4 {
  	font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
	 html {
		font-size: 14px;
	}

	.float_l {
	float: none;
}
.float_r {
	float: none;
	margin: 0;
}
	br.break {
		display: block;
	}
	.pc {
		display: none;
	}
	.sp_640 {
		display: block;
	}
}
/*-----------------------------------

	clearfix

-----------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*-----------------------------------

	home

-----------------------------------*/
a.toppage_btn img {
	display: block;
	margin: 40px auto;
}
/*-----------------------------------

	footer

-----------------------------------*/
footer small {
	display: block;
	margin: 0 auto;
	text-align: center;
}
