@charset "utf-8";

/* --------------------------------------------------------------
トリビアページ(PC)
-------------------------------------------------------------- */

@media screen and (min-width:640px){

/* -------------------------------------------------- */
/* スマホ用エレメントを非表示にするクラス（.sp）※共通
/* -------------------------------------------------- */

.trivia .sp{
	display:none;
}

/* -------------------------------------------------- */
/* PING トリビア！タイトルエリアのスタイル（.title）※共通
/* -------------------------------------------------- */

.trivia .title{
  width:100%;
  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:#faf0dc;
}
.trivia .wrapper{
  width:100%;
  margin:0 auto;
  padding-bottom:30px;
}
.trivia .mainVisual{
  background-image:url(../../images/tokusyu/trivia/vol003/bg_main_visual.png);
  background-size:cover;
  background-position:center;
  width:100%;
  height:400px;
  margin-bottom:30px;
}
.trivia .mainVisual h2{
  width:1000px;
  margin: 0 auto;
}
.trivia .mainVisual_sp{
  display:none;
}

/* -------------------------------------------------- */
/* コラムエリアのスタイル（.column）
/* -------------------------------------------------- */

.trivia .column{
  width:980px;
  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(178, 148, 89, 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 figure.left,
.trivia .column figure.right{
	float:left;
	padding:0;
	margin:0;
	text-align: left;
}
.trivia .column figure.right{
	float:right;
}
.trivia .w490{
  width:490px;
}
.trivia .w430{
  width:430px;
}

/* -------------------------------------------------- */
/* 答えと解答エリアのスタイル（.answer）
/* -------------------------------------------------- */

/* 第三回の特別スタイル ---------------------------------- */

.trivia .question .faq_2{
  height:88px;
  padding-top:10px;
  background:url(../../images/tokusyu/trivia/vol003/faq_2.png) no-repeat;
  line-height:1.4;
}
.answer dt,
.answer dd{
  margin-bottom:20px;
}

/* 解説エリアのスタイル（.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(178, 148, 89, 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.5;
}
.exp p.left{
  width:300px;
  float:left;
}
.exp p.right{
  width:300px;
  float:right;
}
.exp figure.right{
  width:620px;
  float:right;
  margin:0 0 20px !important;
}
.exp figure.left{
  width:620px;
  float:left;
  margin:0 0 20px !important;
}
.exp figure.left.sp{
  display:none;
}

}


/* --------------------------------------------------------------
トリビアページ(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:#faf0dc;
}
.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 .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(178, 148, 89, 0.75);
}
.trivia .column h3.sp{
  padding-bottom:3px;
  width:100%;
  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.4;
}
.trivia .column figure.left,
.trivia .column figure.right{
  padding:0;
  margin:0;
}

/* -------------------------------------------------- */
/* 設問エリアのスタイル（.question）
/* -------------------------------------------------- */


/* -------------------------------------------------- */
/* 答えと解答エリアのスタイル（.answer）
/* -------------------------------------------------- */

/* 解説エリアのスタイル（.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(178, 148, 89, 0.75);
}
.exp h3{
  margin-bottom:20px;
  border-bottom:2px solid #333333;
  text-align:left;
  vertical-align:bottom;
}
.trivia .exp p{
  text-align:left;
  font-size:14px;
  line-height:1.4;
}
.trivia .exp p.left,
.trivia .exp p.right{
	margin-bottom:10px;
	font-size:14px;
	font-weight:normal;
	text-align:left;
	line-height:1.4;
}
.trivia .exp figure.left,
.trivia .exp figure.right{
  padding:0;
  margin:0 0 20px;
}
.trivia .exp figcaption{
	text-align:left;
	font-size:12px;
	line-height:1.1em;
}

}
