﻿@charset "utf-8";

#ded00{
    margin-bottom: 7%;    
}
#ded00 a:hover {
	opacity: 0.7;
    text-decoration: none;
}
#ded00 .txtBox{
    background-color: #f4f1ee;
    margin: 0;
    padding: 3% 2%;
}
#ded00 .txtBox .txtBox_top{
    text-align: center; 
    line-height: 1.8;
    margin-bottom: 1%;
}
#ded00 .txtBox .txtBox_top p{
    font-size: 18px;    
}
#ded00 .txtBox .txtBox_top p.txtBox_top_ttl{
    font-weight: bold;    
    font-size: 24px;
}
#ded00 .txtBox .txtBox_top p.txtBox_top_ttl span{
    color: #b47243;    
}
#ded00 .txtBox .txtBox_bottom{
    text-align: left;
    margin: 0 7%;
    line-height: 2.5;
}
#ded00 .txtBox .txtBox_bottom p{
    font-size: 16px;    
}
#ded00 .txtBox .txtBox_bottom p span{
    background-color: #b97f55;
    color:#fff;
    border-radius: 16px;
    padding: 0px 15px;
    margin-right: 10px;
}
@media (max-width: 1199px) {
#ded00 .txtBox .txtBox_top p {
    font-size: 16px;
}
#ded00 .txtBox .txtBox_bottom p {
    font-size: 12px;
}
}