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


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

   海外旅行保険ページ

--------------------------------------------------------------------------------------------- */
.travel-detail img,.travel-detail01 img,.travel-detail02 img{
    width: 100%;
    height: auto;
}

.travel-detail img{
    margin-bottom: 25px;
}

.travel-detail01 img{
    margin-top: 50px;
}

#overseas-travel{
    background: url("../images/travel-back.png") repeat 0 0;
}


/*WEB見積申し込み
-----------------------------------------------------------*/
.travel-reserve{
    display: block;
    padding: 25px;
    width: 300px;
    text-align: center;
    line-height: 1;
    margin: 0 auto;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    border-radius: 50px;
    margin-top: 15px;
	background: #40aca5;
}
.travel-reserve:hover{
	background: #f00;
}

.reserve-text{
    text-align: center;
    margin-top: 25px;
    font-weight: bold;
}

.fa-angle-double-right{
    color: #fff;
    font-size: 20px;
}





















