@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.5em;
}
ol, ul {
	list-style: none;
}
/**/
/**/
/* ==================================================
layout control
================================================== */
/*  float control
-----------------------------------*/
.fl_left {
	float: left;
}
.fl_right {
	float: right;
}
.fl_clear {
	clear: both;
}
/*  clearfix
-----------------------------------*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix {
	zoom: 1;
}
*:first-child + html .clearfix {
	zoom: 1;
}
/*  position control
-----------------------------------*/
.posi_absolute {
	position: absolute;
}
.posi_relative {
	position: relative;
}
/*  要素 control
-----------------------------------*/
.obj_center {
	margin-left: auto;
	margin-right: auto;
}
.obj_centerPc {
	margin-left: auto;
	margin-right: auto;
}
.obj_centerSp {}
@media screen and (max-width: 750px) {
	obj_center {}
	.obj_centerPc {
		margin-left: 0;
		margin-right: 0;
	}
	obj_centerSp {
		margin-left: auto;
		margin-right: auto;
	}
}
/*  image fit
-----------------------------------*/
.image_fit {
	width: 100%;
	height: auto;
}
/*  link
-----------------------------------*/
a {
	text-decoration: none;
}
a.hover {
	-webkit-transition: opacity .1s ease;
	-moz-transition: opacity .1s ease;
	transition: opacity .1s ease;
}
@media screen and (min-width: 749px) {
	a.hover:hover {
		filter: alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
		;
	}
}
/*  PC / SP view
-----------------------------------*/
.pc_view {
	display: block;
}
.sp_view {
	display: none;
}
@media screen and (max-width: 750px) {
	.pc_view {
		display: none;
	}
	.sp_view {
		display: block;
	}
}
/*  行位置
-----------------------------------*/
.line_center {
	text-align: center;
}
.line_left {
	text-align: left;
}
.line_right {
	text-align: right;
}
/* justify
-----------------------------------*/
.mj_soroe {
	text-align: justify;
	text-justify: inter-ideograph;
}
/* 文字詰
-----------------------------------*/
.mj_tume {
	font-feature-settings: "palt";
}
/*  css 改行
-----------------------------------*/
.brpc::before {
	content: "\A";
	white-space: pre;
}
.brsp::before {
	content: none;
	white-space: normal;
}
@media screen and (max-width: 750px) {
	.brpc::before {
		content: none;
		white-space: normal;
	}
	.brsp::before {
		content: "\A";
		white-space: pre;
	}
}
/*  
-----------------------------------*/
img {
  vertical-align: top;
}