/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 18 2025 | 08:27:13 */
.blogMv{
	background-image: url(http://trustford.jp/wp-content/uploads/2025/11/bg1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
}
.blogMv h1{
	font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
	font-size:60px;
	text-align:center;
}
.blogMv pre{
	font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
	font-size:20px;
	text-align:center;
}


.blogList{
	padding-top:60px;
	padding-bottom:120px;
}

.blogList .date{
	margin-top:10px;
	margin-bottom:0px;
}
.blogList .date a{
	font-size: 16px;
   font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.blogList .title{
	font-size: 21px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
	margin-top:0px;
	margin-bottom:0px;
	line-height: 1.4;
}
.blogList .title a{
	color:#333;
}
.blogList .pn{
	margin-top:40px;
}


.blogDetail{
	padding-top:60px;
	padding-bottom:120px;
}
.blogDetail .date{
	font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.blogDetail .title{
	font-size: 24px;
   font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
	margin-top:0px;
	padding-bottom:5px;
	margin-bottom:30px;
	line-height: 1.4;
	border-bottom:3px solid #12336F;
	color:#333;
}
.blogDetail .eyecatch{
	margin-bottom:30px;
}

.blogDetail p{
	margin-bottom:30px;
}

.blogDetail .btn {
  color: #333;
	margin-top:50px;
}
.blogDetail .btn a {
  position: relative;
    padding-top: 15px;
	 padding-right: 35px;
    padding-left: 55px;
    padding-bottom: 15px;
  text-decoration: none;
  color: #FFF;
  background-color: #38495A;
   font-size: 16px;
  font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	border-radius:100px;
}
.blogDetail .btn a:hover {
  background-color: #38495A;
  opacity: 0.7;
}
.blogDetail .btn a:before {
  background: url(http://trustford.jp/wp-content/uploads/2025/11/ico_arrow_white2.svg);
  content: "";
  width: 15px;
  height: 15px;
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}


@media (max-width: 833px) {
	.blogMv h1{
	font-size:46px;
}
	.blogList{
	padding-top:30px;
	padding-bottom:60px;
		padding-left:15px;
		padding-right:15px;
}
		.blogDetail{
	padding-top:30px;
	padding-bottom:60px;
		padding-left:15px;
		padding-right:15px;
}
}


