@charset "utf-8";

/*
**************************************************************************
*	kandagaigo kuis8 common.css
**************************************************************************/

@media (max-width: 767px) {
}


/* --------------------------------------------------
		common - reset YUI
-------------------------------------------------- */
/**
YUI 3.10.0 (build a03ce0e)
Copyright 2013 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
/** cssreset */
html {
	color: #000;
	background: #FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse:collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input, textarea, select {
	*font-size: 100%;
}
legend {
	color: #000;
}


/* --------------------------------------------------
		common - base
-------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
}
html {
	font-family: "Yu Gothic", YuGothic, "¥Ò¥é¥®¥Î½Ç¥´ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "¥á¥¤¥ê¥ª", Meiryo, sans-serif;
	font-size: 62.5%;
	line-height: 1.8;
	color: #000000;
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	height: 100%;
	overflow-y: scroll;
}
html.fixed {
	overflow-y: hidden;
}
body {
	font-size: 1.6rem;
}
a {
	color: #000000;
	outline : none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:hover {
	text-decoration: none;
}
a.fade {
	transition: opacity .4s cubic-bezier(0.215,0.61,0.355,1);
}
a.fade:hover {
	opacity: 0.8;
}
img {
	vertical-align: bottom;
	max-width: 100%;
}
.cfx:after {
	content: "";
	display: table;
	clear: both;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
.modBox-inr {
	position: relative;
	width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
	box-sizing: border-box;
}

@media (max-width: 1257px) {
.modBox-inr {
	width: 100%;
}
}

@media (max-width: 767px) {
body {
	font-size: 1.2rem;
}
a:hover {
	text-decoration: underline;
}
a.fade:hover {
	opacity: 1;
}
img {
	/*width: 100%;*/
}
.pc {
	display: none;
}
.sp {
	display: block;
}
.modBox-inr {
	padding: 0 5.55556%;
}
}


/* --------------------------------------------------
		header
-------------------------------------------------- */
.header {
	position: fixed;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background-color: #ffffff;
	border-bottom: 1px solid #cccccc;
}
.header-logo {
	width: 276px;
	padding-top: 21px;
}
.headerMenu-list {
	position: absolute;
	top: 0;
	right: 10px;
	width: calc(100% - 306px);
	text-align: right;
}
.headerMenu-list > li {
	position: relative;
	display: inline-block;
	margin: 0 0.83333%;
}
.headerMenu-list > li:last-child {
	margin-right: 0;
}
.headerMenu-list > li > a {
	position: relative;
	display: block;
	font-size: 1.5rem;
	text-decoration: none;
	padding: 0 8px;
	line-height: 70px;
}
.headerMenu-list > li > a:before {
	content: "";
	position: absolute;
	width: 0;
	height: 4px;
	left: 50%;
	bottom: 1px;
	background-color: #e6001a;
	transition: width .4s cubic-bezier(0.215,0.61,0.355,1),
				left .4s cubic-bezier(0.215,0.61,0.355,1);
}
.headerMenu-list > li > a.over:before,
.headerMenu-list > li > a.active:before,
.headerMenu-list > li > a:hover:before {
	width: 100%;
	left: 0;
}
.headerMenu-list > li > a.icon-outside {
	background-image: url(/kuis/kuis8/img/icon_outside01.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 17px 17px;
	padding-left: 19px;
}
.headerMenu-list-sub {
	position: absolute;
	text-align: left;
	min-width: 140px;
	height: 0;
	font-family: "Roboto Condensed";
	overflow: hidden;
	transition: height .4s cubic-bezier(0.215,0.61,0.355,1);
}
.headerMenu-list-sub.over {
	height: 119px;
}
.headerMenu-list-sub li {
	border-top: 1px solid #fb6f7d;
}
.headerMenu-list-sub li:first-child {
	border-top: none;
}
.headerMenu-list-sub li a {
	display:  block;
	padding: 6px 10px;
	font-size: 1.5rem;
	color: #ffffff;
	background-color: rgba(230,0,26,0.9);
	text-decoration: none;
	transition: opacity .4s cubic-bezier(0.215,0.61,0.355,1);
}
.headerMenu-list-sub li a:hover {
	opacity: 0.8;
}

@media (max-width: 1024px) {
.headerMenu-button {
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 70px;
	background-color: #e6001a;
}
.headerMenu-button span {
	position: absolute;
	top: 33px;
	left: 16px;
	display: block;
	width: 38px;
	height: 4px;
	background-color: #ffffff;
	transition: opacity .4s cubic-bezier(0.215,0.61,0.355,1);
}
.headerMenu-button:before {
	content: "";
	position: absolute;
	top: 22px;
	left: 16px;
	display: block;
	width: 38px;
	height: 4px;
	background-color: #ffffff;
	transition: all .4s cubic-bezier(0.215,0.61,0.355,1);
}
.headerMenu-button:after {
	content: "";
	position: absolute;
	top: 44px;
	left: 16px;
	display: block;
	width: 38px;
	height: 4px;
	background-color: #ffffff;
	transition: all .4s cubic-bezier(0.215,0.61,0.355,1);
}
.headerMenu-button.active span {
	opacity: 0;
}
.headerMenu-button.active:before {
	top: calc(50% - 2px);
	left: calc(50% - 22px);
	width: 44px;
	transform: rotate(45deg);
}
.headerMenu-button.active:after {
	top: calc(50% - 2px);
	left: calc(50% - 22px);
	width: 44px;
	transform: rotate(-45deg);
}
.headerMenu-box {
	position: absolute;
	top: 70px;
	right: -360px;
	width: 80%;
	max-width: 360px;
	height: calc(100vh - 70px);
	box-sizing: border-box;
	background-color: rgba(230,0,26,0.9);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transition: right .4s cubic-bezier(0.215,0.61,0.355,1);
}
.headerMenu-box.active {
	right: 0;
}
.headerMenu-list {
	position: relative;
	top: auto;
	right: auto;
	width: 100%;
	text-align: left;
}
.headerMenu-list > li {
	display: block;
	margin: 0 0;
	border-top: 1px solid #ffffff;
}
.headerMenu-list > li:first-child {
	border-top: none;
}
.headerMenu-list > li > a {
	padding: 18px 20px;
	line-height: 1.8;
	color: #ffffff;
}
.headerMenu-list > li > a:before {
	content: none;
}
.headerMenu-list > li > a.icon-outside {
	background-image: url(/kuis/kuis8/img/icon_outside02.png);
	background-position: calc(100% - 20px) center;
	padding-left: 20px;
}
.headerMenu-list-sub {
	position: relative;
	min-width: 0;
	height: auto;
	border-top: 1px solid #fb6f7d;
	padding: 10px 0;
}
.headerMenu-list-sub li {
	border-top: none;
}
.headerMenu-list-sub li a {
	padding: 5px 20px 5px 36px;
	background-color: transparent;
	background-image: url(/kuis/kuis8/img/icon_arrow02.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: 8px 13px;
}
.headerMenu-list-sub li a:hover {
	opacity: 1;
}
}

@media (max-width: 767px) {
.header {
	height: 60px;
}
.header .modBox-inr {
	padding: 0 2.77778%;
}
.header-logo {
	width: 216px;
	padding-top: 20px;
}
.headerMenu-button {
	width: 60px;
	height: 60px;
}
.headerMenu-button span {
	top: 28px;
	left: 14px;
	width: 32px;
}
.headerMenu-button:before {
	top: 18px;
	left: 14px;
	width: 32px;
}
.headerMenu-button:after {
	top: 38px;
	left: 14px;
	width: 32px;
}
.headerMenu-button.active:before {
	left: calc(50% - 19px);
	width: 38px;
}
.headerMenu-button.active:after {
	left: calc(50% - 19px);
	width: 38px;
}
.headerMenu-box {
	top: 60px;
	right: -260px;
	width: 80%;
	max-width: 260px;
	height: calc(100vh - 60px);
}
}


/* --------------------------------------------------
		footer
-------------------------------------------------- */
.breadcrumb {
	padding: 7px 0 5px;
	border-top: 1px solid #cccccc;
}
.breadcrumb-list {
	float: left;
	font-size: 1.4rem;
	color: #666666;
	letter-spacing: -0.4em;
	font-family: "Roboto Condensed", "Yu Gothic", YuGothic, "¥Ò¥é¥®¥Î½Ç¥´ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "¥á¥¤¥ê¥ª", Meiryo, sans-serif;
}
.breadcrumb-list li {
	display: inline-block;
	letter-spacing: 0;
}
.breadcrumb-list li:after {
	content: "\003E";
	padding: 0 0.4em;
}
.breadcrumb-list li:last-child:after {
	content: none;
}
.breadcrumb-list li a {
	text-decoration: none;
}
.breadcrumb-list li a:hover {
	text-decoration: underline;
}
.pagetop {
	float: right;
}
.pagetop a {
	display: inline-block;
	font-size: 1.4rem;
	padding-right: 20px;
	background-image: url(/kuis/kuis8/img/pagetop.png);
	background-size: 15px auto;
	background-repeat: no-repeat;
	background-position: right 5px;
	text-decoration: none;
}
.pagetop a:hover {
	text-decoration: underline;
}
@media (max-width: 767px) {
.breadcrumb {
	padding: 0 0;
}
.breadcrumb .modBox-inr {
	padding: 0 0;
}
.breadcrumb-list {
	float: none;
	font-size: 1.2rem;
	padding: 7px 2.77778%;
	border-bottom: 1px solid #cccccc;
}
.breadcrumb-list li a:hover {
	text-decoration: none;
}
.pagetop {
	float: none;
}
.pagetop a {
	display: block;
	text-indent: -9999px;
	padding: 15px 0;
	background-size: 26px auto;
	background-position: center center;
}
}


/* --------------------------------------------------
		footer
-------------------------------------------------- */
.footer-box ul {
	letter-spacing: -0.4em;
}
.footer-box ul li {
	display: inline-block;
	letter-spacing: 0;
}
.footer-box ul li:after {
	padding: 0 0.4em;
}
.footer-box ul li:last-child:after {
	content: none;
}
.footer-box ul li a {
	text-decoration: none;
}
.footer-box ul li a:hover {
	text-decoration: underline;
}
.footer-box.-box01 {
	padding: 24px 0;
	border-top: 1px solid #cccccc;
}
.footer-logo {
	width: 422px;
	margin-bottom: 10px;
}
.footerGroup-list {
	font-size: 1.4rem;
}
.footerGroup-list li:after {
	content: "|";
}
.footer-box.-box02 {
	padding: 5px 0 4px;
	background-color: #ececec;
}
.footerLink-list {
	float: left;
	font-size: 1.2rem;
}
.footerLink-list li:after {
	content: "|";
}
.footerLink-list li a {
	color: #666666;
}
.footer-copyright {
	float: right;
	padding-top: 1px;
	color: #666666;
	font-size: 1.1rem;
}

@media (max-width: 767px) {
.footer-box .modBox-inr {
	padding: 0 2.77778%;
}
.footer-box ul li a:hover {
	text-decoration: none;
}
.footer-box.-box01 {
	padding: 12px 0;
}
.footer-logo {
	width: 100%;
	max-width: 302px;
}
.footerGroup-list {
	font-size: 1.2rem;
}
.footer-box.-box02 {
	padding: 12px 0;
	text-align: center;
}
.footerLink-list {
	float: none;
	font-size: 1.1rem;
	margin-bottom: 5px;
}
.footer-copyright {
	float: none;
	padding-top: 1px;
	font-size: 0.85rem;
}
}


/* --------------------------------------------------
		contents
-------------------------------------------------- */
.contents {
	padding-top: 70px;
}
.ancher {
	padding-top: 70px;
	margin-top: -70px;
}
.font-Galada {
	font-family: "Galada";
}
.font-Lora {
	font-family: "Lora";
}
.font-PatuaOne {
	font-family: "Patua One";
}
.font-Roboto {
	font-family: "Roboto";
}
.font-RobotoCondensed {
	font-family: "Roboto Condensed";
}
.font-minc {
	font-family: "ÓÎÃ÷³¯", YuMincho, "¥Ò¥é¥®¥ÎÃ÷³¯ ProN W3", "Hiragino Mincho ProN", "HGÃ÷³¯E", serif;
}

@media (max-width: 767px) {
.contents {
	padding-top: 60px;
}
.ancher {
	padding-top: 60px;
	margin-top: -60px;
}
}


/* --------------------------------------------------
		magnificPopup
-------------------------------------------------- */
.mfp-kuis.mfp-bg {
	opacity: 0.5;
	transition: opacity 0.4s ease-out;
}
.mfp-kuis.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-kuis.mfp-wrap .mfp-container {
	padding: 0 10px;
	transition: opacity 0.4s ease-out;
}
.mfp-kuis.mfp-wrap.mfp-removing .mfp-container {
	opacity: 0;
}
.mfp-kuis .mfp-image-holder .mfp-close,
.mfp-kuis .mfp-iframe-holder .mfp-close {
	width: 28px;
	height: 28px;
	opacity: 1;
	top: 10px;
	right: 50px;
	padding-right: 0;
	background-image: url(/kuis/kuis8/img/icon_close01.png);
	background-size: 100% 100%;
	font-size: 0;
	transition: opacity .4s cubic-bezier(0.215,0.61,0.355,1);
}
.mfp-kuis .mfp-close:hover {
	opacity: 0.8;
}
.mfp-kuis .mfp-close:active {
	top: 10px;
}
.mfp-kuis .mfp-img {
	padding: 60px 60px;
}
.mfp-kuis .mfp-figure:after {
	top: 50px;
	bottom: 50px;
	left: 50px;
	right: 50px;
	background-color: #ffffff;
	box-shadow: none;
}
.mfp-kuis .mfp-arrow {
	opacity: 1;
	width: 40px;
	background-color: rgba(0,0,0,0.5);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	transition: opacity .4s cubic-bezier(0.215,0.61,0.355,1);
}
.mfp-kuis .mfp-arrow:active {
	margin-top: -55px;
}
.mfp-kuis .mfp-arrow:before,
.mfp-kuis .mfp-arrow:after {
	content: none;
}
.mfp-kuis .mfp-arrow-left {
	left: 10px;
	border-radius: 8px 0 0 8px;
	background-image: url(/kuis/kuis8/img/icon_arrow03.png);
}
.mfp-kuis .mfp-arrow-left:hover {
	opacity: 0.8;
	background-position: calc(50% - 2px) 50%;
}
.mfp-kuis .mfp-arrow-right {
	right: 10px;
	border-radius: 0 8px 8px 0;
	background-image: url(/kuis/kuis8/img/icon_arrow02.png);
}
.mfp-kuis .mfp-arrow-right:hover {
	opacity: 0.8;
	background-position: calc(50% + 2px) 50%;
}

@media (max-width: 900px) {
.mfp-kuis .mfp-arrow {
	transform: scale(1);
}
}

@media (max-width: 767px) {
.mfp-kuis .mfp-image-holder .mfp-close,
.mfp-kuis .mfp-iframe-holder .mfp-close {
	width: 25px;
	height: 25px;
	right: 25px;
}
.mfp-kuis .mfp-close:hover {
	opacity: 1;
}
.mfp-kuis .mfp-img {
	padding: 50px 30px;
}
.mfp-kuis .mfp-figure:after {
	top: 45px;
	bottom: 45px;
	left: 25px;
	right: 25px;
}
.mfp-kuis .mfp-arrow {
	width: 25px;
	height: 60px;
	margin-top: -30px;
	background-size: 8px 13px;
}
.mfp-kuis .mfp-arrow:active {
	margin-top: -30px;
}
.mfp-kuis .mfp-arrow-left {
	left: 0;
	border-radius: 4px 0 0 4px;
}
.mfp-kuis .mfp-arrow-left:hover {
	opacity: 1;
	background-position: 50% 50%;
}
.mfp-kuis .mfp-arrow-right {
	right: 0;
	border-radius: 0 4px 4px 0;
}
.mfp-kuis .mfp-arrow-right:hover {
	opacity: 1;
	background-position: 50% 50%;
}
}


