@charset 'utf-8';

/* ==========================================================================

	検査

   ========================================================================== */

/* 目次 */

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

.contents_area ul.type {
	border-top: 3px solid #4ac79f;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0;
}
.contents_area ul.type li {
	display: block;
	margin: 0 10px 0 0 ;
	padding: 5px;
	min-width: 135px;
	background-color: #4ac79f;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	line-height: 100%;
}
.contents_area ul.type li.note {
	display: block;
	width: auto;
	background: none;
	font-weight: 200;
	text-align: left;
	color: #000;
}

.ctc h3 {
	background-image: url("../images/bull_ctc.svg");
}
.ctc .kono ul li {
  background-image: url("../images/bull_kono_ctc.svg");
}
.ctc section:first-child {
	background: url("../images/ttl_ctc.svg") center no-repeat;
	background-size: 270px;
}
.ctc .fee a {
	border-color: #4ac79f;
}
.ctc .fee a:hover {
	background-color: #4ac79f;
}
.ctc .flow > div.step1 {
	background-image: url("../images/flow_ctc_1.svg");
}
.ctc .flow > div.step2 {
	background-image: url("../images/flow_ctc_2.svg");
}
.ctc .flow > div.step3 {
	background-image: url("../images/flow_ctc_3.svg");
}
.ctc .flow > div.step4 {
	background-image: url("../images/flow_ctc_4.svg");
}



h3.risk {
  background-image: url("/common/images/bull_risk.svg");
  background-size: 41px;
}
h3.no {
  background-image: url("/common/images/bull_no.svg");
}
h3.ok {
  background-image: url("/common/images/bull_ok.svg");
}


/* ============================== SP ============================== */

@media only screen and (max-width: 812px) {

	/*--------------------------------
		xx
	--------------------------------*/
	.contents_area ul.type {
	border-top: 1px solid #4ac79f;
	padding: 10px 0;
}
	.contents_area ul.type li {
	font-size: 15px;
	min-width: 105px;
		margin: 0 5px 5px 0;
}
  h3.risk {
    background-image: url("/common/images/bull_risk.svg");
    background-size: 23px;
  }
  h3.no {
    background-image: url("/common/images/bull_no.svg");
    background-size: 25px;
  }
	h3.ok {
  background-image: url("/common/images/bull_ok.svg");
}


}
