@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP|Noto+Serif+JP&display=swap&subset=japanese');

.row-2 {
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	margin-bottom: 20px;
}

.comment {
	font-family: 'Noto Sans JP', sans-serif;
	color: #333333;
	font-weight: normal;
	font-size:0.8em;
	line-height: 1em;
	text-align: center;
}

#r12 {
	background-color: #e6f1f7;
	font-family: 'Noto Sans JP', sans-serif;
	color: #333333;
	margin-top: 20px;
	font-weight: normal;
	padding-bottom: 30px;
}
	
#r12 .heading {
	color: #ffffff;
	font-family: 'Noto Serif JP', serif;	
	position: relative;
	height: 190px;
}

#r12 .heading h2 {
	position: absolute;
	top: 10px;
	left: 205px;
	font-size: 2.5em;
}
	
#r12 .heading p {
	position: absolute;
	top: 100px;
	left: 205px;
	font-size: 1.3em;	
}
	
#r12 #care .heading {
	background: url(../../../../img/usr/genre/r12/care.png) no-repeat;
	background-position: 20px 20px;
}

#r12 #rec .heading {
	background: url(../../../../img/usr/genre/r12/rec.png) no-repeat;
	background-position: 20px 20px;
}

#r12 .cts,
#r12 ul {
	margin: 30px;
}

#r12 .text,
#r12 dd {
	font-size: 0.8em;
}

#r12 dl {
	margin-bottom: 15px;
}

#r12 dt {
	color: #0c4764;
	border-left: 5px solid #61a8ca;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#r12 dd {
	margin-left: 15px;
}

#r12 li {
	margin-bottom: 40px;
}

#r12 li:after {
	content: "";
	clear: both;
	display: block;
}

#r12 li .fleft {
	float: left;
	width: 350px;
	margin-right: 20px;
}

@media all and (-ms-high-contrast: none){/* IE10以上 */
#r12 li .fleft {
    width: 340px;
  }
}

#r12 li .fright {
	float: right;
	width: 308px;
}

#r12 h3 {
	color: #0c4764;
	font-family: 'Noto Serif JP', serif;	
	font-size: 1.5em;
	margin-top: -10px;
}

#r12 #rec .text {
	background-color: #ffffff;
	border-radius: 10px;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#r12 #rec .due {
	font-size: 14px;
}

#r12 .purchase {
	text-align: center;
	font-size: 24px;
	color: #ffffff;
	background-color: #61a8ca;
	padding: 10px;
	margin: 20px auto 20px;
}

#r12 .purchase a {
	font-size: 24px;
	color: #ffffff;
	text-decoration: none;
}
