/* *******************************************************************

　共通

******************************************************************* */
/* PC SP 切替 */
.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.characterBlock .title {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
} */

/* 括弧調整 */
.contents.profileBlock .title {
    font-feature-settings: 'palt';
}

/* *******************************************************************

　『みちびきの変奏曲』(PC)

******************************************************************* */
/* 共通 */
.blackArea {
    text-align: center;
    color: #333333;
	width: 940px;
	margin: 0 auto 100px auto;
	font-size: 16px;
}
.contents {
    text-align: center;
	margin: 0 auto 60px auto;
}
.contents:last-of-type {
    margin-bottom: 0;
}
.contents .block  {
    text-align: left;
    margin: auto;
}


/* メイン画像 */
.contents.mainView {
}
.contents.mainView .block {
	width: 940px;
    margin: auto;
}


/* 内容紹介 */
.contents.storyBlock {
    width: 100%;
}
.contents.storyBlock .box {
}
.contents.storyBlock .block {
	display: table;
	box-sizing: border-box;
}
.contents.storyBlock .block > div {
	display: table-cell;
	vertical-align: top;
}
.contents.storyBlock .block > div.image {
	width: 352px;
	box-sizing: border-box;
}
.contents.storyBlock .block > div.image img {
	width: 100%;
	height: auto;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.contents.storyBlock .block > div.text {
	padding: 0 0 0 40px;
	box-sizing: border-box;
    text-align: left;
}
.contents.storyBlock .block > div.text .title {
	color: #022C83;
    font-size: 32px;
    font-weight: bold;
    border-top: 1px solid #022C83;
    border-bottom: 1px solid #022C83;
    padding: 10px 0;
    margin-bottom: 20px;
	text-align: center;
}
.contents.storyBlock .block > div.text dl.story dt {
	margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}
.contents.storyBlock .block > div.text dl.story dd {
    line-height: 2em;
}
.contents.storyBlock .block > div.text .detail {
    color: #666666;
    font-size: 12px;
    line-height: 1.7em;
    margin-top: 40px;
}
.contents.storyBlock .block > ul.btn {
    margin-top: 50px;
    font-size: 0;
}
.contents.storyBlock .block > ul.btn li {
    display: inline-block;
}
.contents.storyBlock .block > ul.btn li + li {
    margin-left: 20px;
}
.contents.storyBlock .block > ul.btn li a {
	background: #FCC254;
	display: inline-block;
    text-align: center;
    padding: 15px;
    width: 264px;
    box-sizing: border-box;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    border-radius: 6px;
}
.contents.storyBlock .block > ul.btn li a span {
	color: #136194;
	display: inline-block;
    font-size: 18px;
}


/* 応援の声 */
.contents.voiceBlock .block .title {
    text-align: center;
    background: url( "image/voice_title.png") repeat-x center center;
}
.contents.voiceBlock .block .title em,
.contents.voiceBlock .block .title em span {
    color: #136194;
    font-weight: bold;
}
.contents.voiceBlock .block .title em {
    font-size: 32px;
    padding: 0 20px;
    background: #ffffff;
}
.contents.voiceBlock .block .title em span {
    font-size: 28px;
}
.contents.voiceBlock .block .text {
    display: flex;
    justify-content: space-between;
}
.contents.voiceBlock .block .text .box {
    width: 50%;
	box-sizing: border-box;
}
.contents.voiceBlock .block .text .box:nth-of-type(2n + 1) {
    background: url("image/voice_line.png") repeat-y right top;
}
.contents.voiceBlock .block .text dl {
    padding: 35px;
    box-sizing: border-box;
    vertical-align: top;
}
.contents.voiceBlock .block .text dl dt {
    font-size: 14px;
    color: #7B7B7B;
    margin-top: 20px;
}
.contents.voiceBlock .block .text dl dd {
    font-size: 16px;
    font-weight: bold;
}


/* 著者 */
.contents.profileBlock .block {
    padding: 40px 70px;
    background: url("image/profile_bg.png") repeat 0 0;
    color: #136194;
}
.contents.profileBlock .block .title {
	font-size: 18px;
	margin-bottom: 30px;
}
.contents.profileBlock .block .title,
.contents.profileBlock .block .text dt,
.contents.profileBlock .block .text dt em,
.contents.profileBlock .block .text dt span {
    font-weight: bold;
    text-align: center;
}
.contents.profileBlock .block .text {
    margin-left: auto;
    margin-right: auto;
}
.contents.profileBlock .block .text dt {
	margin-bottom: 20px;
}
.contents.profileBlock .block .text dt em {
	font-size: 20px;
}
.contents.profileBlock .block .text dd {
	font-size: 16px;
}


/* *******************************************************************

　『みちびきの変奏曲』(SP)

******************************************************************* */

@media screen and (max-width:767px){
/* ---------------------------------------------------------------- */
/* 共通 */
.blackArea {
	margin: 0 auto 100px auto;
	font-size: 16px;
	width:100%;
}
.contents  {
	width: 100%;
	margin-bottom: 40px;
}
.contents:last-of-type {
    margin-bottom: 0;
}
.contents .block  {
	width:100%;
    padding: 0 20px;
    box-sizing: border-box;
}


/* メイン画像 */
.contents.mainView .block {
	width: 100%;
    padding: 0;
}
.contents.mainView .block img {
	width: 100%;
}


/* 内容紹介 */
.contents.storyBlock .block {
	display: block;
}
.contents.storyBlock .block > div {
	display: block;
}
.contents.storyBlock .block > div.image {
	width: 100%;
    margin-bottom: 30px;
}
.contents.storyBlock .block > div.text {
	padding: 0;
}
.contents.storyBlock .block > div.text .title {
    font-size: 24px;
    text-align: center;
}
.contents.storyBlock .block > div.text .detail {
    margin-top: 20px;
}
.contents.storyBlock .block > ul.btn {
	margin-top: 20px;
}
.contents.storyBlock .block > ul.btn li {
    display: block;
}
.contents.storyBlock .block > ul.btn li + li {
    margin-left: 0;
    margin-top: 10px;
}
.contents.storyBlock .block > ul.btn li a {
	display: block;
    width: 100%;
}
.contents.storyBlock .block > ul.btn li a span {
	color: #136194;
	display: inline-block;
    font-size: 18px;
}


/* 応援の声 */
.contents.voiceBlock .block {
    padding: 0;
}
.contents.voiceBlock .block .title em {
    font-size: 24px;
}
.contents.voiceBlock .block .title em span {
    font-size: 20px;
}
.contents.voiceBlock .block .text {
    display: block;
}
.contents.voiceBlock .block .text .box {
    width: 100%;
}
.contents.voiceBlock .block .text dl {
    padding: 20px;
    width: 100%;
}
.contents.voiceBlock .block .text .box:nth-of-type(2n + 1) {
    background: none;
}
.contents.voiceBlock .block .text dl dt {
    margin-top: 10px;
}


/* 著者 */
.contents.profileBlock {
    padding: 0 20px;
    box-sizing: border-box;
}
.contents.profileBlock .block {
    padding: 20px;
}
.contents.profileBlock .block .title {
	margin-bottom: 20px;
}
.contents.profileBlock .block .text dt {
	margin-bottom: 10px;
}

/* ---------------------------------------------------------------- */
}