@charset "utf-8";



h1.ttl_heritage {
border-bottom:  solid 2px #8D6E12;
}
h1.ttl_heritage span {
display: block;
max-width: 1220px;
width: 100%;
text-align: left;
margin:  0 auto;
}

.top_lead_box {
padding: 40px 0;
text-align: center;
}

.top_lead_box .top_lead_txt {
font-family: 'Noto Serif JP', serif;
color:#8D6E12;
font-size: 4rem;
margin-bottom: 15px;
}

.heritage_eachttl_box {
padding: 40px 0;
text-align: center;
}

.heritage_eachttl_box .heritage_eachttl {
color:#8D6E12;
border-bottom: solid 1px #8D6E12;
font-family: 'Noto Serif JP', serif;
font-size: 4rem;
overflow: hidden;
position: relative;
padding-bottom: 5px;
}
.heritage_eachttl_box .heritage_eachttl .ttl_no {
/*display: inline-block;
float: left;*/
font-family: 'Old Standard TT', serif;
font-size: 5rem;
display: block;
position: absolute;
left:0;
}


@media (max-width: 979px) {
.heritage_eachttl_box {
padding: 20px 0;
text-align: left;
}

.heritage_eachttl_box .heritage_eachttl {
font-family: 'Noto Serif JP', serif;
font-size: 3rem;
line-height: 1.2;
text-align: left;
overflow: inherit;
padding-bottom:0;
}
.heritage_eachttl_box .heritage_eachttl .ttl_no {
position: inherit;
display: inline-block;
float: none;
margin-right: 0.8rem;
font-family: 'Old Standard TT', serif;
font-size: 4rem;
}
/* max-width: 979px */}


.heritage_eachstory_box {
padding: 60px 0;
background: #FAF2DA;
}

.word_box {
border: solid 1px #273793;
padding: 25px;

display: -webkit-flex;
display: flex;

-webkit-justify-content: space-between;
justify-content: space-between;

-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}

.word_box .word_img {
width: 180px;
}
.word_box .word_txt_box {
width: calc(100% - 200px);
}
.word_box .word_txt_box .word_txt_ttl {
font-family: 'Noto Serif JP', serif;
color:#fff;
background: #273793;
text-align: center;
padding: 10px;
font-size: 2.8rem;
line-height: 1.2;
}

.quiz_box {
border: solid 1px #8D6E12;
padding: 25px;
}
.quiz_ttl {
background: #8D6E12;
text-align: center;
font-weight: normal;
margin-bottom: 0;
padding: 10px;
color:#fff;
font-family: 'Noto Serif JP', serif;
font-size: 2.4rem;
}
.quiz_txt {
width: 100%;
text-align: center;
margin-bottom: 20px;
font-size: 2.4rem;
}

.quiz_box form .quiz_list  {
display: -webkit-flex;
display: flex;

-webkit-justify-content: space-between;
justify-content: space-between;

-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}

.quiz_box form .quiz_list label {
width: 32%;
background: #FAF2DA;
padding: 10px 10px 15px;
text-align: center;
border-radius: 10px;
box-sizing: border-box;
}
.quiz_box form .quiz_list.disabled label {
opacity: 0.50;
filter: alpha(opacity=50);
-ms-filter: "alpha(opacity=50)";
cursor: default;
}
.quiz_box form .quiz_list:not(.disabled) label:hover {
opacity: 0.70;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}

.quiz_box form .quiz_list label input {
margin-bottom: 10px;
}

.quiz_box form .quiz_submit {
background: #fff;
font-weight: bold;
font-size: 1.8rem;
padding: 5px 40px;
display: block;
margin: 0 auto;
border: solid 2px #8D6E12;
color:#8D6E12;
}
.quiz_box form .quiz_submit:not(:disabled):hover {
opacity: 0.70;
filter: alpha(opacity=70);
-ms-filter: "alpha(opacity=70)";
}
.quiz_box form .quiz_submit:disabled {
border-color: #C5B78B;
cursor: default;
}


.comment_ttl {
text-align: center;
color:#8D6E12;
font-family: 'Noto Serif JP', serif;
border-bottom: solid 1px #8D6E12;
padding-bottom: 10px;
font-size: 2.4rem;
}
#rwd-content div.btn_comment_close {
display: inline-block;
background: #fff;
font-weight: bold;
font-size: 1.8rem;
padding: 10px 40px;
margin-right: auto;
margin-left: auto;
border: solid 2px #C5B78B;
color:#C5B78B;
}


#rwd-content a.btn_comment {
display: inline-block;
background: #fff;
font-weight: bold;
font-size: 1.8rem;
padding: 10px 40px;
margin-right: auto;
margin-left: auto;
border: solid 2px #8D6E12;
color:#8D6E12;
}


.comment_box {
border-top: solid 1px #D0D0D0;
}

.comment_box .comment_each {
border-bottom: solid 1px #D0D0D0;
padding: 20px 0 0;
}

.comment_box .comment_each a.rwd-modal-link {
display: inline-block;
margin-right: 15px;
}

/*#rwd-content p.text_correct,
#rwd-content p.text_wrong {
text-align: center;
font-size: 2rem;
font-weight: bold;
font-family: 'Noto Serif JP', serif;
line-height: 1.2;
}
#rwd-content p.text_correct strong,
#rwd-content p.text_wrong strong {
font-size: 3rem;
}*/

.quiz_result_box {
width: 174px;
margin: 0 auto;
}
.quiz_result_box .text_correct,
.quiz_result_box .text_wrong {
display: none;
}


/*-------------------*/

.heritagelevel_box {
position: fixed;
width: 160px;
height: 160px;
right:52px;
bottom:35px;
z-index: 1000;
}
.heritagelevel_box .heritagelevel_inbox1 {
position: relative;
width: 160px;
height: 160px;
background: url("../img/level_bg_pc.png") no-repeat center center;
}
.heritagelevel_box .heritagelevel_inbox1 .number_box {
position: absolute;
width: 100%;
text-align: center;
top:66px;
}
.heritagelevel_box .heritagelevel_inbox1 .number_box img {
display: inline-block;
}


.heritagelevel_box .heritagelevel_inbox100 {
display: none;
position: relative;
width: 160px;
height: 160px;
background: none;
}