@charset "utf-8";

.txt-yellow{
  color: #ffe200;
}

/* --------------------------------------------------------------
トリビアページ(PC)
-------------------------------------------------------------- */

@media screen and (min-width:640px){

/* -------------------------------------------------- */
/* スマホ用エレメントを非表示にするクラス（.sp）※共通
/* -------------------------------------------------- */

.trivia .sp{
	display:none;
}

/* -------------------------------------------------- */
/* PING トリビア！タイトルエリアのスタイル（.title）※共通
/* -------------------------------------------------- */
.trivia{
	min-width:1000px;
}

.trivia .title{
  width:100%;
	min-width: 1000px;
  background-color:#362e2b;
}
.trivia .title h1{
  width:100%;
  text-align:center;
  padding-top:10px;
}
.trivia .title h1 img{
  display:inline !important;
}
.trivia .wrapper{
  width:100%;
  background-color:#ECEEEF;
}
.trivia .wrapper{
  width:100%;
  margin:0 auto;
  padding-bottom:30px;
}
.trivia .mainVisual{
  background-image:url(../../images/tokusyu/trivia/vol007/bg_main_visual.png);
  background-size:cover;
  background-position:center;
  height:446px;
	min-width:1000px;
  margin-bottom:30px;
	position:relative;
}
.trivia .mainVisual .pc_read{
	margin: 0 auto;
    width: 980px;
    padding-top: 325px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.8;
}
.trivia .mainVisual_sp{
  display:none;
}

/* -------------------------------------------------- */
/* コラムエリアのスタイル（.column）
/* -------------------------------------------------- */
.trivia .bold_r{
	font-weight:bold;
	color:#cc0000;
}
	.trivia .ans_img_block {
		display: flex;
	}
	.trivia .ans_img{
		width: 25%;
		position: relative;
	}
	.trivia .ans_img .ans_select{
		position: absolute;
		width: 30px;
		height: 30px;
		right: 80px;
		bottom: 10px;
	}
	.trivia .ans_img img{
		width: 100%;
	}
.trivia .column{
  width:1000px;
  margin:0 auto 30px;
  box-sizing: border-box;
  padding:20px;
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 1px 10px 0px rgba(180, 220, 230, 0.75);
}
.trivia .column h3.pc{
  margin-bottom:20px;
}
.trivia .column p.left,
.trivia .column p.right{
	float:left;
  font-size:18px;
  font-weight:normal;
  text-align:left;
}

.trivia .column p.right{
	float:right;
}
.trivia .column .ans{
	margin-top:50px;
}
.trivia .banner-event {
    width: 600px;
    margin: 0 auto 40px auto;
}
	.trivia .banner-event img {
    width: 100%;
}
.trivia .question{
	margin-bottom: 50px;
}

	.trivia .question .ans em{
		font-weight: bold;
	}

.trivia .question li.ans_a, .trivia .question li.ans_b, .trivia .question li.ans_c, .trivia .question li.ans_d {
    height: 30px;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    width: 290px;
    box-sizing: border-box;
    padding-left: 40px;
	margin-bottom: 0; 
    font-size: 20px;
    line-height: 32px;
}
.trivia .column .apply{
  margin: 0 auto 30px;
	text-align: center;
  padding: 4px 0;
  font-family: sans-serif;
  font-size: 18px;
  color:#3cb3e4;
	padding:4px 10px;
  border:rgb(60, 179, 228) 2px;
  border-style: solid none;
  background: repeating-linear-gradient(
    45deg,
    #fff,
    #fff 3px,
    rgba(60, 179, 228, 0.1) 3px,
    rgba(60, 179, 228, 0.1) 6px
  );
}
.trivia .column .apply .num{
	font-size:1.2em;
}
.trivia .column .present{
  font-weight:normal;
  text-align:left;
	float: right;
	width:480px;
}
.trivia .column .present h3{
	font-size:24px;
	margin-bottom:20px;
}
.trivia .column .present .present_read{
	font-size:20px;
	text-align:left;
	margin-bottom:20px;
}
.trivia .column .commit_cover{
	margin:0 auto;
	display:block;
	width:360px;
}
.trivia .column .commit{
	width:360px;
	padding: 10px 0;
	font-size: 18px;
	text-decoration: none;
  background: #c00;/*ボタン色*/
  color: #FFF;
	border:0;
  border-bottom: solid 4px #a00;
  border-radius: 3px;
}
.trivia .column figure.left,
.trivia .column figure.right{
	float:left;
	padding:0;
	margin:0;
	text-align: left;
}
.trivia .column figure.right{
	float:right;
}
.trivia .column .f_strong{
font-weight:bold;}
.trivia .w380{
  width:380px;
	line-height:1.8;
}
.trivia .w450{
  width:450px;
	line-height:1.8;
}
.trivia .w490{
  width:490px;
	line-height:1.8;
}
.trivia .w530{
  width:530px;
	line-height:1.8;
}
.trivia .w560{
  width:560px;
	line-height:1.8;
}
.trivia .w430{
  width:430px;
	line-height:1.8;
}
.trivia .w960{
  width:960px;
	margin:0 auto 20px;
}
.trivia .w960 img{
	  width:100%;
}
.trivia .column .tips_2{margin-top:40px;}
	.trivia .cp_ttl{
		font-size: 24px;
		margin-bottom: 10px;
	}
	
	.trivia .question .diff_question dt{
	display: inline-block;
    color: #d00;
    float: left;
    padding: 6px 10px;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
    border: 4px solid #d00;
    border-radius: 6px;
position: relative;
	}
.trivia .question .diff_question{
}
.trivia .question .diff_question dt:before{
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border: 4px solid;
    border-color: transparent transparent #d00 #d00;
    transform: rotate(135deg);
    background-color: #fff;
    top: -8px;
    right: 24px;
}
	.trivia .question .diff_question dd{
		display: inline-block;
		float: left;
		margin-top: 6px;
		font-size: 18px;
		margin-left: 20px;
	}
.trivia .question .text-hint a{
	color: rgba(15, 63, 165,1);
	text-decoration: underline;
}
  .trivia .question .text-hint{
    text-align: center;
    margin: 40px 0 20px;
    font-size: 24px;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
    margin-bottom: 30px;
    position: relative;
    font-weight: normal;
  }
  .trivia .question .text-hint:after{
    content: '';
    display: inline-block;
    position: absolute;
    width: 20px;
    text-align: center;
    height: 20px;
    border: 1px solid;
    border-color: #333 #333 transparent transparent;
    transform: rotate(135deg);
    background-color: #ECEEEF;
    top: 35px;
    right: 49%;
  }
  .trivia .question .hint-icon{
    color: #ffdb0f;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 16px;
    background-color: #333;
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 5px;
  }
.trivia .tour-winner {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}
.trivia .banner-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 1000px;
}
.trivia .banner-block .box {
  width: 33%;
  height: 96px;
  overflow: hidden;
}
  .trivia .banner-block .box img{
    width: 100%;
}
/* -------------------------------------------------- */
/* 会員登録ボタンエリア*/
/* -------------------------------------------------- */

.trivia .memberRead{
	font-size:20px;
	margin:40px auto 0;
}

.trivia .square_btn{
	font-size:24px;
    position: relative;
    display: inline-block;
		box-sizing: border-box;
    padding: 0.5em 4em;
    text-decoration: none;
    color: #FFF;
    background: #fd9535;
    border-bottom: solid 2px #d27d00;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
		margin:15px auto 40px;
}
.trivia .square_btn:hover{
    background: #fdaf35;
    border-bottom: solid 2px #d28f00;
}

.trivia .square_btn span::after{
  content: '';
  width: 8px;
  height:8px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -4px;
}

	.trivia .cp_ttl_hint a{
		display: block;
		color: #fff;
				    font-size: 30px;
    margin-bottom: 50px;
    padding: 10px;
    color: #fff;
    background-color: #ff2222;
		position:relative;
	}
	.trivia .cp_ttl_hint a:hover{
		opacity: 0.8;
		text-decoration: none;
	}
	.trivia .cp_ttl_hint .moviecheck:before {        /*白い丸 */ 
display: block;
    content: "";
    position: absolute;
    top: 42%;
    right: 19px;
    width: 26px;
    height: 26px;
    margin-top: -8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #fff;
}
.trivia .cp_ttl_hint .moviecheck:after {        /*「after要素」で三角 */ 
    display: block;
    content: "";
    position: absolute;
    top: 44%;
    right: 17px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 8px solid transparent;
    border-left: 11px solid #ff2222;
}
/*
.trivia .cp_ttl_hint .moviecheck:hover:after {        「after要素」のマウスオーバー（カラーを合わせる）   
	border-left: 11px solid #333;
}
*/

  .l-iron {
    margin-bottom: 30px
  }

/* -------------------------------------------------- */
/* 注意事項部分のスタイル（.answer）
/* -------------------------------------------------- */
.notes{
	font-size:13px;

}

/* -------------------------------------------------- */
/* 答えと解答エリアのスタイル（.answer）
/* -------------------------------------------------- */

.trivia .answer h3{
	background:url(../../images/tokusyu/trivia/vol007/bg_answer.png) no-repeat;
	width:960px;
}
.trivia .answer dt{
	width:15%;
	box-sizing: border-box;
  margin-bottom: 20px;
}
.trivia .answer dd{
	height:auto;
	width: 5%;
	box-sizing: border-box;
	padding-top: 2px;
margin-bottom: 20px;
}
	.trivia .answer dd.wide_ans{
			width: 85%;
	}
.answer dd.ans_a{
  background:url(../../images/tokusyu/trivia/common/answer_a.png) no-repeat center left;
	background-size: 30px 30px;
	color:#AE0912;
	font-size:24px;
}
.answer dd.ans_b{
  background:url(../../images/tokusyu/trivia/common/answer_b.png) no-repeat center left;
	background-size: 30px 30px;
	color:#AE0912;
	font-size:24px;
}
.answer dd.ans_c{
  background:url(../../images/tokusyu/trivia/common/answer_c.png) no-repeat center left;
	background-size: 30px 30px;
	color:#AE0912;
	font-size:24px;
}

.answer dd.ans_d{
  background:url(../../images/tokusyu/trivia/common/answer_d.png) no-repeat center left;
	background-size: 30px 30px;
	color:#AE0912;
	font-size:24px;
}
/* 第5回の特別スタイル ---------------------------------- */

.trivia .question .faq{
  position: relative;
	box-sizing: border-box;
	text-align: left;
	color:#fff;
	margin-bottom:20px;
}
.trivia .question .faq{
	background:url(../../images/tokusyu/trivia/vol007/bg_q_1.png) no-repeat;
	background-size: 104%;
}
.trivia .question .faq .faq_num{
	font-family: Franklin Gothic Demi Cond;
	    font-weight: bold;
    position: absolute;
    left: 54px;
    top: 4px;
    font-size: 30px;
	margin-left: 5px
}
	.trivia .question .faq .stxt{
    font-size: 12px;
    display: block;
    color: #ffdb0f;
	}
.trivia .question .faq.line1{
	padding: 13px 15px 13px 90px;
}
.trivia .question .faq.line2{
	height: 60px;
	padding: 7px 15px 15px 90px;
}
	.trivia .question .faq.line3{
		padding: 7px 15px 15px 90px;
		height: 80px;
	}
.trivia .question li.wide{
	width:100%;
	margin-left: 50px;
	margin-bottom:30px;
	font-weight: bold
}
	.trivia .question li.wide:last-child{
		margin-bottom: 0;
	}

/* 解説エリアのスタイル（.exp）---------------------------- */

.exp{
  width:1000px;
  margin:0 auto 50px;
  padding:20px;
  box-sizing:border-box;
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 1px 10px 0px rgba(180, 220, 230, 0.75);
}
.exp article{
	/*margin-bottom: 60px;*/
}
  .exp article:nth-of-type(1){
		margin-bottom: 10px;
	}
	.exp article:nth-of-type(2){
		margin-bottom: 50px;
	}
  .exp article:nth-of-type(3){
		margin-bottom: 40px;
	}
.exp h3{
  margin-bottom:20px;
  border-bottom:2px solid #333333;
  text-align:left;
  vertical-align:bottom;
}
.exp p{
  text-align:left;
  font-size:18px;
  line-height:1.8;
	margin-bottom:40px;
}
.exp p b {
  color: #ae0912;
}
.exp .left{
  float:left;
	width: 560px;
}
.exp .ex_title{
	display: block;
	font-weight:bold;
	font-size:20px;
	margin-bottom:10px;
	text-align: left;
}
.exp .right{
  float:right;
}
.exp figure.right{
  float:right;
  margin:0 0 20px 20px !important;
	box-sizing: border-box;
}
.exp figure.left{
  float:left;
  margin:0 20px 20px 0 !important;
	box-sizing: border-box;
}
.exp figure.left.sp{
  display:none;
}
.commingSoon{
	width: 980px;
	margin: 0 auto 30px;
	box-sizing: border-box;
}
	
/* 第7回の特別スタイル ---------------------------------- */
	
	.fb_sa{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	.fb_sa >div,.fb_sa >p{
		width: 48%;
		/*margin: 0 auto*/
	}
	
	.trivia .no2,
	.trivia .no1{
    position: relative;
	}
	
	.trivia .no2 img{
		/*margin-top: 30px*/
	}
	
	.trivia .no2 p,
	.trivia .no1 p{
		position: absolute;
    left: 0;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
	}
	
	.trivia .no2 .txt1{top: 0px;}
	.trivia .no2 .txt2{top: 68px;}
	.trivia .no1 p{top: 118px;}
	
	.trivia .a1_2{width: 10%!important}
	.trivia .answer dl dd.ans_b:nth-last-of-type(2){width: 15%!important}
	
	.trivia .l-iron__image{width: 1000px}
	
	.trivia .l-iron__image-link:nth-of-type(1){
		width: 250px;
    	height: 250px;
    	top: 100px;
    	left: 130px;
    	margin: 0;
	}

	.trivia .l-iron__image-link:nth-of-type(2) {
    width: 250px;
    height: 260px;
    top: 430px;
    left: 130px;
		margin: 0;
	}
	.trivia .l-iron__image-link:nth-of-type(3) {
    width: 230px;
    height: 250px;
    top: 100px;
    left: 500px;
    margin: 0;
	}
	.trivia .l-iron__image-link:nth-of-type(4) {
    width: 230px;
    height: 260px;
    top: 430px;
    left: 500px;
		margin: 0;
	}
	
	.trivia .l-iron__image-link:nth-of-type(5) {
    width: 220px;
    height: 260px;
    top: 90px;
    left: 750px;
    margin: 0;
	}
	.trivia .l-iron__image-link:nth-of-type(6) {
    width: 230px;
    height: 260px;
    top: 430px;
    left: 730px;
    margin: 0;
	}
	
	
	
	
/* -------------------------------------------------- */
/* バナーエリア  .bnrArea*/
/* -------------------------------------------------- */
.trivia .bnrArea{
		width: 1000px;
		padding: 0 10px;
		margin: 0 auto;
	}
	
.trivia dl.bnr_pro{
	max-width: 1000px;
    margin: 60px auto;
    text-align: center;
}
	.trivia dl.bnr_pro dt{
		font-size: 20px;
		color: #B43030;
		margin: 1em auto
	}
	
.trivia dd.single{
	max-width: 620px;
    margin: 0 auto 60px;
}
	
	.trivia dd.single .newIcon {
    position: absolute;
    background-color: red;
    font-family: 'Oswald';
    color: white;
    padding: 1px 10px;
}
	
	.trivia dd.single img{width: 100%}
	
.trivia dd.double ul{
	display: flex;
    justify-content: space-between;
	margin:1em auto
	}
	
.trivia dl.bnr_pro dd.double ul li {
	width: 480px;
}
	
	.trivia dl.bnr_pro dd.double ul li img{
		max-width: 100%
	}
	
	.trivia dl.bnr_pro .ans_kaitou{
		background: #303030;
		color: #fff;
		padding: .5em;
		width: 90%;
		max-width: 400px;
		margin: 1em auto;
		text-align: center;
		font-size: 20px
	}
	
/* 関連リンクのスタイル（.relatedLink）---------------------------- */
.trivia .relatedLink{
	box-shadow: 0px 1px 10px 0px rgba(180, 220, 230, 0.75);
}

/* -------------------------------------------------- */
/* 注意事項エリアのスタイル（.notes）
/* -------------------------------------------------- */

.trivia .notes{
	margin-top:50px;
}
.trivia .notes h4{
	font-size:15px;
	border-bottom:2px solid #333;
	padding:5px 10px;
	text-align:left;
	margin-bottom:30px;
}
.trivia .notes dl{
	margin-bottom:20px;
	text-align:left;
}
.trivia .notes dd{margin-bottom:20px;padding:5px;}
.trivia .notes dt{
margin-bottom:10px;
padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
color: #333;/*文字色*/
background: #fff;/*背景色*/
border-left: solid 5px #6aa0e4;/*左線*/
}

.trivia .notes .contract li{
	padding-left: 1em;
  text-indent: -1em;
	margin-bottom:10px;
}
.trivia .notes .contract li:before{
	content:'・';
}
}


/* --------------------------------------------------------------
トリビアページ(SP)
-------------------------------------------------------------- */

@media screen and (max-width:640px){
.trivia .pc{display:none;}
.trivia section.title{
  width:100%;
  background-color:#362e2b;
}
.trivia section h1{
  line-height:1.0em;
}
.trivia .wrapper{
  width:100%;
  background-color:#ECEEEF;
}
.trivia section.cont{
  margin:0 10px 20px;
}
.trivia .mainVisual{
  display:none;
}
.trivia .mainVisual_sp{
  margin-bottom:20px;
}
.trivia .mainVisual_sp h2{
  line-height:0;
}
.trivia .mainVisual_sp .read{
  padding:10px;
  background:url("../../images/tokusyu/trivia/vol007/bg_main_visual_read_sp.png");
  font-size:12px;
  text-align:left;
  color:#fff;
}

/* -------------------------------------------------- */
/* コラムエリアのスタイル（.column）
/* -------------------------------------------------- */

.trivia .bold_r{
	font-weight:bold;
	color:#cc0000;
}
.trivia .column{
  margin:0 10px 20px;
  padding:15px 20px 20px;
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 1px 10px 0px rgba(180, 220, 230, 0.75);
}
.trivia .column h3.sp{
  padding-bottom:3px;
  border-bottom:#ccc 2px solid;
  color:#333;
  margin-bottom:10px;
  font-size:22px;
}
.trivia .column p.left,
.trivia .column p.right{
	margin-bottom:10px;
	font-size:14px;
	font-weight:normal;
	text-align:left;
	line-height:1.6;
}
.trivia .column figure.left,
.trivia .column figure.right{
  padding:0;
  margin:0;
}
.trivia .column .commit{
	width:100%;
	margin:0 auto 30px;
	padding: 10px 0;
	font-size: 18px;
	text-decoration: none;
  background: #c00;/*ボタン色*/
  color: #FFF;
	border:0;
  border-bottom: solid 4px #a00;
  border-radius: 3px;
}

.trivia .column .present .present_read{
	font-size:14px;
	text-align:left;
	margin-bottom:10px;
}
.trivia .column .apply{
  margin: 0 auto 30px;
	text-align: center;
  padding: 4px 0;
  font-family: sans-serif;
  font-size: 14px;
  color:#3cb3e4;
	padding:4px;
  border:rgb(60, 179, 228) 2px;
  border-style: solid none;
  background: repeating-linear-gradient(
    45deg,
    #fff,
    #fff 3px,
    rgba(60, 179, 228, 0.1) 3px,
    rgba(60, 179, 228, 0.1) 6px
  );
}
.trivia .column .apply .num{
	font-size:1.1em;
}

.trivia .column .f_strong{
font-weight:bold;}
.trivia .column .sp_disnon{
display:none;}
.trivia .question ul.ans{
	margin-bottom:0;
}
	.trivia .question .faq .stxt{
    display: block;
    font-size: 0.8rem;
    text-indent: 0;
	}
	.trivia .cp_ttl_hint a{
display: block;
    color: #fff;
    font-size: 1.4rem;
    margin-bottom: 2rem;
    line-height: 1.4;
    text-align: left;
    padding: 1rem 5rem 1rem 2rem;
    color: #fff;
    background-color: #ff2222;
    position: relative;
	}
	.trivia .cp_ttl_hint .moviecheck:before {        /*白い丸 */ 
display: block;
    content: "";
    position: absolute;
    top: 42%;
    right: 19px;
    width: 26px;
    height: 26px;
    margin-top: -8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: #fff;
}
.trivia .cp_ttl_hint .moviecheck:after {        /*「after要素」で三角 */ 
    display: block;
    content: "";
    position: absolute;
    top: 44%;
    right: 17px;
    width: 0;
    height: 0;
    margin-top: -5px;
    border: 8px solid transparent;
    border-left: 11px solid #ff2222;
}

/* -------------------------------------------------- */
/* 設問エリアのスタイル（.question）
/* -------------------------------------------------- */
  .trivia .question{
	margin-bottom: 20px;
}
.trivia .question .ans li{
    padding-left: 2.2em;
    text-indent: -2.2em;
}
	.trivia .question .faq_num{
		display: none;
	}
.trivia .banner-event img{
		width: 100%;
	}
	
	.trivia .cp_ttl{
		font-size: 1.5rem;
		margin-bottom: 1rem;
		line-height: 1.2;
	}
	
.trivia .question .diff_question dt{
	display: inline-block;
    color: #d00;
    float: left;
    padding: 2px 6px;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
    border: 4px solid #d00;
    border-radius: 6px;
/*    position: relative;*/
	}
.trivia .question .diff_question{
	margin-bottom: 10px;
  text-align: left;
}
.trivia .question .diff_question dt:before{
/*
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border: 4px solid;
    border-color: transparent transparent #d00 #d00;
    transform: rotate(135deg);
    background-color: #fff;
    top: -8px;
    right: 24px;
*/
}
	.trivia .question .diff_question dd{
    display: inline-block;
    float: left;
    margin-top: 4px;
    font-size: 16px;
    margin-left: 10px;
	}
  .trivia .question .text-hint{
text-align: center;
    margin: 40px 0 20px;
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
    margin-bottom: 30px;
    position: relative;
    font-weight: normal;
    line-height: 1.2;
    text-indent: -2px;
  }
  .trivia .question .text-hint:after{
    content: '';
    display: inline-block;
    position: absolute;
    width: 20px;
    text-align: center;
    height: 20px;
    border: 1px solid;
    border-color: #333 #333 transparent transparent;
    transform: rotate(135deg);
    background-color: #ECEEEF;
    /* bottom: 35px; */
    right: 45%;
  }
  .trivia .question .hint-icon{
color: #ffdb0f;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
    background-color: #333;
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 5px;
    display: block;
    margin-bottom: 10px;
    float: left;
  }
  .trivia .question .hint-text{
    text-align: center;
    width: 90%;
	  margin: 0 auto
  }
.trivia .question .diff_question a{
	color: rgba(15, 63, 165,1);
	text-decoration: underline;
  text-align: left;
}
		.trivia .ans_img_block {
		display: flex;
	}
	.trivia .ans_img{
		width: 25%;
		position: relative;
	}
	.trivia .ans_img .ans_select{
		position: absolute;
		width: 30px;
		height: 30px;
		right: 10px;
		bottom: 10px;
	}
	.trivia .ans_img img{
		width: 100%;
	}
	
	.trivia .question h3:before{
		background-color: #000;
	}
    .img-hint img{
    width: 100%;
  }
    
  
/* -------------------------------------------------- */
/* 答えと解答エリアのスタイル（.answer）
/* -------------------------------------------------- */
.trivia .answer dd{
	 font-size: 26px;
	 color:#AE0912;
  line-height: 1.8em;
}

.trivia .answer h3{
	background-image: -moz-linear-gradient( 0deg, rgb(232,16,16) 0%, rgb(162,2,2) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(232,16,16) 0%, rgb(162,2,2) 100%);
	background-image: -ms-linear-gradient( 0deg, rgb(232,16,16) 0%, rgb(162,2,2) 100%);
}

.trivia .answer dd::before{
	 color:#AE0912;
	 border: 2px solid #AE0912;
}

/* -------------------------------------------------- */
/* 注意事項エリアのスタイル（.notes）
/* -------------------------------------------------- */

.trivia .notes{
	margin-top:30px;
}
.trivia .notes h4{
	font-size:15px;
	border-bottom:2px solid #333;
	padding:5px 10px;
	text-align:left;
	margin-bottom:30px;
}
.trivia .notes dl{
	margin-bottom:20px;
	text-align:left;
}
.trivia .notes dd{margin-bottom:20px;padding:5px;}
.trivia .notes dt{
margin-bottom:10px;
padding: 0.4em 0.5em;/*文字の上下 左右の余白*/
color: #333;/*文字色*/
background: #fff;/*背景色*/
border-left: solid 5px #6aa0e4;/*左線*/
}

.trivia .notes .contract li{
	padding-left: 1em;
  text-indent: -1em;
	margin-bottom:10px;
}
.trivia .notes .contract li:before{
	content:'・';
}

.trivia .tour-winner {
    width: 100%;
    margin: 0 auto;
}
.trivia .banner-block {
    width: 100%;
}
.trivia .banner-block .box {
    padding: 0 3%;
}
  .trivia .banner-block .box img{
    width: 100%;
  }

/* 解説エリアのスタイル（.exp）---------------------------- */

.exp{
  margin:0 10px 20px;
  padding:15px 20px 0;
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 1px 10px 0px rgba(180, 220, 230, 0.75);
}
.exp h3{
  margin-bottom:20px;
  border-bottom:2px solid #333333;
  text-align:left;
  vertical-align:bottom;
}
.trivia .exp p{
	margin-bottom:10px;
	font-size:14px;
	font-weight:normal;
	text-align:left;
	line-height:1.4;
}
  .trivia .exp p b {
    color: #ae0912;
  }
  .trivia .exp .f_strong{
    font-weight: bold;
  }
.exp .ex_title{
	display: block;
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:10px;
	text-align: left;
}
.trivia .exp figure.left,
.trivia .exp figure.right{
  padding:0;
  margin:0 0 20px;
}
  .mb20{
    margin-bottom: 20px;
  }
.trivia .exp figure img{
	width:100%;
}
.trivia .exp figcaption{
	text-align:left;
	font-size:12px;
	line-height:1.1em;
}
.trivia .exp .w450{
	width:auto !important;
}
	
	/* 第7回の特別スタイル ---------------------------------- */
	
	
	
	.trivia .no2,
	.trivia .no1{
    position: relative;
	}
	
	.trivia .no2 img,
	.trivia .no1 img{width: 100%}
	
	.trivia .no2 img{
		margin-top: 30px
	}
	
	.trivia .no2 p,
	.trivia .no1 p{
		position: absolute;
    left: 0;
    font-size: 4vw;
    font-weight: bold;
    line-height: 1.4;
	}
	
	.trivia .spnone{
		display: none
	}
	
	.trivia .no2 .txt1{top: 15px;}
	.trivia .no2 .txt2{top: 26.5vw;}
	.trivia .no1 p{top: 17vw;}
	
	.trivia .a1,
	.trivia .a1_2{width: 50px!important;
	display: inline-block}
	
	.trivia .l-iron__image-link:nth-of-type(1) {
    width: 66.66vw;
    height: 56.33vw;
    top: 44vw;
    left: 0;
    right: 0;
    margin: auto;
}
	.trivia .l-iron__image-link:nth-of-type(2) {
    width: 66.66vw;
    height: 60.33vw;
    top: 110vw;
    left: 0;
    right: 0;
    margin: auto;
}
	.trivia .l-iron__image-link:nth-of-type(3) {
    width: 66.66vw;
    height: 60.33vw;
    top: 202.66vw;
    left: 0;
    right: 0;
    margin: auto;
}
	.trivia .l-iron__image-link:nth-of-type(4) {
    width: 66.66vw;
    height: 59.33vw;
    top: 367.66vw;
    left: 0;
    right: 0;
    margin: auto;
}
	.trivia .l-iron__image-link:nth-of-type(5) {
    width: 66.66vw;
    height: 62.33vw;
    top: 274.66vw;
    left: 0;
    right: 0;
    margin: auto;
}
	
	.trivia .l-iron__image-link:nth-of-type(6) {
    width: 66.66vw;
    height: 59.33vw;
    top: 440.66vw;
    left: 0;
    right: 0;
    margin: auto;
}


/* -------------------------------------------------- */
/* バナーエリア  .bnrArea*/
/* -------------------------------------------------- */
.trivia .bnrArea{
		padding: 10px;
		margin: 0 auto;
	}
	
	
	
	.trivia dl.bnr_pro dt{
		font-size: 20px;
		color: #B43030;
		margin: 1em auto
	}
	
.trivia dd.single{
	max-width: 620px;
	width: 100%;
    margin: 0 auto 20px;
}
	
	.trivia dd.single .newIcon {
    position: absolute;
    background-color: red;
    font-family: 'Oswald';
    color: white;
    padding: 1px 10px;
}
	
	.trivia dd.single img{width: 100%;vertical-align: bottom;}
	
	
.trivia dl.bnr_pro dd.double ul li {
	width: 100%
}
	
	.trivia dl.bnr_pro dd.double ul li img{
		max-width: 100%
	}
	
	.trivia dl.bnr_pro .ans_kaitou{
		background: #303030;
		color: #fff;
		padding: .5em;
		width: 90%;
		max-width: 400px;
		margin: 1em auto;
		text-align: center;
		font-size: 20px
	}

	
/* -------------------------------------------------- */
/* 会員登録ボタンエリア*/
/* -------------------------------------------------- */
.trivia .memberRead{
	font-size:14px;
	margin:20px auto 0;
}

.trivia .square_btn{
	font-size:16px;
    position: relative;
    display: inline-block;
		box-sizing: border-box;
    padding: 0.5em 3em;
    text-decoration: none;
    color: #FFF;
    background: #fd9535;
    border-bottom: solid 2px #d27d00;
    border-radius: 4px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
		margin:10px auto 30px;
}
.trivia .square_btn span::after{
  content: '';
  width: 8px;
  height:8px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -4px;
}
/* 関連リンクのスタイル（.relatedLink）---------------------------- */
.trivia .relatedLink{
	box-shadow: 0px 1px 10px 0px rgba(180, 220, 230, 0.75);
}

}
