.site-info:after{
	display:block;
  content:"困っている人たちの小さな声に耳を傾け「心の中に火を灯す素（もと）」を国政に届けるWEBメディア";
}
.copyright-text {
	font-size:0;
}
.copyright-text:after {
	font-size:16px;
  content:"© Copyright 2019. ともすもと All Right Reserved. ";
}

.news-content h2 {
color: #505050;
padding: 0.5em;
display: inline-block;
line-height: 1.3;
background: blanchedalmond;
vertical-align: middle;
border-radius: 25px 0px 0px 25px;
width: 100%;
font-size: 1.5em;
margin-bottom:30px;
}
.news-content h2:before {
content: '●';
color: white;
margin-right: 8px;
}

.news-content h3 {
font-size: 1.2em;
	margin:20px 0;
	font-weight:600;
}

.news-content p {
line-height:1.8em;
	padding:0 5px;
}

.introduction {
	border:1px solid #999;
	padding:10px;
	border-radius:5px;
	margin:30px 0;
	box-shadow:1px 1px 1px 1px;
}

.pointBox {
	margin:20px 0;
}

.pointBox a{
position: relative;
display: inline-block;
padding: 10px 45px 10px 16px;
color: #fff;
text-decoration: none;
height: 43px;
line-height: 24px;
border-radius: 12px;
background: #62A1CB;
font-size: 1.1em;
}
.pointBox a:before,
.pointBox a:after{
	content:"";
	display:block;
	position:absolute;
}
.pointBox a:before{
width: 25px;
height: 25px;
background: #fff;
border-radius: 50%;
right: 7px;
top: 9px;
}
.pointBox a:after{
width: 11px;
height: 11px;
border-right: 2px solid #62A1CB;
border-top: 2px solid #62A1CB;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
right: 16px;
top: 16px;
}
.l_area {
	margin-bottom:20px;
}
.r_area {
	margin-bottom:20px;
}

.wi-1 h3.section-title {
	background-color: seagreen !important;
}
.wi-2 h3.section-title {
	background-color: navy !important;
}
.wi-3 h3.section-title {
	background-color: skyblue !important;
}
.wi-4 h3.section-title {
	background-color: tomato !important;
}
.wi-5 h3.section-title {
	background-color: yellowgreen !important;
}
.wi-6 h3.section-title {
	background-color: orangered !important;
}
.wi-7 h3.section-title {
	background-color: tan !important;
}
.wi-8 h3.section-title {
	background-color: teal !important;
}
.wi-9 h3.section-title {
	background-color: salmon !important;
}

.wi-1 .news-section-info {
    border-bottom: 3px solid seagreen;
    border-left: 5px solid #f44336;;
}
.wi-2 .news-section-info {
    border-bottom: 3px solid navy;
    border-left: 5px solid #f44336;;
}
.wi-3 .news-section-info {
    border-bottom: 3px solid skyblue;
    border-left: 5px solid #f44336;;
}
.wi-4 .news-section-info {
    border-bottom: 3px solid tomato;
    border-left: 5px solid #f44336;;
}
.wi-5 .news-section-info {
    border-bottom: 3px solid yellowgreen;
    border-left: 5px solid #f44336;;
}
.wi-6 .news-section-info {
    border-bottom: 3px solid orangered;
    border-left: 5px solid #f44336;;
}
.wi-7 .news-section-info {
    border-bottom: 3px solid tan;
    border-left: 5px solid #f44336;;
}
.wi-8 .news-section-info {
    border-bottom: 3px solid teal;
    border-left: 5px solid #f44336;;
}
.wi-9 .news-section-info {
    border-bottom: 3px solid salmon;
    border-left: 5px solid #f44336;;
}
@media screen and (max-width:768px){ 
.pointBox a{
font-size: 0.8em;
}
	.news-content h2 {
    color: #505050;
    padding: 0.5em;
    display: inline-block;
    line-height: 1.3;
    background: blanchedalmond;
    vertical-align: middle;
    border-radius: 10px 0px 0px 10px;
    width: 100%;
    font-size: 1.1em;
    margin-bottom: 30px;
}
}