@charset "UTF-8";
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,
input, button, textarea,
*:after, *:before {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

main, aside,
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%; }

p:not([class]) {
  margin-top: 2em; }
  p:not([class]) a {
    text-decoration: underline; }
    p:not([class]) a:hover {
      text-decoration: none; }

body {
  overflow-x: hidden;
  color: #333;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  background: #fff;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 1.4rem; } }

img {
  max-width: 100%;
  border: none;
  vertical-align: bottom; }

a {
  color: #063d78;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }
    a:hover > img:only-child {
      opacity: 0.8; }
  a[href*=rd_tel] {
    cursor: default; }
		a[href*=rd_tel]:hover > img:only-child {
			opacity: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }
  blockquote:before, blockquote:after,
  q:before,
  q:after {
    content: '';
    content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

sup {
  vertical-align: top;
  font-size: 0.8em; }

sub {
  vertical-align: bottom;
  font-size: 0.8em; }

input[type="text"],
input[type="number"],
input[type="search"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="time"],
textarea {
  border: 1px solid #cfd0d8;
  padding: 0.5em;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1.6rem; }
  input[type="text"][readonly],
  input[type="number"][readonly],
  input[type="search"][readonly],
  input[type="email"][readonly],
  input[type="password"][readonly],
  input[type="tel"][readonly],
  input[type="url"][readonly],
  input[type="time"][readonly],
  textarea[readonly] {
    outline: none; }

label {
  display: inline-block; }

b {
  font-weight: bold; }

em,
strong {
  font-weight: bold; }

/* 古いIE用
===========================*/
.IE {
  width: 100%;
  padding: 24px;
  margin: 0 auto;
  background: #fffd96;
  color: #f42106;
  text-align: center;
  font-size: 18px;
}