@charset "UTF-8";
/* reset */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

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

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

@media screen and (min-width: 1201px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1200px) {
  .sp {
    display: none !important;
  }
}

/**ループ**/
@-webkit-keyframes loopLeft {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: -2380px 0px;
  }
}
@-moz-keyframes loopLeft {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: -2380px 0px;
  }
}
/**スピン**/
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes rotate {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@-o-keyframes rotate {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
* {
  max-height: 999999px;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a {
  outline: none;
  text-decoration: underline;
  color: #333;
}

a:hover {
  text-decoration: none;
}

a:focus,
*:focus {
  outline: none;
}

img {
  display: block;
}

a img:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

select {
  cursor: pointer;
}
select option {
  font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

strong {
  font-weight: bold;
  color: #D9534F;
}

em {
  font-weight: bold;
  text-decoration: underline;
}

body {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  overflow-x: hidden;
  font-family: "Quicksand", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.9;
  color: #333;
}
@media screen and (min-width: 1201px) {
  body {
    background: #f8f8f8 url(../images/bg.png) no-repeat top;
    background-size: 100%;
    font-size: 19px;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1200px) {
  body {
    background: #f8f8f8 url(../images/bg.png) no-repeat top;
    background-size: 100%;
    font-size: 19px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  body {
    background: #f8f8f8 url(../images/sp/wrap_bg.png) repeat-y;
    background-size: 100%;
    font-size: 23px;
  }
}
@media screen and (max-width: 767px) {
  body {
    background: #f8f8f8 url(../images/sp/wrap_bg.png) repeat-y;
    background-size: 100%;
    font-size: 26px;
  }
}

.form-group {
  margin: 0 0 0.7em;
}
.form-group label {
  display: block;
  font-weight: bold;
}
.form-group span.red {
  display: block;
  font-size: 0.8em;
  font-weight: bold;
  color: #D9534F;
}
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group input[type="password"],
.form-group select,
.form-group textarea {
  width: 100%;
  display: block;
  padding: 0.7em 1em;
  font-size: 1em;
  color: #555;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus,
.form-group input[type="tel"]:focus,
.form-group input[type="password"]:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-group button[type="submit"] {
  width: 100%;
  margin: 1em auto;
  padding: 1em;
  border: 0;
  border-radius: 5px;
  display: block;
  border-bottom: 5px solid #3d8b3d;
  background: #5CB85C;
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
}
.form-group button[type="submit"]:hover {
  border-bottom: 5px solid #925a19;
  background: #d38224;
}
.form-group .confirm {
  padding: 0.7em 1em;
  background: #f8f8f8;
  border-radius: 5px;
}
.form-group .input-20 {
  width: 20% !important;
  display: inline-block !important;
}
.form-group .input-30 {
  width: 30% !important;
  display: inline-block !important;
}
.form-group .input-40 {
  width: 40% !important;
  display: inline-block !important;
}
.form-group .input-50 {
  width: 50% !important;
  display: inline-block !important;
}
.form-group .input-70 {
  width: 70% !important;
  display: inline-block !important;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .wide-wrap {
    width: 93%;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 20px #7f6454;
  }
}
@media screen and (max-width: 767px) {
  .wide-wrap {
    width: 93%;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 20px #7f6454;
  }
}

header {
  margin: 0 auto;
}
@media screen and (min-width: 1201px) {
  header {
    width: 1000px;
    padding: 40px 0 0;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1200px) {
  header {
    width: 1000px;
    padding: 40px 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  header {
    width: 100%;
    padding: 0;
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  header {
    width: 100%;
    padding: 0;
    background: #fff;
  }
}
header h1 {
  margin: 0 auto;
}
header h1 img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  header h1 img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  header h1 img {
    width: 100%;
  }
}
header .flash {
  margin: 0 auto 4em;
  box-sizing: border-box;
}
@media screen and (min-width: 1201px) {
  header .flash {
    width: 1000px;
    height: 320px;
    border: 5px solid #b38638;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1200px) {
  header .flash {
    width: 1000px;
    height: 320px;
    border: 5px solid #b38638;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  header .flash {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header .flash {
    display: none;
  }
}
header .mainv {
  overflow: hidden;
}
@media screen and (min-width: 1201px) {
  header .mainv {
    margin: 20px auto 10px;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1200px) {
  header .mainv {
    margin: 20px auto 10px;
  }
}
header .mainv figure {
  margin: 0;
}
@media screen and (min-width: 1201px) {
  header .mainv figure {
    width: 400px;
    float: left;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1200px) {
  header .mainv figure {
    width: 400px;
    float: left;
  }
}
@media screen and (min-width: 1201px) {
  header .mainv figure img {
    max-width: 100%;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1200px) {
  header .mainv figure img {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  header .mainv figure img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  header .mainv figure img {
    width: 100%;
  }
}
@media screen and (min-width: 1201px) {
  header .mainv div {
    width: 550px;
    float: right;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1200px) {
  header .mainv div {
    width: 550px;
    float: right;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  header .mainv div img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  header .mainv div img {
    width: 100%;
  }
}
@media screen and (min-width: 1201px) {
  header .desc {
    margin: 0 auto 10px;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1200px) {
  header .desc {
    margin: 0 auto 10px;
  }
}
header .desc img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  header .desc img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  header .desc img {
    width: 100%;
  }
}
header .video {
  margin: 0 auto;
}
@media screen and (min-width: 1201px) {
  header .video {
    padding: 0;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1200px) {
  header .video {
    padding: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  header .video {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  header .video {
    padding: 0;
  }
}
header .video iframe {
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 1201px) {
  header .video iframe {
    width: 1000px;
    height: 563px;
    /* width: 800px; */
    /* height: 450px; */
  }
}
@media screen and (min-width: 1101px) and (max-width: 1200px) {
  header .video iframe {
    width: 1000px;
    height: 563px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  header .video iframe {
    width: 700px;
    height: 394px;
  }
}
@media screen and (max-width: 767px) {
  header .video iframe {
    width: 560px;
    height: 315px;
  }
}

.wrapper {
  margin: 0 auto;
}
@media screen and (min-width: 1201px) {
  .wrapper {
    width: 1000px;
    box-shadow: 0 0 8px #aaa;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1200px) {
  .wrapper {
    width: 1000px;
    box-shadow: 0 0 8px #aaa;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .wrapper {
    width: 100%;
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .wrapper {
    width: 100%;
    padding: 30px 0 0;
    background: #fff;
  }
}
.wrapper .wrap {
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 1201px) {
  .wrapper .wrap {
    background: url(../images/wrap_bg.png) repeat-y;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1200px) {
  .wrapper .wrap {
    background: url(../images/wrap_bg.png) repeat-y;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .wrapper .wrap {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .wrap {
    width: 100%;
    padding: 0;
  }
}
.wrapper .wrap h2 {
  margin: 0 auto;
}
.wrapper .wrap h2 img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .wrapper .wrap h2 img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .wrap h2 img {
    width: 100%;
  }
}
@media screen and (min-width: 1201px) {
  .wrapper .wrap .content {
    padding: 80px 120px;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1200px) {
  .wrapper .wrap .content {
    padding: 80px 120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .wrapper .wrap .content {
    padding: 40px 60px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .wrap .content {
    padding: 40px 60px;
  }
}
.wrapper .wrap .content h2 {
  margin: 0 auto 50px;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
.wrapper .wrap .content h3 {
  margin: 2em auto 1em;
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
.wrapper .wrap .content table {
  width: 100%;
  margin: 1em 0;
}
.wrapper .wrap .content table tr th {
  width: 30%;
  padding: 0.75em 1.5em;
  background: #333;
  border: 1px solid #333;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.wrapper .wrap .content table tr td {
  width: 70%;
  padding: 0.75em 1.5em;
  border: 1px solid #ddd;
}
.wrapper .wrap .content ul {
  padding: 20px 30px;
}
.wrapper .wrap .content ul li {
  list-style: square;
  font-weight: bold;
}
.wrapper .wrap .content dl dt {
  font-size: 1.4em;
  font-weight: bold;
}
.wrapper .wrap .content dl dd {
  margin: 0 0 40px;
  font-size: 0.9em;
}
.wrapper .wrap .content .prev {
  padding: 40px 0;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 1201px) {
  .wrapper .wrap .content .note {
    width: 250px;
    margin: 0 0 0 1.5em;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1200px) {
  .wrapper .wrap .content .note {
    width: 250px;
    margin: 0 0 0 1.5em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .wrapper .wrap .content .note {
    width: 80%;
    margin: 1em auto;
    display: block;
    float: none;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .wrap .content .note {
    width: 80%;
    margin: 1em auto;
    display: block;
    float: none;
  }
}
.wrapper .wrap .content img {
  max-width: 100%;
}
.wrapper .wrap .content .confirm-message {
  margin: 0 auto 3em;
  text-align: center;
}
.wrapper .wrap .content .rightimage {
  width: 350px;
}
@media screen and (min-width: 1201px) {
  .wrapper .wrap .content .rightimage {
    margin: 0 0 30px 30px;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1200px) {
  .wrapper .wrap .content .rightimage {
    margin: 0 0 30px 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .wrapper .wrap .content .rightimage {
    margin: 30px auto;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .wrap .content .rightimage {
    margin: 30px auto;
  }
}
.wrapper .wrap .content ul.voice {
  padding: 0;
}
.wrapper .wrap .content ul.voice li {
  margin: 0 0 2em;
  box-shadow: 2px 2px 4px #888;
  border-radius: 3px;
  background: url(../images/detail_bg.png) repeat-y;
  list-style: none;
}
@media screen and (min-width: 1201px) {
  .wrapper .wrap .content ul.voice li {
    padding: 40px 50px;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1200px) {
  .wrapper .wrap .content ul.voice li {
    padding: 40px 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .wrapper .wrap .content ul.voice li {
    padding: 2em 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .wrap .content ul.voice li {
    padding: 2em 2.5em;
  }
}
.wrapper .wrap .content ul.voice li h3 {
  margin: 0 1em 0 0;
  display: inline-block;
  font-size: 1.4em;
  font-weight: bold;
}
.wrapper .wrap .content ul.voice li span {
  display: inline-block;
  font-weight: bold;
  color: #888;
}
.wrapper .wrap .content ul.voice li .voice-detail {
  margin: 1em 0;
  font-weight: normal;
  font-size: 0.9em;
  clear: both;
}
.wrapper .wrap .btn_cv {
  margin: 1em auto 3em;
}
@media screen and (min-width: 1201px) {
  .wrapper .wrap .btn_cv {
    width: 855px;
    height: 345px;
    background: url(../images/btn_cv_hover.png) no-repeat;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1200px) {
  .wrapper .wrap .btn_cv {
    width: 855px;
    height: 345px;
    background: url(../images/btn_cv_hover.png) no-repeat;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .wrapper .wrap .btn_cv {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .wrap .btn_cv {
    width: 85%;
  }
}
.wrapper .wrap .btn_cv a {
  display: block;
  text-decoration: none;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .wrapper .wrap .btn_cv a {
    padding: 1em 0;
    background: #5CB85C;
    border-radius: 4px;
    border-bottom: 8px solid #3d8b3d;
    text-align: center;
    line-height: 1.3;
    font-size: 1.1em;
    font-weight: bold;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .wrap .btn_cv a {
    padding: 1em 0;
    background: #5CB85C;
    border-radius: 4px;
    border-bottom: 8px solid #3d8b3d;
    text-align: center;
    line-height: 1.3;
    font-size: 1.1em;
    font-weight: bold;
    color: #fff;
  }
}
@media screen and (min-width: 1201px) {
  .wrapper .wrap .btn_cv a span {
    display: none;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1200px) {
  .wrapper .wrap .btn_cv a span {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .wrapper .wrap .btn_cv a img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .wrap .btn_cv a img {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .wrapper .wrap .btn_cv a:hover {
    background: #d38224;
    border-bottom: 8px solid #925a19;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .wrap .btn_cv a:hover {
    background: #d38224;
    border-bottom: 8px solid #925a19;
  }
}
.wrapper .wrap .btn_cv a:hover img {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}
.wrapper .wrap .seminar-detail {
  margin: 50px auto;
  border-radius: 5px;
  border: 5px solid #fff;
  box-shadow: 0 0 8px #ccc;
  background: url(../images/detail_bg.png) repeat-y;
  background-size: 100%;
}
@media screen and (min-width: 1201px) {
  .wrapper .wrap .seminar-detail {
    width: 85%;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1200px) {
  .wrapper .wrap .seminar-detail {
    width: 85%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .wrapper .wrap .seminar-detail {
    width: 92%;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .wrap .seminar-detail {
    width: 92%;
  }
}
.wrapper .wrap .seminar-detail section {
  margin: 0;
}
.wrapper .wrap .seminar-detail section h3 {
  margin: -5px 0 0;
}
.wrapper .wrap .seminar-detail section h3 img {
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .wrapper .wrap .seminar-detail section h3 img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .wrap .seminar-detail section h3 img {
    width: 100%;
  }
}
@media screen and (min-width: 1201px) {
  .wrapper .wrap .seminar-detail section .detail-content {
    padding: 40px;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1200px) {
  .wrapper .wrap .seminar-detail section .detail-content {
    padding: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .wrapper .wrap .seminar-detail section .detail-content {
    padding: 30px 25px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .wrap .seminar-detail section .detail-content {
    padding: 30px 25px;
  }
}
.wrapper .wrap .seminar-detail section .detail-content ul.default {
  padding: 20px 30px;
}
.wrapper .wrap .seminar-detail section .detail-content ul.default li {
  margin: 5px 0;
  list-style: square;
}
.wrapper .wrap .seminar-detail section .detail-content ul.check {
  margin: 40px 0;
  padding: 0;
}
.wrapper .wrap .seminar-detail section .detail-content ul.check li {
  margin: 30px 0;
  list-style: none;
}
.wrapper .wrap .seminar-detail section .detail-content ul.check li h4 {
  box-shadow: 0 3px 4px #444 inset;
  font-weight: bold;
  font-size: 0.9em;
  color: #fff;
}
@media screen and (min-width: 1201px) {
  .wrapper .wrap .seminar-detail section .detail-content ul.check li h4 {
    padding: 10px 20px 10px 8%;
    background: #555 url(../images/detail_check.png) no-repeat 3% 53%;
    line-height: 1.4;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1200px) {
  .wrapper .wrap .seminar-detail section .detail-content ul.check li h4 {
    padding: 10px 20px 10px 8%;
    background: #555 url(../images/detail_check.png) no-repeat 3% 53%;
    line-height: 1.4;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .wrapper .wrap .seminar-detail section .detail-content ul.check li h4 {
    padding: 15px 20px 15px 16%;
    background: #555 url(../images/sp/detail_check.png) no-repeat 3% 53%;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .wrap .seminar-detail section .detail-content ul.check li h4 {
    padding: 15px 20px 15px 16%;
    background: #555 url(../images/sp/detail_check.png) no-repeat 3% 53%;
    line-height: 1.2;
  }
}
.wrapper .wrap .seminar-detail section .detail-content ul.check li div {
  padding: 20px 30px;
  background: #fff;
  box-shadow: 0 3px 3px #ccc inset;
  font-size: 0.9em;
}
.wrapper .wrap .seminar-detail section .detail-content .dvdimage {
  width: 300px;
}
@media screen and (min-width: 1201px) {
  .wrapper .wrap .seminar-detail section .detail-content .dvdimage {
    margin: 0 0 30px 30px;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1200px) {
  .wrapper .wrap .seminar-detail section .detail-content .dvdimage {
    margin: 0 0 30px 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .wrapper .wrap .seminar-detail section .detail-content .dvdimage {
    margin: 30px auto;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .wrap .seminar-detail section .detail-content .dvdimage {
    margin: 30px auto;
  }
}
.wrapper .wrap .price-head img {
  margin: 0 auto;
}
.wrapper .wrap footer {
  padding: 20px 0;
  background: #333;
  font-size: 0.7em;
  color: #fff;
}
@media screen and (min-width: 1201px) {
  .wrapper .wrap footer {
    margin: 0 17px;
  }
}
@media screen and (min-width: 1101px) and (max-width: 1200px) {
  .wrapper .wrap footer {
    margin: 0 17px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .wrapper .wrap footer {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .wrapper .wrap footer {
    margin: 0;
  }
}
.wrapper .wrap footer p {
  padding: 0;
  text-align: center;
}
.wrapper .wrap footer a {
  color: #fff;
}
