<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
article *{
	font-family: 'Noto Sans JP', sans-serif;
	color:#6a3906;
/*font-family: 'M PLUS Rounded 1c', sans-serif;*/
}

.sp_none {
  display: none;
}
/* page */

section h2{
	margin: 0 0 20px;
	position: relative;
	padding-bottom: 25px;
	letter-spacing: 0.1em;
	text-align: center;
}

article h2 span:not(.title_eng) , article h3 span:not(.title_eng){
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
}

section{
	padding: 30px 15px 20px;
}



section h2 span:not(.title_eng){
	color: #00813a;
	line-height: 1.2;
	font-size: 2em;
}



section h2 span.title_eng{
	display: block;
	font-size: 0.9em;
	color: #6a6158;
}

/* SPONLYç”¨ï½ž768px
---------------------------------------------------------------------*/
@media print, screen and (max-width: 767.98px) {
	
	section h2{
	
	background: url("../img/contents/pig02.png") no-repeat right bottom 10px;
	background-size: 90px;
}
	
	section h2::after{
	content: "";
	width: 100%;
	height: 10px;
	background: url("../img/contents/titleline.png") repeat-x center bottom;
	background-size: contain;
	position: absolute;
	left: 0;
	bottom: 0;
}
	
	footer{
	}
	
	#returnTop {
    bottom: 2em;
  }
	
	
 
}
/* iPad proãƒ»ï½ž1024pxï¼ˆSPãƒ»Padï¼‰
---------------------------------------------------------------------*/
@media print, screen and (max-width: 1024px) {
}
@media print, screen and (max-width: 1023.98px) {
  .tab_none {
    display: none;
  }
}
@media print, screen and (max-width: 1279.98px) {
  
  
}
/* TABç”¨768pxï½žï¼ˆTABï¼‰
---------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
	.sp_none {
  display: block;
}
	
	.pc_only{
		display: none;
	}
	
	section h2{
		display: block;
		width: 360px;
		margin: 0 auto 50px;
		background: url("../img/contents/pig02.png") no-repeat right bottom 10px;
	background-size: 90px;
		
	}
	
	section h2 span{
		display: block;
	}
	
	section h2 span:last-child{
		margin: 0 auto;
		position: relative;
		display: inline-block;
		padding: 0 0 30px;
		padding-bottom: 0px;
		
	}
	
	section h2::after{
	content: "";
	width: 100%;
	height: 10px;
	background: url("../img/contents/titleline.png") repeat-x left bottom;
	background-size: contain;
	position: absolute;
	left: 0;
	bottom: 0;
	}
	
	
	
	footer {
    padding-bottom: 1em;
  }
	
	#returnTop {
    bottom: 1em;
  }
  
}
/* iPad proãƒ»ãƒŽãƒ¼ãƒˆPCç”¨1024pxï½žï¼ˆNPCï¼‰
---------------------------------------------------------------------*/
@media print, screen and (min-width: 1024px) {
	.pc_none {
    display: none;
  }
	
	
	
}

/* PCç”¨1280pxï½žï¼ˆPCï¼‰
---------------------------------------------------------------------*/
@media print, screen and (min-width: 1280px) {

}</pre></body></html>