@charset "utf-8";
/* CSS Document */

/*==================================

ほいコレホットライン
hotline.php
==================================*/
/*全体設定*/
#hotline_wrapper{
	width:1200px;
	margin: 0 auto;
	color:#333;
	}

#hotline_in{
	width:1120px;
	margin:0 0 10px 40px;
  padding-bottom: 100px;
	background-color:#fff;
	}

/*パンくずリスト*/
.breadcrumb{
	width:100%;
	background-color:#fff;
	margin: 0 -500%;
  padding: 20px 500% 30px 500%;
	}

.breadcrumb ol{
	margin:30px 0 0 20px;
	padding:0 0 0 20px;
	list-style:none;
	background-color:#fff;
	}

.breadcrumb li{
	margin:0 5px 0 5px;
	padding:0;
	font-size:14px;
	float:left;
	display:inline;
	background-color:#fff;
	}

.breadcrumb li img{
	display:block;}

.breadcrumb li .home{
	padding-left:25px;
	background-image:url(../img/home.png);
	background-repeat:no-repeat;
	background-position:2px 2px;
	}

.breadcrumb li i{
	font-size: 16px;
	color: #3e3a39;
	position: relative;
	bottom: 2px;
	}

.breadcrumb li a{
	text-decoration:none;
	color:#333;
	}

.breadcrumb li a:hover{
	text-decoration:underline;
	color:#FE4958;
	}

/* コンテンツ */
#hotline_in h2{
    width: 1120px;
    margin: 0 auto 60px auto;
}

#hotline_in .hotline-list01{
    width: 960px;
    margin: 0 auto 40px auto;
}

.hotline-list01 dl{
    width: 505px;
    float: left;
}

.hotline-list01 dl dt{
    width: 485px;
    height: 50px;
    background-color: #1baab7;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    line-height: 50px;
    padding-left: 20px;
}

.hotline-list01 dl dd{
    width: 485px;
    font-size: 15px;
    line-height: 25px;
    margin-top: 50px;
}

.hotline-list01 img{
    width: 425px;
    float: left;
    margin-left: 30px;
}

#hotline_in .hotline-list02{
    width: 960px;
    height: 246px;
    background-image:url(../img/hotline/hotline-back.png);
    margin: 0 auto 50px auto;
    text-align: center;
}

.hotline-list02 strong{
    color: #1baab7;
    font-size: 18px;
    border-bottom: 2px solid #ffc800;
    display: inline-block;
    text-align: center;
    margin: 50px 0 30px 0;
}

.hotline-list02 p{
    width: 709px;
    line-height: 25px;
    margin: 0 auto;
    text-align: left;
}

/* 問い合わせボタン */
#hotline_in #entry-btn{
    width: 100%;
    background-color: #EAFAFB;
    margin-left: -500%;
  	margin-right: -500%;
  	padding-left: 500%;
    padding-top: 100px;
  	padding-right: 500%;
  	padding-bottom: 100px;
}

#entry-btn .entry-btn-in{
    width: 960px;
    margin: 0 auto;
}

.entry-btn-in p{
    width: 450px;
    text-align: center;
    font-style: italic;
    font-size: 24px;
    float: left;
    margin: 20px 0 0 0;
}

.entry-btn-in a{
    width: 510px;
    height: 60px;
    float: left;
    background-color: #ffc800;
    border-radius: 50px;
    color: #3e3a39;
    font-size: 22px;
    font-weight: 900;;
    line-height: 60px;
    text-align: center;
}

.entry-btn-in a i{
    position: relative;
    top: 1px;
    left: 100px;
}

#footer-back{
    width: 100%;
    background-color: #F5F5F5;
    margin-left: -500%;
  	margin-right: -500%;
  	padding-left: 500%;
  	padding-right: 500%;
}

/*共有*/
.clear{
	clear:both;}
