@charset "utf-8";

/* ========================================================
	pregnancy.css => 妊娠・出産のことページ用css
======================================================== */

/* pageHead
============================================================================================================ */
#pageHead .img {
	position: absolute;
	right: 0;
	bottom: 0;
}




/* q
============================================================================================================ */
#q {
}

/* q_head
------------------------------------------------------------- */
#q .q_head {
	padding-bottom: 25px;
	text-align: center;
	font-size: 20px;
	font-size: 2rem;
}
#q .q_head span {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* q_notes
------------------------------------------------------------- */
#q .q_notes {
	padding: 15px 0;
	border: 3px solid #f9e1d6;
	text-align: center;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
}

/* q
------------------------------------------------------------- */
#q li {
	position: relative;
	min-height: 140px;
	padding: 40px 240px 20px 0;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.6;
}
#q li + li {
	margin-top: 20px;
	background: url(../../common/images/parts/dot_line.png) no-repeat 50% 0;
}
#q .q {
	display: block;
	margin-bottom: 10px;
}
#q dl {
	position: absolute;
	right: -3px;
	top: 42px;
	width: 230px;
}
#q dl dt {
	margin-bottom: 12px;
}
#q dl dt img {
	position: relative;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
#q dl.checked dt img {
	opacity: 0;
	-webkit-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
	-o-transform: translate(0, -10px);
	transform: translate(0, -10px);
}
#q dl dd {
	padding: 0 25px;
}
#q dl a {
	position: relative;
	overflow: hidden;
	float: left;
	width: 83px;
	height: 0;
	padding-top: 83px;
	background-color: #fff;
	border-radius: 6px;
	border-bottom: 3px solid #b1b1b1;
	-webkit-transition: border-color 0.15s;
	-o-transition: border-color 0.15s;
	transition: border-color 0.15s;
	cursor: pointer;
}
#q dl a.check {
	border-bottom-color: #f18772;
	cursor: default;
}
#q dl a + a {
	float: right;
}
#q dl a:after,
#q dl a.batsu:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: border-color 0.15s;
	-o-transition: border-color 0.15s;
	transition: border-color 0.15s;
}

#q dl a.maru:after {
	margin: -24px 0 0 -24px;
	width: 36px;
	height: 36px;
	border: 6px solid #a0a0a0;
	border-radius: 36px;
}
#q dl a.batsu:before,
#q dl a.batsu:after {
	margin: -3px 0 0 -28px;
	width: 56px;
	border-top: 6px solid #a0a0a0;
}
#q dl a.batsu:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#q dl a.batsu:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#q dl a.maru:hover:after,
#q dl a.maru.check:after {
	border-color: #ef6f52;
}
#q dl a.batsu:hover:before,
#q dl a.batsu:hover:after,
#q dl a.batsu.check:before,
#q dl a.batsu.check:after {
	border-color: #78cacd;
}

/* a
============================================================================================================ */
#a {
	display: none;
	padding-top: 30px;
}

/* a_head
------------------------------------------------------------- */
#a .a_head {
	position: relative;
	width: 580px;
	margin: 0 auto;
	padding-bottom: 30px;
}
#a .a_head span {
	position: absolute;
	top: -10px;
	right: 315px;
	font-size: 65px;
	font-size: 6.5rem;
	padding: 0 10px;
	line-height: 1.2;
	font-style: italic;
	color: #ef6f52;
}

/* a
------------------------------------------------------------- */
#a section {
	padding: 40px 0 30px;
	background: url(../../common/images/parts/dot_line.png) no-repeat 50% 0;
}
#a section:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden; line-height: 0; overflow: hidden;
}
#a section h1 {
	margin-bottom: 30px;
	text-align: center;
}
#a .answer > h1 {
	margin-bottom: 60px;
}
#a .answer ol {
	float: left;
	width: 400px;
	position: relative;
}
#a .answer ol:before,
#a .answer ol:after {
	content: "";
	position: absolute;
	top: -3.6em;
	width: 45px;
	height: 2.8em;
	padding: 0.2em 0 0;
	border-radius: 4px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.3;
	text-align: center;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#a .answer ol:before {
	content: "あなた\Aの答え";
	right: 50px;
	background-color: #78cacd;
}
#a .answer ol:after {
	content: "正解";
	right: 0;
	padding-top: 0.8em;
	background-color: #ef6f52;
}

#a .answer ol + ol {
	float: right;
}
#a .answer li {
	position: relative;
	margin-bottom: 20px;
	padding: 0 100px 10px 2em;
	border-bottom: 1px solid #e3e1de;
}
#a .answer li:last-child {
	border-bottom: 0;
}
#a .answer li > * {
	z-index: 2;
}
#a .answer li .num {
	position: absolute;
	left: 0;
	color: #ef6f52;
}
#a .answer li .a,
#a .answer li .b {
	position: absolute;
	top: 2px;
	right: 0;
	width: 45px;
	height: 18px;
}
#a .answer li .b {
	right: 50px;
}
#a .answer li .a1:after,
#a .answer li .a0:after,
#a .answer li .a0:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
}
#a .answer li .a1:after {
	margin: -5px 0 0 -9px;
	width: 12px;
	height: 12px;
	border: 3px solid #ef6f52;
	border-radius: 36px;
}
#a .answer li .a0:before,
#a .answer li .a0:after {
	margin: 1px 0 0 -10px;
	width: 20px;
	border-top: 3px solid #ef6f52;
}
#a .answer li .a0:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#a .answer li .a0:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#a .answer li {
}
#a .answer li.mistake {
	color: #ef6f52;
}
#a .answer li.mistake .b:before,
#a .answer li.mistake .b:after {
	border-color: #78cacd;
}

#a .evaluation {
	font-size: 14px;
	font-size: 1.4rem;
}
#a .evaluation h1 {
	margin-bottom: 5px;
}
#a .evaluation p {
	padding-left: 10px;
}
#a .evaluation dl {
	padding: 8px 0;
}
#a .evaluation dl + dl {
	border-top: 1px solid #e3e1de;
}
#a .evaluation dt {
	float: left;
	padding-left: 10px;
	color: #ef6f52;
}
#a .evaluation dd {
	margin-left: 205px;
}

/* btn
============================================================================================================ */
#container .btn {
	width: 350px;
	margin: 50px auto 0;
	text-align: center;
}
#container .btn a {
	padding: 17px 0 13px;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.3;
	font-weight: bold;
}

/* recommend__link 20220729追加
============================================================================================================ */
ul.recommend__list {
    list-style: disc;
    padding-left: 24px;
}
ul.recommend__list li {
    margin-bottom: 0!important;
    padding: 0!important;
    border: none!important;
}
/*リンクがないので非表示にする*/
li[data-ans="1"] div.recommend__link li:nth-child(3),
li[data-ans="2"] div.recommend__link li:nth-child(3),
li[data-ans="3"] div.recommend__link li:nth-child(3),
li[data-ans="4"] div.recommend__link li:nth-child(3),
li[data-ans="5"] div.recommend__link li:nth-child(3),
li[data-ans="6"] div.recommend__link li:nth-child(3),
li[data-ans="7"] div.recommend__link li:nth-child(n+2),
li[data-ans="8"] div.recommend__link,
li[data-ans="9"] div.recommend__link li:nth-child(n+2),
li[data-ans="10"] div.recommend__link li:nth-child(n+2),
li[data-ans="11"] div.recommend__link li:nth-child(3),
li[data-ans="12"] div.recommend__link{
    display: none;
}
