@charset "utf-8";

*
{
    margin: 0;
    padding: 0;
    font-family: 'Zen Old Mincho', serif
    
}
a:visited
{
  color: inherit;
}

.inquiry-title
{
    font-size: 25px;
    text-align: center;
    margin: 10px;
    writing-mode: vertical-rl;
    border-bottom: 5px solid #47656F;
    width: max-content;
    
}

.pageback
{ 
  font-size: 12px;
  line-height: 0.9;
  text-align: center;
  position: absolute;
  top: 13px;
  right: 13px;
  
}
.dt
{
  font-size: 30px;
}

.contact
{
  font-size: 30px;
  text-align: center;
  
}

.submit
{
  font-size: 30px;
}

.category
{
  margin: 0 0 0 45%;
  list-style: none;
}
.category-item
{
  text-align: left;
}

footer
{
  text-align: center;
  font-size: 10px;
  font-weight: lighter;

}

.footer-desc
{   
    text-align: left;
    border-bottom: 10px solid;
    border-color: #47656F;
    margin-left: 5px;
    overflow: hidden;
    position: relative;
    bottom: 0;
    
}

.footer-icon
{
    float: left;
    margin-left: 15px;
    padding-bottom: 0px;
    
    
}














