@charset "UTF-8";
/* CSS Document */
@font-face {
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 100;
	src: url(fonts/NotoSerifCJKjp-El.woff2) format('woff2'), url(fonts/NotoSerifCJKjp-El.woff) format('woff'), url(fonts/NotoSerifCJKjp-El.otf) format('opentype')
}
@font-face {
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 200;
	src: url(fonts/NotoSerifCJKjp_li3.woff2) format('woff2'), url(fonts/NotoSerifCJKjp_li3.woff) format('woff'), url(fonts/NotoSerifCJKjp_li3.otf) format('opentype')
}
@font-face {
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 400;
	src: url(fonts/NotoSerifCJKjp_reg2.woff2) format('woff2'), url(fonts/NotoSerifCJKjp_reg2.woff) format('woff'), url(fonts/NotoSerifCJKjp_reg2.otf) format('opentype')
}
@font-face {
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 600;
	src: url(fonts/NotoSerifCJKjp_md2.woff2) format('woff2'), url(fonts/NotoSerifCJKjp_md2.woff) format('woff'), url(fonts/NotoSerifCJKjp_md2.otf) format('opentype')
}
@font-face {
	font-family: 'Noto Serif Japanese';
	font-style: normal;
	font-weight: 700;
	src: url(fonts/NotoSerifCJKjp_sb2.woff2) format('woff2'), url(fonts/NotoSerifCJKjp_sb2.woff) format('woff'), url(fonts/NotoSerifCJKjp_sb2.otf) format('opentype')
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	font-family: "Noto Serif Japanese", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
body {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	line-height: 1;
	color: rgba(51,51,51,1.00);
}
input, textarea {
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
a:link {
	/*	color:#666666;*/
	text-decoration: none;
}
a:hover {
}
a:focus {
	outline: none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.both {
	clear: both;
}
.inline_block {
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
/* 文字選択時の背景色と文字の色設定 */
::-moz-selection {
 background-color:rgba(22,156,255,1.00);
 color: #FFF;
}
::selection {
	background-color: rgba(22,156,255,1.00);
	color: #FFF;
}
/* class設定 */
.PaddingT5 {
	padding-top: 5px;
}
.PaddingRL10 {
	padding-left: 10px;
	padding-right: 10px;
}
.PaddingRL20 {
	padding-left: 20px;
	padding-right: 20px;
}
.PaddingL5 {
	padding-left: 5px;
}
.PaddingL10 {
	padding-left: 10px;
}
.PaddingL20 {
	padding-left: 20px;
}
.PaddingL30 {
	padding-left: 30px;
}
.MW980 {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
.W1088 {
	width: 1088px;
	margin-left: auto;
	margin-right: auto;
}
.Table {
	display: table;
}
.Cell {
	display: table-cell;
}
.W240 {
	width: 240px;
}
.bold {
	font-weight: 700;
}
.AlignCenter {
	text-align: center;
}
.AlignLeft {
	text-align: left;
}
.AlignRight {
	text-align: right;
}
.MTop10 {
	margin-top: 10px;
}
.MTop20 {
	margin-top: 20px;
}
.MTop30 {
	margin-top: 30px;
}
.MTop40 {
	margin-top: 40px;
}
.MTop50 {
	margin-top: 50px;
}
.MTop60 {
	margin-top: 60px;
}
.MBtm5 {
	margin-bottom: 5px;
}
.MBtm10 {
	margin-bottom: 10px;
}
.MBtm20 {
	margin-bottom: 20px;
}
.MBtm30 {
	margin-bottom: 30px;
}
.MBtm40 {
	margin-bottom: 40px;
}
.MBtm50 {
	margin-bottom: 50px;
}
.MBtm60 {
	margin-bottom: 60px;
}
.MBtm70 {
	margin-bottom: 70px;
}
.MBtm75 {
	margin-bottom: 75px;
}
.MBtm80 {
	margin-bottom: 80px;
}
.MBtm160 {
	margin-bottom: 160px;
}
.ML25 {
	margin-left: 25px;
}
.lspace1 {
	letter-spacing: 1px;
}
.lspace2 {
	letter-spacing: 2px;
}
.lspace4 {
	letter-spacing: 4px;
}
.lspace6 {
	letter-spacing: 6px;
}
.FontSize10 {
	font-size: 10px;
}
.FontSize11 {
	font-size: 11px;
}
.FontSize12 {
	font-size: 12px;
}
.FontSize14 {
	font-size: 14px;
}
.FontSize16 {
	font-size: 16px;
}
.FontSize18 {
	font-size: 18px;
}
.FontSize20 {
	font-size: 20px;
}
.FontSize24 {
	font-size: 24px;
}
.FontSize46 {
	font-size: 46px;
}
.FL {
	float: left;
}
.FR {
	float: right;
}
a[href="tel:"] {
	pointer-events: none;
}