

@media screen and (min-width:769px){

	
	
/* 吹き出しデザイン */
.voice{
	margin:1em 0 1.3em;
	font-size:1em;
}

.voice .voicestyle{
	border:3px solid #eee;
	background-color: #fff;
	color: #444;
	padding: 2.5%;
	position:relative;
	width:80%;
	border-radius:5px;
	top: 20px;
}
.voice.l .voicestyle{
	float:right;
}
.voice.r .voicestyle{
	float:left;
}

.voice.l .voicestyle:before{
	content: '';
	position: absolute;
	border-right: 8px solid #eee;
	border-bottom: 8px solid transparent;
	border-top: 8px solid transparent;
	top: 10px;
	left: -11px;
}
.voice.l .voicestyle:after{
	content: '';
	position: absolute;
	border-right: 10px solid #fff;
	border-bottom: 8px solid transparent;
	border-top: 8px solid transparent;
	top: 10px;
	left: -7px;
}
.voice.r .voicestyle:before{
	content: '';
	position: absolute;
	border-left: 8px solid #eee;
	border-bottom: 8px solid transparent;
	border-top: 8px solid transparent;
	top: 10px;
	right: -11px;
}
.voice.r .voicestyle:after{
	content: '';
	position: absolute;
	border-left: 10px solid #fff;
	border-bottom: 8px solid transparent;
	border-top: 8px solid transparent;
	top: 10px;
	right: -7px;
}

.voice .voicestyle h2,
.voice .voicestyle h3,
.voice .voicestyle h4,
.voice .voicestyle h5{
	margin:10px 0!important;
	padding:0;
}
.voice .voicestyle p{
	margin-bottom:1em;
}
.voice .voicestyle p:last-child{
	margin-bottom:0;
}
.voice .icon{
	width:12%;
	text-align:center;
}
.voice.l .icon{
	float:left;
}
.voice.r .icon{
	float:right;
}
.voice .icon img{
	border-radius:50%;
	margin:0;
	border: 4px solid #f5f5f5;
}
.voice.icon_red .icon img{
	border-color: #FF4E4E;
}
.voice.icon_blue .icon img{
	border-color: #50B4DE;
}
.voice.icon_yellow .icon img{
	border-color: #faee00;
}
.voice.icon_black .icon img{
	border-color: #222;
}
.voice .icon .name{
	font-size: 0.85em;
	padding:0.4em 0;
}
.voice.big .icon{
	width:18%;
}
.voice.big .voicestyle{
	width:79%;
}
	
	
	
/* 見出し付きボックス */
.headline_box{
	padding: 1em 3%;
	margin: 2em 0 2em;
	border: 2px solid #dddddd;
	border-radius: 0.2em;
}
.headline_box p{
	padding: 0;
	margin: 0;
}
.headline_box.intitle{
	padding-top: 0;
	padding-bottom: 1.4em;
}
.headline_box.intitle .box_title span{
	position: relative;
	top: -0.85em;
	padding: 0.1em 0.7em;
	background: #6d6d6d;
	color: #ffffff;
	font-weight: bold;
	border-radius: 0.2em;
	display: inline-block;
	vertical-align: bottom;
	font-size: 18px;
}
.headline_box.boxstyle1{
	background: #e6f8ff;
	border-color: #82c8e2;
	color: #000000;
}
.headline_box.boxstyle1 .box_title span{
	background: #30acdf;
}

	
	
/* 見出し付きボックス2 */
.headline_box2{
	padding: 1em 3%;
	margin: 2em 0 2em;
	border: 2px solid #dddddd;
	border-radius: 0.2em;
}
.headline_box2 p{
	padding: 0;
	margin: 0;
}
.headline_box2.intitle2{
	padding-top: 0;
	padding-bottom: 1.4em;
}
.headline_box2.intitle2 .box_title2 span{
	position: relative;
	top: -0.85em;
	padding: 0.1em 0.7em;
	background: #fff;
	color: #333333;
	font-weight: bold;
	border-radius: 0.2em;
	display: inline-block;
	vertical-align: bottom;
	font-size: 20px;
}
.headline_box2.boxstyle2{
	background: #fff;
	border: solid 3px #95ccff;
	color: #000000;
	border-radius: 8px;
}
.headline_box2 ol {
    list-style: none;
    counter-reset: number;
    padding: 0 0 0 10px;
	margin: 0;
}
.headline_box2 li {
    line-height: 1.8;
    margin-bottom: 1em;
	font-weight: bold;
	font-size: 1.1em;
}
.headline_box2 li:before {
    counter-increment: number;
    content: counter(number);
    background: #30acdf;
    display: inline-block;
    width: 1.7em;
    height: 1.7em;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    margin-right: .7em;
}
	
	

	
/* 関連記事の呼び出し */	
.related_article{
	margin: 1.8em 0;
	text-align: left;
}
.related_article p{
	display: none;
}

.related_article .inbox{
	padding-left:25%;
}
.related_article .ttl{
	margin: 1em 0 0.1em;
	font-size:1em;
	font-weight: bold;
}
.related_article .ttl:before{
	content:'関連記事';
	font-size:.9em;
	font-weight:bold;
	color:#fff;
	background:#30acdf;
	width:5em;
	display:inline-block;
	padding: 0.1em 0.2em;
	position:relative;
	top:-2px;
	text-align:center;
	margin-right:82%;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	margin-bottom: 0.4em;
}
.related_article.labelnone .ttl:before{
	content:none;
}
.related_article .date{
	font-size:0.8em;
}
.related_article .thum{
	width: 22%;
	float:left;
}
.related_article .thum img{
	width:100%;
	margin-bottom: 0;
}
.related_article a{
	color:#333;
	background: #FFF;
	border: 1px solid #dadada;
	box-shadow:1px 1px 0 #efefef;
	text-decoration:none;
	display:block;
	padding:0.9em;
}
.related_article a:hover{
	color:#666;
	background:#ecfaff;
}
	

	
/* シンプル枠デザイン１ */
.framedesign1{
	font-size: 14px;
	padding: 3% 4%;
	margin: 1.5em 0 2em;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border: 1px solid #dadada;
}
	
/* シンプル枠デザイン2 */
.framedesign2{
	font-size: 14px;
	padding: 3% 4%;
	margin: 1.5em 0 2em;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border: solid 1px #ffc06e;
	background: #fff8e8;
}
	
/* シンプル枠デザイン3 */
.framedesign3{
	font-size: 14px;
	padding: 3% 4%;
	margin: 1.5em 0 2em;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-top: solid 5px #1dc1d6;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
	background: #e4fcff;
}
}









@media screen and (max-width:768px){
		
/* 吹き出しデザイン */
.voice{
	margin:1em 0 1.3em;
	font-size:1em;
}

.voice .voicestyle{
	border:3px solid #eee;
	background-color: #fff;
	color: #444;
	padding: 2.5%;
	position:relative;
	width:72%;
	border-radius:5px;
	top: 20px;
	line-height: 22px;
}
.voice.l .voicestyle{
	float:right;
}
.voice.r .voicestyle{
	float:left;
}

.voice.l .voicestyle:before{
	content: '';
	position: absolute;
	border-right: 8px solid #eee;
	border-bottom: 8px solid transparent;
	border-top: 8px solid transparent;
	top: 10px;
	left: -11px;
}
.voice.l .voicestyle:after{
	content: '';
	position: absolute;
	border-right: 10px solid #fff;
	border-bottom: 8px solid transparent;
	border-top: 8px solid transparent;
	top: 10px;
	left: -7px;
}
.voice.r .voicestyle:before{
	content: '';
	position: absolute;
	border-left: 8px solid #eee;
	border-bottom: 8px solid transparent;
	border-top: 8px solid transparent;
	top: 10px;
	right: -11px;
}
.voice.r .voicestyle:after{
	content: '';
	position: absolute;
	border-left: 10px solid #fff;
	border-bottom: 8px solid transparent;
	border-top: 8px solid transparent;
	top: 10px;
	right: -7px;
}

.voice .voicestyle h2,
.voice .voicestyle h3,
.voice .voicestyle h4,
.voice .voicestyle h5{
	margin:10px 0!important;
	padding:0;
}
.voice .voicestyle p{
	margin-bottom:1em;
}
.voice .voicestyle p:last-child{
	margin-bottom:0;
}
.voice .icon{
	width:16%;
	text-align:center;
}
.voice.l .icon{
	float:left;
}
.voice.r .icon{
	float:right;
}
.voice .icon img{
	border-radius:50%;
	margin:0;
	border: 4px solid #f5f5f5;
}
.voice.icon_red .icon img{
	border-color: #FF4E4E;
}
.voice.icon_blue .icon img{
	border-color: #50B4DE;
}
.voice.icon_yellow .icon img{
	border-color: #faee00;
}
.voice.icon_black .icon img{
	border-color: #222;
}
.voice .icon .name{
	font-size: 0.85em;
	padding:0.4em 0;
}
.voice.big .icon{
	width:18%;
}
.voice.big .voicestyle{
	width:79%;
}
		
	
	
/* 見出し付きボックス */
.headline_box{
	padding: 1em 3%;
	margin: 2em 0 2em;
	border: 2px solid #dddddd;
	border-radius: 0.2em;
}
.headline_box p{
	padding: 0;
	margin: 0;
}
.headline_box.intitle{
	padding-top: 0;
	padding-bottom: 1.4em;
}
.headline_box.intitle .box_title span{
	position: relative;
	top: -0.85em;
	padding: 0.1em 0.7em;
	background: #6d6d6d;
	color: #ffffff;
	font-weight: bold;
	border-radius: 0.2em;
	display: inline-block;
	vertical-align: bottom;
	font-size: 16px;
}
.headline_box.boxstyle1{
	background: #e6f8ff;
	border-color: #82c8e2;
	color: #000000;
}
.headline_box.boxstyle1 .box_title span{
	background: #30acdf;
}
	
/* 見出し付きボックス2 */
.headline_box2{
	padding: 1em 2%;
	margin: 2em 0 2em;
	border: 2px solid #dddddd;
	border-radius: 0.2em;
}
.headline_box2 p{
	padding: 0;
	margin: 0;
}
.headline_box2.intitle2{
	padding-top: 0;
	padding-bottom: 1.4em;
}
.headline_box2.intitle2 .box_title2 span{
	position: relative;
	top: -0.85em;
	padding: 0.1em 0.2em;
	background: #fff;
	color: #333333;
	font-weight: bold;
	border-radius: 0.2em;
	display: inline-block;
	vertical-align: bottom;
	font-size: 18px;
}
.headline_box2.boxstyle2{
	background: #fff;
	border: solid 3px #95ccff;
	color: #000000;
	border-radius: 8px;
}
.headline_box2 ol {
    list-style: none;
    counter-reset: number;
    padding: 0 0 0 10px;
	margin: 0;
}
.headline_box2 li {
    line-height: 1.5;
    margin-bottom: 1em;
	font-size: 1.1em;
}
.headline_box2 li:before {
    counter-increment: number;
    content: counter(number);
    background: #30acdf;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    margin-right: .4em;
}
	
	
	
	
/* 関連記事の呼び出し */	
.related_article{
	margin: 1.8em 0;
	text-align: left;
}
.related_article p{
	display: none;
}

.related_article .inbox{
	padding-left:41%;
}
.related_article .ttl{
	margin: 0 0 0.1em;
	font-size:0.8em;
	font-weight: bold;
	line-height: 16px;
}
.related_article .ttl:before{
	content:'関連記事';
	font-size:.9em;
	font-weight:bold;
	color:#fff;
	background:#30acdf;
	width:5em;
	display:inline-block;
	padding: 0.1em 0.2em;
	position:relative;
	top:-2px;
	text-align:center;
	margin-right:82%;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	margin-bottom: 0.4em;
}
.related_article.labelnone .ttl:before{
	content:none;
}
.related_article .date{
	font-size:0.8em;
}
.related_article .thum{
	width: 36%;
    float: left;
    margin: 0;	
}
.related_article .thum img{
	width:100%;
	margin-bottom: 0;
}
.related_article a{
	color:#333;
	background: #FFF;
	border: 1px solid #dadada;
	box-shadow:1px 1px 0 #efefef;
	text-decoration:none;
	display:block;
	padding:0.9em;
}
.related_article a:hover{
	color:#666;
	background:#ecfaff;
}
	
/* シンプル枠デザイン１ */
.framedesign1{
	font-size: 14px;
	padding: 3% 4%;
	margin: 1.5em 0 2em;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border: 1px solid #dadada;
}
	
/* シンプル枠デザイン2 */
.framedesign2{
	font-size: 14px;
	padding: 3% 4%;
	margin: 1.5em 0 2em;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border: solid 1px #ffc06e;
	background: #fff8e8;
}
	
/* シンプル枠デザイン3 */
.framedesign3{
	font-size: 14px;
	padding: 3% 4%;
	margin: 1.5em 0 2em;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-top: solid 5px #1dc1d6;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
	background: #e4fcff;
}

}



