/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 25 2025 | 07:28:54 */
.mv_pc {
  display: block;
}
.mv_sp {
  display: none;
}

#Home .product {
	padding-top:100px;
	padding-bottom:100px;
}
#Home .product pre {
  font-size: 55px;
  font-family: "Cinzel", serif;
  font-weight: 400;
  color: #3F4B78;
  line-height: 1.2;
}
#Home .product h1 {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-bottom: 25px;
}
#Home .product h2 {
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin-bottom: 10px;
	color: #3F4B78;
	letter-spacing:2px;
}
#Home .product p {
  margin-bottom: 35px;
}
#Home .btn {
  color: #fff;
}
#Home .btn a {
  position: relative;
    padding-top: 12px;
    padding-right: 45px;
    padding-left: 65px;
    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;
}
#Home .btn a:hover {
  background-color: #A98334;
  opacity: 0.7;
}
#Home .btn a:before {
  background: url(http://chi-yoda.jp/wp-content/uploads/2025/07/ico_arrow_white.svg);
  content: "";
  width: 29px;
  height: 10px;
  left: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}


#Home .company {
	padding-top:100px;
	padding-bottom:100px;
	background-image: url(http://chi-yoda.jp/wp-content/uploads/2025/07/bg_home1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
#Home .company pre {
  font-size: 55px;
  font-family: "Cinzel", serif;
  font-weight: 400;
  color: #3F4B78;
  line-height: 1.2;
}
#Home .company h2 {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  margin-bottom: 25px;
}
#Home .company h3 {
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  margin-bottom: 10px;
	color: #3F4B78;
	letter-spacing:2px;
}
#Home .company p {
  margin-bottom: 30px;
}


#Home .newsArea{
	padding-top:100px;
	padding-bottom:100px;
	background-color:#FBFBFB;
}

#Home .newsArea pre {
	font-size: 55px;
  font-family: "Cinzel", serif;
  font-weight: 400;
  color: #3F4B78;
  line-height: 1.2;
}
#Home .newsArea h2 {
	 font-size: 16px;
   font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
#Home .newsArea ul{
	border-top:1px solid #ccc;
}
#Home .newsArea ul li{
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:1px solid #ccc;
}
#Home .newsArea .date{
	font-size:16px;
	 font-family: "Noto Sans JP", sans-serif;
	font-weight:500;
	color:#12336F;
	padding-left:10px;
	width: 110px;
}
#Home .newsArea .title{
	font-size:16px;
	 font-family: "Noto Sans JP", sans-serif;
	font-weight:400;
	color:#333;
}
#Home .newsArea p.goList{
	font-size:16px;
	text-align:right;
	margin-top:10px;
}





@media (max-width: 833px) {
  .mv_pc {
    display: none;
  }
  .mv_sp {
    display: block;
  }
	
	#Home .product {
	padding-top:50px;
	padding-bottom:50px;
		padding-left:15px;
		padding-right:15px;
}
#Home .product pre {
  font-size: 40px;
	text-align:center;
}
#Home .product h1 {
  margin-bottom: 20px;
	text-align:center;
}
#Home .product h2 {
  font-size: 22px;
  margin-bottom: 10px;
}
#Home .product p {
  margin-bottom: 20px;
}
#Home .btn {
        justify-content: center;
}
	
	#Home .company {
	padding-top:50px;
	padding-bottom:50px;
		padding-left:15px;
		padding-right:15px;
}
#Home .company pre {
  font-size: 40px;
	text-align:center;
}
#Home .company h2 {
  margin-bottom: 20px;
	text-align:center;
}
#Home .company h3 {
  font-size: 22px;
}
#Home .company p {
  margin-bottom: 20px;
}
	
#Home .newsArea {
	padding-top:40px;
	padding-bottom:60px;
		padding-left:15px;
		padding-right:15px;
}
	
	#Home .newsArea pre {
	font-size:40px;
	text-align:center;
}
#Home .newsArea h2 {
	margin-bottom:15px;
	text-align:center;
}
#Home .newsArea ul li{
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}
#Home .newsArea .date{
	font-size:16px;
	margin-right:200px;
	padding-left:0px;
}
#Home .newsArea .title{
	font-size:16px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight:400;
	color:#333;
}
#Home .newsArea p.goList{
	font-size:16px;
	text-align:right;
	margin-top:10px;
}
	
	
}





