@CHARSET "shift_jis";
/******************************************************************************
 * エバーペット
 * WEB SITE ver.2019
 * RESPONSIVE
 * PC width min-width:768px
 * SP max-width: 767px(iPhone6+ ヨコイチまで)
******************************************************************************/
@import url(html5-doctor-reset-stylesheet.min.css);
@import url(base.css);

/******************************************************************************
 * ARTICLE
******************************************************************************/
body>article {}
/** PC ***********************************************************************/
@media screen and (min-width:768px),print{
	body>article {}
}
/** SMART PHONE **************************************************************/
@media screen and (max-width:767px){
	body>article {}
}

/*******************************************************************************
 * コンテンツヘッダ
*******************************************************************************/
article#genetests>header {
	width: 100%;
	background: url(img/contents/genetests.headimg.jpg) no-repeat #ccc;
	background-size: cover;
	position: relative;
}
article#genetests>header>h2 {
	color: #fff;
	font-family: 'M PLUS Rounded 1c',Meiryo,"メイリオ",sans-serif;
	font-weight: bold;
	width: 100%;
	padding: 10px;
	text-shadow:
		1px 1px 1px #000,-1px -1px 1px #000;
	background: rgba(138,138,123,0.5);
	position: absolute;
}

/** PC ************************************************************************/
@media screen and (min-width:768px),print{
	article#genetests>header {
		height: 400px;
		background-position: center -80px;
	}
	article#genetests>header>h2 {
		font-size: 2.5em;
	}
}

/** SMART PHONE ***************************************************************/
@media screen and (max-width:767px){
	article#genetests>header {
		height: 200px;
		background-position: center center;
	}
	article#genetests>header>h2 {
		font-size: 1.5em;
	}
}

/*******************************************************************************
 * 
*******************************************************************************/
article#genetests>section {
	padding-top: 10px;
}
#genetests>section>h3 {
	color: #741e00;
	font-family: 'M PLUS Rounded 1c',Meiryo,"メイリオ",sans-serif;
	font-size: 130%;
	padding: 8px;
	margin: 1.0em 0 0.5em;
	border-left: 6px solid #ff5c26;
	border-bottom: 1px solid #ff5c26;
	background: #ffdfbf;
}
#genetests>section>h4 {
	color: #741e00;
	font-size: 110%;
	padding-bottom: 8px;
	margin-top: 1.0em;
	margin-bottom: 0.5em;
	border-bottom: 1px dashed #aaa;
}
#genetests>section>p {
	line-height: 1.8;
	text-indent: 1.0em;
	margin-bottom: 0.5em;
}
#genetests>section>div#prevent {}
#genetests dl {
	margin-bottom: 10px;
}
#genetests dl>dt {
	font-size: 110%;
	font-weight: bold;
	padding: 8px;
	margin-bottom: 8px;
	border-radius: 16px;
	background: #ffa;
}
#genetests dl>dd {
	line-height: 1.5;
	padding: 4px 16px;
	margin-bottom: 16px;
}
#genetests dl>dd>p {
	margin-bottom: 8px;
}
#genetests dl>dd>p:last-of-type {
	padding: 8px;
	margin-bottom: 0;
	border: 1px solid #999;
}

#genetests>section>ul.footprint {
	line-height: 1.5;
	margin-left: 2.0em;
	margin-bottom: 0.5em;
}
#genetests>section>ul.footprint>li:not([class]) {
	text-indent: -22px;
	margin-bottom: 0.5em;
}
#genetests>section>ul.footprint>li:not([class]):before {
	content: url(img/icon-footprint.png);
	vertical-align: middle;
}
#genetests>section>ul.footprint>li>span {
	font-weight: bold;
	margin-bottom: 4px;
	display: inline-block;
	cursor: pointer;
}
#genetests>section>ul.footprint>li>p,
#genetests>section>ul.footprint>li>dl {
	text-indent: 0;
}

#genetests>section>ul.footprint>li>span+table,
#genetests>section>ul.footprint>li>span+dl {
	display: none;
}

#genetests table {
	width: 100%;
	margin-bottom: 16px;
	border-collapse: collapse;
}
#genetests table th,
#genetests table td {
	vertical-align: middle;
	line-height: 1.3;
	padding: 4px;
	border: 1px solid #333;
}
#genetests table th {
	background: #eef;
}
#genetests table.genelist>thead th {
	text-align: center;
}
#genetests table.genelist>tbody>tr:nth-child(odd) {
	background: #eff;
}


/** PC ************************************************************************/
@media screen and (min-width:768px),print{
	#genetests>section>div#prevent {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	#genetests ul#genetestsAbout {
		padding-right: 300px;
		background: url(img/contents/genetests.about.jpg) no-repeat;
	}
	#genetests>section>ul.footprint>li.noMrk>img {
		width: 450px;
	}
	#genetests>section>ul.footprint>li>span {
		padding-left: 22px;
	}
	div#prevent>dl {
		width: calc(50% - 8px);
		margin-right: 16px;
	}
	div#prevent>dl:nth-child(2n) {margin-right: 0;}
}
/** SMART PHONE ***************************************************************/
@media screen and (max-width:767px){
	article#genetests>section {
		padding: 10px 10px;
	}
	#genetests>section>ul.footprint>li:not([class]) * {
		text-indent: 0;
	}
	#genetests>section>ul.footprint>li.noMrk>img {
		width: 95%;
	}
}


/******************************************************************************
 * BigRam
 * ver 1.0 2019
******************************************************************************/