@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/*======== MIXIN ==========*/
/* Media Query */
/*
    @include max-screen($breakpoint-fullscreen) {}

    @include max-screen($breakpoint-tablet) {}

    @include max-screen($breakpoint-mobile) {}

    @include max-screen($breakpoint-mobilese) {}
*/
/* Prefixer */
/*
    @include prefixer(appearance, none, ("webkit", "moz", "ms"));
*/
/*======== PC STYLE ==========*/
/*======== Elements & Basic ==========*/
/* line 12, /Users/kitahashitsuyoshi/Documents/Topicmaker/gakken-kagakusoken/trunk/sass/pc.scss */
.global-header {
  box-sizing: border-box;
  font-weight: 700;
}

/* line 21, /Users/kitahashitsuyoshi/Documents/Topicmaker/gakken-kagakusoken/trunk/sass/pc.scss */
.global-header .global-menu .service-menu a:hover {
  opacity: .8;
}

/* line 34, /Users/kitahashitsuyoshi/Documents/Topicmaker/gakken-kagakusoken/trunk/sass/pc.scss */
.global-header .global-activities-menu a:hover {
  opacity: .8;
}

/* line 53, /Users/kitahashitsuyoshi/Documents/Topicmaker/gakken-kagakusoken/trunk/sass/pc.scss */
.global-footer .button-contact:hover {
  opacity: .8;
}

/* ====== type A ========= */
/* line 67, /Users/kitahashitsuyoshi/Documents/Topicmaker/gakken-kagakusoken/trunk/sass/pc.scss */
.type-a__feature-contents a:hover .body {
  opacity: .8;
}

/* line 75, /Users/kitahashitsuyoshi/Documents/Topicmaker/gakken-kagakusoken/trunk/sass/pc.scss */
.type-a__activities .grid:hover {
  opacity: .8;
}

/* line 80, /Users/kitahashitsuyoshi/Documents/Topicmaker/gakken-kagakusoken/trunk/sass/pc.scss */
.type-a__activities .button-activities:hover {
  opacity: .8;
}

/* line 89, /Users/kitahashitsuyoshi/Documents/Topicmaker/gakken-kagakusoken/trunk/sass/pc.scss */
.type-a__feature-microsite .grid:hover {
  opacity: .8;
}

/* line 96, /Users/kitahashitsuyoshi/Documents/Topicmaker/gakken-kagakusoken/trunk/sass/pc.scss */
.type-a__bannergroup a:hover {
  opacity: .8;
}

/* ====== type D テオ・ヤンセン ========= */
/* line 108, /Users/kitahashitsuyoshi/Documents/Topicmaker/gakken-kagakusoken/trunk/sass/pc.scss */
.type-d__marquee.is--teo:hover .slick-track {
  background: #999;
}

/* line 112, /Users/kitahashitsuyoshi/Documents/Topicmaker/gakken-kagakusoken/trunk/sass/pc.scss */
.type-d__marquee.is--teo:hover .slick-next,
.type-d__marquee.is--teo:hover .slick-prev {
  opacity: 1;
}

/*# sourceMappingURL=../css/pc.map */