/* 共通 */
.tac {
    text-align: center;
}

.ml20 {
    margin-left: 20px;
}

.ml30 {
    margin-left: 30px;
}

.table {
    border-collapse: collapse;
    margin-top: 30px;
    margin-left: 50px;
}

.table tr td {
    width: 50px;
    height: 50px;
    border: 2px solid #3cb371;
    background-color: #0093d7 ;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.table tr td:nth-of-type(3),
.table tr td:nth-of-type(6) {
    border-right: 2px solid #ffffff;
}

.table tr:nth-child(3) td,
.table tr:nth-child(6) td {
    border-bottom: 2px solid #ffffff;
}

.text {
    width: 30px;
    height: 30px;
    margin-left: 15px;
    font-size: 24px;
}

.btn_area {
    margin-top: 30px;
    margin-left: 190px;
}

.button {
    width: 200px;
    height: 40px;
    border: 2px solid #3cb371;
    background-color: #0093d7 ;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding-top: 8px;
}

.select_button {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    width: 100px;
    height: 100px;
    border: 2px solid #3cb371;
    background-color: #0093d7 ;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
    margin-bottom: 100px;
}
.disabled {
    background-color: #C0C0C0;
}

.radio {
    display: none;
}
label {
    background-color: rgb(173, 173, 173);
    padding: 10px 20px;
    font-size: 50%;
    color: #fff;
  }
  .radio:checked + label {
    background-color: rgb(9, 14, 20);
  }

/* 開始画面 */
.start {
    margin-top: 50px;
    text-align: center;
}

.start_button {
    width: 400px;
    height: 100px;
    border: 2px solid #3cb371;
    background-color: #0093d7 ;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    cursor: pointer;
}

/* ヘッダー */
.header {
    background-color: #0093d7 ;
    /* padding-top: 30px; */
    font-size: 30px;
    color: #FFFFFF;
    font-weight: bold;
}
.return {
    text-align: center;
    height: 40px;
    width: 80px;
    margin-top: 18px;
    margin-left: 10px;
    padding: 5px 8px 8px 8px;
    color: #FFF;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    text-decoration: none;
}
.return:link ,
.return:visited ,
.return:hover ,
.return:active { color: #FFFFFF; }

.dotgothic16-regular {
    font-family: "DotGothic16", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.title {
    width: 100vw;
    height: 80px;
    font-size: 45px;
    padding-top: 5px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    z-index: 1;
    font-family: "Rampart One", sans-serif;
}
  
/* 問題画面 */
body {
    margin: 0;
    padding: 0;
}

.all_contents {
    font-size: 16px;
    font-weight: bold;
    height: 100%;
    min-height: 500px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.margin_top30 {
    margin-top: 30px !important;
}

.margin_top50 {
    margin-top: 50px !important;
}

.margin_top100 {
    margin-top: 100px !important;
}

.point {
    font-size: 40px;
    color: #0000BB;
}

.arrow{
    max-height: 50px;
    width: 50px;
}

.code_title {
    width: 100vw;
    height: 80px;
    font-size: 45px;
    padding-top: 5px;
    margin-top: 50px;
    font-weight: bold;
    background-color: #0093d7 ;
    color: #fff;
    text-align: center;
    z-index: 1;
    font-family: "Noto Sans JP", sans-serif;
}

.quiz_code_title {
    text-align: center;
    width: 100vw;
    height: 80px;
    font-size: 50px;
    color: #0000BB;
    padding-top: 5px;
    font-weight: bold;
    text-align: center;
    z-index: 1;
    font-family: "Noto Sans JP", sans-serif;
}

.timer {
    /* width: 300px; */
    font-size: 50px;
    font-weight: bold;
    position: relative;
    text-align: center;
    /* margin-left: 20px; */
    /* font-family: 'Verdana'; */
    /* float: right; */
    /* z-index: 999; */
    margin-top: -80px;
}

.jst-hours{
    display: none;
}

.jst-minutes,
.jst-seconds {
    display: inline-block;
    text-align: center;
    color: #0000BB;
}

.question {
    margin-bottom: 30px;
}

.content {
    margin-bottom: 30px;
}

.choice {
    margin-bottom: 30px;
}

.crossword_table {
    border-collapse: collapse;
    text-align: center;
}

.crossword_table tr td {
    width: 50px;
    height: 50px;
    border: 2px solid #3cb371;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.crossword_nothing_td {
    background-color: #0093d7 ;
}

.sentence {
    font-size: 20px;
    margin-top: 20px;
    margin-left: 20px;
    font-weight: bold;
    color: #0093d7 ;
}

.quiz_sentence {
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    font-size: 30px;
    margin-top: 20px;
    margin-left: 50px;
    font-weight: bold;
    padding-bottom: 30px;
    color: #0093d7 ;
}

.quiz_sentence_big {
    font-size: 35px;
    font-weight: bold;
    margin: 20px 50px 0px 50px;
    min-height: 800px;
    color: #0093d7 ;
}

.quiz_sentence_sml {
    font-size: 30px;
    flex-basis: auto;
    margin-bottom: 3px;
    color: #0093d7 ;
}

.rule_sentence {
    font-family: "Noto Sans JP", sans-serif;
    text-align: left;
    font-size: 30px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    padding-bottom: 30px;
    color: #0093d7 ;
}

.failed_sentence {
    font-size: 40px;
    font-weight: bold;
    margin: 20px 0px 0px 50px;
    color: #0093d7 ;
}

.crossword_area {
    width: 270px;
    margin: 20px auto;
}

.crossword_label {
    position: absolute;
    font-size: 11px;
    color: #000;
}

.crossword_text {
    width: 30px;
    height: 30px;
    padding: 10px;
    font-size: 24px;
    border: none;
    outline: none;
}

.question_area {
    font-size: 18px;
    margin-top: 20px;
    margin-left: 20px;
    font-weight: bold;
    color: #0093d7 ;
}

.modal_panel {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.modal_box {
    width: 815px;
    height: 655px;
    padding: 0.3px 18px 0 18.7px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border: solid 1px #898484;
	border-radius: 8px;
    background-color: #fff;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
}

.modal_panel_bg {
	background: #d6d6d6;
	height: 100vh;
	position: absolute;
	width: 100%;
	opacity: 0.6;
}

.tips_area {
    margin: 40px;
    text-align: center;
}

.tips_button {
    width: 200px;
    height: 80px;
    border: 2px solid #3cb371;
    background-color: #0093d7 ;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
}


/* クリア */
.comp_sentence {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #0093d7 ;
    margin: 20px;
    line-height: 50px;
}

.clear_btn_area {
    margin: 20px;
    text-align: center;
}

.answer_text {
    color: red;
}

.tips {
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    margin: 20px;
    line-height: 50px;
}
.hint {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #FF9933;
}