@charset "UTF-8";
/* CSS Document */
.commonparts_box .tL {
  text-align: left;
}
.commonparts_box .fSz16r {
  font-size: 1.6rem;
  line-height: 1.3;
}
.commonparts_box .fSz20r {
  font-size: 2rem;
  line-height: 1.5;
}
.commonparts_box .poAb {
	position: absolute;
}

/* interview */
.interview .relation2 .commonparts_table {
  width: auto;
  margin-top: 0;
}
.interview .relation2 .commonparts_cell:nth-child(1) {
  width: 80%;
  background: none;
  padding-right: 4%;
}
.interview .relation2 .commonparts_cell:nth-child(2) {
  width: auto;
  padding: 0;
}
.interview .relation2 .commonparts_cell img {
  width: auto;
  height: auto;
}
.interview .relation2 .commonparts_cell p {
  font-weight: normal;
}
.interview .commonparts_box.pT0,
.report .commonparts_box.pT0 {
  padding-top: 0;
}
.interview span.txtBlue01 {
	color: #217fc4;
}

/* report */
.report h5 {
	position: relative;
	font-size: 2.2rem;
  line-height: 1.3;
	font-weight: bold;
	color: #217fc4;	
}
.report h5 .multi-ans.poAb {
	right: 0;
}
.report h5.icn_Q-common::before {
	content: "";
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	display: inline-block;
	width: 49px;
	height: 49px;
	margin-right: 10px;
}
.report h5.icn_Q1::before {
	background-image: url("https://toto.imagewave.pictures/%2Fproducts%2Fpublic%2Fmachinaka%2Fdiversify%2Fimages%2Freport%2Ficn_Q1.png");
}
.report h5.icn_Q2::before {
	background-image: url("https://toto.imagewave.pictures/%2Fproducts%2Fpublic%2Fmachinaka%2Fdiversify%2Fimages%2Freport%2Ficn_Q2.png");
}
.report h5.icn_Q3::before {
	background-image: url("https://toto.imagewave.pictures/%2Fproducts%2Fpublic%2Fmachinaka%2Fdiversify%2Fimages%2Freport%2Ficn_Q3.png");
}
.report h5.icn_Q4::before {
	background-image: url("https://toto.imagewave.pictures/%2Fproducts%2Fpublic%2Fmachinaka%2Fdiversify%2Fimages%2Freport%2Ficn_Q4.png");
}
.report h5.icn_Q5::before {
	background-image: url("https://toto.imagewave.pictures/%2Fproducts%2Fpublic%2Fmachinaka%2Fdiversify%2Fimages%2Freport%2Ficn_Q5.png");
}
.report h5.icn_Q6::before {
	background-image: url("https://toto.imagewave.pictures/%2Fproducts%2Fpublic%2Fmachinaka%2Fdiversify%2Fimages%2Freport%2Ficn_Q6.png");
}
.report h5 span.multi-ans {
	font-size: 0.7em;
	font-weight: bold;
}
.report p.answers {
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	color: #f4780b;
	background: #fedec2;
	border-radius: 6px;
	padding: 2rem 0;
}
.report .fSz-small {
  font-size: 0.8em;
  font-weight: normal;
}
.report .commonparts_table {
  margin-top: 10px;
}
.report .tables_split2 dl {
  border: none;
	padding-bottom: 1.5rem;
}
.report .tables_split2 dt {
  width: 140px;
}
.report .tables_split2 dd {
  width: 780px;
  border: none;
}
.report .relation2 .tables_split2 {
  margin-top: 30px;
	font-size: 1.8rem;
}
.report .relation2 .commonparts_box ul li {
	width: 960px;
}

/**/
.lyt-magazine-01-main-backnumber {
    padding-right: 0;
}

.caption{
    font-size: 1.2rem!important;
    margin-top: 1em!important;
	line-height: 2em!important;
	float: right;
}

.commonparts_box .note {
	text-align: right;
	padding-top: 15px;
	margin-top: 15px;
}

.commonparts_box .note0 {
	text-align: right;
	padding-top: 0!important;
	margin-top: 10px!important;
}


.report_t{
	display: inline-block;
	margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .pc-img {
    display: block;
  }
  .sp-img {
    display: none;
  }
	.report .icn_Q4 span.poAb,
	.report .icn_Q5 span.poAb {
		top: 0;
		left: 60px;
	}
}

@media screen and (max-width: 767px) {
	.mt60__sp {margin-top: 60px !important;}
	.mt100__sp {margin-top: 100px !important;}
  .pc-img {
    display: none;
  }
  .sp-img {
    display: block;
  }
  .x-center {
    margin: 12px 16px 0;
  }
	.commonparts_box .poAb__sp {
		position: absolute;
	}
	
  /* interview */
  .interview h4.txt-in {
    text-indent: -1.3em;
    padding-left: 1.3em;
  }
  .interview .relation2 .commonparts_cell {
    display: block;
  }
  .interview .relation2 .commonparts_cell:nth-child(1) {
    width: 100%;
    padding-right: 0;
  }
  .interview .relation2 .commonparts_cell p.mt30 {
    margin-top: 0 !important;
  }
  .interview .relation2 .commonparts_cell.tC {
    text-align: center;
  }
	
  /* report */
	.report h5 {
		font-size: 1.76rem;
	}
	.report h5.icn_Q-common::before {
		width: 3rem;
		height: 3rem;
	}
	.report p.answers {
		font-size: 1.76rem;
	}
	.report .icn_Q2 span.multi-ans.poAb {
		position: initial;
	}
	.report .relation2 .tables_split2 {
		font-size: 1.6rem;
	}
  .report .tables_split2 dt {
    float: none;
    width: auto;
  }
  .report .tables_split2 dd {
    float: none;
    width: auto;
  }
	.report .relation2 .commonparts_box ul li {
		width: 100%;
	}
	
	/*	*/
	.lyt-magazine-01-main-backnumber {
		padding-right: 15px;
	}
}