@charset "UTF-8";


html {height: 100%;width:100%;}
body {height: 100%;width:100%;background-color:#fff!important;}


* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
input, textarea {
 -webkit-user-select : auto;
}
.fixed-bottom a{text-decoration: none !important;outline: none !important;}

a {
  text-decoration: none;outline: none;
}

a:focus, *:focus { outline:none !important; box-shadow:none !important;}

iframe {border-bottom: 2px #4f3528 solid;}

button, input {
  font-family : "Rounded Mplus 1c";
  font-size   : 100%;
}
.tablesorter th{
  position: relative;
  cursor: pointer;
  text-align: left;
  outline: none;
}
.tablesorter th::before, .tablesorter th::after{
  content: '';
  position: absolute;
  z-index: 2;
  right: 12px;
  width: 0;
  height: 0;
  border: 4px dashed;
  border-color: #FFF transparent;
  pointer-events: none;
}
.tablesorter th::before{
  border-bottom-style: solid;
  border-top: none;
  top: 30%;
}
.tablesorter th::after{
  border-top-style: solid;
  border-bottom: none;
  bottom: 30%;
}
.tablesorter th.tablesorter-headerAsc:after{
  border: none;
}
.tablesorter th.tablesorter-headerAsc:before{
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.tablesorter th.tablesorter-headerDesc:before{
  border: none;
}
.tablesorter th.tablesorter-headerDesc:after{
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.tablesorter th.sorter-false:before, .tablesorter th.sorter-false:after{
  border: none;
}
.tablesorter-header-inner::after {
content: '';
font-size: 12px;
margin-left: 5px;
}

.drop {
  margin:-5px 0px 0px;
}
 /* --- INPUT=TEXTの標準デザイン設定 ---------------------*/
.textArea {
  width         : 250px;               /* 入力域の最大幅 */
  background    : #ffffff;             /* 入力域の背景色 */
  border        : 2px solid #1e6bb9;   /* 入力域の枠線   */
  border-radius : 4px;                 /* 入力域の角丸   */
  padding       : 8px;                /* 入力文字の余白 */
  font-size     : 16px;                /* 入力文字サイズ */
  color         : #333333;             /* 入力文字の色   */
  font-weight   : bold;                /* 入力文字の太字 */
  letter-spacing: .1em;                /* 入力文字の間隔 */
  line-height   : 19px;                /* 入力文字の間隔 */
}
 /* --- 入力フィールドにフォーカスか来たら ----------------*/
.textArea:focus {
  border-color  : #59b300;                 /* 枠線色     */
  background    : rgba(89, 179, 0, 0.20);  /* 背景色     */
  outline       : 0;
}
 /* --- 入力説明の文字(標準) -----------------------------*/
.textArea:placeholder-shown {
  color         : #808080;                 /* 文字色     */
}
 /* --- 入力説明の文字(Chrome,Safari,Android,iOS等) ---- -*/
.textArea::-webkit-input-placeholder {
  color         : #808080;                 /* 文字色     */
}
 /* --- 入力説明の文字(IE用) -----------------------------*/
.textArea:-ms-input-placeholder {
  color         : #808080;                 /* 文字色     */
}
#log {
    border: 1px solid #AAA;
    height:300px;
    width:100%;
    overflow: scroll;
    font-size:16px;
    font-family: "Rounded Mplus 1c";
}

/*.table>tbody>tr>th,
.table>thead>tr>th {
    border-style: none;
}*/
.copyright {
  font-size:12px;color:gray;padding-bottom:85px;margin-bottom:-1500px;
}

.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	  font-family: "Rounded Mplus 1c", sans-serif;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa dt,.cp_qa dd {
	position: relative;
	padding: 0.5em;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	border-radius: 0.3em;
}
.cp_qa dt {
	margin: 0 1em 1em 3em;
	background: #ebe6d3;
}
.cp_qa dd {
	margin: 0 3em 3em 1em;
	background: #cad8b1;
}
/* 吹き出し▶︎ */
.cp_qa dt::before,.cp_qa dd::before{
	position: absolute;
	z-index: 99;
	top: 0.7em;
	display: inline-block;
	width: 0;
	height: 0;
	content: '';
	border-style: solid;
}
/* 質問吹き出し▶︎ */
.cp_qa dt::before {
	left: -0.5em;
	border-width: 5px 8.7px 5px 0;
	border-color: transparent #ebe6d3 transparent transparent;
}
/* 答え吹き出し▶︎ */
.cp_qa dd::before {
	right: -0.5em;
	border-width: 5px 0 5px 8.7px;
	border-color: transparent transparent transparent #cad8b1;
}
/* ?!アイコン */
.cp_qa dt::after,.cp_qa dd::after {
	font-size: 1.2em;
	position: absolute;
	top: 0;
	color: #ffffff;
	border-radius: 50%;
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.2em;
}
/* ?アイコン */
.cp_qa dt::after {
  font-family: sans-serif;
  font-weight:bold;
	left: -2.5em;
	margin: 0 0.5em 0 0;
	padding: 0.2em 0.4em;
	content: 'Q';
	background: #ebe6d3;
  color:#000;
}
/* !アイコン */
.cp_qa dd::after {
  font-family: sans-serif;
  font-weight:bold;
	right: -2.5em;
	margin: 0 0 0 0.5em;
	padding: 0.2em 0.35em;
	content: 'A';
	background: #cad8b1;
  color:#000;
}

.cp_card02 {
font-size: 16px;
line-height: 1.45em;
position: relative;
overflow: hidden;
height: 170px;
margin: 0 auto 1.6%;
-webkit-transition: height 0.3s ease;
transition: height 0.3s ease;
border-radius: 3px;
background: #ffffff;
-webkit-box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
box-shadow: 0 3px 7px -3px rgba(0, 0, 0, 0.3);
}
.cp_card02:hover .details {
left: 0;
}
.cp_card02:hover.alt .details {
right: 0;
}
.cp_card02.alt .details {
right: -100%;
left: inherit;
}
.cp_card02 .photo {
position: relative;
float: left;
width: 40%;
height: 100%;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.cp_card02:hover .photo {
-webkit-transform: rotate(5deg) scale(1.5);
transform: rotate(5deg) scale(1.5);
}
.cp_card02 .photo.photo1 {
background: url('../img/top.png') center no-repeat;
background-size: cover;
}
.cp_card02 .photo.photo2 {
background: url('../img/bad.png') left no-repeat;
background-size: cover;
}
.cp_card02 .details {
position: absolute;
top: 0;
left: -100%;
width: 40%;
height: 200px;
margin: 0;
padding: 100px 40px 70px 0px;
list-style: none;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
font-size:18px;
color: #ffffff;
background: rgba(79,53,40, 0.7);
}
.cp_card02 .details > li {
padding: 3px 0;
}
.cp_card02 .details li::before,
.cp_card02 .details .tags ul::before {
  font-family: "Rounded Mplus 1c";
margin-right: 10px;
vertical-align: middle;
}
.cp_card02 .details .author::before {
content: '\f007';
}
.cp_card02 .details .date::before {
content: '\f133';
}
.cp_card02 .details .tags ul {
margin: 0;
padding: 0;
list-style: none;
}
.cp_card02 .details .tags ul::before {
content: '\f02b';
}
.cp_card02 .details .tags li {
display: inline-block;
margin-right: 3px;
}
.cp_card02 .details a {
color: inherit;
}
.cp_card02 .details a:hover {
color: #ff5722;
}
.cp_card02 .description {
position: relative;
z-index: 0;
float: left;
width: 60%;
padding: 10px;
min-height: 200px;
}
.cp_card02 .description::before {
position: absolute;
z-index: -1;
top: 0;
bottom: 0;
left: -15px;
width: 100%;
content: '';
-webkit-transform: skewX(-8deg);
transform: skewX(-8deg);
background: #ffffff;
}
.cp_card02 .description h1 {
  font-family: "Rounded Mplus 1c";
font-size: 1.4em;
line-height: 1em;
margin: 10px 0 10px 0;
}
.cp_card02 .description h2 {
  font-family: "Rounded Mplus 1c";
font-size: 1em;
line-height: 1.2em;
margin: 1.2% 0;
color: #9b9b9b;
}
.cp_card02 .description p {
position: relative;
margin: 0;
padding-top: 20px;
}
.cp_card02 .description p::after {
position: absolute;
top: 6px;
left: 0;
width: 100%;
height: 6px;
content: '';
background: #ff5722;
}
.cp_card02 .description a {
float: right;
margin-bottom: 10px;
text-decoration: none;
color: #ff5722;
}
.cp_card02 .description .text {
font-family: "Rounded Mplus 1c";
text-align: left;
font-size: 1em;
line-height: 1.3em;
}
.cp_card02 .description a::after {
margin-left: -10px;
content: '\f061';
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
vertical-align: middle;
opacity: 0;
}
.cp_card02 .description a:hover::after {
margin-left: 5px;
opacity: 1;
}
@media screen and (max-width: 480px) {
.cp_card02 .description h1 {
font-size: 1.3em;
}
}

.footer_lists {height:72px;padding:13px 15px 0;background-color:#5B5B5B!important;color:white!important;z-index:1000000000!important;}
.footer_list {margin-top:-7px;width:20%;padding:12px 7px 7px;font-size:20px;}
.footer_list2 {font-size:13px;margin:-3px -5px 0;}

.ribbon14-wrapper {
  display: none;
  position: relative;
  margin: 15px auto;
  padding: -5px 0;
  width: 100%;
  background: #FFF;
  box-sizing: border-box;
  }

.ribbon14 {
  display: inline-block;
  position: absolute;
  top: -6px;
  right: 10px;
  margin: 0;
  padding: 10px 0 7px;
  z-index: 2;
  width: 40px;
  text-align: center;
  color: white;
  font-size: 16px;
  background: #fa8383;
  border-radius: 2px 0 0 0;
  }

.ribbon14:before {
  position: absolute;
  content: '';
  top: 0;
  right: -5px;
  border: none;
  border-bottom: solid 6px #d07676;
  border-right: solid 5px transparent;
}

.ribbon14:after {
  content: '';
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 10px solid #fa8383;
}

.title {
  font-family: "Rounded Mplus 1c";
  font-size:44px;
  font-weight: bold;
  color: #4f3528;
  margin:-10px -20px 0 0px;"
}

.gentei{
  font-family: "Rounded Mplus 1c";
  background-color:#b3864d;
  font-size:26px;
  color:white;
  padding:3px 0;
  margin-bottom:-8px;
  border-top:2px solid #4f3528;
  border-bottom:2px solid #4f3528;
  text-align: center;
}

.gentei2{
  font-family: "Rounded Mplus 1c";
  font-size:22px;
  color:#4f3528;
  padding:3px 0;
  margin:0 -5px -10px;
}

.gentei3{
  font-family: "Rounded Mplus 1c";
  font-size:22px;
  color:#292b2e;
  padding:3px 0;
  margin-top:-8px;
  margin-bottom:8px;
}

#random_start button{
    font-family: "Rounded Mplus 1c";
}
.imi2 {
  font-size:16px;
  color:gray;
 font-weight:normal;
 font-family:'Hiragino Maru Gothic ProN', Meiryo, sans-serif;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color:#37AB9D;
    border-color:#37AB9D;
}

.custom-select {
    border: 2px solid #4f3528;
}

.custom-select:hover,
.custom-select:active,
.custom-select:focus,
.custom-select.active:hover,
.custom-select.active:active,
.custom-select.active:focus,
.open > .dropdown-toggle.custom-select {
    border: 2px solid #4f3528 !important;
    background-color: #FFF !important;
}

.custom-select[type=submit],
.custom-select[type=submit]:hover {
    border: 2px solid #4f3528 !important;
    background-color: #4f3528 !important;
    color: #FFF;
    box-shadow: 2px 2px 3px 1px #666;
    -moz-box-shadow: 2px 2px 3px 1px #666;
    -webkit-box-shadow: 2px 2px 3px 1px #666;
}

.custom-select[type=submit]:active,
.custom-select[type=submit]:focus {
  border: 2px solid #bc4e59;
  background-color: #bc4e59;
  color: #FFF;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.custom-select:disabled {
}

.custom-select:disabled::-ms-value,
.custom-select:disabled::-ms-expand {
}


.center {
    text-align: center;
}

#element, #howtouse, #test_list {
    display: inline-block;
}

/********************************************
* Now Loading
********************************************/
#overlay{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999999999;
    width: 100%;
    height:100%;
    background-color:#4f3528;
    background: rgba(0,0,0,1.0);
    color:white;
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.reload_button{
font-size:36px!important;height:50px!important;width:50px!important;line-height:31px!important;border-radius: 50%!important;
text-align: center;background-color:#292b2e!important;color:gray!important;position:fixed;bottom:0;margin:0 auto 50px;padding-left:14px!important;
 }
.spinner {
    width: 60px;
    height: 60px;
    border: 3px #ddd solid;
    border-top: 3px #999 solid;
    border-radius: 50%;
    animation: sp-anime 0.9s infinite linear;
}
@keyframes sp-anime {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(359deg); }
}
.is-hide{
    display:none;
}
.kokuban {
    color: #fff;
    font-weight:bold;
    background-color: #334f25;
    margin: 0px 0 20px 0;
    padding: 15px 5px 2px 5px;
    border: 6px solid #4f3a16;
    border-radius: 0px;
    line-height: 1.9;
}
.point {
    color: #fff000;
    font-family:"Rounded Mplus 1c";
    font-weight: bold;
    font-size:24px;
    margin-top:9px;
    padding:1px 10px 2px 10px;
    border: 3px solid #fff000;
}
.navbar-brand{
  font-family:"Rounded Mplus 1c";
}
.infont{
  font-family: "Arial", "Rounded Mplus 1c", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight:normal;
}
.inweight{
  font-family: "Arial", "Rounded Mplus 1c", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight:bold;
}
.inweight2{
  font-family: "Arial", "Rounded Mplus 1c", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight:550;
}
.blinking{
    -webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

.site-header{
	background: rgba(255,255,255,0.8);
	position: fixed;
	top: 0;
	transition: .5s;
	width: 100%;
	z-index: 999;
  background-color:#292b2e;
  font-weight:bold;
}

.site-header.hide{
	transform: translateY(-100%);
}

.site-logo__img{
	height: auto;
	width: 20%;
}
.gnav__menu__item{
	margin-left: 20px;
}

.gnav__menu__item__link{
	color: #333;
	font-size: 16px;
	font-weight: 700;
}

.container {
  padding-top:  2em;
}
/* テストのすべてを管理する親要素 */
.test_area{
    position: relative;
}
.test_num{
   background-color:#38383E;
   margin-top:0px;
}

/* 回答後に上に被せてタップできなくするための要素（デフォルト非表示、回答後に一時的に表示） */
.test_area .test_area_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    color: #FFF;
    text-align: center;
}

.test_area .test_area_bg.hide{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  display: none;
  color: #FFF;
  text-align: center;
}


/* 画面に〇、×を表示するための要素（デフォルト非表示、回答後に一時的に表示） */
.test_area .test_area_icon{/* 〇 */
    position: absolute;
    box-sizing: border-box;
    top: 35%;
    left: 50%;
    z-index: 100;
    transform: translate(-50%, -50%);
    display: none;
   font-family:sans-serif;
    font-size: 20em;
    font-weight: bold;
    -webkit-text-stroke: 1px #FFF;
    text-stroke: 2px #FFF;
}

.test_area .test_area_icon2{/* Good */
    position: absolute;
    box-sizing: border-box;
    top: 55%;
    left: 50%;
    z-index: 999;
    transform: translate(-50%, -50%);
    font-family:sans-serif;
    font-size: 3.5em;
    font-weight: bold;
    -webkit-text-stroke: 1px #fff;
    text-stroke: 2px #fff;
}

.test_area .test_area_icon5{/* × */
    position: absolute;
    box-sizing: border-box;
    top: 35%;
    left: 50%;
    z-index: 100;
    transform: translate(-50%, -50%);
    display: none;
   font-family:sans-serif;
    font-size: 20em;
    font-weight: bold;
    -webkit-text-stroke: 1px #FFF;
    text-stroke: 2px #FFF;
}

.test_area .test_area_icon6{/* Bad */
    position: absolute;
    box-sizing: border-box;
    top: 53%;
    left: 50%;
    z-index: 999;
    transform: translate(-50%, -50%);
    font-family:sans-serif;
    font-size: 3.5em;
    font-weight: bold;
    -webkit-text-stroke: 1px #fff;
    text-stroke: 2px #fff;
}

.test_area .test_area_icon4{/* ◎ */
    position: absolute;
    box-sizing: border-box;
    top: 35%;
    left: 50%;
    z-index: 100;
    transform: translate(-50%, -50%);
    display: none;
 font-family:sans-serif;
    font-size: 20em;
    font-weight: bold;
    -webkit-text-stroke: 2px #FFF;
    text-stroke: 2px #FFF;
}

.test_area .test_area_icon3{/* Great */
    position: absolute;
    box-sizing: border-box;
    top: 55%;
    left: 50%;
    z-index: 999;
    transform: translate(-50%, -50%);
    font-family:sans-serif;
    font-size: 3.5em;
    font-weight: bold;
    -webkit-text-stroke: 1px #fff;
    text-stroke: 2px #FFF;
}


.test_area .test_kekka{
    position: absolute;
    box-sizing: border-box;
    top: 0%;
    left: 50%;
    margin-top:280px;
    z-index: 999;
    transform: translate(-50%, -50%);
    font-size: 4em;
    font-weight: bold;
	  color:#4C4C4C;
    -webkit-text-stroke: 1px #FFF;
    text-stroke: 1px #FFF;
}

.radiodiv{
	margin:20px;
  top: 50%;
  left: 50%;
  font-size: 2em;
	display: none;
}

/* .trueまたは.falseのクラスが付与されたら表示するものとみなす */
.test_area .test_area_icon.true,　.test_area .test_area_icon2.true,　.test_area .test_area_icon3.true,  .test_area .test_area_icon4.true,  .test_area .test_area_icon5.true,  .test_area .test_area_icon6.true,
.test_area .test_area_icon.false, .test_area .test_area_icon2.false,　.test_area .test_area_icon3.false,  .test_area .test_area_icon4.false,  .test_area .test_area_icon5.false,  .test_area .test_area_icon6.false,　
.test_area .test_kekka.true,　.test_area .test_kekka.false, .radiodiv{
    display: block;
}

/* .trueは正解（〇を表示） */
.test_area .test_area_icon.true:before{
    content: '〇';
    color: rgba(227 ,48, 53, 0.8);
    opacity: 1.0;
}
.test_area .test_area_icon4.true:before{
    content: '〇';
    color: #FFCC00;
  	background: -webkit-linear-gradient(0deg, rgba(64, 224, 168, 0.9), rgba(255, 204, 0, 0.9), rgba(255, 0, 112, 0.9));
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
    opacity: 1.0;
}
.test_area .test_area_icon2.true:before{
    content: 'Good!';
    color: rgba(227 ,48, 53, 0.8);
    opacity: 1.0;
}
.test_area .test_area_icon3.true:before{
    content: 'Great!!';
    color: rgba(255 ,255, 0, 0.8);
  	background: -webkit-linear-gradient(0deg, rgba(64, 224, 168, 0.9), rgba(255, 204, 0, 0.9), rgba(255, 0, 112, 0.9));
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
    opacity: 1.0;
  }

/* .falseは不正解（×を表示） */
.test_area .test_area_icon5.false:before{
    content: '×';
    color: rgba(20, 156, 246, 0.8);
    opacity: 1.0;
}
.test_area .test_area_icon6.false:before{
    content: 'Bad!';
    color: rgba(20, 156, 246, 0.8);
    opacity: 1.0;
}

.test_area .test_kekka.true:before{
    color: #76c64e;
}

/* 現在の問題数を表示 */
.test_area .test_no{
	font-size: 20px;
}



/* 問題文 */
.test_area .test_question{
    font-family: "Arial", "Rounded Mplus 1c", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    text-align:center;
    box-sizing: border-box;
    padding: 5px;
    height:100px;
    /*border-left: 2px solid #4f3528;
    border-right: 2px solid #4f3528;*/
    border-top: 2px solid #4f3528;
    border-bottom: 2px solid #4f3528;
    background-color:#FFF;
    /*background-color:#CAD5B1; */
    color:#000;
    font-size:34px;
    font-weight: bold;
    margin-top:5px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
    align-items: center; /* 縦方向中央揃え */
    -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
    justify-content: center; /* 横方向中央揃え */
}

.test_area .test_question2{
    text-align:center;
    box-sizing: border-box;
    padding: 15px;
    /* border: 4px solid #CCC; */
    font-size:26px;
    font-weight: bold;
    margin-top:15px;
    margin-bottom:15px;
}

/* 回答後の結果 */
.test_result{
    text-align:center;
    box-sizing: border-box;
    padding: 5px 15px 15px 15px;
    /* border: 4px solid #CCC; */
    font-size:30px;
    font-weight: bold;
}

.test_result2{
    text-align:center;
    box-sizing: border-box;
    padding: 5px 15px 15px 15px;
    /* border: 4px solid #CCC; */
    font-size:30px;
    font-weight: bold;
}

/* 回答後の結果は初期非表示 */
.test_area .test_result{
    display: none;
    text-align: center;
}

.test_area .stop{
    display: none;
}

.test_area .test_result2{
    display: none;
    text-align: center;
}


/* 以下クイズの選択肢のデザイン */
.test_area .test_ans_area ul{
font-size: 22px;
color:#000;
margin: -10px 20px 0px 20px;
padding: 0;
display: block;
}

.test_area .test_ans_area ul::after{content: "";display: block;clear: both;}

.test_area .test_ans_area ul li{
font-family: "Arial", "Rounded Mplus 1c", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
text-align: center;
box-sizing: border-box;
border-radius: 15px;
background-color:#FFF;
list-style: none;
float: left;
width: 100%;
height:65px;
/*height:calc((100vh - 400px)/4);*/
display: -webkit-flex;
display: flex;
-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
align-items: center; /* 縦方向中央揃え */
-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
justify-content: center; /* 横方向中央揃え */
padding: 0px 10px;
border: 2px solid gray;
margin: 15px 0 -2px 0;
cursor: pointer;
}

.test_area .test_ans_area ul li.selected{
  background-color: #CCCCCC;
}

.test_area .test_ans_area ul li.corrected{
  background-color: #b7e0a2;
	border: 2px solid #76c64e;
}

.radio-button input[type="radio"]:checked + label {
  font-size:20px;
  background-color: gray;
  border-color: gray;
  color:#FFF;
}

.radio-button input[type="radio"] {
  opacity:0;
}

.radio-button label {
  font-size:20px;
  color:gray;
}

.radio-label{
  font-size:20px;
  color:gray;
}

.radio-label2{
  font-size:20px;
  color:gray;
}

/* カウントダウンの円グラフのデザイン */
.chart {position: relative;}
.chart .count {position: absolute;top: 290;left: 50%;margin-top:45px;display: none;}
.chart .count2 {position: absolute;top: 290;left: 50%;margin-top:45px;display: none;}
.chart .count3 {position: absolute;top: 290;left: 50%;margin-top:45px;display: none;}
.chart em {
  font-weight: bold;font-size: 70px;border-radius: 50%;margin-top:-100px;position:fixed;
  color:#4f3528;display:inline-block;width:120px;height:120px;background:#fff;text-align:center;line-height:125px;border: solid 0px #fff;margin-left:-60px;
}

/* ロードの最初に出すメッセージ*/
.env4{width:100%;position: absolute;z-index: 99999999;display: none;top:0%;}
.env{width:90%;position: absolute;z-index: 99999999;display: none;top:25%;left: 5%;}
.env3, .env5, .env6{width:100%;height:100%;position:fixed;z-index:99999999;display:none;transition-timing-function:ease-in;}
.env.show, .env2.show, .env3.show, .env4.show, .env5.show, .env0.show, .env00.show, .env99.show{display: block;transition-timing-function: ease-in;}
.env.close, .env2.close, .env3.close, .env4.close, .env5.close, .env6.close, .env0.close, .env00.close, .env99.close, .table_list{display: none;transition-timing-function: ease-in;}
.env__contents{background: #fff;background: rgba(0, 0, 0, 0.9);padding: 20px 20px 5px 20px;font-size:20px;text-align: center;}
.env4__contents{background: #fff;background: rgba(0, 0, 0, 0.9);padding: 20px 0px 60px 0px;font-size:20px;text-align: center;}
.env3__contents{background: #ececec;padding: 0px 5px 5px 5px;font-size:20px;text-align: center;height:1000px;margin-top:-25px;}
.env5__contents, .env6__contents{background: #ececec;padding: 20px 20px 5px 20px;margin-top:-20px;font-size:20px;text-align: center;height:1000px;}
.env__contents__title{color: #FFF;font-weight: bold;margin-bottom: 15px;font-size: 22px;}
.env3__contents__title{color: #000;font-weight: bold;margin-bottom: 20px;font-size: 26px;}
.env3__contents__text{color: #000;font-size: 18px;margin-bottom: 15px;background-color: #ececec;}
.env__contents__text{color: #FFF;font-size: 18px;margin-bottom: 15px;}
.env__contents__link{background: #ececec;color: #000;border-radius: 5px;display: inline-block;font-size: 20px;padding: 5px 20px;}
.env__btn{border-radius: 50%;font-size:45px;cursor: pointer;display: block;height: 40px;position: absolute;right: 5px;text-align: center;top: -8px;width: 40px;}
.env00__btn{border-radius: 50%;font-size:35px;cursor: pointer;display: block;height: 40px;position: absolute;right: 5px;text-align: center;top: -5px;width: 40px;}
.env5__btn, .env6__btn{border-radius: 50%;font-size:45px;cursor: pointer;display: block;height: 40px;position: absolute;right: 15px;text-align: center;top: -22px;width: 40px;}

.great{font-size: 24px;font-weight: bold;color: #FFCC00;-webkit-text-stroke: 0.5px #FFF;text-stroke: 0.5px #FFF;background: -webkit-linear-gradient(0deg, #40E0A8, #FFCC00, #FF0070);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.great2{font-size: 24px;font-weight: bold;color: #FFCC00;background: -webkit-linear-gradient(0deg, #40E0A8, #FFCC00, #FF0070);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}

.fixed-bottom{font-size:12px;color:#FFF;padding-bottom:6px;padding-top:7px;background-color: #5B5B5B;}

table.table-bordered{border:0px solid gray;}
table.table-bordered > thead > tr > th{border:1px solid gray;}
table.table-bordered > tbody > tr > td{border:1px solid gray;}
table.table-bordered > thead {z-index:1000000000!important;}
#notifyMessage{
    display: none;
    position: absolute;
    top: 45px;
    left:50%;
    margin-left: -250px;
    padding: 15px 0;
    width: 500px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    background-color: rgba(51,51,51, 0.9);
    -webkit-border-radius: 5px; /* Safari Chrome */
    -moz-border-radius: 5px;    /* Firefox */
    border-radius: 5px;         /* Firefox */
}

div#driver-popover-item{display:none;position:absolute;background:#fff;font-family:"Rounded Mplus 1c";color:#2d2d2d;margin:0;padding:15px;border-radius:0px;min-width:250px;max-width:300px;box-shadow:0 1px 10px rgba(0,0,0,.4);z-index:1000000000}
div#driver-popover-item .driver-popover-tip{border:5px solid #fff;content:"";position:absolute}
div#driver-popover-item .driver-popover-tip.bottom{bottom:-10px;border-color:#fff transparent transparent}
div#driver-popover-item .driver-popover-tip.bottom.position-center{left:49%}
div#driver-popover-item .driver-popover-tip.bottom.position-right{right:20px}
div#driver-popover-item .driver-popover-tip.left{left:-10px;top:10px;border-color:transparent #fff transparent transparent}
div#driver-popover-item .driver-popover-tip.left.position-center{top:46%}
div#driver-popover-item .driver-popover-tip.left.position-bottom{top:auto;bottom:20px}
div#driver-popover-item .driver-popover-tip.right{right:-10px;top:10px;border-color:transparent transparent transparent #fff}
div#driver-popover-item .driver-popover-tip.right.position-center{top:46%}
div#driver-popover-item .driver-popover-tip.right.position-bottom{top:auto;bottom:20px}
div#driver-popover-item .driver-popover-tip.top{top:-10px;border-color:transparent transparent #fff}
div#driver-popover-item .driver-popover-tip.top.position-center{left:49%}
div#driver-popover-item .driver-popover-tip.top.position-right{right:20px}
div#driver-popover-item .driver-popover-tip.mid-center{display:none}
div#driver-popover-item .driver-popover-footer{display:block;margin-top:10px}
div#driver-popover-item .driver-popover-footer button{display:inline-block;padding:5px 15px;border:1px solid #4f3528;text-decoration:none;color:#FFF;font-family:"Rounded Mplus 1c";font-size:18px;cursor:pointer;outline:0;background-color:#4f3528;border-radius:5px;zoom:1;line-height:1.3}
div#driver-popover-item .driver-popover-footer button.driver-disabled{font-size:18px;font-family:"Rounded Mplus 1c";background-color:#4f3528;color:white;cursor:default;pointer-events:none}/* 戻る */
div#driver-popover-item .driver-popover-footer .driver-close-btn{display:none;float:left}
div#driver-popover-item .driver-popover-footer .driver-btn-group,div#driver-popover-item .driver-popover-footer .driver-close-only-btn{float:right}
div#driver-popover-item .driver-popover-title{font-family:"Rounded Mplus 1c";font-size:20px;margin:0 0 5px;font-weight:bold;display:block;position:relative;line-height:1.5;zoom:1;border-bottom: 3px solid #4f3528;margin-bottom:10px;}
div#driver-popover-item .driver-popover-description{font-family:"Rounded Mplus 1c";margin-bottom:0;font-size:18px;line-height:1.3;color:#2d2d2d;font-weight:normal;zoom:1}.driver-clearfix:after,.driver-clearfix:before{content:"";display:table}.driver-clearfix:after{clear:both}.driver-stage-no-animation{transition:all .2s!important;background:transparent!important;outline:5000px solid rgba(0,0,0,.75)}
div#driver-page-overlay{background:#000;position:absolute;top:0;left:0;bottom:0;right:0;display:block;width:100%;height:100%;zoom:1;filter:alpha(opacity=50);opacity:.50;z-index:100002!important;transition:all .3s}
div#driver-highlighted-element-stage{position:absolute;top:0;left:0;height:50px;width:300px;background:#ececec;z-index:100003!important;display:none;border-radius:0px;transition:all .3s}.driver-highlighted-element{z-index:100004!important}.driver-position-relative{position:relative!important}.driver-fix-stacking{/*z-index:auto!important;*/opacity:1!important;transform:none!important;-webkit-filter:none!important;filter:none!important;perspective:none!important;transform-style:flat!important;transform-box:border-box!important;will-change:unset!important}


@media screen and (max-device-height: 570px) and (display-mode: browser) {
  /*.footer{height:55px;}
  .footer_list {margin-top:-7px;padding:4px 7px 7px;}*/
  .top_img{width:50%;}
  .sfooter{display:none;}
  .rmode{display:none;}
  .chart .count {margin-top:65px;}
  .chart .count2 {margin-top:65px;}
  .chart .count3 {margin-top:65px;}
  .test_area .test_ans_area ul {font-size:18px;}
  .test_area .test_ans_area ul li{height:50px;}
  .test_area .test_question{font-size:24px;line-height: 28px;height:70px;}
}
@media screen and (max-device-height: 570px) and (display-mode: standalone) {
  .top_img{width:50%;}
  .sfooter{display:none;}
  .rmode{display:none;}
  .chart .count {margin-top:65px;}
  .chart .count2 {margin-top:65px;}
  .chart .count3 {margin-top:65px;}
  .test_area .test_ans_area ul {font-size:20px;}
  .test_area .test_ans_area ul li{height:65px;}
  .test_area .test_question{font-size:28px;line-height: 32px;height:100px;}
}



@media screen and (min-device-height: 571px) and (max-device-height: 640px) and (display-mode: browser) {
  .top_img{width:50%;}
  .sfooter{display:none;}
  .rmode{display:none;}
  .test_area .test_ans_area ul {font-size:22px;}
  .test_area .test_ans_area ul li{height:58px;}
  .test_area .test_question{font-size:28px;line-height: 32px;height:90px;}
}
@media screen and (min-device-height: 571px) and (max-device-height: 640px) and (display-mode: standalone) {
  .top_img{width:50%;}
  .sfooter{display:none;}
  .rmode{display:none;}
  .test_area .test_ans_area ul {font-size:22px;}
  .test_area .test_ans_area ul li{height:65px;}
  .test_area .test_question{font-size:30px;line-height: 34px;height:120px;}
}



@media screen and (min-device-height: 641px) and (max-device-height: 667px) and (display-mode: browser) {
  .top_img{width:50%;}
  .sfooter{display:none;}
  .rmode{display:none;}
  .test_area .test_ans_area ul {font-size:22px;}
  .test_area .test_ans_area ul li{height:65px;}
  .test_area .test_question{font-size:32px;line-height: 36px;height:100px;}
}
@media screen and (min-device-height: 641px) and (max-device-height: 667px) and (display-mode: standalone) {
  .top_img{width:65%;}
  .sfooter{display:none;}
  .rmode{display:none;}
  .test_area .test_ans_area ul {font-size:22px;}
  .test_area .test_ans_area ul li{height:65px;}
  .test_area .test_question{font-size:34px;line-height: 38px;height:130px;}
}



@media screen and (min-device-height: 668px) and (max-device-height: 736px) and (display-mode: browser) {
  .top_img{width:50%;}
  .sfooter{display:none;}
  .rmode{display:none;}
  .test_area .test_ans_area ul {font-size:22px;}
  .test_area .test_ans_area ul li{height:65px;}
  .test_area .test_question{font-size:32px;line-height: 36px;height:100px;}
}
@media screen and (min-device-height: 668px) and (max-device-height: 736px) and (display-mode: standalone) {
  .top_img{width:50%;}
  .sfooter{display:none;}
  .rmode{display:none;}
  .test_area .test_ans_area ul {font-size:22px;}
  .test_area .test_ans_area ul li{height:65px;}
  .test_area .test_question{font-size:34px;line-height: 38px;height:120px;}
}



@media screen and (min-device-height: 737px) and (max-device-height: 790px) and (display-mode: browser) {
  .top_img{width:50%;}
  .sfooter{display:none;}
  .test_area .test_ans_area ul {font-size:22px;}
  .test_area .test_ans_area ul li{height:65px;}
  .test_area .test_question{font-size:33px;line-height: 37px;height:110px;}
}
@media screen and (min-device-height: 737px) and (max-device-height: 790px) and (display-mode: standalone) {
  .top_img{width:60%;}
  .sfooter{}
  .test_area .test_ans_area ul {font-size:22px;}
  .test_area .test_ans_area ul li{height:65px;}
  .test_area .test_question{font-size:34px;line-height: 38px;height:120px;}
}



@media screen and (min-device-height: 791px) and (max-device-height: 823px) and (display-mode: browser) {
  .top_img{width:50%;}
  .sfooter{display:none;}
  .test_area .test_ans_area ul {font-size:22px;}
  .test_area .test_ans_area ul li{height:65px;}
  .test_area .test_question{font-size:34px;line-height: 38px;height:120px;}
}
@media screen and (min-device-height: 791px) and (max-device-height: 823px) and (display-mode: standalone) {
  .top_img{width:60%;}
  .sfooter{}
  .test_area .test_ans_area ul {font-size:24px;}
  .test_area .test_ans_area ul li{height:70px;}
  .test_area .test_question{font-size:36px;line-height: 40px;height:130px;}
}



@media screen and (min-device-height: 824px) and (max-device-height: 852px) and (display-mode: browser) {
  .top_img{width:50%;}
  .sfooter{display:none;}
  .test_area .test_ans_area ul {font-size:23px;}
  .test_area .test_ans_area ul li{height:70px;}
  .test_area .test_question{font-size:34px;line-height: 38px;height:120px;}
}
@media screen and (min-device-height: 824px) and (max-device-height: 852px) and (display-mode: standalone) {
  .top_img{width:65%;}
  .sfooter{}
  .test_area .test_ans_area ul {font-size:25px;}
  .test_area .test_ans_area ul li{height:75px;}
  .test_area .test_question{font-size:36px;line-height: 40px;height:130px;}
}




@media screen and (min-device-height: 853px) and (display-mode: browser) {
  .top_img{width:65%;}
  .sfooter{}
  .chart .count {margin-top:20px;}
  .chart .count2 {margin-top:20px;}
  .chart .count3 {margin-top:20px;}
  .test_area .test_ans_area ul {font-size:22px;}
  .test_area .test_ans_area ul li{height:72px;}
  .test_area .test_question{font-size:34px;line-height: 38px;height:120px;}
}
@media screen and (min-device-height: 853px) and (display-mode: standalone) {
  .top_img{width:65%;}
  .sfooter{}
  .chart .count {margin-top:20px;}
  .chart .count2 {margin-top:20px;}
  .chart .count3 {margin-top:20px;}
  .test_area .test_ans_area ul {font-size:25px;}
  .test_area .test_ans_area ul li{height:75px;}
  .test_area .test_question{font-size:36px;line-height: 40px;height:130px;}
}
