@charset "utf-8";

/* ----------------------------------------------------------------------------
RESET
---------------------------------------------------------------------------- */

/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

body {
  font-size: 14px;
  color: #333333;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ',
    Meiryo, Osaka, '游ゴシック体', YuGothic, '游ゴシック Medium',
    'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
}

.clear {
  clear: both;
}

.small {
  font-size: 14px;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.bg_none {
  background: none !important;
}

strong {
  font-weight: bold;
}

.ct {
  text-align: center;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

.seminar .inner {
  width: 960px;
  margin: 0 auto;
}

.marker-yl {
  background: linear-gradient(transparent 60%, #fffda1 60%);
}

.marker-bl {
  background: linear-gradient(transparent 60%, #ceebff 60%);
  font-weight: bold;
  font-size: 16px;
}

.fclr-bl {
  color: #ceebff;
}

h2 {
  background: #f3930f;
  font-size: 25px;
  color: #fff;
  border-radius: 10px;
  padding: 12px 20px;
}

.seminar-inner h2,
.questionnaire-inner h2 {
  padding: 12px 20px;
}

@media only screen and (max-width: 767px) {
  .seminar .inner {
    padding: 0% 4%;
    width: 100%;
  }
  .inner h2 {
    font-size: 4.5vw;
    background: #f3930f;
  }
}

/* --------------------------------------------------------------------------------------------------------------------------------------
contents
----------------------------------------------------------------------------------------------------------------------------------------- */

.content {
  width: 960px;
  margin: 0 auto;
}

.content .l-sec img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .content {
    width: 100%;
  }
  .seminar .content .inner {
    padding: 0;
  }
}

/* header
---------------------------------------------------------------------------- */

.seminar header {
  width: 960px;
  margin: 0 auto;
}

.seminar header .logo {
  padding: 20px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .seminar header {
    width: 100%;
    margin: 0 auto;
  }
}

/* main
---------------------------------------------------------------------------- */

.main_ttl {
  position: relative;
}

.main_ttl h1 img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .main_ttl h1 {
    font-size: 5.5vw;
    margin: 0;
  }
  .main_ttl h1 .sbttl {
    font-size: 3.5vw;
  }
}


/* footer
---------------------------------------------------------------------------- */

footer {
  width: 960px;
  margin: 10px auto 0;
}

/*scrollBox*/

footer .scrollBox {
  float: right;
}

footer .scrollBox a {
  display: block;
  width: 110px;
  margin: 0 0 10px 0;
  padding: 3px 0;
  color: #fff;
  font-size: 10px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
}

footer .scrollBox a.bgc {
  background-color: #ee7700;
}

footer .scrollBox a:hover {
  text-decoration: none;
  background: #999;
}

footer .copy {
  clear: both;
  margin: 0 0 10px 0;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-align: center;
}

footer {
  width: 100%;
  border-top: dotted 1px #999;
}

footer p {
  display: block !important;
  padding: 8px 0;
  color: #666 !important;
  font-size: 11px;
  text-align: center;
}

.none_text01,
.none_text02,
.none_text03 {
  display: none;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none !important;
}

/*--------------TOP btn--------------*/

.onlineseminer-entry-btn {
  position: static;
  width: 45%;
  background-color: #f04869;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.41);
  font-size: 22px;
  margin: 30px auto;
  border-radius: 5px;
  font-weight: bold;
  box-sizing: border-box;
}

.onlineseminer-entry-btn a {
  display: block;
  position: relative;
  width: 100%;
  color: #fff;
  text-decoration: none;
  padding: 21px 0 25px;
  text-align: center;
}

.onlineseminer-entry-btn a::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 5px solid #fff;
}

.onlineseminer-entry-btn:hover {
  opacity: 0.7;
  color: white;
}

.wkp-c_top-entry-btn {
  top: 335px;
}

.prpln_top-entry-btn {
  position: static;
}

.prpln_entry-btn {
  width: 50%;
}

.entryfin-txt {
  margin: 30px 0;
  text-align: center;
}

.content .l-sec .trouble-inner img{
  display: block;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .onlineseminer-entry-btn {
    width: 90vw;
    font-size: 4.5vw;
    margin: 7% auto;
    position: static;
    padding: 5% 0;
  }
  .onlineseminer-entry-btn a{
    text-align: center;
    padding: 0;
  }
  .prpln_entry-btn {
    padding: 0;
    text-align: center;
  }
  .prpln_entry-btn a {
    padding: 4% 0;
  }
  .entryfin-txt {
    font-size: 3vw;
  }
  .content .l-sec .trouble-inner img{
    width: 100%;
  }
}

.btm-btnbox .onlineseminer-entry-btn {
  position: static;
}
