@charset "utf-8";
/* -----------------------------------------------------------------------

rice.css

----------------------------------------------------------------------- */
img {
	max-width: 100%;
	width: auto;
	vertical-align: middle;
}

#rice .inner {
	padding-top: 0;
	padding-bottom: 40px;
}

.page-title {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 600;
  font-style: normal;
}

.section-title {
	font-family: "Zen Maru Gothic", serif;
	font-weight: 500;
	font-size: 2.8rem;
	margin: 0 0 10px;
}

h3 {
	color: #3e6f99;
	font-weight: 600;
	margin: 20px 0 10px;
}

.row-wrap {
	margin: 0 -10px 20px;
}

.row {
  width: 100%;
  -js-display: flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.col {
  position: relative;
  margin: 0;
  padding: 0 10px;
  width: 100%;
}

#rice p {
	font-size: 16px;
	margin: 0 0 10px;
}

#rice p.mb-0 {
	margin: 0;
}

.text-center {
	text-align: center;
}

.blue-text {
	color: #3e6f99;
}

#rice dl {
	margin: 20px 0;
}

#rice dt {
	font-size: 18px;
}

#rice dt span {
	background: #3e6f99;
	color: #fff;
	display: inline-block;
	min-width: 124px;
	margin-right: 12px;
	padding: 0 12px;
	text-align: center;
}

#rice dd {
	font-size: 16px;
	margin: 15px 0;
}

h2.large-text {
	font-family: "Zen Maru Gothic", serif;
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 1.5;
	margin: 30px 0 20px;
}

.product h3 {
	color: #000;
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 1.2;
	margin: 5px 0;
}

.product h3 strong {
	font-size: 4.8rem;
	font-weight: normal;
	display: inline-block;
    vertical-align: middle;
}

.product h3 span {
	background: #000;
	color: #fff;
	font-size: 15px;
	display: inline-block;
	vertical-align: middle;
	padding: 7px 10px;
}

#rice a.btn {
	background: #c23426;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	padding: 8px 50px;
	text-decoration: none;
}

#rice a.btn:hover {
	opacity: 0.6;
}

/*----------------------------------------------------------
	Display：← 559px（ sp ）
----------------------------------------------------------*/

@media screen and (max-width:559px) {
	.page-title {
		font-size: 3.6rem;
	}
	
	.section-title {
		line-height: 36px;
	}
	
	#rice dt span {
		display: block;
		max-width: 124px;
	}
	
	.product {
		margin: 0 0 10px;
	}
}

/*----------------------------------------------------------
	Display：560px →（ tablet ）
----------------------------------------------------------*/

@media screen and (min-width:560px) {
	.page-title {
		font-size: 3.8rem;
	}
}

@media screen and (min-width:768px) {
	.page-title {
		font-size: 4rem;
	}
	
	.medium-6 {
		max-width: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
	
	.medium-4 {
		max-width: 33.33333%;
		-ms-flex-preferred-size: 33.33333%;
		flex-basis: 33.33333%;
	}
}

/*----------------------------------------------------------
	Display：1200px →（ pc ）
----------------------------------------------------------*/

@media print, screen and (min-width:1200px) {


}