/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 25 2025 | 01:13:40 */
#Product .contents{
	padding-top:100px;
	padding-bottom:100px;
}
#Product .second{
	background-color:#F8F8F8
}
#Product .contents .column h2{
	 font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
	background-color:#3F4B78;
	padding:5px 12px;
  margin-bottom: 10px;
	color:#FFF;
	display: inline-block;
}
#Product .contents .column h3{
	 font-size: 30px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin-bottom: 10px;
	color: #3F4B78;
	letter-spacing:2px;
}
#Product .contents .column p{
  margin-bottom: 40px;
}

#Product .btn {
  color: #fff;
}
#Product .btn a {
  position: relative;
    padding-top: 12px;
    padding-right: 35px;
    padding-left: 55px;
    padding-bottom: 12px;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(90deg, #6170A7, #3F4B78);
   font-size: 16px;
  font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
}
#Product .btn a:hover {
  background-color: #A98334;
  opacity: 0.7;
}
#Product .btn a:before {
  background: url(http://chi-yoda.jp/wp-content/uploads/2025/07/ico_book_white.svg);
  content: "";
  width: 20px;
  height: 25px;
  left: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}


@media (max-width: 833px) {
	
	#Product .contents{
	padding-top:50px;
	padding-bottom:50px;
		padding-left:15px;
		padding-right:15px;
}
#Product .contents .column h2{
	 font-size: 18px;
  margin-bottom: 10px;
}
#Product .contents .column h3{
	 font-size: 28px;
}
#Product .contents .column p{
  margin-bottom: 25px;
}

#Product .btn {
          justify-content: center;
}
	
}



