@charset "utf-8";
/* CSS Document */

.comInner2{
    padding: 0 0 30px;
}

.comInner2 img{
    width: 100%;
}

.blue_btn-box{
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
}
.blue_btn-box li a{
    color: #fff;
    display: block;
    width: 347px;
    height: 72px;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    border-radius: 10px;
    background-color: #0098e1;
    padding-top: 8px;
}
.blue_btn-box.blue_btn-box01{
    display: flex;
    justify-content: flex-start;
    margin-left: 14px;
}
.blue_btn-box li{
    margin-right: 19px;
}

.blue_btn-box2 li a{
    color: #fff;
    display: block;
    width: 222px;
    height: 72px;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    border-radius: 10px;
    background-color: #0098e1;
    padding-top: 18px;
}
.blue_btn-box2.blue_btn-box01{
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
    margin-left: 14px;
}
.blue_btn-box2 li{
    margin-right: 19px;
}


.contact_btn-list{
    display: flex;
    justify-content: space-between;
    margin: 10px 14px 0;
}
.contact_btn-list li{
    margin-right: 15px;
}
.contact_btn-list li:last-child{
    margin-right: 0;
}
.contact_btn-list li.blue-border{
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid #0098e1;
}
.contact_btn-list li a{
    display: block;
}
.contact_btn-list li a img{
    height: 70px;
    width: auto;
}


#nairedetail .comSTtl2{
    color: #ff7f29;
}
.comtext{
/*    font-size: 20px;*/
}
.note{
/*    font-size: 16px;*/
}
.note-list{
/*    font-size: 18px;*/
}

table.use-tbl th{
/*    font-size: 16px;*/
    text-align: center;
}
table.use-tbl td {
    padding: 1px;
}
table.housou-tbl{
    width: 100%;
}
table.housou-tbl th{
/*    font-size: 16px;*/
    text-align: center;
    vertical-align: top;
}
table.housou-tbl td{
    text-align: center;
    padding-bottom: 5px;
}
table.housou-tbl td img{
    width: 98%;
}
table.tmp-tbl td{
    font-size: 16px;
    padding: 10px;
}
table.tmp-tbl td .red{
    color: #e4007f;
}
table.tmp-tbl td .blue{
    color: #0098e1;
}
table.tmp-tbl td .note{
    font-size: 12px;
    margin-top: 5px;
}
