@charset "Shift_JIS";

p{font-size: 16px;
line-height: 2em;}

h2{font-size: 30px;
font-weight: bold;}

h3{font-size: 20px;
font-weight: bold;}

/*---------------------------------------------
お問い合わせ動線　バナー
---------------------------------------------*/

.noyes-contact-banner{
	width:680px;
	margin: 0 auto;
}
.noyes-contact-banner > a{
	display:block;
	text-decoration:none;
	overflow:hidden;
	border:6px solid #f7f6f1;
	border-radius:12px;
	box-shadow:0 0 3px #ddd;
}
.noyes-contact-banner__left{
	float:left;
	width:290px;
	padding-top:12px;
	margin-left:15px;
}
.noyes-contact-banner__left > img{
	width:100%;
	height:auto;
  }
.noyes-contact-banner__right{
	float:left;
	width:305px;
	padding-left:20px;
	margin-top:8px;
}
.noyes-contact-banner__right > h2{
	font-size:19px;
	font-weight:bold;
	line-height:1.6;
	color:#333;
	margin-top:4px;
	margin-bottom:6px;
	font-weight:bold;
  }
  .noyes-contact-banner__right > h2 > .noyes-contact-banner-textColor{
	color:#275baf;
  }
  .noyes-contact-banner__right > p{
	color:#333;
	line-height:1.8;
	font-size:13px;
	margin-bottom:10px;
  }
  .noyes-contact-banner__arrow{
	float:right;
	width:30px;
	height:158px;
	background:#f7f6f1;
  }
  .Arrow-Right {
	margin-top:66px;
	border-top: solid 4px #e8e8ce;
	border-right: solid 4px #e8e8ce;
	width: 18px;
	height: 18px;
	transform: rotate(45deg);
  }