/* *******************************************************************

　共通

******************************************************************* */
/* PC SP 切替 */

section, div {
    min-width: initial !important;
    min-height: initial !important;
}



.pc { display: inline-block;}
.pcIn { display: inline;}
.pcCont { display: block;}
.sp,.spIn,.spCont { display: none;}

@media only screen and (max-width: 768px) {
	body {
		min-width: 320px;
	}
	img{
		width: auto;
		max-width: 100%;
        height: auto;
	}
	.pc,.pcIn,.pcCont { display: none;}
	.sp { display: inline-block;}
    .spIn { display: inline;}
	.spCont { display: block;}
}

/* リンク */
.block a {
}
.block ul li a:hover {
    opacity: 0.7;
    text-decoration: none;
}

/* 明朝体指定 */
.contents.mainContent .title,
.contents.mainContent .storyBlock .text {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* 括弧調整 */
.contents.commentBlock .block dl dt,
.contents.commentBlock .block dl a,
.contents.profileBlock .block .title {
    font-feature-settings: 'palt';
}

/* *******************************************************************

　『百万のマルコ』(PC)

******************************************************************* */
/* 共通 */
.blackArea {
    text-align: center;
    color: #000000;
	width: 940px;
	margin: 0 auto 100px auto;
	font-size: 16px;
	overflow: hidden;
}
.contents {
    text-align: center;
	margin: 0 auto 0 auto;
}
.contents:last-of-type {
    margin-bottom: 0;
}
.contents .block  {
    text-align: left;
	width: 760px;
    margin: auto;
	box-sizing: border-box;
}


/* メインコンテンツ */
.contents.mainContent {
	background: #a74e55;
	color: #ffffff;
	padding: 60px 0;
	margin-bottom: 0;
}
.contents.mainContent .title {
	margin-bottom: 40px;
}
.contents.mainContent .storyBlock {
	display: flex;
	justify-content: space-between;
}
.contents.mainContent .storyBlock .image {
	width: 358px;
	font-size: 12px;
}
.contents.mainContent .storyBlock .image img {
	width: 100%;
	height: auto;
	box-shadow: 5px 5px 20px rgba(0,0,0,0.3);
	margin-bottom: 10px;
}
.contents.mainContent .storyBlock .text {
	width: 380px;
	line-height: 1.8em;
}
.contents.mainContent .storyBlock .text p + p {
	margin-top: 1em;
}

/* コメント */
.contents.commentBlock {
	background: #000000;
	padding: 60px 0;
	color: #ffffff;
}
.contents.commentBlock .block .title {
	display: block;
}
.contents.commentBlock .block .title span {
	padding: 5px 40px;
	display: inline-block;
	border: 2px solid #a84f56;
	text-align: center;
	color: #000000;
	background: #ffffff;
	font-size: 30px;
	margin-bottom: 30px;
	position: relative;
}
.contents.commentBlock .block .title span:after {
	content: "";
	position: absolute;
	bottom: -13px;
	left: 20px;
	width: 12px;
	height: 17px;
	background: url("image/comment_fukidashi.png")no-repeat 0 0;
}
.contents.commentBlock .block dl + dl {
	margin-top: 40px;
}
.contents.commentBlock .block dl dt {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 20px;
}
.contents.commentBlock .block dl dt span {
	font-size: 16px;
}
.contents.commentBlock .block dl dd p + p {
	margin-top: 1em;
}
.contents.commentBlock .block dl dd a,
.contents.commentBlock .block dl dd span {
	border: 1px solid #ffffff;
	padding: 5px 10px;
	color: #ffffff;
	display: inline-block;
}
.contents.commentBlock .block dl dd a:hover {
	background: #ffffff;
	color: #000000;
	text-decoration: none;
}

/* 著者 */
.contents.profileBlock {
	background: #cccccc;
	padding: 60px 0 0 0;
}
.contents.profileBlock .block {
	background: #ffffff;
	padding: 40px;
}
.contents.profileBlock .block .title {
	font-size: 16px;
}
.contents.profileBlock .block .text dt {
	margin-bottom: 20px;
}
.contents.profileBlock .block .text dt em,
.contents.profileBlock .block .text dt span {
	font-size: 30px;
}


/* 本 */
.contents.bookBlock {
	background: #cccccc;
	padding: 60px 0;
}
.contents.bookBlock .block {
	display: flex;
	justify-content: space-between;
}
.contents.bookBlock .block .image {
	display: flex;
	justify-content: space-between;
}
.contents.bookBlock .block .image p {
	width: 185px;
}
.contents.bookBlock .block .image p img {
	width: 100%;
	height: auto;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
}
.contents.bookBlock .block .image dl {
	padding-left: 10px;
}
.contents.bookBlock .block .image dl dt {
}
.contents.bookBlock .block .image dl dt em,
.contents.bookBlock .block .image dl dt span {
	display: block;
	line-height: 36px;
}
.contents.bookBlock .block .image dl dt em {
	font-size: 30px;
}
.contents.bookBlock .block .image dl dt span {
	font-size: 26px;
}
.contents.bookBlock .block .image dl dd {
    margin-top: 10px;
}
.contents.bookBlock .block .image dl dd:nth-of-type(2) {
    color: #666666;
    font-size: 12px;
}
.contents.bookBlock .block .text {
	padding-left: 30px;
	line-height: 1.8em;
}

.contents.bookBlock .link {
    margin: auto;
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
.contents.bookBlock .link li {
	width: 370px;
	background: #ffffff;
}
.contents.bookBlock .link li a {
	padding: 10px;
	display: block;
	border: 2px solid #a84f56;
	box-sizing: border-box;
	text-align: center;
	color: #000000;
}
.contents.bookBlock .link li a:hover {
	text-decoration: none;
	background: #a84f56;
	color: #ffffff;
}
.contents.bookBlock .link li span {
	display: block;
}



/* 解説ページ */
.contents.commentaryBlock {
	background: #000000;
	padding: 60px 0;
	color: #ffffff;
}
.contents.commentaryBlock .block .title {
	display: block;
	padding: 10px 20px;
	border: 2px solid #a84f56;
	text-align: center;
	color: #000000;
	background: #ffffff;
	font-size: 30px;
	margin-bottom: 30px;
	position: relative;
}
.contents.commentaryBlock .block .title:after {
	content: "";
	position: absolute;
	bottom: -13px;
	left: 20px;
	width: 12px;
	height: 17px;
	background: url("image/comment_fukidashi.png")no-repeat 0 0;
}
.contents.commentaryBlock .block .title em,
.contents.commentaryBlock .block .title span {
	display: block;
}
.contents.commentaryBlock .block .title em {
	font-size: 24px;
	text-align: center;
}
.contents.commentaryBlock .block .title span {
	font-size: 20px;
	text-align: right;
	margin-top: 10px;
}
.contents.commentaryBlock .block dl + dl {
	margin-top: 40px;
}
.contents.commentaryBlock .block dl dt {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 20px;
}
.contents.commentaryBlock .block dl dd p + p {
	margin-top: 1em;
}
.contents.commentaryBlock .block dl dd p.right {
	text-align: right;
}

/* *******************************************************************

　『百万のマルコ』(SP)

******************************************************************* */

@media screen and (max-width:767px){
/* ---------------------------------------------------------------- */
/* 共通 */
.blackArea {
	margin: 0 auto 100px auto;
	font-size: 16px;
	width:100%;
}
.contents  {
	width: 100%;
    margin-bottom: 0;
}
.contents:last-of-type {
}
.contents .block  {
	width:100%;
    padding: 0 20px;
    box-sizing: border-box;
}


/* メインコンテンツ */
.contents.mainContent {
	padding: 40px 0;
}
.contents.mainContent .title {
	margin-bottom: 20px;
}
.contents.mainContent .storyBlock {
	display: block;
}
.contents.mainContent .storyBlock .image {
	width: 100%;
	margin-bottom: 20px;
}
.contents.mainContent .storyBlock .text {
	width: 100%;
	line-height: 1.5em;
}

/* コメント */
.contents.commentBlock {
	padding: 40px 0;
}
.contents.commentBlock .block .title span {
	padding: 5px;
	display: block;
	font-size: 20px;
	margin-bottom: 30px;
}
.contents.commentBlock .block dl + dl {
	margin-top: 20px;
}
.contents.commentBlock .block dl dt {
	margin-bottom: 5px;
	font-size: 18px;
}

/* 著者 */
.contents.profileBlock {
	padding: 20px 20px 0 20px;
	box-sizing: border-box;
}
.contents.profileBlock .block {
	padding: 20px;
}
.contents.profileBlock .block .text dt {
	margin-bottom: 10px;
}
.contents.profileBlock .block .text dt em {
	font-size: 20px;
}
.contents.profileBlock .block .text dt span {
	font-size: 16px;
}

/* 本 */
.contents.bookBlock {
	padding: 40px 0;
}
.contents.bookBlock .block,
.contents.bookBlock .block .image {
	display: block;
}
.contents.bookBlock .block .image p {
	width: 100%;
}
.contents.bookBlock .block .image dl {
	padding-left: 0;
	margin-top: 10px;
}
.contents.bookBlock .block .image dl dt em,
.contents.bookBlock .block .image dl dt span {
	line-height: 1.5em;
}
.contents.bookBlock .block .image dl dt em {
	font-size: 24px;
}
.contents.bookBlock .block .image dl dt span {
	font-size: 20px;
}
.contents.bookBlock .block .text {
	padding-left: 0;
	line-height: 1.5em;
	margin-top: 20px;
}

.contents.bookBlock .link {
	width: 100%;
    margin: 20px auto auto auto;
	display: block;
}
.contents.bookBlock .link li {
	width: 100%;
}
.contents.bookBlock .link li + li {
	margin-top: 10px;
}
.contents.bookBlock .link li a {
	padding: 10px;
}
.contents.bookBlock .link li span {
	margin-top: 5px;
}


/* ---------------------------------------------------------------- */
}