@charset "UTF-8";

/******************************
Base
******************************/
.colorSet01 {
	color: #c7004d!important;
}
.colorSet02 {
	color: #d4708a!important;
}
.bgSet01 {
	background: #c7004d!important;
}
.bgSet02 {
	background: #2c9d56!important;
}
.bgSet03 {
	background: #d4708a!important;
}

/******************************
.mvArea
******************************/
.mvArea {
	margin-top: 70px;
}

/******************************
.mainArea
******************************/
.mainArea {
	padding: 80px 0 120px;
	background: url(/mikke/local/images/kyaraben2025_bg_01.png), #ffdf88;
	background-position: center 30px;
	background-repeat: repeat-y;
	background-size: auto;
}
.mainArea .mainInr {
	width: 1200px;
	margin: 0 auto;
}
.mainArea [class*="scBase0"] {
	width: 100%;
	border-radius: 50px;
	background: #fffdf0;
	box-sizing: border-box;
}
.mainArea .scBase01 {
	padding: 80px 70px 56px;
}
.mainArea .scBase02 {
	padding: 72px 70px 54px;
}

/******************************
.scArea.typeLead
******************************/
.scArea.typeLead .hTtl02 {
	width: 786px;
	margin: 0 auto;
}
.scArea.typeLead .lineHeightSet01 {
	line-height: 1.389;
}
.scArea.typeLead .lineHeightSet02 {
	line-height: 4;
}

/******************************
.scArea.typeResults
******************************/
.scArea.typeResults:not(:first-child) {
  margin-top: 100px;
}
.scArea.typeResults .hTtl02 {
	display: flex;
	align-items: flex-end;
  position: relative;
  padding-left: 90px;
	height: 51px;
}
.scArea.typeResults .hTtl02::before {
  content: "";
  display: block;
  width: 76px;
  height: 51px;
  position: absolute;
  top: 0;
	bottom: 0;
  left: 0;
  background-image: url(/mikke/local/images/kyaraben2025_results_icon_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.scArea.scAreaSec01.typeResults .hTtl02,
.scArea.scAreaSec02.typeResults .hTtl02,
.scArea.scAreaSec04.typeResults .hTtl02 {
	width: 495px;
}
.scArea.scAreaSec03.typeResults .hTtl02,
.scArea.scAreaSec05.typeResults .hTtl02 {
	width: 381px;
}
.scArea.scAreaSec06.typeResults .hTtl02 {
	width: 267px;
}
.scArea.scAreaSec01.typeResults .resultsImg01 {
	width: 400px;
}
.scArea.scAreaSec02.typeResults .resultsImg01,
.scArea.scAreaSec03.typeResults .resultsImg01,
.scArea.scAreaSec05.typeResults .resultsImg01,
.scArea.scAreaSec06.typeResults .resultsImg01 {
	width: 320px;
}
.scArea.scAreaSec04.typeResults .resultsImg01 {
	width: 300px;
}

/******************************
.scArea.typeLabTama
******************************/
.scArea.typeLabTama {
	margin-top: 100px;
}

.scArea.typeLabTama .aboutBlk {
	padding: 22px 27px 15px 38px;
	border: 1.5px solid #c7004d;
	border-radius: 10px;
	background: #fff;
}
.scArea.typeLabTama .aboutColumn {
	display: flex;
	align-items: center;
}
.scArea.typeLabTama .labTamaImg01 {
	width: 250px;
}
.scArea.typeLabTama .hTtl03 {
	width: 148px;
}
.scArea.typeLabTama .colItem {
	width: calc(100% - 295px);
	margin-left: 45px;
}
.scArea.typeLabTama .lineHeightSet01 {
	line-height: 1.375;
}

/******************************
.scArea.typeComment
******************************/
.scArea.typeComment .hTtl02 {
	display: flex;
	justify-content: space-between;
	align-items: end;
	width: 425px;
}
.scArea.typeComment .hTtl02 img {
	display: inline-block;
	width: 89px;
}
.scArea.typeComment .commentImg01 {
	width: 761px;
}
.scArea.typeComment .lineHeightSet01 {
	line-height: 1.389;
}

