@charset "UTF-8";
/* ----------------------------------
  reset - base
---------------------------------- */
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;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  line-height: 1;
  margin: 0;
  padding: 0;
}
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;
}
img {
  vertical-align: top;
}
a:active,
a:hover {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/* ----------------------------------
  base - base
---------------------------------- */
body {
  position: relative;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  font-size: 14px;
  color: #000;
  background: #fff;
  overflow: hidden;
}
body,
html {
  overflow-x: hidden;
}
a,
a:hover,
a:link,
a:visited {
  text-decoration: none;
}
input {
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
input[type="text"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="number"],
input[type="datetime"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 4px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
input[type="search"] {
  font-size: 92%;
}
input[type="search"]::-webkit-input-placeholder {
  font-size: 85%;
}
input[type="search"]:-moz-placeholder {
  font-size: 85%;
}
input::-ms-clear {
  visibility: hidden;
  -moz-appearance: textfield;
}
input[type="search"]::-webkit-input-placeholder {
  color: #e6e6e6;
}
input[type="search"]:-moz-placeholder {
  color: #e6e6e6;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
button:focus {
  outline: none;
}
input[type="search"]:focus {
  outline-offset: -2px;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
button {
  display: block;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  width: 100%;
}
p {
  margin-top: 15px;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
i {
  line-height: 1;
  vertical-align: middle;
}
/* ----------------------------------
  image - utility
---------------------------------- */
.g-max-image {
  width: 100%;
  height: auto;
}
.g-flex-image {
  max-width: 100%;
  height: auto;
}
/* ----------------------------------
  shorthand - utility
---------------------------------- */
.g-mt-0 {
  margin-top: 0px !important;
}
.g-mt-5 {
  margin-top: 5px !important;
}
.g-mt-10 {
  margin-top: 10px !important;
}
.g-mt-15 {
  margin-top: 15px !important;
}
.g-mt-20 {
  margin-top: 20px !important;
}
.g-mt-25 {
  margin-top: 25px !important;
}
.g-mt-30 {
  margin-top: 30px !important;
}
.g-mt-35 {
  margin-top: 35px !important;
}
.g-mt-40 {
  margin-top: 40px !important;
}
.g-mt-45 {
  margin-top: 45px !important;
}
.g-mt-50 {
  margin-top: 50px !important;
}
.g-mb-0 {
  margin-bottom: 0px !important;
}
.g-mb-5 {
  margin-bottom: 5px !important;
}
.g-mb-10 {
  margin-bottom: 10px !important;
}
.g-mb-15 {
  margin-bottom: 15px !important;
}
.g-mb-20 {
  margin-bottom: 20px !important;
}
.g-mb-25 {
  margin-bottom: 25px !important;
}
.g-mb-30 {
  margin-bottom: 30px !important;
}
.g-mb-35 {
  margin-bottom: 35px !important;
}
.g-mb-40 {
  margin-bottom: 40px !important;
}
.g-mb-45 {
  margin-bottom: 45px !important;
}
.g-mb-50 {
  margin-bottom: 50px !important;
}
.g-pt-0 {
  padding-top: 0px !important;
}
.g-pt-5 {
  padding-top: 5px !important;
}
.g-pt-10 {
  padding-top: 10px !important;
}
.g-pt-15 {
  padding-top: 15px !important;
}
.g-pt-20 {
  padding-top: 20px !important;
}
.g-pt-25 {
  padding-top: 25px !important;
}
.g-pt-30 {
  padding-top: 30px !important;
}
.g-pt-35 {
  padding-top: 35px !important;
}
.g-pt-40 {
  padding-top: 40px !important;
}
.g-pt-45 {
  padding-top: 45px !important;
}
.g-pt-50 {
  padding-top: 50px !important;
}

/* 20160920 コース登録告知導線追加 MEM-1674 */
.course-pre {
	padding:8px 6px 8px 4px;
	background-color:#E6F3FF;
}