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

.comInner2{
    padding: 0 0 30px;
}

.comInner2 img{
    width: 100%;
}

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

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



.red_btn-box{
    display: flex;
    justify-content: space-around;
    margin-top: 10px;
}
.red_btn-box li a{
    color: #fff;
    display: block;
    width: 750px;
    height: 70px;
    box-sizing: border-box;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    border-radius: 12px;
    background-color: #FF0000;
    padding-top: 8px;
    border: solid 4px #CD0000;
}
.red_btn-box.orange_btn-box01{
    display: flex;
    justify-content: flex-start;
    margin-left: 14px;
}
.red_btn-box li{
    margin-right: 19px;
}

.red_btn-box2 li a{
    color: #fff;
    display: block;
    width: 222px;
    height: 36px;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    border-radius: 10px;
    background-color: #E37933;
    padding-top: 18px;
}
.red_btn-box2.orange_btn-box01{
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
    margin-left: 14px;
}
.red_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 #E37933;
}
.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;
}
table.soshina{
table-layout: fixed;
width: 100%;
}

@media screen and (max-width: 640px) {
	.table-soshinasumaho {
	  width: 100%;
	}
	.table-soshinasumaho th,
	.table-soshinasumaho td {
		width: auto;
		display: block;
		text-align: center;
	}
}
.image_mouseon {
    overflow: visible;
    width: 100%;
    height: 100%;
    }
    .image_mouseon img {
    display: block;
    transition-duration: 0.3s;
    }
    .image_mouseon img:hover {
    transform: scale(1.2,1.2);
    transition-duration: 0.3s;
    }
