@charset "UTF-8";

.single_column .body h4 { color: #444; display:block; border-bottom:solid 2px #7ea91c; margin-top:50px;}
.single_column .body h4::before{ content: "・";}
@media screen and (max-width: 600px) {
.single_column .body h4::before{ content: "";}
}
.col-sm-9{margin-left:0px;}
.col-sm-3{ float:right;}


.single_column .body p a{color:#355FB3; text-decoration: underline;}
.single_column .body p a:hover{text-decoration:none;}
.matome{
line-height:170%;
padding:35px 20px;
background: #efefef;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
position: relative;
}
.matome::before, 
.matome::after{ position: absolute; display: block; font-size: 60px; color:#999; font-family:"ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; line-height:60px;}

.matome::before{content: "“"; left: -10px; top: 5px; text-align-last: left;}
.matome::after{content: "”"; right: -10px; bottom: -10px; text-align-last: right;}
.matome b{ font-size:2.4rem; padding-bottom:10px; display:block;}
.matome b + br{ display:none;}

.side_column .s_tag .tag_area ul li{margin-bottom:5px;}
.side_column .s_tag .tag_area ul li a{padding:4px 5px; font-size:1.3rem; color:#555;}
.text-right { text-align: right;}