/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/

/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/

/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/

/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/

/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/

/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/

/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/

/*------------------------------------------------
voice
--------------------------------------------------*/

.voice img {
	width: 100%;
}

.voice .voice-inner {
	padding: 50px 0 0;
}

.voice .bg-voice-01 {
	padding: 50px 0 20px;
	background-color: #cdeaf8;
	background-image: url(/gas-enekan/images/pc/more/voice/bg_voice_01.png);
	background-repeat: repeat-x;
	background-position: 0 bottom;
}

.voice .bg-voice-02 {
	padding: 0 0 120px;
	background-image: url(/gas-enekan/images/pc/more/voice/bg_voice_02.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.voice .contents-ttl-image {
	width: 970px;
	margin: 0 auto;
	text-align: center;
}

.voice .contents-ttl-image img {
	width: 261px;
}

.voice .voice-area {
	width: 970px;
	margin: 0 auto;
	background-color: #fff5e0;
}

.voice .voice-area-inner {
	padding: 40px 30px;
}

.voice .voice-box {
	position: relative;
	min-height: 109px;
	margin: 0 0 40px;
}

.voice .voice-image {
	position: absolute;
	top: 50%;
	width: 109px;
	margin-top: -54px;
}

.voice .voice-text-area {
	position: relative;
	padding: 20px;
	background-color: #fff;
}

.voice .voice-text-area:after {
	position: absolute;
	top: 50%;
	display: block;
	width: 0;
	height: 0;
	margin-top: -19px;
	content: '';
	border-style: solid;
}

.voice .voice-box-odd .voice-image {
	left: 0;
}

.voice .voice-box-odd .voice-text-area {
	margin-left: 143px;
}

.voice .voice-box-odd .voice-text-area:after {
	left: -34px;
	border-width: 19px 34px 19px 0;
	border-color: transparent #fff transparent transparent;
}

.voice .voice-box-even .voice-image {
	right: 0;
}

.voice .voice-box-even .voice-text-area {
	margin-right: 143px;
}

.voice .voice-box-even .voice-text-area:after {
	right: -34px;
	border-width: 19px 0 19px 34px;
	border-color: transparent transparent transparent #fff;
}

.voice .voice-text {
	font-size: 14px;
	margin: 0 0 20px;
}

.voice .voice-name {
	font-size: 16px;
	font-weight: bold;
	color: #70b42b;
}

/*------------------------------------------------
interview
--------------------------------------------------*/

.interview .interview-inner {
	padding: 75px 0 45px;
	background-color: #d1f2fa;
}

.interview .contents-ttl {
	margin-bottom: 20px;
}

.interview p {
	margin: 0 0 20px;
	padding: 0 30px;
}

.interview .interview-movie {
	position: relative;
	margin: 0 30px;
}

.interview .interview-movie:before {
	display: block;
	padding-top: 56.3%;
	content: '';
}

.interview .jstream-eqPlayer,
.interview .jstream-eqPlayer object {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
}

.interview .jstream-eqPlayer a div,
.interview .jstream-eqPlayer a img:nth-child(1),
.interview .h5_player,
.interview .player_main,
.interview .video_main,
.interview .btn_operation,
.interview .h5_player .info {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
}

.interview .jstream-eqPlayer a img:nth-child(2) {
	top: 50% !important;
	left: 50% !important;
	margin: -50px 0 0 -50px !important;
}

.contents-ttl-interview {
	padding-left: 28px;
}

.contents-ttl-interview:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 18px;
	height: 20px;
	margin-top: -10px;
	content: '';
	background-image: url(/gas-enekan/images/pc/common/sprite.png);
	background-position: -165px -60px;
}

/*------------------------------------------------
quiz
--------------------------------------------------*/

.quiz img {
	width: 100%;
}

.quiz .quiz-inner {
	padding: 75px 0 40px;
}

.quiz .contents-ttl-image {
	width: 436px;
	margin: 0 auto;
}

.quiz .quiz-box {
	position: relative;
	width: 970px;
	margin: 0 auto;
}

.quiz .quiz-box-character {
	position: absolute;
}

.quiz .quiz-box-btn {
	width: 414px;
	margin: 0 auto;
	text-align: center;
}

.quiz .quiz-box-btn a {
	font-size: 26px;
	font-weight: bold;
	display: block;
	padding: 10px 0;
	color: #fff;
	border-radius: 3px;
	background-color: #ffabab;
}

.quiz .bg-sky {
	background-color: #e2f4fa;
	background-image: url(/gas-enekan/images/pc/common/bg_sky_02.jpg);
	background-repeat: repeat-x;
	background-position: 0 bottom;
}

.quiz .quiz-type-01 .contents-ttl-image {
	margin-bottom: 270px;
}

.quiz .quiz-type-01 .quiz-box-character-01 {
	top: 50px;
	left: 0;
	width: 291px;
}

.quiz .quiz-type-01 .quiz-box-character-02 {
	top: 50px;
	right: 0;
	width: 269px;
}

.quiz .quiz-type-02 {
	position: relative;
	display: none;
}

.quiz .quiz-type-02 .quiz-inner {
	padding: 75px 0 10px;
}

.quiz .quiz-type-02 .quiz-box:before {
	position: absolute;
	z-index: 2;
	top: 0;
	left: -5px;
	width: 133px;
	height: 140px;
	content: '';
	background-image: url(/gas-enekan/images/pc/more/quiz/bg_quiz_character_01.png);
	background-repeat: no-repeat;
}

.quiz .quiz-type-02 .quiz-box:after {
	position: absolute;
	z-index: 2;
	top: 0;
	right: -5px;
	width: 98px;
	height: 133px;
	content: '';
	background-image: url(/gas-enekan/images/pc/more/quiz/bg_quiz_character_02.png);
	background-repeat: no-repeat;
}

.quiz .quiz-type-02 .quiz-box-inner {
	position: relative;
}

.quiz .quiz-type-02 .quiz-box-inner:after {
	position: absolute;
	bottom: -12px;
	left: 50%;
	width: 0;
	height: 0;
	margin-left: -7px;
	content: '';
	border-width: 12px 7px 0 7px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
}

.quiz .quiz-type-02 .contents-ttl-image {
	position: relative;
	z-index: 1;
}

.quiz .quiz-type-02 .quiz-question-box {
	position: relative;
	margin-top: -20px;
	background-color: #fff;
}

.quiz .quiz-type-02 .quiz-question-box-inner {
	padding: 50px 130px 30px;
}

.quiz .quiz-type-02 .quiz-question-ttl {
	font-size: 20px;
	margin: 0 0 40px;
}

.quiz .quiz-type-02 .quiz-question-num {
	margin: 0 10px 0 0;
	color: #70b42b;
}

.quiz .quiz-type-02 .quiz-question-list {
	font-size: 20px;
	font-weight: bold;
	float: left;
	width: 33.3%;
	text-align: center;
}

.quiz .quiz-type-02 .quiz-question-list a {
	display: block;
	margin: 0 10px;
	padding: 20px 0;
	background-color: #fff8ab;
}

.quiz .quiz-type-02 .quiz-question-list-inner {
	position: relative;
	display: inline-block;
	padding: 0 0 0 30px;
}

.quiz .quiz-type-02 .quiz-question-bg {
	font-size: 14px;
	line-height: 19px;
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 19px;
	height: 19px;
	margin-top: -9.5px;
	content: '';
	text-align: center;
	color: #fff;
	background-image: url(/gas-enekan/images/pc/common/sprite.png);
	background-position: -165px -41px;
}

.quiz .quiz-type-02 .quiz-question-hint-icon {
	padding-left: 25px;
}

.quiz .quiz-type-02 .quiz-question-hint-icon:after {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 24px;
	height: 20px;
	margin-top: -10px;
	content: '';
	background-image: url(/gas-enekan/images/pc/common/sprite.png);
	background-position: -93px -77px;
}

.quiz .quiz-type-02 .quiz-question-hint-btn {
	font-weight: bold;
	text-align: center;
}

.quiz .quiz-type-02 .quiz-question-hint-btn a {
	font-size: 16px;
	display: inline-block;
	padding: 10px 20px;
	background-color: #ffe5e5;
}

.quiz .quiz-type-02 .quiz-question-hint-inner {
	position: relative;
}

.quiz .quiz-type-02 .quiz-question-hint-box {
	position: absolute;
	top: 120px;
	left: 225px;
	display: none;
	width: 520px;
}

.quiz .quiz-type-02 .quiz-question-hint-box-inner {
	padding: 30px 20px;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .9);
}

.quiz .quiz-type-02 .quiz-question-hint-ttl {
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 20px;
	color: #70b42b;
}

.quiz .quiz-type-02 .quiz-question-hint-close {
	position: absolute;
	top: 20px;
	right: 20px;
}

.quiz .quiz-type-02 .quiz-question-hint-close a {
	display: block;
	width: 28px;
	height: 28px;
	background-image: url(/gas-enekan/images/pc/common/sprite.png);
	background-position: -84px -100px;
}

.quiz .quiz-type-02 .quiz-question-hint-close a {
	text-indent: -9999px;
}

.quiz .quiz-type-03 {
	display: none;
}

.quiz .quiz-type-03 .contents-ttl-image {
	margin-bottom: 20px;
}

.quiz .quiz-type-03 .quiz-box-character-01 {
	top: 50px;
	left: 0;
	width: 244px;
}

.quiz .quiz-type-03 .quiz-box-character-02 {
	top: 50px;
	right: 0;
	width: 250px;
}

.quiz .quiz-type-03 .contents-text-image {
	width: 423px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.quiz .quiz-type-03 .correct-btn {
	margin-bottom: 20px;
}

.quiz .quiz-type-03 .return-btn a {
	color: #ff7373;
	background-color: #fff0cf;
}

.quiz .quiz-type-04 {
	display: none;
}

.quiz .quiz-type-04 .contents-ttl-image {
	margin-bottom: 0;
}

.quiz .quiz-type-04 .quiz-box-character {
	position: static;
	width: 431px;
	margin: 0 auto 20px;
	padding: 0 200px 0 0;
}

.quiz .quiz-type-04 .contents-text-image {
	width: 309px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.quiz .quiz-type-04 .return-btn a {
	color: #ff7373;
	background-color: #fff0cf;
}

.quiz .bg-sky:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 375px;
	content: '';
	background-image: url(/gas-enekan/images/pc/more/quiz/bg_quiz_01.png);
	background-repeat: no-repeat;
	background-position: center 0;
}

.quiz .bg-quiz-incorrect {
	background-color: #b2ced7;
	background-image: url(/gas-enekan/images/pc/more/quiz/bg_quiz_04.png);
	background-repeat: repeat-x;
	background-position: 0 bottom;
}

.quiz .bg-quiz-incorrect:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 375px;
	content: '';
	background-image: url(/gas-enekan/images/pc/more/quiz/bg_quiz_03.png);
	background-repeat: no-repeat;
	background-position: center 0;
}

.quiz .bg-quiz-correct:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 375px;
	content: '';
	background-image: url(/gas-enekan/images/pc/more/quiz/bg_quiz_02.png);
	background-repeat: no-repeat;
	background-position: center 0;
}

.quiz .bg-quiz-book-01 {
	background-image: url(/gas-enekan/images/pc/more/quiz/bg_quiz_book_01.png);
	background-repeat: no-repeat;
	background-position: center 100px;
}

.quiz .bg-quiz-book-02 {
	padding: 0 0 135px;
	background-image: url(/gas-enekan/images/pc/more/quiz/bg_quiz_book_02.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

/*------------------------------------------------
VR
--------------------------------------------------*/
.vr img{
	max-width: 100%;
}

.vr .vr-box{
	padding: 75px 0 5px;
	background-color: #ebf8ff;
}

.vr .vr-inner{
	background: #ebf8ff url(/gas-enekan/images/pc/more/vr/bg_img.png) no-repeat;
	padding-bottom: 40px;
	background-size: contain;
}

.vr .vr_ttl{
	text-align: center;
}

.vr .vr-inner .inner{
	background: url(/gas-enekan/images/pc/more/vr/bg_left.png) no-repeat bottom left,
		url(/gas-enekan/images/pc/more/vr/bg_right.png) no-repeat bottom right;
}

.vr .vr-inner h3{
	text-align: center;
	padding: 100px 0 40px;
}

.vr .vr-inner .lead_txt{
	font-size: 18px;
	text-align: center;
}

.vr .vr-movie{
	margin: 70px auto 0;
}

.vr .ttl02{
	text-align: center;
}

.experienceBox{
	max-width: 700px;
	margin: 20px auto 0;
	background: #fff;
	padding: 30px 20px;
	border: 3px solid #00aae7;
}
.experienceBox p{
	font-size: 18px;
}

.vr h4{
	text-align: center;
	margin-bottom: 30px;
}
.vr h4 span{
	background: linear-gradient(transparent 0%, #ffff66 0%);
	font-size: 26px;
	color: #00aae7;
	font-weight: bold;
}

.vr .vr-inner h5{
	position: relative;
	text-align: center;
	color: #00aae7;
	font-size: 32px;
	font-weight: bold;
}
.vr .vr-inner h5 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;
}
.vr .vr-inner h5::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: #00aae7;
}
.vr .txt_c{
	text-align: center;
	margin: 20px auto;
}

.vr .ulStyle01 {
	margin: 10px 20px;
}

	.vr .ulStyle01 li {
		list-style: disc;
		margin		: 0 0 3px;
		padding		: 0;
		text-align	: left;
		font-size	: 18px;
		line-height: 1.6;
	}

@media screen and (-webkit-min-device-pixel-ratio: 2) {

.voice .bg-voice-01 {
	background-image: url(/gas-enekan/images/pc@2x/more/voice/bg_voice_01.png);
	background-size: 1px 1494px;
}

.voice .bg-voice-02 {
	background-image: url(/gas-enekan/images/pc@2x/more/voice/bg_voice_02.png);
	background-size: 707px 87px;
}

.contents-ttl-interview:before {
	width: 36px;
	width: 18px;
	height: 40px;
	height: 20px;
	margin-top: -10px;
	background-image: url(/gas-enekan/images/pc@2x/common/sprite.png);
	background-position: -320px -242px;
	background-position: -160px -121px;
	background-size: 198px 188px;
}

.quiz .bg-sky {
	background-image: url(/gas-enekan/images/pc@2x/common/bg_sky_02.jpg);
	background-size: 1px 1602px;
}

.quiz .quiz-type-02 .quiz-box:before {
	background-image: url(/gas-enekan/images/pc@2x/more/quiz/bg_quiz_character_01.png);
	background-size: 133px 140px;
}

.quiz .quiz-type-02 .quiz-box:after {
	background-image: url(/gas-enekan/images/pc@2x/more/quiz/bg_quiz_character_02.png);
	background-size: 98px 133px;
}

.quiz .quiz-type-02 .quiz-question-bg {
	width: 38px;
	width: 19px;
	height: 38px;
	height: 19px;
	margin-top: -9.5px;
	background-image: url(/gas-enekan/images/pc@2x/common/sprite.png);
	background-position: -320px -204px;
	background-position: -160px -102px;
	background-size: 198px 188px;
}

.quiz .quiz-type-02 .quiz-question-hint-icon:after {
	width: 48px;
	width: 24px;
	height: 40px;
	height: 20px;
	background-image: url(/gas-enekan/images/pc@2x/common/sprite.png);
	background-position: -272px -144px;
	background-position: -136px -72px;
	background-size: 198px 188px;
}

.quiz .quiz-type-02 .quiz-question-hint-close a {
	width: 56px;
	width: 28px;
	height: 56px;
	height: 28px;
	background-image: url(/gas-enekan/images/pc@2x/common/sprite.png);
	background-position: 0 -200px;
	background-position: 0 -100px;
	background-size: 198px 188px;
}

.quiz .bg-sky:after {
	background-image: url(/gas-enekan/images/pc@2x/more/quiz/bg_quiz_01.png);
	background-size: 969px 375px;
}

.quiz .bg-quiz-incorrect {
	background-image: url(/gas-enekan/images/pc@2x/more/quiz/bg_quiz_04.png);
	background-size: 1px 523px;
}

.quiz .bg-quiz-incorrect:after {
	background-image: url(/gas-enekan/images/pc@2x/more/quiz/bg_quiz_03.png);
	background-size: 969px 375px;
}

.quiz .bg-quiz-correct:after {
	background-image: url(/gas-enekan/images/pc@2x/more/quiz/bg_quiz_02.png);
	background-size: 969px 375px;
}

.quiz .bg-quiz-book-01 {
	background-image: url(/gas-enekan/images/pc@2x/more/quiz/bg_quiz_book_01.png);
	background-size: 400px 264px;
}

.quiz .bg-quiz-book-02 {
	background-image: url(/gas-enekan/images/pc@2x/more/quiz/bg_quiz_book_02.png);
	background-size: 226px 150px;
}

}

@media screen and (min-width: 768px) and (max-width: 969px) {

.voice .contents-ttl-image {
	width: 100%;
}

.voice .voice-area {
	width: 100%;
}

.quiz .quiz-box {
	width: 100%;
}

.quiz .quiz-type-02 .quiz-question-box-inner {
	padding: 50px 50px 30px;
}

.quiz .quiz-type-02 .quiz-question-hint-box {
	right: 10px;
	left: 10px;
	width: auto;
}

}

@media screen and (max-width: 767px) {

.voice .voice-inner {
	padding: 10px 0 0;
}

.voice .bg-voice-01 {
	padding: 10px 0 10px;
	background-image: url(/gas-enekan/images/sp/more/voice/bg_voice_01.png);
	background-size: 1px 1551px;
}

.voice .bg-voice-02 {
	padding: 0 0 65px;
	background-image: url(/gas-enekan/images/sp/more/voice/bg_voice_02.png);
	background-size: 300px 41px;
}

.voice .contents-ttl-image {
	width: 189px;
}

.voice .contents-ttl-image img {
	width: 100%;
}

.voice .voice-area {
	width: 100%;
}

.voice .voice-area-inner {
	padding: 10px;
}

.voice .voice-box {
	margin: 0 0 20px;
}

.voice .voice-image {
	top: 0;
	width: 55px;
	margin-top: 0;
}

.voice .voice-text-area {
	padding: 15px;
}

.voice .voice-text-area:after {
	top: 15px;
	margin-top: 0;
}

.voice .voice-box-odd .voice-text-area {
	margin-left: 72px;
}

.voice .voice-box-odd .voice-text-area:after {
	left: -17px;
	border-width: 10px 17px 10px 0;
}

.voice .voice-box-even .voice-text-area {
	margin-right: 72px;
}

.voice .voice-box-even .voice-text-area:after {
	right: -17px;
	border-width: 10px 0 10px 17px;
}

.voice .voice-text {
	font-size: 12px;
	margin: 0 0 10px;
}

.voice .voice-name {
	font-size: 13px;
}

.interview .interview-inner {
	padding: 20px 0;
}

.interview .contents-ttl {
	margin: 0 10px 10px;
}

.interview p {
	margin: 0 0 10px;
	padding: 0 10px;
}

.interview .interview-movie {
	margin: 0 10px;
}

.contents-ttl-interview {
	padding-left: 17px;
}

.contents-ttl-interview:before {
	width: 24px;
	width: 12px;
	height: 26px;
	height: 13px;
	margin-top: -6.5px;
	background-image: url(/gas-enekan/images/sp/common/sprite.png);
	background-position: -150px 0;
	background-position: -75px 0;
	background-size: 87px 87px;
}

.quiz .quiz-inner {
	padding: 20px 0;
}

.quiz .contents-ttl-image {
	width: 300px;
	margin: 0 auto;
}

.quiz .quiz-box {
	width: 100%;
}

.quiz .quiz-box-btn {
	width: auto;
	padding: 0 10px;
}

.quiz .quiz-box-btn a {
	font-size: 15px;
	padding: 15px 0;
}

.quiz .bg-sky {
	background: -webkit-linear-gradient(top, #e2f4fa 0%, #bfe7f4 100%);
	background: linear-gradient(to bottom, #e2f4fa 0%, #bfe7f4 100%);
}

.quiz .quiz-type-01 .contents-ttl-image {
	margin-bottom: 230px;
}

.quiz .quiz-type-01 .quiz-box-inner {
	padding: 0 10px;
}

.quiz .quiz-type-01 .quiz-box-character-01 {
	top: 56px;
	left: 10px;
	width: 114px;
}

.quiz .quiz-type-01 .quiz-box-character-02 {
	top: 56px;
	right: 10px;
	width: 107px;
}

.quiz .quiz-type-02 .quiz-inner {
	padding: 20px 0 0;
}

.quiz .quiz-type-02 .quiz-box:before {
	left: 0;
	width: 52px;
	height: 59px;
	background-image: url(/gas-enekan/images/sp/more/quiz/bg_quiz_character_01.png);
	background-size: 52px 59px;
}

.quiz .quiz-type-02 .quiz-box:after {
	right: 0;
	width: 49px;
	height: 57px;
	background-image: url(/gas-enekan/images/sp/more/quiz/bg_quiz_character_02.png);
	background-size: 49px 57px;
}

.quiz .quiz-type-02 .quiz-question-box-inner {
	padding: 25px 10px 20px;
}

.quiz .quiz-type-02 .quiz-question-ttl {
	font-size: 14px;
	margin: 0 0 10px;
}

.quiz .quiz-type-02 .quiz-question-list {
	font-size: 15px;
	float: none;
	width: auto;
	margin: 0 0 10px;
}

.quiz .quiz-type-02 .quiz-question-list:last-child {
	margin: 0;
}

.quiz .quiz-type-02 .quiz-question-list a {
	margin: 0;
	padding: 15px 0;
}

.quiz .quiz-type-02 .quiz-question-bg {
	font-size: 10px;
	line-height: 14px;
	left: 10px;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	border-radius: 7px;
	background: none;
	background-color: #70b42b;
}

.quiz .quiz-type-02 .quiz-question-hint-icon {
	padding-left: 20px;
}

.quiz .quiz-type-02 .quiz-question-hint-icon:after {
	width: 38px;
	width: 19px;
	height: 30px;
	height: 15px;
	margin-top: -7.5px;
	background-image: url(/gas-enekan/images/sp/common/sprite.png);
	background-position: -43px -28px;
	background-position: -21.5px -14px;
	background-size: 87px 87px;
}

.quiz .quiz-type-02 .quiz-question-hint-btn a {
	padding: 10px 40px;
}

.quiz .quiz-type-02 .quiz-question-hint-box {
	right: 10px;
	left: 10px;
	width: auto;
}

.quiz .quiz-type-02 .quiz-question-hint-box-inner {
	padding: 10px;
}

.quiz .quiz-type-02 .quiz-question-hint-ttl {
	font-size: 15px;
	margin: 0 0 10px;
}

.quiz .quiz-type-02 .quiz-question-hint-text {
	margin: 0 0 20px;
}

.quiz .quiz-type-02 .quiz-question-hint-close a {
	width: 28px;
	width: 14px;
	height: 28px;
	height: 14px;
	background-image: url(/gas-enekan/images/sp/common/sprite.png);
	background-position: -122px 0;
	background-position: -61px 0;
	background-size: 87px 87px;
}

.quiz .quiz-type-02 .quiz-question-hint-close {
	position: static;
	text-align: center;
}

.quiz .quiz-type-02 .quiz-question-hint-close a {
	font-size: 14px;
	display: block;
	width: auto;
	height: auto;
	padding: 10px 0;
	text-indent: 0;
	border-radius: 3px;
	background: #ccc;
}

.quiz .quiz-type-02 .quiz-question-hint-close a:hover {
	background: #ccc !important;
}

.quiz .quiz-type-02 .quiz-question-hint-close a span {
	position: relative;
	display: inline-block;
	padding-right: 24px;
}

.quiz .quiz-type-02 .quiz-question-hint-close a span:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 28px;
	height: 28px;
	margin-top: -14px;
	content: '';
	background-image: url(/gas-enekan/images/pc/common/sprite.png);
	background-position: -84px -100px;
}

.quiz .quiz-type-03 .contents-ttl-image {
	margin-bottom: 92px;
}

.quiz .quiz-type-03 .quiz-box-inner {
	padding: 0 10px;
}

.quiz .quiz-type-03 .quiz-box-character-01 {
	top: 56px;
	left: 10px;
	width: 134px;
}

.quiz .quiz-type-03 .quiz-box-character-02 {
	top: 56px;
	right: 10px;
	width: 139px;
}

.quiz .quiz-type-03 .contents-text-image {
	width: 240px;
	margin-bottom: 20px;
}

.quiz .quiz-type-04 .contents-ttl-image {
	margin-bottom: 0;
}

.quiz .quiz-type-04 .quiz-box-inner {
	padding: 0 10px;
}

.quiz .quiz-type-04 .quiz-box-character {
	width: 223px;
	margin-bottom: 10px;
	padding: 0 77px 0 0;
}

.quiz .quiz-type-04 .contents-text-image {
	width: 243px;
	margin-bottom: 0;
}

.quiz .bg-sky:after {
	background: none;
}

.quiz .bg-quiz-incorrect {
	background: -webkit-linear-gradient(top, #b2ced7 0%, #f9fcfd 100%);
	background: linear-gradient(to bottom, #b2ced7 0%, #f9fcfd 100%);
}

.quiz .bg-quiz-incorrect:after {
	height: 271px;
	background-image: url(/gas-enekan/images/sp/more/quiz/bg_quiz_02.png);
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: 320px 271px;
}

.quiz .bg-quiz-correct:after {
	height: 271px;
	background-image: url(/gas-enekan/images/sp/more/quiz/bg_quiz_01.png);
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: 320px 271px;
}

.quiz .bg-quiz-book-01 {
	background-image: url(/gas-enekan/images/sp/more/quiz/bg_quiz_book_01.png);
	background-position: center 158px;
	background-size: 190px 129px;
}

.quiz .bg-quiz-book-02 {
	padding: 0 0 46px;
	background-image: url(/gas-enekan/images/sp/more/quiz/bg_quiz_book_02.png);
	background-size: 108px 46px;
}

.quiz .bg-cloud {
	height: 172px;
}

}

@media screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2) {

.quiz .quiz-type-02 .quiz-question-hint-close a span:after {
	width: 56px;
	width: 28px;
	height: 56px;
	height: 28px;
	background-image: url(/gas-enekan/images/pc@2x/common/sprite.png);
	background-position: 0 -200px;
	background-position: 0 -100px;
	background-size: 198px 188px;
}

}

@media screen and (max-width: 767px) and (max-width: 767px) {

.quiz .quiz-type-02 .quiz-question-hint-close a span:after {
	width: 28px;
	width: 14px;
	height: 28px;
	height: 14px;
	margin-top: -7px;
	background-image: url(/gas-enekan/images/sp/common/sprite.png);
	background-position: -122px 0;
	background-position: -61px 0;
	background-size: 87px 87px;
}

}


@media screen and (max-width: 767px) and (max-width: 767px) {
	.vr .vr-box{
		padding: 20px 0 5px;
	}
	
	.vr .vr-inner{
		background-size: contain;
	}
	
	.vr .vr-inner .lead_txt{
		text-align: left;
	}
	
	.vr .vr-movie{
		margin: 40px auto;
	}
	
	.vr .vr-inner h3{
		padding: 40px 0;
	}
	
	.vr h4 span{
		font-size: 20px;
	}
	
	.vr .vr-inner h5{
		font-size: 21px;
	}
}


@-webkit-keyframes character-01 {

0% {
	top: 0;
}

50% {
	top: 30px;
}

100% {
	top: 0;
}

}

@keyframes character-01 {

0% {
	top: 0;
}

50% {
	top: 30px;
}

100% {
	top: 0;
}

}

@-webkit-keyframes character-02 {

0% {
	top: 30px;
}

50% {
	top: 0;
}

100% {
	top: 30px;
}

}

@keyframes character-02 {

0% {
	top: 30px;
}

50% {
	top: 0;
}

100% {
	top: 30px;
}

}

