@charset "UTF-8";
/* line 5, ../../style.scss */
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;
}

/* line 6, ../../style.scss */
body {
  line-height: 1;
}

/* line 9, ../../style.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 12, ../../style.scss */
nav ul {
  list-style: none;
}

/* line 15, ../../style.scss */
blockquote, q {
  quotes: none;
}

/* line 18, ../../style.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

/* line 22, ../../style.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 29, ../../style.scss */
ins {
  background-color: #FF9;
  color: #111;
  text-decoration: none;
}

/* line 34, ../../style.scss */
mark {
  background-color: #FF9;
  color: #111;
  font-style: italic;
  font-weight: bold;
}

/* line 40, ../../style.scss */
del {
  text-decoration: line-through;
}

/* line 43, ../../style.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 47, ../../style.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 51, ../../style.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #CCC;
  margin: 1.000em 0;
  padding: 0;
}

/* line 59, ../../style.scss */
input, select {
  vertical-align: middle;
}

/* line 63, ../../style.scss */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
/* line 71, ../../style.scss */
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
/* line 74, ../../style.scss */
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/* line 79, ../../style.scss */
body > iframe {
  position: absolute;
  width: 100%;
  bottom: 0;
}

/* line 87, ../../style.scss */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

/* line 95, ../../style.scss */
.clearfix {
  display: block;
}

/* line 98, ../../style.scss */
* + html .clearfix {
  display: inline-block;
}

/* line 127, ../../style.scss */
body {
  position: relative;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  color: #3e3a39;
}

/* line 133, ../../style.scss */
img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}

/* line 139, ../../style.scss */
ul li {
  list-style: none;
}

/* line 142, ../../style.scss */
#wrapper {
	border-top: 0.2em solid #0A569E;
}

/* line 146, ../../style.scss */
.btnArea.cf {
  display: none;
}

/* line 149, ../../style.scss */
.w801n {
  display: none;
}

/* line 152, ../../style.scss */
.inner {
  width: 980px;
  margin: 0 auto;
}

/* line 156, ../../style.scss */
#header {
  background: #ffffff;
}
/* line 158, ../../style.scss */
#header h1 {
  font-size: 11px;
  margin-bottom: 0.5em;
  padding-top: 0.5em;
}
/* line 163, ../../style.scss */
#header .header_content {
  position: relative;
  margin-bottom: 1em;
}
/* line 166, ../../style.scss */
#header .header_content.header_content2 {
  margin-bottom: 0.5em;
}
/* line 168, ../../style.scss */
#header .header_content.header_content2 .header_caption {
  float: right;
  width: 500px;
  margin-top: 2em;
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}
/* line 177, ../../style.scss */
#header .header_content .header_logo {
  float: left;
  width: 266px;
  margin-right: 1em;
}
/* line 182, ../../style.scss */
#header .header_content .header_caption {
  float: left;
  width: 140px;
  margin-top: 1.4em;
  font-size: 12px;
  line-height: 1.4;
}
/* line 189, ../../style.scss */
#header .header_content .header_btnN_box {
  float: left;
  margin-top: 1.6em;
}
/* line 192, ../../style.scss */
#header .header_content .header_btnN_box a {
  float: left;
  display: block;
  font-size: 11px;
  border: 0.1em solid #cacaca;
  padding: 0.5em;
  margin-left: 0.8em;
  background-color: #ffffff;
  border-radius: 2px;
  background: -webkit-linear-gradient(top, #ffffff 5%, #cacaca 100%);
  background: -webkit-linear-gradient(top, #ffffff 5%, #cacaca 100%);
  background: linear-gradient(to bottom, #ffffff 5%, #cacaca 100%);
  text-align: center;
  font-weight: bold;
  color: #3e3a39;
  text-decoration: none;
}
/* line 208, ../../style.scss */
#header .header_content .header_btnN_box a:first-child {
  margin-left: 4em;
}
/* line 213, ../../style.scss */
#header .header_content .header_address {
  position: absolute;
  top: -0.5em;
  right: 0;
}
/* line 217, ../../style.scss */
#header .header_content .header_address p {
  font-size: 14px;
}
/* line 220, ../../style.scss */
#header .header_content .header_address img {
  display: inline-block;
  margin: 0 0.2em 0 0.4em;
}
/* line 225, ../../style.scss */
#header .header_content form {
  position: absolute;
  top: 1.5em;
  right: 0;
}
/* line 229, ../../style.scss */
#header .header_content form .HInputTxt {
  width: 130px;
  height: 1.6em;
  margin-right: -0.5em;
  border: 0.1em solid #cacaca;
  border-radius: 2px 0 0 2px;
}
/* line 236, ../../style.scss */
#header .header_content form .HInputSub {
  border: 0.1em solid #cacaca;
  border-radius: 2px;
}
/* line 244, ../../style.scss */
#header .header_gnav ul li {
  float: left;
  list-style: none;
}
/* line 247, ../../style.scss */
#header .header_gnav ul li a {
  display: block;
  background: url(../../../images_big/common/header/navi2.png) left top no-repeat;
  height: 56px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/* line 255, ../../style.scss */
#header .header_gnav ul li#gnav_1 {
  width: 100px;
}
/* line 257, ../../style.scss */
#header .header_gnav ul li#gnav_1 a {
  background-position: 0 top;
}
/* line 259, ../../style.scss */
#header .header_gnav ul li#gnav_1 a:hover {
  background-position: 0 bottom;
}
/* line 264, ../../style.scss */
#header .header_gnav ul li#gnav_2 {
  width: 195px;
}
/* line 266, ../../style.scss */
#header .header_gnav ul li#gnav_2 a {
  background-position: -100px top;
}
/* line 268, ../../style.scss */
#header .header_gnav ul li#gnav_2 a:hover {
  background-position: -100px bottom;
}
/* line 273, ../../style.scss */
#header .header_gnav ul li#gnav_3 {
  width: 195px;
}
/* line 275, ../../style.scss */
#header .header_gnav ul li#gnav_3 a {
  background-position: -295px top;
}
/* line 277, ../../style.scss */
#header .header_gnav ul li#gnav_3 a:hover {
  background-position: -295px bottom;
}
/* line 282, ../../style.scss */
#header .header_gnav ul li#gnav_4 {
  width: 195px;
}
/* line 284, ../../style.scss */
#header .header_gnav ul li#gnav_4 a {
  background-position: -490px top;
}
/* line 286, ../../style.scss */
#header .header_gnav ul li#gnav_4 a:hover {
  background-position: -490px bottom;
}
/* line 291, ../../style.scss */
#header .header_gnav ul li#gnav_5 {
  width: 195px;
}
/* line 293, ../../style.scss */
#header .header_gnav ul li#gnav_5 a {
  background-position: -685px top;
}
/* line 295, ../../style.scss */
#header .header_gnav ul li#gnav_5 a:hover {
  background-position: -685px bottom;
}
/* line 300, ../../style.scss */
#header .header_gnav ul li#gnav_6 {
  width: 100px;
}
/* line 302, ../../style.scss */
#header .header_gnav ul li#gnav_6 a {
  background-position: -880px top;
}
/* line 304, ../../style.scss */
#header .header_gnav ul li#gnav_6 a:hover {
  background-position: -880px bottom;
}

/* line 313, ../../style.scss */
#header_sp {
  position: absolute;
  top: 2.4em;
  right: 0.5em;
}
/* line 318, ../../style.scss */
#header_sp a img {
  border: 0.1em solid #cacaca;
}

/* line 324, ../../style.scss */
#dnavi {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  background: #ffffff;
  width: 100%;
  min-height: 100%;
  text-align: left;
  -webkit-transition-duration: 300ms;
  -webkit-transition-property: -webkit-transform;
  -webkit-transform: translateX(0%);
  z-index: 99999;
}
/* line 337, ../../style.scss */
#dnavi p.title2 {
  position: relative;
  background: #00afec url(../../../sp/img/iconMaru.png) no-repeat 5px center;
  background-size: 20px;
  margin: 0 auto;
  padding: 1.5em 1em 1.5em 2em;
  border-bottom: 0.2em solid #cacaca;
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
}
/* line 347, ../../style.scss */
#dnavi p.title2 a.dnavi_close {
  position: absolute;
  top: 1em;
  right: 1em;
  background: #fff33f;
  padding: 0.8em 1.8em;
  border-radius: 15px;
  text-align: center;
  color: #3e3a39;
  font-size: 12px;
  text-decoration: none;
}
/* line 360, ../../style.scss */
#dnavi ul#dnavi_list {
  padding: 0;
}
/* line 362, ../../style.scss */
#dnavi ul#dnavi_list li {
  display: block;
  position: relative;
  background: #ffffff;
  margin: 0;
  padding: 0;
  font-size: 16px;
  text-decoration: none;
  list-style: none;
}
/* line 371, ../../style.scss */
#dnavi ul#dnavi_list li a {
  display: block;
  position: relative;
  background: #ffffff;
  margin: 0;
  padding: 1em;
  border-bottom: 0.1em solid #cacaca;
  font-size: 16px;
  text-decoration: none;
  list-style: none;
}

/* line 385, ../../style.scss */
#dnavi[selected="true"] {
  display: block;
  z-index: 1000;
}

/* line 390, ../../style.scss */
#topic_path {
  background: #ffffff;
}
/* line 392, ../../style.scss */
#topic_path ul {
  width: 980px;
  margin: 0 auto;
  padding: 0.500em 0;
}
/* line 396, ../../style.scss */
#topic_path ul li {
  display: inline-block;
  background: url(../../../images_big/common/icon/ico_topic_path.gif) no-repeat;
  background-position: center left;
  padding: 0 0.500em 0 1em;
  font-size: 12px;
  font-weight: bold;
  list-style: none;
}
/* line 404, ../../style.scss */
#topic_path ul li a {
  font-weight: normal;
  color: #00afec;
}
/* line 408, ../../style.scss */
#topic_path ul li:first-child {
  background: none;
  padding-left: 0;
}

/* line 416, ../../style.scss */
.scrolltop {
  position: fixed;
  right: 30px;
  bottom: -40px;
  z-index: 999;
}
/* line 421, ../../style.scss */
.scrolltop a {
  display: block;
  background: #00508E;
  width: 125px;
  height: 40px;
  border-radius: 2px 2px 0 0;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  line-height: 40px;
}

@media (min-width: 801px) {
  /* line 439, ../../style.scss */
  #wrapper {
    min-width: 980px;
  }
}
@media (max-width: 800px) {
  /* line 444, ../../style.scss */
  .w801n {
    display: block;
  }

  /* line 447, ../../style.scss */
  .inner {
    width: 98%;
    margin: 0 auto;
  }

  /* line 452, ../../style.scss */
  #header .header_content {
    margin-bottom: 0;
  }
  /* line 454, ../../style.scss */
  #header .header_content.header_content2 {
    margin-bottom: 0.5em;
  }
  /* line 456, ../../style.scss */
  #header .header_content.header_content2 .header_logo {
    width: 40%;
    padding-right: 0;
  }
  /* line 460, ../../style.scss */
  #header .header_content.header_content2 .header_caption {
    display: block;
    width: 60%;
    margin-top: 1em;
    text-align: left;
    font-size: 14px;
  }
  /* line 468, ../../style.scss */
  #header .header_content .header_logo {
    width: 40%;
    margin-right: 0;
    padding-right: 1em;
    box-sizing: border-box;
  }
  /* line 474, ../../style.scss */
  #header .header_content .header_caption,
  #header .header_content .header_address,
  #header .header_content form {
    display: none;
  }
  /* line 479, ../../style.scss */
  #header .header_content .header_btnN_box {
    float: left;
    display: table;
    width: 50%;
    margin-top: 1em;
    border-collapse: separate;
    border-spacing: 0.5em 0;
  }
  /* line 486, ../../style.scss */
  #header .header_content .header_btnN_box a {
    float: none;
    display: table-cell;
    width: 33%;
    padding: 0.5em;
    vertical-align: middle;
  }
  /* line 492, ../../style.scss */
  #header .header_content .header_btnN_box a:first-child {
    margin-left: 0;
  }
  /* line 498, ../../style.scss */
  #header .header_gnav {
    display: none;
  }

  /* line 503, ../../style.scss */
  #topic_path ul {
    width: 98%;
  }
}
@media (max-width: 640px) {
  /* line 511, ../../style.scss */
  #header .header_content .header_btnN_box {
    margin-top: 0.5em;
  }

  /* line 516, ../../style.scss */
  #header_sp {
    top: 1.8em;
  }
}
@media (max-width: 500px) {
  /* line 525, ../../style.scss */
  #header .header_content.header_content2 .header_caption {
    margin-top: 0.5em;
    font-size: 11px;
  }
  /* line 530, ../../style.scss */
  #header .header_content .header_logo {
    width: 70%;
  }
  /* line 533, ../../style.scss */
  #header .header_content .header_btnN_box {
    display: none;
  }
}
/* line 543, ../../style.scss */
#container {
  border-top: 0.1em solid #cacaca;
}

/* line 550, ../../style.scss */
.titlleF img {
  margin: 0 auto;
}

/* line 554, ../../style.scss */
h2.fig {
  background: #1699c8;
  background: linear-gradient(#1699c8, #077091);
  margin: 3em 0 1em 0;
  padding: 0.2em;
  text-align: center;
  color: #FFF;
  font-size: 20px;
}
/* line 562, ../../style.scss */
h2.fig span {
  display: block;
  padding: 0.6em 0.5em;
  border: 1px solid #FFF;
}

/* line 568, ../../style.scss */
.main_view {
  width: 98%;
  max-width: 960px;
  margin: 0 auto 1em auto;
}

/* line 572, ../../style.scss */
.main_view p {
  background: #fff;
  border: 1px solid #cacaca;
  padding: 10px 20px;
  /*text-align: center;*/
  font-size: 14px;
}
/* line 578, ../../style.scss */
.main_view p a {
  display: block;
  background: -webkit-linear-gradient(top, #f24537 5%, #c62d1f 100%);
  background: linear-gradient(to bottom, #f24537 5%, #c62d1f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f24537', endColorstr='#c62d1f', GradientType=0);
  background-color: #f24537;
　max-width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  border: 1px solid #d02718;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  box-shadow: inset 0 1px 0 0 #f5978e;
  text-shadow: 0 1px 0 #810e05;
  cursor: pointer;
}

.main_view p span.tokubetu{
    color:#6600cc
}
.main_view li a.puaple{
    background:#6600cc
}
/* line 602, ../../style.scss */
h3.fig {
  background: #FD0000;
  background: radial-gradient(#FD0000, #F0FF00);
  margin: 2em 0 0 0;
  padding: 0.2em;
  text-align: center;
  color: #FFF;
  font-size: 20px;
}
/* line 610, ../../style.scss */
h3.fig span {
  display: block;
  padding: 0.6em 0.5em;
  border: 1px solid #FFF;
}

/* line 617, ../../style.scss */
ul.sub_bn li.course1 {
  margin-top: 1em;
  background-color: #FFFFFF;
}
/* line 619, ../../style.scss */
ul.sub_bn li:first-child {
  margin-top: 0;
}
/* line 622, ../../style.scss */
ul.sub_bn li.course1 img {
  float: left;
  width: 24%;
  margin:3px 2px 3px 6px;
  display: inline-block;
}
/* line 626, ../../style.scss */
ul.sub_bn li.course1 p {
  float: right;
  width: 24%;
  font-size: 18px;
  line-height: 1.2;
}
ul.sub_bn li.course1 p.red {
  color: #FF0004
}

ul.sub_bn li.course1 p.briefing {
  font-size: 20px;
  font-weight: bold;
}

ul.sub_bn li.course1 span {
  display: block;
  padding:0.5em;
  font-weight: bold;
}
ul.sub_bn li.course1 span.value {
  margin-left:0.5em;
  font-weight: bold;
  color: #FF0004;
  font-size: 22px;
}
ul.sub_bn li.course1 a {
  float: right;
  width: 22%;
  background-color: #F35255;
  padding: 2em;
  margin: 1em;
  font-weight: bold;
  color: #FFFFFF;
  display: block;
}
ul.sub_bn li.course1 a.ng {
  float: right;
  width: 22%;
  background-color: #585656;
  padding: 2em;
  margin: 1em;
  font-weight: bold;
  color: #FFFFFF;
  display: block;
}
ul.sub_bn li.course2 {
  float: left;
  background-color: #F8F7C1;
  width: 48%;
  margin: 1em 1% 0 1%;
}
ul.sub_bn li.course2 p {
  font-weight: bold;
  margin: 1em 5px 0 5px;
  line-height: 1.4em;
}
ul.sub_bn li.course2 a {
  background-color: #F35255;
  padding: 0.5em;
  margin: 1em;
  font-weight: bold;
  color: #FFFFFF;
  display: block;
  float: left;
}
ul.sub_bn li.course2 span.value {
  margin-left:0.5em;
  font-weight: bold;
  color: #FF0004;
  font-size: 22px;
  display: block;
  line-height: 1.4em;
}

ul.sub_bn li.course3 {
  background-color: #FFFFFF;
  width: 33%;
  float: left;
  margin-left: 0.5%;
}
ul.sub_bn li.course3:first-child {
  margin-left: 0;
}
ul.sub_bn li.course3 span {
  display: block;
  padding:0.5em;
  font-weight: bold;
}
ul.sub_bn li.course3 a {
  background-color: #F35255;
  padding: 0.5em;
  margin: 1em;
  font-weight: bold;
  color: #FFFFFF;
  display: block;
  text-align: center;
}

/* line 635, ../../style.scss */
ul.bnr {
  margin-bottom: 2em;
}
/* line 637, ../../style.scss */
ul.bnr li {
  float: left;
  width: 23.5%;
  margin: 0 0 0 2%;
}
/* line 641, ../../style.scss */
ul.bnr li:first-child {
  margin: 0 0 0 0;
}

/* line 646, ../../style.scss */
.lastext {
  margin-top: 2em;
}
/* line 648, ../../style.scss */
.lastext h2 {
  background: #FD0000;
  background: radial-gradient(#FD0000, #F0FF00);
  padding: 0.2em;
  text-align: center;
  color: #FFF;
  font-size: 20px;
}
/* line 655, ../../style.scss */
.lastext h2 span {
  display: block;
  padding: 0.6em 0.5em;
  border: 1px solid #FFF;
}
/* line 661, ../../style.scss */
.lastext p {
  background: #FFF;
  padding: 1em;
  border-right: 2px solid #f7b277;
  border-bottom: 2px solid #f7b277;
  border-left: 2px solid #f7b277;
  line-height: 1.5;
}
.lastext p span{
	color: #FF0004;
	font-weight: bold;
	margin-left: 1em;
}
/* line 671, ../../style.scss */
#footer {
  background: url(https://ski.bigs.jp/images_big/index_img/bg_footer.png);
  padding: 2em 0 0 0;
  margin-top: 1em;
  border-top: 0.1em solid #cacaca;
}
/* line 675, ../../style.scss */
#footer .footermap {
  float: left;
  width: 710px;
}
/* line 678, ../../style.scss */
#footer .footermap p {
  margin-top: 1.5em;
  font-size: 14px;
  font-weight: bold;
  border-bottom: 0.1em solid #00afec;
  color: #00afec;
}
/* line 684, ../../style.scss */
#footer .footermap p:first-child {
  margin-top: 0;
}
/* line 688, ../../style.scss */
#footer .footermap ul {
  margin-top: 1em;
  font-size: 11px;
}
/* line 691, ../../style.scss */
#footer .footermap ul li {
  float: left;
  width: 32%;
  margin-left: 2%;
}
/* line 695, ../../style.scss */
#footer .footermap ul li:first-child {
  margin-left: 0;
}
/* line 698, ../../style.scss */
#footer .footermap ul li a {
  background: url(/images/common/footer/flink.png) no-repeat;
  background-position: 0 center;
  padding-left: 1em;
  color: #3e3a39;
  text-decoration: none;
}
/* line 708, ../../style.scss */
#footer .footerinfo {
  float: right;
  width: 240px;
}
/* line 712, ../../style.scss */
#footer p.bigsadd {
  background: #ffffff;
  margin-top: 2.5em;
  padding-top: 1em;
  border-top: 0.1em dotted #cacaca;
  font-size: 12px;
  text-align: center;
}
/* line 720, ../../style.scss */
#footer h4 {
  background: #ffffff;
  padding: 1em 0 0.5em 0;
  font-size: 12px;
  text-align: center;
}

@media (max-width: 800px) {

  /* line 735, ../../style.scss */
  ul.sub_bn li.course1 p {
    margin: 0 0 0 0;
    font-size: 16px;
  }
  ul.sub_bn li.course1 img {
    width: 32%;
  }
  ul.sub_bn li.course1 a {
    width: 44%;
    padding: 1em;
    float: left;
  }
  ul.sub_bn li.course1 a.ng {
    width: 44%;
    padding: 1em;
  }
ul.sub_bn li.course2 span.value {
  font-size: 17px;
}

  /* line 743, ../../style.scss */
  #footer .footermap {
    float: none;
    width: 98%;
    margin: 0 auto;
  }
  /* line 747, ../../style.scss */
  #footer .footermap ul {
    -webkit-text-size-adjust: 100%;
    font-size: 11px;
  }
  /* line 752, ../../style.scss */
  #footer .footerinfo {
    float: none;
    margin: 2em auto 0 auto;
  }
  /* line 755, ../../style.scss */
  #footer .footerinfo span {
    position: static;
    display: block !important;
    margin: 2em 0 1em 0;
    text-align: center;
  }
  /* line 760, ../../style.scss */
  #footer .footerinfo span a {
    width: auto;
    height: auto;
    border-radius: 2px;
  }
  /* line 767, ../../style.scss */
  #footer p.bigsadd {
    -webkit-text-size-adjust: 100%;
    font-size: 11px;
    line-height: 1.2;
  }
  /* line 772, ../../style.scss */
  #footer h4 {
    -webkit-text-size-adjust: 100%;
    font-size: 11px;
  }

  /* line 778, ../../style.scss */
  .scrolltop {
    display: none;
  }
}
@media (max-width: 640px) {
  /* line 784, ../../style.scss */
  ul.sub_bn li.course1 {
    margin-top: 1em;
    border-bottom: 2px solid #3e3a39;
  }
  /* line 788, ../../style.scss */
  ul.sub_bn li.course1:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
  /* line 793, ../../style.scss */
  ul.sub_bn li.course1 img {
    float: none;
    width: 32%;
    margin: 0px -6px 0.5em 4px;;
  }
    ul.sub_bn li.course1 a {
    width: 41%;
    padding: 1em;
    float: left;
  }
    ul.sub_bn li.course1 a.ng {
    width: 41%;
    padding: 1em;
    float: left;
  }
/* line 798, ../../style.scss */
  ul.sub_bn li.course1 p {
    float: none;
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.5;
  }
ul.sub_bn li.course2 span.value {
  font-size: 17px;
}
    ul.sub_bn li.course3 a {
    font-size: 15px;
  }
}
/* line 811, ../../style.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 812, ../../style.scss */
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* line 813, ../../style.scss */
.slick-list:focus {
  outline: 0;
}

/* line 814, ../../style.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 815, ../../style.scss */
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 816, ../../style.scss */
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

/* line 817, ../../style.scss */
.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}

/* line 818, ../../style.scss */
.slick-track:after {
  clear: both;
}

/* line 819, ../../style.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 820, ../../style.scss */
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

/* line 821, ../../style.scss */
[dir='rtl'] .slick-slide {
  float: right;
}

/* line 822, ../../style.scss */
.slick-slide img {
  display: block;
    margin: 0 auto;
}

/* line 823, ../../style.scss */
.slick-slide.slick-loading img {
  display: none;
}

/* line 824, ../../style.scss */
.slick-slide.dragging img {
  pointer-events: none;
}

/* line 825, ../../style.scss */
.slick-initialized .slick-slide {
  display: block;
}

/* line 826, ../../style.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}

/* line 827, ../../style.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 828, ../../style.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/*thema*/
/* line 830, ../../style.scss */
.slick-loading .slick-list {
  background: #fff url("../images_big/index_img/ajax-loader.gif") center center no-repeat;
}

/* line 831, ../../style.scss */
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent;
}

/* line 832, ../../style.scss */
.slick-prev {
  top: 0;
  left: 0;
  width: 6%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

/* line 833, ../../style.scss */
.slick-next {
  top: 0;
  right: 0;
  width: 6%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

/* line 834, ../../style.scss */
.slick-prev, .slick-next {
  background: #000 \9;
  -ms-filter: "alpha( opacity=70 )" \9;
  filter: alpha(opacity=70) \9;
}

/* line 835, ../../style.scss */
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: 0;
  background: rgba(100, 100, 100, 0.7);
}

/* line 836, ../../style.scss */
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  background: #646464 \9;
  -ms-filter: "alpha( opacity=70 )" \9;
  filter: alpha(opacity=70) \9;
}

/*.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{color:#333}*/
/* line 838, ../../style.scss */
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25;
}

/* line 839, ../../style.scss */
.slick-prev:before, .slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: #FFFCDB;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 840, ../../style.scss */
[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

/* line 841, ../../style.scss */
.slick-prev:before {
  content: '←';
}

/* line 842, ../../style.scss */
[dir='rtl'] .slick-prev:before {
  content: '→';
}

/* line 843, ../../style.scss */
[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

/* line 844, ../../style.scss */
.slick-next:before {
  content: '→';
}

/* line 845, ../../style.scss */
[dir='rtl'] .slick-next:before {
  content: '←';
}

/*.slick-slider{margin-bottom:30px}*/
/* line 847, ../../style.scss */
.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

/* line 848, ../../style.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

/* line 849, ../../style.scss */
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent;
}

/* line 850, ../../style.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: 0;
}

/* line 851, ../../style.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

/* line 852, ../../style.scss */
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 853, ../../style.scss */
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

.main_view li{
	border: 4px solid #1699c8;
    float: left;
    width: 43%;
    margin: 1em 0 0 2%;
    padding: 1em;
    font-weight: bold;
	}

.main_view li a {
    background: #FF0033;
    background-image: -webkit-linear-gradient(top, #FF0033, #FF0000);
    background-image: -moz-linear-gradient(top, #FF0033, #FF0000);
    background-image: -ms-linear-gradient(top, #FF0033, #FF0000);
    background-image: -o-linear-gradient(top, #FF0033, #FF0000);
    background-image: linear-gradient(to bottom, #FF0033, #FF0000);
    -webkit-border-radius: 9;
    -moz-border-radius: 9;
    border-radius: 9px;
    color: #ffffff;
    font-size: 30px;
    padding: 4% 2%;
    margin: 1% 0 0 0;
    text-decoration: none;
    display: block;
    text-align: center;
}
.main_view li a.tokubetu{
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #6600cc, #660099);
}
@media (max-width:800px){
.main_view li{
    float: none;
    width: 90%;
	}
}
@media (max-width:550px){
.main_view li{
    float: none;
    width: 85%;
	}
}
.usa{
	background-image: #FF0206 !important;
	background: #FF0004 !important;
}
iframe {
	margin: 0 auto;
	display: block;
}
.red {
	color: #FF0004;
}