.view{
    color: #595757;
    line-height: 2;
    font-size: 16px;
}
.view img{
    max-width: 100%;
}
.view>h2{
    color: #000;
    font-size: 24px;
    font-weight: normal;
    line-height: 50px;
    border-bottom: 1px solid #dcdddd;
    text-align: left;
    margin-bottom: 20px;
}
.view>h6{
    color: #484848;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
    margin-top: 15px;
}
.view>p{
    line-height: 2;
    text-indent: 2em;
}
.view>table{
    text-align: center;
    border-collapse: collapse;
    width:100%;
}
.view>table td{
    border: 1px solid #e5e2e2;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.4;
    padding: 0.4rem 0;
}
.view>table>thead>tr>td{
    background-color: #1f57b5;
    color: #ffffff;
    font-weight: 500;
}
.view>table>tbody>tr:nth-of-type(even){
    background-color: #f7f7f7;
}
.view .width255{
    width: 10rem;
}
.view .padding-horizontal{
    padding:0 0.4rem;
}
.view .padding-horizontal{
    padding:0 0.4rem;
}
.view>.block-p{
    background-color: #f4f4f4;
    padding: 30px 40px;
}
.view .contact-tel{
    position: relative;
    height:4rem;
    margin-bottom: 1.5rem;
    margin-left: 0.4rem;
}
.view .contact-tel>.icon{
    background: url(../img/icon-tel.png) no-repeat left center;
    height:4rem;
    display: block;
    position: absolute;
    left: 0.5rem;
    top:0;
    z-index: 10;
    background-size: 100% auto;
}
.view .contact-tel>.text{
    display: block;
    position: absolute;
    left: 3.6rem;
    top:0;
    z-index: 10;
    font-size: 1.4rem;
    font-weight: 300;
}
.view .contact-tel>.tel-first{
    display: block;
    position: absolute;
    left: 5rem;
    top:1.6rem;
    z-index: 10;
    font-size: 1.4rem;
    font-weight: 600;
}
.view .contact-tel>.tel-number{
    display: block;
    position: absolute;
    left: 9.5rem;
    top:0;
    z-index: 10;
    font-size: 40px;
    font-weight: 600;
    font-family: "Impact", "Arial Narrow", "HELVETICA", "serif";
    line-height: 1;
}
.view .icon-address{
    background: url(../img/icon-address.png) no-repeat left top;
    display: inline-block;
    width: 17px; height: 24px;
    margin-right: 6px;
    vertical-align: middle;
}
.view>p.address{ font-size: 14px;color: #595757; line-height: 30px; text-indent: 0;}
.view .contact-tel>.icon{
    background-image: url(../img/icon-tel-black.png?t=1);
    width: 2.4rem;
}

.mobile .view{
    color: #000;
    padding-top: 1.5rem;
}
.mobile .view>p{
    text-indent: 1rem;
}
