@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/vol002/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 .read {
  width: 1000px;
  margin: -20px auto 0;
  color: #fff;
  font-size: 16px;
  line-height: 2.0;
}
.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 .left,
.trivia .column .right{
	float:left;
  font-size:18px;
  font-weight:normal;
  text-align:left;
}
.trivia .column p.right{
	float:right;
}
.trivia .column > div p {
  margin: 0 0 20px;
}
.trivia .column > div p:last-child {
  margin: 0;
}
.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）
/* -------------------------------------------------- */

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

.exp{
  width:1000px;
  margin:0 auto 50px;
  padding:25px 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 .left{
  width:463px;
  float:left;
}
.exp .right{
  width:377px;
  float:right;
}
.exp > div p {
  margin: 0 0 20px;
}
/*.exp > div p:last-child {
  margin: 0;
}*/
.exp figure.right{
  width:457px;
  float:right;
  margin:0 0 20px !important;
}
.exp figure.left{
  width:563px;
  float:left;
  margin:0 0 20px !important;
}
.exp figure.left.sp{
  display:none;
}
.exp figure figcaption {
  margin: 15px 0 0;
}
.exp .oneCol{
  clear:both;
}
.exp .oneCol a{
  color:#0033FF;
  text-decoration:underline;
}

}


/* --------------------------------------------------------------
トリビアページ(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 .left,
.trivia .column .right{
	margin-bottom:10px;
	font-size:14px;
	font-weight:normal;
	text-align:left;
	line-height:1.4;
}
.trivia .column > div p {
  margin: 0 0 10px;
}
.trivia .column > div p:last-child {
  margin: 0;
}
.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;
}
.exp p{
  text-align:left;
  font-size:14px;
  line-height:1.4;
}
.trivia .exp .left,
.trivia .exp .right{
	margin-bottom:10px;
	font-size:14px;
	font-weight:normal;
	text-align:left;
	line-height:1.4;
}
.trivia .exp > div p {
  margin: 0 0 10px;
}
.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;
}
.trivia .exp p.oneCol a{
    position:relative;
    margin: 5px 0;
    padding: 10px 35px 10px 10px;
    background-color: #0033CC;
    border-radius: 5px;
    color: #FFFFFF;
    display: inline-block;
    box-shadow:0 2px 0 rgba(0,0,0,0.3);
}
.trivia .exp p.oneCol a:after{
    position:absolute;
    top:50%;
    right:10px;
    margin-top:-0.6em;
    content:"▶︎";
    font-weight:bold;
}

}
