@charset "UTF-8";
/* CSS Document */
body {
	color: #333;
	margin: 0;
	padding: 0 16px;
	line-height:1.5;
	letter-spacing: 0.05em;
	 font-family: Noto Sans JP, sans-serif;
}


a {
  color: #1f5fa8;
  text-decoration: underline;
}

a:focus, a:active, a:hover {
  color: #0092f2;
  text-decoration: underline;
}

a:visited {
  color: #557fae;
}
.cf {
	zoom:1;
}

.cf:after {
	content: ".";
	display: block;
	clear: both;
	height:0;
	visibility:hidden;
}

/*.contentHeader .ttl_box {
  margin-top: 20px;
}*/

.contentHeader .ttl_box .ttl {
  margin: 20px 0 10px !important;
  font-size: 18px;
  font-weight: normal;
  color: #2a85c7;
}

.contentHeader .ttl_box .text_box {
  margin-top: 10px;
}

.contentHeader .ttl_box .text_box .sub_ttl{
  margin:10px 0;
  font-size: 14px;
  font-weight: bold;
  }

.contentHeader .ttl_box .text_box .text {
  font-size: 14px;
  }




.mw980{
	max-width:980px;
		margin:0 auto;
}

@media screen and (max-width:480px) { 
	img.sp_truste_img{
		width:100px;
	}
}

