/* --------------------------------------------------------------------------------
 web fonts
-------------------------------------------------------------------------------- */
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/* ----------------------------------------------------------------------
 reset (exculding 'sup')
---------------------------------------------------------------------- */
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,
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: inherit;
	font-size: 100%;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}
input,
textarea {
	margin: 0;
	padding: 0;
}
ol,
ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th {
	text-align: left;
}

/* ----------------------------------------------------------------------
 basic setting
---------------------------------------------------------------------- */
body {
	min-width: 1020px;
	color: #333;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN', meiryo, sans-serif;
	line-height: 1.5;
}

@media screen and (max-width: 768px) {
	body {
		min-width: auto;
		max-width: 768px;
	}
}

body * {
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
}
*:focus {
	outline: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
a img {
	transition: opacity .3s;
}
a:hover {
	text-decoration: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
a,
a:visited {
	color: #0347ff;
}
a:hover img {
	opacity: .7;
}

/* ----------------------------------------------------------------------
 basic layout
---------------------------------------------------------------------- */
.rp-container {
	padding-right: 20px;
	padding-left: 20px;
}
.rp-main-container {
	display: flex;
	justify-content: space-between;
	width: 980px;
	margin: 0 auto;
	margin-bottom: 150px;
}
.rp-area-body_clm1_cp {
	width: 980px;
	min-height: 424px;
	padding: 24px 0 90px;
}

@media screen and (max-width: 768px) {
	.rp-pages {
		padding-top: 24px;
		padding-bottom: 15px;
	}
}

@media screen and (max-width: 768px) {
	.pc_only {
		display: none !important;
	}
}

@media screen and (min-width: 769px) {
	.sp_only {
		display: none !important;
	}
}
