@charset "utf-8";

/* information.css 目次
-----------------------------------------------
        共通


-----------------------------------------------*/

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
= 共通
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.company_heading{
    margin: 0 0 30px;
    padding: 12px 10px 10px;
    border-bottom: 1px solid #d1d1d1;
    border-top: 2px solid #a19a81;
    line-height: 1.2;
    color: #333;
    font-size: 1.25em;
    font-weight: bold;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
= 各種手続きの問い合わせ一覧
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.company_lead{
    margin: 0 0 20px;
    font-size: 1.167em;
}
.company_image_wrap{
    display: table;
    width: 100%;
    margin: 0 auto 15px;
    background: #f4f2ea;
}
.company_image_wrap .text{
    display: table-cell;
    vertical-align: middle;
    padding: 20px 45px 20px 35px;
    line-height: 1.8;
    font-size: 1.167em;
}
.company_image_wrap .image{
    display: table-cell;
    vertical-align: top;
    padding: 20px 35px 20px 0;
}
.company_image_wrap .text strong{
    border-bottom: 2px dotted #b1a87d;
}
.company_contact_anchor{
    margin: 0 0 35px;
    text-align: right;
}
.company_contact_anchor a{
    position: relative;
    display: inline-block;
    padding: 0 15px 0 0;
    text-decoration: none;
    font-size: 1.083em;
}
.company_contact_anchor a:after{
    position: absolute;
    right: 3px;
    top: 50%;
    display: block;
    width: 6px;
    height: 6px;
    margin: -4px 0 0;
    border-top: 1px solid #8a8a8a;
    border-right: 1px solid #8a8a8a;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.company_contact_anchor a:hover{
    text-decoration: underline;
    color: #e31732;
}
.company_list_wrap{
    padding: 0 0 50px;
}
.title_link_area{
    margin: 0 0 20px;
    padding: 13px;
    border: 1px solid #d1d1d1;
}
.title_link_area .company_search{
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 1.167em;
}
.title_link_area li{
    float: left;
    margin: 0 5px 0 0;
}
.title_link_area li a{
    display: block;
    border: 1px solid #9a9181;
    padding: 4px 10px;
    text-decoration: none;
    background: #edeadc;
    font-size: 1.167em;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -ms-border-radius: 2px;
}
.company_kana_line{
    margin: 0 0 10px;
    padding: 2px 8px;
    background: #afa67a;
    font-size: 1.167em;
    font-weight: bold;
    color: #fff;
}
.company_detail{
    width: 100%;
    height: 100%;
    margin: 0 0 20px;
}
.company_detail:last-child{
    margin: 0;
}
.company_detail th,
.company_detail td{
    padding: 12px 15px;
    border: 1px solid #d1d1d1;
    vertical-align: middle;
    text-align: left;
    font-size: 1.167em;
}
.company_detail th{
    padding: 8px 10px;
    text-align: center;
    background: #f4f2ea;
}
.company_detail .company_name{
    width: 310px;
}
.company_detail td.company_name{
    font-size: 1.333em;
    font-weight: bold;
}
.company_detail .company_tel{
    width: 130px;
    text-align: center;
    white-space: nowrap;
}
.company_detail .company_contact{
    width: 180px;
    text-align: center;
    white-space: nowrap;
}
.company_detail td.company_contact{
    padding: 0;
    height: 100%;
}
.company_detail .company_contact a{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 15px;
    text-decoration: none;
    height: 100%;
}
.company_detail .company_contact a span{
    position: relative;
    display: inline-block;
    padding: 0 15px 0 0;
}
.company_detail .company_contact a span:after{
    position: absolute;
    right: 3px;
    top: 50%;
    display: block;
    width: 6px;
    height: 6px;
    margin: -4px 0 0;
    border-top: 1px solid #8a8a8a;
    border-right: 1px solid #8a8a8a;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.company_detail .company_contact a:hover span{
    text-decoration: underline;
    color: #e31732;
}
.company_page_top{
    margin: 0 0 50px;
    text-align: right;
    font-size: 1.167em;
}