/* --------------------------------------------------------------------------------
 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-size: 100%;
  font: inherit;
  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;
}

img {
  vertical-align: middle;
}

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

body * {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}
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: 0.7;
}


/* ----------------------------------------------------------------------
 basic layout
---------------------------------------------------------------------- */

.rp-container {
  padding-left: 20px;
  padding-right: 20px;
}
.rp-main-container {
  width: 980px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 150px;
}

.rp-area-body_clm1_cp {
  width: 980px;
  padding: 24px 0 90px;
  min-height: 424px;
}
