.entry-content .next-page-info {
	border: 9px solid #003d96;
	padding: 10px 20px 20px;
	color: #003d96;
}

.entry-content .next-page-info a {
	text-decoration: none;	
}

.entry-content .next-page-info .next-page {
	font-size: 18px;
	font-weight: bold;
	margin-top: 50px;

}

.entry-content .next-page-info .info-text {
	font-size: 19pt;
	font-weight: bold;
	width: 100%;
	clear: both;
	margin-top: 10px;
	text-align: justify;
	text-justify: inter-ideograph; /* IE用 */
}

@media screen and (max-width: 480px) {
	.entry-content .next-page-info .info-text {
	   font-size: 16pt;
    }
}

.entry-content .next-page-info img {
	width: 80px;
	float: right;
}


/*============================================================
フキダシデザイン 
============================================================*/
.arrow_chat,
.intro {
	display:table-cell;
	vertical-align: top;
	position: relative;
	padding: 18px;
	width: 100%;
}

.arrow_chat:after,
.arrow_chat:before {
    top: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.arrow_chat:after {
    border-width: 15px;
    margin-top: -15px;
}
.arrow_chat:before {
    border-width: 16px;
    margin-top: -16px;
}
.chat_image {
	overflow: hidden;
	border-radius: 50%;		/* CSS3草案 */
	-webkit-border-radius: 50%;	/* Safari,Google Chrome用 */
	-moz-border-radius: 50%;
}
.chat_image img {
	max-width: none;
	position: relative;
	top: 50%;
	left: 50%;
	width: auto;
	height: 100%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.chat_Box {
    margin-bottom: 25px;
    overflow: hidden;
    display:table;
    vertical-align: top;
    table-layout: fixed;
}

.chat-a .arrow_chat,
.chat-a .intro { background: #0250ad; color: #fff; }
.chat-b .arrow_chat,
.chat-b .intro { background: #ffc331; color: #003d96; }
.chat-c .arrow_chat,
.chat-c .intro { background: #f2f2f2; color: #111; }
.chat-d .arrow_chat,
.chat-d .intro { background: #f2f2f2; color: #111; }
.chat-e .arrow_chat,
.chat-e .intro { background: #f2f2f2; color: #111; }
.chat-default .arrow_chat,
.chat-default .intro { background: #f2f2f2; color: #111; }

.position-right .arrow_chat {
	border-radius: 10px 0 10px 10px;
	-webkit-border-top-left-radius: 10px;  
	-webkit-border-top-right-radius: 0;  
	-webkit-border-bottom-right-radius: 10px;  
	-webkit-border-bottom-left-radius: 10px;  
	-moz-border-radius-topleft: 10px;  
	-moz-border-radius-topright: 0;  
	-moz-border-radius-bottomright: 10px;  
	-moz-border-radius-bottomleft: 10px;
}
.position-right .chat_image {margin-left: 15px;}
.position-right .arrow_chat:after,
.position-right .arrow_chat:before { left: 100%; }
.position-right.chat-a .arrow_chat:after,
.position-right.chat-a .arrow_chat:before { border-left-color: #0250ad; }
.position-right.chat-b .arrow_chat:after,
.position-right.chat-b .arrow_chat:before { border-left-color: #ffc331; }
.position-right.chat-c .arrow_chat:after,
.position-right.chat-c .arrow_chat:before { border-left-color: #f2f2f2; }
.position-right.chat-d .arrow_chat:after,
.position-right.chat-d .arrow_chat:before { border-left-color: #f2f2f2; }
.position-right.chat-e .arrow_chat:after,
.position-right.chat-e .arrow_chat:before { border-left-color: #f2f2f2; }
.position-right.chat-default .arrow_chat:after,
.position-right.chat-default .arrow_chat:before { border-left-color: #f2f2f2; }



.position-left .arrow_chat {
	border-radius: 0 10px 10px 10px;
	-webkit-border-top-left-radius: 0;  
	-webkit-border-top-right-radius: 10px;  
	-webkit-border-bottom-right-radius: 10px;  
	-webkit-border-bottom-left-radius: 10px;  
	-moz-border-radius-topleft: 0;  
	-moz-border-radius-topright: 10px;  
	-moz-border-radius-bottomright: 10px;  
	-moz-border-radius-bottomleft: 10px;  
}
.position-left .chat_image {margin-right: 15px;}
.position-left .arrow_chat:after,
.position-left .arrow_chat:before { right: 100%; }
.position-left.chat-a .arrow_chat:after,
.position-left.chat-a .arrow_chat:before { border-right-color: #0250ad; }
.position-left.chat-b .arrow_chat:after,
.position-left.chat-b .arrow_chat:before { border-right-color: #ffc331; }
.position-left.chat-c .arrow_chat:after,
.position-left.chat-c .arrow_chat:before { border-right-color: #f2f2f2; }
.position-left.chat-d .arrow_chat:after,
.position-left.chat-d .arrow_chat:before { border-right-color: #f2f2f2; }
.position-left.chat-e .arrow_chat:after,
.position-left.chat-e .arrow_chat:before { border-right-color: #f2f2f2; }
.position-left.chat-default .arrow_chat:after,
.position-left.chat-default .arrow_chat:before { border-right-color: #f2f2f2; }

.intro_Box .intro {
	border-radius: 10px;		/* CSS3草案 */
	-webkit-border-radius: 10px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;
}
.intro_Box .intro span {font-weight: bold; font-size: 12pt;}
.intro_Box .chat_image {margin-right: 15px;}

@media screen and (max-width: 480px) {
	.chat_image {width: 40px; height: 40px;}
}

@media screen and (min-width: 481px) {
	.chat_image {width: 80px; height: 80px;}
}


/*============================================================
対談形式デザイン
============================================================*/
.speaker-a {color: #003d96;}
.speaker-b {color: #8d122c;}
.speaker-c {color: #FF5807;}
.speaker-d {color: #441A96;}
.speaker-e { color: #ffc331; }
.speaker:after {
	content: "：" ;
	color: #262626;
}

/*============================================================
Youtube埋め込み
============================================================*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.article-sns {
				text-align: center;
				margin: 30px 0;
}
.article-sns .title {
    display: block;
    font-weight: bold;
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 18pt;
		margin-bottom: 12px;
}
.article-sns .btn {
				display: inline-block;
    width: 240px;
    height: 20px;
    margin: 10px 7px 0;
    padding: 20px;
		font-weight: bold;
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-size: 14pt;
		line-height: 1.3;
    border-radius: 10px;        /* CSS3草案 */
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;   /* Firefox用 */
    text-decoration: none;
    color: #fff;
    text-align: center;
}
.article-sns .btn.twitter{
    background: #55acee;
}

.article-sns .btn.fb{
    background: #3b5998;
}

.article-sns .btn.line{
    background: #09B701;

}



.article-social-share {
    text-align: center;
    margin: 0 0 10px;
}
.article-social-share ul {
    list-style: none;
    width: 100%;
    margin: 0;
}
.article-social-share ul li {
    width: 32%;
    float: left;
    margin-right: 2%;
}
.article-social-share ul li:last-child {
    margin-right: 0;
}

.article-social-share .sns-title {
    display: block;
    text-align: center;
    font-size: 16pt;
}
.article-social-share .sns-sub-title {
    display: block;
    text-align: center;
    font-size: 11pt;
}

.article-social-share .btn {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    font-weight: bold;
    font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    line-height: 1.3;
    border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
    text-decoration: none;
    color: #fff;
    text-align: center;
}
.article-social-share .btn.twitter{
    background: #55acee;
}

.article-social-share .btn.fb{
    background: #3b5998;
}

.article-social-share .btn.line{
    background: #09B701;

}

@media screen and (max-width: 480px) {
	.article-social-share .sns-title {font-size: 12pt;}
    .article-social-share .sns-sub-title {font-size: 9pt;}
}


/*Don't trash your vote. serif*/
.DTYV-b-quote{
    position: relative;
    padding: 28px 16px 16px;
    margin-bottom: 20px;
    z-index: 1;
}
 
.DTYV-b-quote p{
    position: relative;
    font-family: 'utsukushiregular' , '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3' , 'HiraMinProN-W3' ,'メイリオ', Meiryo, serif;
    font-style: italic;
    z-index: 3;
}

.DTYV-b-quote:first-letter {
    margin-left: 60px;
}
 
.DTYV-b-quote:before{
    content: "“";
    font-size: 900%;
    line-height: 0.8em;
    font-family: 'Times New Roman' ,"ＭＳ Ｐゴシック" ,sans-serif;
    color: #99cdff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.DTYV-b-quote:after{
    content: "”";
    font-size: 900%;
    line-height: 0em;
    font-family: 'Times New Roman' ,"ＭＳ Ｐゴシック" ,sans-serif;
    color: #99cdff;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}

@media screen and (max-width: 480px) {
    .DTYV-b-quote{
        padding-top: 18px;
    }
    
    .DTYV-b-quote:first-letter {
        margin-left: 50px;
    }
    
    .DTYV-b-quote:before,
    .DTYV-b-quote:after {
        font-size:750%;
    }
}