  #content .area .data {
    margin-top: 30px;
}
#content .area .data h2 {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 4px;
    padding-left: 0px;
    display: inline-block;
    font-size: 1.7rem;    /*background: linear-gradient(transparent 85%, #87001E 85%);*/
    border-bottom: 4px solid #87001E;
}
#content .copy p strong {
    font-size: 1.5rem;
    
    font-weight: normal;
}

#content .area .data table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 16px;
}
#content .area .data table + .table {
    margin-top: 10px;
}
#content .area .data table th, #content .area .data table td {
    padding-top: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    border: 1px solid #9A9A9A;
    background-color: #FFFFFF;
    vertical-align: top;
}
#content .area .data table th {
    background-color: #F5F3EF;
    text-align: left;
}
#content .area .data table td .strong {
    color: #87001E;
    font-weight: bold;
}

#content .area .data table.column2 th, #content .area .data table.column2 td {
    display: block;
}
#content .area .data table.column2 td , #content .area .data table.column2 tr +tr *  {
    border-top-style: none;
}
#content .area .data table a[target=_blank]:after{
    width: 14px;
    height: 14px;
    display: inline-block;
    content: "";
    background-image: url(/business/sekitanbai/img/link01.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-left: 0.5em;
	
}
#content .area .data table.column3 th, #content .area .data table.column3 td {
    width: 35%;
}
#content .area .data table.column3 th:nth-child(1), #content .area .data table.column3 td:nth-child(1) {
    width: 30%;
}
#content .area .data table.column3 td ul {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 1.5em;
}





/**/
@media only screen and (min-width:640px) {
#content .area .data {
    margin-top: 40px;
}
#content .area .data table {
    margin-top: 26px;
}
#content .area .data table.column2 th , #content .area .data table.column2 td {
    display: table-cell;
    border-style: solid;
    width: auto;
}
#content .area .data table.column2 th:nth-child(1), #content .area .data table.column2 td:nth-child(1) {
    width: 30%;
}



}
