.top_wel {
    position: relative;
    margin: 2em 1.5em 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #b7e2a6;
    border-radius: 8px;
}

.top_wel .box-title {
    position: absolute;
    display: inline-block;
    top: -16px;
    left: 10px;
    padding: 0 9px;
    line-height: 1.8;
    font-size: 19px;
    background: #FFF;
    color: #333;
    font-weight: bold;
}

.top_wel p {
    font-size: 16px;
    line-height:1.618;
    margin: 0; 
    padding: 8px 0;
}

#toppage-news .mds_a {
  border-bottom: solid 3px #d5f9ca;
  font-size:1.8em;
  color:#333;
  margin-right:1em;
  position: relative;
}

#toppage-news .mds_a:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #7ec660;
  bottom: -3px;
  width: 20%;
}

@media (max-width: 768px) {

.top_wel .box-title {
    position: absolute;
    display: inline-block;
    top: -16px;
    left: 10px;
    padding: 0 9px;
    line-height: 1.8;
    font-size: 16px;
    background: #FFF;
    color: #333;
    font-weight: bold;
}

.top_wel p {
    font-size: 14px;
    line-height:1.618;
    margin: 0; 
    padding: 8px 0;
}

}


#news_Clm {margin-bottom:36px;clear:both;}

.tpc {  
    width: 100%;
    margin: 0 auto 75px auto;
    font-size:12px!important;
    border: none;
    border-bottom: none;
}

.tpc dt {
    text-align:left;
    clear:left;
}

.tpc dt:before { content: '- '; }

.top_sp_img {display:none;}

.top_sp_img img {width:100%;max-width:720px;height:auto;}


/* スマホ */
@media only screen and (max-width:737px) {
    .tpc {
        background-color: #fff;
    }
    
    .tpc dt,
    .tpc dd {
        padding: 8px;
		text-align:left;
    }
    
    .tpc dt {
        float: none;
        font-size:0.9em!importamt;
    	margin-bottom:-16px;
		border-bottom: 1px solid #fff;
    }
    
    .tpc dd {
        border-bottom: 1px solid #ddd;
        font-size:0.96em;
    }

.top_pc_img {display:none;}
.top_sp_img{display:inherit;}

.tpc {  
    width: 100%;
    margin: 0 auto 0 auto;
    border: none;
    border-bottom: none;
}

}


/* PC */
@media only screen and (min-width: 721px) {
    .tpc {
        background: #fff;
        font-size:1.35em!important;
    }
    
    .tpc dt,
    .tpc dd {
        padding: 8px;
		text-align:left;
    }
    
    .tpc dt {
        clear:left;
        float: left;
        width: 135px; /* 幅を指定 */
    }
    
    .tpc dd {
        padding-left: 149px; /* dtの分、左にpaddingを取る */
        border-bottom: 1px solid #ddd;
        margin-right:1.4em!important;
    }
}


.tt_buttom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 98%;
    margin: 0 0 24px 0;
    padding: .6em 2em;
    color: #fff;
	font-weight: bold;
	letter-spacing:1px;
    background-color: #13a04a;
    border: 1px solid #13a04a;
    border-radius: 5px;
    font-size: 1.6em;
    cursor:pointer
	text-decoration:none; 
}


.tt_buttom:hover {
    border: 1px solid #13a04a;
    background-color: #fff;   
	text-decoration:none; 
	color: #13a04a;
	cursor:pointer
}


.tt_buttom::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #13a04a;
    border-right: 2px solid #13a04a;
    content: '';
}

.tt_buttom:hover::after {
    border-color: #fff;
}

.kine a{text-decoration:none;color: #fff;!important }


