@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#container{
	text-align: left;
	/*max-width: 1920px;*/
	margin: 0 auto;
}

.mainVisual {
	margin: 0 auto ;
	padding: 0 35px 15px ;
	width: 960px;
	background-color: #fff;
}

#conts .section {
	margin-bottom: 25px;/*20px*/
}

#conts .section .inner {
	background-color: #dbeef9;
	padding: 15px 30px;
	border-top: 5px solid #FFFDE4;
}

#conts h2 {
	margin-bottom: 12px;
	color: #EB6E95;
	font-size: 18px;
}
#conts .section h2 img {
	margin: -5px 8px 0 0;
	vertical-align: middle;
}
#conts .section p {
	margin-bottom: 20px;
}
#conts .section p.come {
	margin: 0.5em 0 !important;
	font-size: 1.10em;
	line-height: 1.75em;
}
#conts .section p.come span{
	font-size: 18px;
	color: #00398a;
	font-weight: 600;
}
#conts .section .rTxt {
	margin-bottom: 0;
	text-align: right;
}

#conts .news {
	background-color: #fffde4;
	font-size: 13px;
	padding: 16px 0;
}

#conts .news h3 {
	margin:0px 23px 6px !important;
	padding: 6px 23px 1px;
	font-size: 15px;
	color: #00398a;
	line-height: 34px;
	background: url("../img/index/newsbg.jpg");
	background-size: 100% auto;
}

#conts .news dt {
	padding-left: 25px;
	padding-top: 12px;
	float: left;
	color: #666666;
    font-weight: 600;
}

#conts .news dd {
	padding: 12px 2em 12px 12em;
    margin: 0 23px;
	color: #666666;
	border-bottom: 1px solid #dfeebb;
}
#conts .news a[href^="tel:"] {
  cursor: default;
  color: #666666;
}

@media(min-width: 768px){
#conts .news a[href^="tel:"]{
    pointer-events: none;
  }
}

#conts .news dd span{
	white-space: nowrap
}

#conts .news dd:last-of-type{
    border-bottom: none !important
}