@charset "UTF-8";
/* CSS Document */
/*  ---------------------------
				/topics/kodomokion/
---------------------------  */

/* common
--------------------------------------------- */
#dakara_wrap {
	padding-top: 135px;
	position: relative;
	/*min-width: 1240px;*/
}
#dakara_wrap * {
	box-sizing: border-box;
}
#dakara_wrap img {
	max-width: 100%;
}
/*
#suntoryCommonHeader {
	position: fixed !important;
	top: 0;
	z-index: 100;
}
*/
.sub_hd_nav > li:nth-of-type(1) > div {
	display: none;
}
#dakara_wrap a:hover {
	opacity: 1 !important;
}
@media only screen and (min-width: 769px) {
	#suntoryCommonHeader {
		position: fixed !important;
		top: 0;
		z-index: 100;
	}
	#suntorySubCommonHeader {
		display: none;
	}
	#suntorySubCommonFooter,
	#suntoryCommonFooter {
		position: relative;
		z-index: 1;
	}
	#dakara_wrap .inner {
		margin-top: 20px;
		max-width: 1164px;
	}
}
@media only screen and (max-width: 768px) {
	#dakara_wrap {
		min-width: initial;
		padding-top: 0;
	}
}


#dakara_wrap .main-area-contents {
	background: linear-gradient(to bottom, #E11421, #F8C553);
	padding: 25px 20px 50px;
}
@media only screen and (min-width: 769px) and (max-width: 1400px) {
	#dakara_wrap .main-area-contents {
		padding: 0 1.4285vw 3.5714vw;
	}
}
@media only screen and (max-width: 768px) {
	#dakara_wrap .main-area-contents {
		margin-bottom: 40px;
	}
}



/* keyvisual
--------------------------------------------- */
#dakara_wrap .keyvisual {
	margin: -25px -20px 0;
}
#dakara_wrap .keyvisual h2 {
	line-height: 0;
}
@media only screen and (min-width: 769px) and (max-width: 1400px) {
	#dakara_wrap .keyvisual {
		margin-top: 0;
	}
}



/* section-summary
--------------------------------------------- */
#dakara_wrap .section-summary {
	background-color: #fff;
	border-radius: 10px;
	padding: 40px 30px 50px;
}
#dakara_wrap .section-summary .text01 {
	font-size: 12px;
	font-weight: bold;
}
#dakara_wrap .section-summary .text02 {
	margin-top: 10px;
	width: 82.8%;
}
#dakara_wrap .section-summary h4 {
	margin-top: 30px;
	text-align: center;
}
#dakara_wrap .section-summary h4 img {
	max-height: 16px;
}
#dakara_wrap .section-summary h4 + p {
	font-size: 14px;
	line-height: 1.7;
	margin-top: 15px;
}
#dakara_wrap .section-summary .movie {
	margin: 30px -30px 0
}
#dakara_wrap .section-summary .movie a {
	display: block;
	overflow: hidden;
	text-decoration: none;
}
#dakara_wrap .section-summary .movie .item-thumb {
	height: 210px;
	position: relative;
	width: 100%;
}
/*
#dakara_wrap .section-summary .movie .item-thumb:before {
	background-image: url(../../../common/img/cm_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	content: "";
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	z-index: 1;
}
*/
#dakara_wrap .section-summary .movie .item-thumb img {
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
}
@media only screen and (min-width: 769px) and (max-width: 1400px) {
	#dakara_wrap .section-summary {
		padding: 2.8571vw 2.1428vw 3.5714vw;
	}
	#dakara_wrap .section-summary .text02 {
		margin-top: 0.7142vw;
	}
	#dakara_wrap .section-summary h4 {
		margin-top: 2.1428vw;
	}
	#dakara_wrap .section-summary h4 img {
		max-height: 1.1428vw;
	}
	#dakara_wrap .section-summary h4 + p {
		font-size: 1vw;
		margin-top: 1.0714vw;
	}
	#dakara_wrap .section-summary .movie {
		margin: 30px -2.1428vw 0;
	}
	#dakara_wrap .section-summary .movie .item-thumb {
		height: 15vw;
	}
}


/* section-summary
--------------------------------------------- */
#dakara_wrap .section-contents .block-content {
	background-color: #fff;
	border-radius: 10px;
	font-size: 16px;
	line-height: 1.75;
	margin-top: 50px;
	padding: 60px 30px;
}
#dakara_wrap .section-contents .block-content:nth-of-type(1) {
	margin-top: 40px;
}
#dakara_wrap .section-contents .block-content > div + div {
	margin-top: 50px;
}
#dakara_wrap .section-contents .block-content h3 {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}
#dakara_wrap .section-contents .block-content h3 + * {
	margin-top: 20px;
}
#dakara_wrap .section-contents .block-content h3 img {
	max-height: 19px;
}
/* content1 */
#dakara_wrap .section-contents .content1 .text-note {
	font-size: 12px;
	margin-top: 20px;
}
#dakara_wrap .section-contents .content1 .comment .text-lead {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
#dakara_wrap .section-contents .content1 .comment p span.border {
	background: linear-gradient(transparent 97%, #5BC2DC 0%);
	display: inline;
	padding: 0 0 3px;
}
#dakara_wrap .section-contents .content1 .comment p + p {
	margin-top: 30px;
}
#dakara_wrap .section-contents .content1 .comment .profile {
	margin-top: 20px;
}
#dakara_wrap .section-contents .content1 .comment .profile figure {
	margin: 0 auto;
	width: 44.21%;
}
#dakara_wrap .section-contents .content1 .comment .profile dl {
	margin-top: 10px;
}
#dakara_wrap .section-contents .content1 .comment .profile dl dt {
	font-weight: bold;
}
#dakara_wrap .section-contents .content1 .comment .profile dl dd {
	font-size: 12px;
	line-height: 2;
}
#dakara_wrap .section-contents .content1 .comment .text {
	margin-top: 50px;
}
#dakara_wrap .section-contents .content1 .inspection-overview dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}
#dakara_wrap .section-contents .content1 .inspection-overview dl + dl {
	margin-top: 10px;
}
#dakara_wrap .section-contents .content1 .inspection-overview dl dt {
	font-weight: bold;
	width: 2.5em;
}
#dakara_wrap .section-contents .content1 .inspection-overview dl dd {
	width: calc(100% - 2.5em);
}
#dakara_wrap .section-contents .content1 .inspection-overview dl dd .note {
	display: inline-block;
	font-size: 12px;
	line-height: 1.5;
}
#dakara_wrap .section-contents .content1 .temperature-result .table-result {
  margin-bottom: 15px;
}
#dakara_wrap .section-contents .content1 .temperature-result .table-result table {
  border-top: 2px solid #5BC2DC;
  border-left: 2px solid #5BC2DC;
  border-collapse: collapse;
  width: 100%;
}
#dakara_wrap .section-contents .content1 .temperature-result .table-result table th,
#dakara_wrap .section-contents .content1 .temperature-result .table-result table td {
  border-bottom: 2px solid #5BC2DC;
  border-right: 2px solid #5BC2DC;
  font-size: 18px;
  font-weight: bold;
  padding: 5px;
  text-align: center;
}
#dakara_wrap .section-contents .content1 .temperature-result .table-result table td.result {
  font-size: 32px;
}
#dakara_wrap .section-contents .content1 .surface-result .image {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width: 92.35%;
}
#dakara_wrap .section-contents .content1 .surface-result .image .text-caption {
	font-size: 12px;
}
#dakara_wrap .section-contents .content1 .surface-result .consideration {
	margin-top: 15px;
}
#dakara_wrap .section-contents .content1 .surface-result .consideration dt {
	font-weight: bold;
}
/* content2 */
#dakara_wrap .section-contents .content2 .image {
	margin-top: 30px;
}
#dakara_wrap .section-contents .content2 .text-note {
	font-size:  12px;
	line-height: 2;
	margin-top: 10px;
}
/* content3 */
#dakara_wrap .section-contents .content3 .banner,
#dakara_wrap .section-contents .content3 .text {
	margin-top: 30px;
}

.banner
{text-align: center;font-size: 12px;}

@media only screen and (min-width: 769px) and (max-width: 1400px) {
	#dakara_wrap .section-contents .block-content {
		font-size: 1.1428vw;
		margin-top: 3.5714vw;;
		padding: 4.2857vw 2.1428vw 3.5714vw;
	}
	#dakara_wrap .section-contents .block-content:nth-of-type(1) {
		margin-top: 2.8571vw;
	}
	#dakara_wrap .section-contents .block-content > div + div {
		margin-top: 3.5714vw;
	}
	#dakara_wrap .section-contents .block-content h3 {
		font-size: 1.2857vw;
	}
	#dakara_wrap .section-contents .block-content h3 + * {
		margin-top: 1.4285vw;
	}
	#dakara_wrap .section-contents .block-content h3 img {
		max-height: 1.3571vw;
	}
	/* content1 */
	#dakara_wrap .section-contents .content1 .text-note {
		font-size: 0.8571vw;
		margin-top: 1.4285vw;
	}
	#dakara_wrap .section-contents .content1 .comment .text-lead {
		font-size: 1.2857vw;
		margin-bottom: 0.7142vw;
	}
	#dakara_wrap .section-contents .content1 .comment p span.border {
		padding: 0 0 0.2142vw;
	}
	#dakara_wrap .section-contents .content1 .comment p + p {
		margin-top: 2.1428vw;
	}
	#dakara_wrap .section-contents .content1 .comment .profile {
		margin-top: 1.4285vw;
	}
	#dakara_wrap .section-contents .content1 .comment .profile dl {
		margin-top: 0.7142vw;
	}
	#dakara_wrap .section-contents .content1 .comment .text {
		margin-top: 3.5714vw;
	}
	#dakara_wrap .section-contents .content1 .inspection-overview dl + dl {
		margin-top: 0.7142vw;
	}
	#dakara_wrap .section-contents .content1 .inspection-overview dl dd .note {
		font-size: 0.8571vw;
	}
	#dakara_wrap .section-contents .content1 .temperature-result .table-result {
		margin-bottom: 1.0714vw;
	}
	#dakara_wrap .section-contents .content1 .temperature-result .table-result table th,
	#dakara_wrap .section-contents .content1 .temperature-result .table-result table td {
		font-size: 1.2857vw;
		padding: 0.3571vw;
	}
	#dakara_wrap .section-contents .content1 .temperature-result .table-result table td.result {
		font-size: 2.2857vw;
	}
	#dakara_wrap .section-contents .content1 .surface-result .image {
		margin-bottom: 0.7142vw;
	}
	#dakara_wrap .section-contents .content1 .surface-result .image .text-caption {
		font-size: 0.8571vw;
	}
	#dakara_wrap .section-contents .content1 .surface-result .consideration {
		margin-top: 1.0714vw;
	}
	/* content2 */
	#dakara_wrap .section-contents .content2 .image {
		margin-top: 2.1428vw;
	}
	#dakara_wrap .section-contents .content2 .text-note {
		font-size:  0.8571vw;
		margin-top: 0.7142vw;
	}
}
@media only screen and (max-width: 768px) {
}
