@charset "utf-8";

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

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

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

.trivia .sp{
	display:none;
}

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

.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:#f5fcff;
}
.trivia .wrapper{
  width:100%;
  margin:0 auto;
  padding-bottom:30px;
}
.trivia .mainVisual{
  background-image:url(../../images/tokusyu/trivia/vol004/bg_main_visual.png);
  background-size:cover;
  background-position:center;
  height:420px;
	min-width:1000px;
  margin-bottom:30px;
	position:relative;
}
.trivia .mainVisual .pc_read{
	margin:0 auto;
	width:980px;
	padding-top:310px;
	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 .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 .question{
background-color: #f5fcff;
}
.trivia .question li.ans_a,
.trivia .question li.ans_b,
.trivia .question li.ans_c{
	margin-bottom:80px;
}
.trivia .question li.ans_c.wide{
	margin-bottom:60px;
}
.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 .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;
}


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

}

/* -------------------------------------------------- */
/* 答えと解答エリアのスタイル（.answer）
/* -------------------------------------------------- */
.trivia .answer h3{
	background:url(../../images/tokusyu/trivia/vol004/bg_answer.png) no-repeat;
	width:960px;
}
.trivia .answer dt{
	width:13%;
	box-sizing: border-box;
}
.trivia .answer dd{
	height:auto;
	width: 36%;
	box-sizing: border-box;
}
.answer dd.ans_a{
  background:url(../../images/tokusyu/trivia/vol004/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/vol004/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/vol004/answer_c.png) no-repeat center left;
	background-size: 30px 30px;
	color:#AE0912;
	font-size:24px;
}

/* 第四回の特別スタイル ---------------------------------- */

.trivia .question .faq1,
.trivia .question .faq2{
  padding:15px 15px 15px 90px;
	box-sizing: border-box;
	text-align: left;
	color:#fff;
	margin-bottom:20px;
}
.trivia .question .faq1{
	background:url(../../images/tokusyu/trivia/vol004/bg_q_1.png) no-repeat;
}
.trivia .question .faq2{
	background:url(../../images/tokusyu/trivia/vol004/bg_q_2.png) no-repeat;
}

.trivia .question li.wide{
	width:100%;
	margin-left: 50px;
	margin-bottom:30px;
}


/* 解説エリアのスタイル（.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 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:20px;
}
.exp .left{
  float:left;
}
.exp .ex_title{
	display: block;
	font-weight:bold;
	font-size:1.1em;
	margin-bottom:10px;
}
.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;
}

/* 関連リンクのスタイル（.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:#f5fcff;
}
.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:#000;
  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:40px;
}


/* -------------------------------------------------- */
/* 設問エリアのスタイル（.question）
/* -------------------------------------------------- */
.trivia .question .ans li{
    padding-left: 2.2em;
    text-indent: -2.2em;
}

/* -------------------------------------------------- */
/* 答えと解答エリアのスタイル（.answer）
/* -------------------------------------------------- */
.trivia .answer dd{
	 font-size: 18px;
	 color:#AE0912;
}

.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:'・';
}



/* 解説エリアのスタイル（.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;
}
.exp .ex_title{
	display: block;
	font-weight:bold;
	font-size:1.1em;
	margin-bottom:10px;
}
.trivia .exp figure.left,
.trivia .exp figure.right{
  padding:0;
  margin:0 0 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;
}

/* -------------------------------------------------- */
/* 会員登録ボタンエリア*/
/* -------------------------------------------------- */
.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);
}

}
