@charset "utf-8";
/*
* Lightning V1.0
* Copyright 2016, Jamd Studio
* https://jamdstudio.com
* Free to use under the MIT license.
* https://www.opensource.org/licenses/mit-license.php
* 2016/09/24
*/
/*----------------------------------------------------

	browser reset

----------------------------------------------------*/
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-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
header, hgroup, footer, section, article, details, menu, nav, aside, figure, figcaption {
	display: block;
}
a, a:focus {
	outline: 0;
}
img {
	border: none;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}


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

	base styles

----------------------------------------------------*/
body {
	color: #000;
	font: 14px/1 'YuGothic', '游ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	-webkit-font-smoothing: antialiased; /* for webkit アンチエイリアス */
	-webkit-text-size-adjust: 100%;
	font-weight: 500;
	background: #fff;
}
a {
	color: #000;
	text-decoration: none;
	transition: color .3s;
}
a:hover,
a:focus {
	color: #123563;
	transition: color .3s;
}
img {
	vertical-align: bottom;
}
.cf:after { /* IE8+ */
	content: '';
	display: table;
	clear :both;
}
article {
    overflow: hidden;
}
#anchorToSpInPc {
	display: none;
}
.text_red{
	color: #d14d9a;
}

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

	marketing tag styles

----------------------------------------------------*/
.marketing-tag {
	overflow: hidden;
	height: 0;
}
