@charset "utf-8";

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

メイン01

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

.main01 {
	width: 960px;
	height: 460px;
	margin: 0 auto;
	padding: 40px 90px 0;
	background: url(../images/index/bg_main01.png) right center no-repeat;
}

.main01 dl {
	width: 500px;
	box-sizing: border-box;
	border: 2px solid #ccc;
	border-radius: 10px;
	background: #fff;
}

.main01 dl dt {
	background: #e0ad25;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 8px 8px 0 0;
}

.main01 dl dt a {
	background: url(../images/common/icon_arrow02.png) left center no-repeat;
	color: #000;
	text-decoration: none;
	font-size: 1.4rem;
	padding: 2px 0 0 22px
}

.main01 dl dt a:hover {
	text-decoration: underline;
}

.main01 dl dd {
	height: 230px;
	overflow: auto;
}

.main01 dl dd div {
	padding: 20px 15px;
	display: flex;
	justify-content: space-between;
	text-decoration: none;
	color: #333;
	border-bottom: 1px solid #ccc;
	
}

.main01 dl dd div:last-child {
	border: none;
}

.main01 dl dd .date {
	width: 140px;
	padding-left: 10px;
	box-sizing: border-box;
	font-size: 1.6rem;
}

.main01 dl dd .explain {
	width: 300px;
	font-size: 1.6rem;
}


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

メイン02

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

.main02 {
	background: #ffdca9;
	padding: 30px 0;
}

.main02 ul {
	display: flex;
	justify-content: space-between;
}

.main02 a:hover {
	opacity: 0.7;
}


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

電話受付について

----------------------------------------*/
.inquryInfo{
	width: 960px;
	margin: 0 auto 20px;
	padding: 0 0 20px;
	border: solid 1px #ccc;
	border-radius: 10px;

}
.inquryInfo p{
	font-size: 1.8rem;
	background-color:#eb6868;
	color: #FFF;
	display: inline-block;
	padding: 0 0.5em;
	margin-bottom: 10px;
	border-radius: 10px 0 6px 0;
}
.inquryInfo ul{
	margin: 0 20px;
}
.inquryInfo li{
	font-size: 1.6rem;
	background:url("/images/common/icon_circle.gif") no-repeat 0 0.2em;
	padding-left: 1.2em;
	margin-bottom: 10px;
}
.inquryInfo li:last-of-type{
	margin-bottom: 0;
}
