@charset "UTF-8";

/* ==================================================
以下、ブロックごとの指定
================================================== */

/* コンテナ
-------------------------------------------------- */
.container-fluid {
	padding: 0;
}
.container {
	width: 1220px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
	min-height: 100vh;
}
.mainBlock {
	width: 590px;
	display: table;
	margin: 20px auto 50px;
}
@media (max-width: 1270px) {
	.container {
		width: 905px;
	}
}
@media (max-width: 955px) {
	.container {
		padding-left: 2.6178010471204vw;
		padding-right: 2.6178010471204vw;
		width: 100%;
	}
}
@media (max-width: 767px) {
	.mainBlock {
		width: 100%;
		margin-left: 0;
	}
}
.fa {
	margin-right: 5px;
}

/* ヘッダー
-------------------------------------------------- */
header {
	height: 44px;
	width: 100%;
	top: 0;
	position: fixed;
	background: #FFF;
	box-shadow: 0px 2px 5px -2px #CCC;
	-moz-box-shadow: 0px 2px 5px -2px #CCC;
	-webkit-box-shadow: 0px 2px 5px -2px #CCC;
	z-index: 2;
}
header ul {
	line-height: 44px;
	font-size: 14px;
}
header ul li {
	float: left;
}
header ul li a {
	display: block;
	color: #595757;
}
header ul li.current a,
header ul li a:hover {
	color: #006335;
}
header ul li.current a span,
header ul li a:hover span {
	border-bottom: 2px solid #006335;
}
header ul li a span {
	display: inline-block;
	padding: 0 20px;
}
header ul.app_link {
	float: right;
	height: 36px;
	margin: 0;
}
header ul.app_link li {
	margin-right: 10px;
}
header ul.app_link li:last-child {
	margin-right: 0;
}
header ul.app_link li img {
	height: 36px;
}
.siteIcon {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%,0);
	-moz-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	-o-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
}
.siteIcon img {
	height: 26px;
	margin-top: 9px;
	margin-bottom: 9px;
}
header form {
	background: #FFFCFB;
	border: 1px solid #E8B09C;
	border-radius: 15px;
	margin-top: 6px;
	margin-bottom: 6px;
	height: 30px;
	width: 50%;
	float: right;
}
header input[type="search"] {
	border: none;
	outline: none;
	padding: 6px 15px;
	font-size: 14px;
	margin: 0;
	background: none;
	width: 100%;
}
header button {
	border: none;
	box-shadow: none;
	background: none;
	font-size: 16px;
	cursor: pointer;
	height: 30px;
	position: absolute;
	right: 15px;
	margin: 0;
	padding: 0;
	color: #EDB49F;
	opacity: 0.7;
	margin-right:10px;
}
@media (max-width: 1270px) {
	header .container {
		width: 100%;
		padding-left: 25px;
		padding-right: 25px;
	}
}
@media (max-width: 1100px) {
	header form {
		width: 80%;
	}
}
@media (max-width: 840px) {
	header ul li a span {
		padding: 0 15px;
	}
}
@media (max-width: 790px) {
	header .container {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (max-width: 767px) {
	header ul {
		display: table;
		margin: 0 auto;
	}
}
@media (max-width: 350px) {
	.col-sm-6 {
		padding: 0;
	}
	header ul li a span {
		padding: 0 10px;
	}
}

/* グローバルメニュー
-------------------------------------------------- */


/* ハンバーガーメニュー
-------------------------------------------------- */


/* パンくず
-------------------------------------------------- */


/* メインカラム（頻出系など）
-------------------------------------------------- */
main {
	padding-top: 20px;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #B5B5B6;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.contentBox {
		padding: 15px;
	}
}
button.btn-basic,
a.btn-basic {
	width: 200px;
	text-align: center;
	margin: 0 auto;
}

/* index
-------------------------------------------------- */
.questionBlock {
	margin-bottom: 30px;
}
.questionBlock h2 {
	font-size: 14px;
	margin-bottom: 10px;
}
.questionBlock h2 span {
	font-weight: bold;
	color: #3E3A39;
}
.questionBlock p {
	font-size: 14px;
	margin-bottom: 10px;
}
.questionBlock p span {
	font-weight: bold;
}
.questionBlock p.nml {
	font-weight: normal;
	font-size: 16px;
}
.questionBlock img {
	max-height: 250px;
}
.answerBox {
	padding: 15px;
	background: #F7F8F8;
	font-size: 14px;
	margin-bottom: 10px;
}
.answerBox ul li {
	margin-bottom: 10px;
}
.answerBox ul li:last-child {
	margin-bottom: 0;
}
ul.numbering li {
	list-style-type: decimal;
}
.wrapper {
	width: 85px;
	height: 40px;
	-webkit-perspective: 1000;
	perspective: 1000;
}
.inner {
	position: relative;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: .6s;
	transition: .6s;
}
.front,
.back {
	position: absolute;
	top: 0;
	left: 0;
	width: 85px;
	height: 40px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.front {
	background-color: #D97266;
	border: 1px solid #D97266;
	border-radius: 2px;
	color: #FFF;
	font-weight: bold;
	box-shadow:3px 3px 6px 0px #CCC;
	-moz-box-shadow:3px 3px 6px 0px #CCC;
	-webkit-box-shadow:3px 3px 6px 0px #CCC;
	cursor: pointer;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
}
.back {
	background-color: #FFF;
	border: 1px solid #D97266;
	border-radius: 2px;
	color: #D97266;
	font-weight: bold;
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
	box-shadow:3px 3px 6px 0px #CCC;
	-moz-box-shadow:3px 3px 6px 0px #CCC;
	-webkit-box-shadow:3px 3px 6px 0px #CCC;
	cursor: pointer;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
}
.wrapper:hover .inner {
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

/* サイドカラム
-------------------------------------------------- */


/* ページャー
-------------------------------------------------- */


/* フッター
-------------------------------------------------- */


/* ==================================================
以下、装飾の指定
================================================== */

/* 文字装飾
-------------------------------------------------- */
.red {
    color: #EA5504 !important;
}
.blue {
    color: #0527eb !important;
}
.bld{
    font-weight:bold !important;
}
.small{
    font-size:11px !important;
}
.big{
    font-size:21px !important;
}
.large{
    font-size:26px !important;
}
.mega {
    font-size:32px !important;
}
.orange {
    color: #EA5504 !important;
}

/* 回りこみ
-------------------------------------------------- */
.right {
    float:right;
}
.left {
    float:left;
}
.alignright {
    text-align:right;
}
.alignleft {
    text-align:left;
}
.aligncenter {
    text-align:center;
}

/* 複数カラム
-------------------------------------------------- */
[class^="line-"] div,[class*=" line-"] div {
	margin-right: 2%;
	float: left;
}
[class^="line-"] div:last-child,[class*=" line-"] div:last-child {
	margin-right: 0;
}
.line-2 div {
	width: 48%;
}
.line-3 div {
	width: 32%;
}
.line-4 div {
	width: 23.5%;
}

/* width
-------------------------------------------------- */
.w10p {
    width: 10%;
}
.w20p {
    width: 20%;
}
.w30p {
    width: 30%;
}
.w40p {
    width: 40%;
}
.w50p {
    width: 50%;
}
.w60p {
    width: 60%;
}
.w70p {
    width: 70%;
}
.w80p {
    width: 80%;
}
.w90p {
    width: 90%;
}
.w100p {
    width: 100%;
}

/* height
-------------------------------------------------- */
.h100 {
    height: 100px;
}
.h200 {
    height: 200px;
}

/* margin
-------------------------------------------------- */
.mb0 {
    margin-bottom:0 !important;
}
.mb10 {
    margin-bottom:10px !important;
}
.mb20 {
    margin-bottom:20px !important;
}

/* display
-------------------------------------------------- */
.dispBlock {
	display: block !important;
}
.dispNone {
	display: none !important;
}

/* clearfix
-------------------------------------------------- */
.clearfix:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
.clearfix {
    display: block;
}

/* 20180125 追記
-------------------------------------------------- */
.attention2 {
	background: #eaffcc;
	padding: 10px;
	border: 1px solid #a9e655;
	color: #666452;
	margin-bottom: 20px;
	text-align: center;
}
.attention2 span {
	display: inline;
	float: right;
}
.rankingBlock .row {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCC;
}

/* 20180708 追記
-------------------------------------------------- */
.large {
	font-size: 32px;
	margin-bottom: 10px;
}
.mega {
	font-size: 100px !important;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 30px;
}
h1.contentTitle {
	color: #FFF;
	background: #478253;
	font-weight: bold;
	padding: 10px;
}
.greetingBox {
	padding: 15px;
	background: #F5F5F5;
	margin-bottom: 20px;
}

/* result.cssより転載
-------------------------------------------------- */
.bb1 {
	border-bottom: 1px solid #DDD;
	margin-bottom: 15px;
}
.answerBox .fa {
	font-size: 21px;
	margin-left: 5px;
}
.resultBlock {
	font-size: 18px;
	border-bottom: 1px solid #DDD;
	margin-bottom: 20px;
	text-align: center;
}
.resultBlock h2 {
	margin-bottom: 0;
}
.resultBlock p span {
	font-size: 40px;
	font-weight: bold;
}
.resultBlock p.smaller {
	font-size: 14px;
}
.resultBlock p.smaller span {
	font-size: 20px;
}
.contentBox .resultBlock:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}
footer {
	position: fixed;
	bottom: 0;
	right: 0;
	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    max-width: 450px;
}
footer span {
	position: absolute;
	top: 2px;
	left: 2px;
	padding: 2px 4px;
	background: rgba(0,0,0,0.8);
	color: #FFF;
	text-align: center;
	line-height: 1;
	font-size: 10px;
}
footer img {
	border-top: 1px solid #CCCCCC;
}
footer a:hover img {
	opacity: 1;
}
.explainBox {
	padding: 15px;
	background: #e1effa;
	font-size: 14px;
	margin-bottom: 10px;
}
.explainBox p {
	font-weight: normal;
	margin-bottom: 0;
	font-size: 14px;
}
.explainBox a {
	color: #EA5514;
	text-decoration: underline;
	font-weight: bold;
}
.answerBox ul {
	margin-left: 0;
}
.answerBox ul li {
	position: relative;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 5px;
}
.answerBox ul li.correct {
	background: linear-gradient(transparent 0%, #ffff66 0%);
	margin-top: 5px;
	font-weight: bold;
}
.answerBox ul li.correct::after {
	position: absolute;
	content:"正解";
	font-size: 12px;
	top: 0;
	left: 0;
	-webkit-transform: translate(-5px,-70%);
    transform: translate(-5px,-70%);
    color: #FF0000;
    display: inline-block;
}
.questionBlock p {
	font-size: 14px;
}
@media (max-width: 767px) {
	.answerBox .photo img {
		width: 100%;
	}
}
header ul li.challenge {
	display: none;
}