<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ========================================================
	knowledge.css =&gt; 妊娠・出産の正しい知識ページ用css
======================================================== */
/*Font Awesomeの読み込み 2022.12 Wellfixed
---------------------------------------------------------------------------*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css");

/* pageHead
============================================================================================================ */

#pageHead&gt;p strong {
    position: relative;
    display: inline-block;
    margin-top: 0.5em;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.3;
    color: #4c3c26;
}

#pageHead&gt;p strong:before {
    content: "";
    position: absolute;
    left: -10px;
    right: 0;
    bottom: 0.2em;
    height: 30%;
    background-color: #fdd0a5;
    -webkit-transform: skewX(30deg);
    -ms-transform: skewX(30deg);
    -o-transform: skewX(30deg);
    transform: skewX(30deg);
}

#pageHead&gt;p strong span {
    position: relative;
    display: inline-block;
    z-index: 3;
}


/* indexNavs
============================================================================================================ */

#indexNavs {
    background-color: #fff;
    padding: 60px 10px 10px;
    border: 0;
}

#indexNavs&gt;div {
    padding: 0;
    background: #fff url(../images/index_img_bg.png) no-repeat;
}

#indexNavs .img {
    position: absolute;
    bottom: 3px;
    right: 60px;
    z-index: 5;
    pointer-events: none;
}

#indexNavs .img .fuki {
    position: absolute;
    left: -109px;
    top: -87px;
}

#indexNavs ul {
    padding: 19px 260px 28px 70px;
}

#indexNavs ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    overflow: hidden;
}

#indexNavs ul li {
    float: left;
}

#indexNavs ul a {
    position: relative;
    display: block;
}

#indexNavs ul a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s;
    -o-transition: opacity 0.15s;
    transition: opacity 0.15s;
}

#indexNavs ul a:hover:after {
    opacity: 1;
}

#indexNavs ul a.btn01:after {
    height: 204px;
    background: url(../images/index_btn01_on.png);
}

#indexNavs ul a.btn02:after {
    height: 204px;
    background: url(../images/index_btn02_on.png);
}

#indexNavs ul a.btn02_2:after {
    height: 212px;
    background: url(../images/index_btn02_2_on.png);
}

#indexNavs ul a.btn03:after {
    height: 212px;
    background: url(../images/index_btn03_on.png);
}

#indexNavs ul a.btn04:after {
    height: 208px;
    background: url(../images/index_btn04_on.png);
}

#indexNavs ul a.btn05:after {
    height: 208px;
    background: url(../images/index_btn05_on.png);
}

#indexNavs ul a.btn06:after {
    height: 212px;
    background: url(../images/index_btn06_on.png);
}

#indexNavs ul a.btn07:after {
    height: 204px;
    background: url(../images/index_btn07_on.png);
}


/* categoryNav
============================================================================================================ */

#pageHead.category {
    width: 980px;
}

#pageHead.category nav p {
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    color: #884d3d;
    font-weight: bold;
}

#pageHead.category nav ul {
    display: flex;
    flex-wrap: wrap;
    padding-right: 3px;
}

#pageHead.category nav ul li {
    position: relative;
    width: 244px;
    background: url(../../common/images/head/nav_line.png) no-repeat 100%;
}

#pageHead.category nav ul li:first-child,
#pageHead.category nav ul li:nth-child(5) {
    background: url(../../common/images/head/nav_line.png) no-repeat 0, url(../../common/images/head/nav_line.png) no-repeat 100%;
}

#pageHead.category nav ul li:nth-child(5),
#pageHead.category nav ul li:nth-child(6),
#pageHead.category nav ul li:last-child,
#pageHead.category nav ul li:nth-child(5) a,
#pageHead.category nav ul li:nth-child(6) a,
#pageHead.category nav ul li:last-child a {
    width: 325px;
}

#pageHead.category nav ul li a {
    display: table-cell;
    width: 244px;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    /*font-weight: 16;*/
    font-size: 1.6rem;
    line-height: 1.6;
    text-decoration: none;
    font-weight: bold;
}

#pageHead.category nav ul li a:hover,
#pageHead.category nav ul li.current a {
    color: #ef6f52;
}

#pageHead.category nav ul li.current:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -12px;
    width: 16px;
    height: 16px;
    margin-left: -8px;
    background: url(../../common/images/parts/nav_check.png) no-repeat;
    z-index: -1;
}


/* detail
============================================================================================================ */

#detail {
    margin-bottom: 25px;
    background-color: #fff;
    border-bottom-color: #eddfc1;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
}

#detail .category {
    position: relative;
    top: -20px;
    left: -70px;
    width: 420px;
    height: 60px;
    margin-bottom: 8px;
    padding: 7px 0 0;
    background: url(../images/cat_title_bg.png) no-repeat;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#detail h1 {
    margin: 0 -40px 50px;
    text-align: center;
}

#detail h1 img {
    vertical-align: top;
}

#detail h1 .num {
    margin-right: 10px;
}

#detail .cimg {
    margin-bottom: 50px;
    text-align: center;
}

#detail .cimg strong {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    color: #6b6052;
}

#detail .cimg span {
    display: block;
    margin-top: 10px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.6;
}


/* content
------------------------------------------------------------- */

#detail .content,
#detail .has_img {
    min-height: 250px;
    padding-right: 180px;
    padding-bottom: 30px;
    background: url(../images/detail_img.png) no-repeat 100% 0;
}

#detail .content.non_img {
    min-height: 0;
    padding-right: 0;
    background: none;
}

#detail .content h2 {
    color: #f28772;
    margin-bottom: 10px;
}

#detail .content h2:not(:first-child) {
    margin-top: 40px;
}

#detail .content h3 {
    margin-bottom: 10px;
}

#detail .content h3:not(:first-child) {
    margin-top: 20px;
}
#detail .content .exLinkIcon {
	line-height: 1.5em;
}
#detail .content .exLinkIcon a {
	position: relative;
}
#detail .content .exLinkIcon a::after {
	content: "";
	display: inline-block;
    background: url(../../common/images/parts/iconExLink.svg) no-repeat 50% 0;
	background-size: contain;
	width: 20px;
	height: 20px;
	position: absolute;
    left: auto;
    right: -30px;
}

#recommend-also {
    margin-top: 60px;
    padding-top: 60px;
    background: url(../../common/images/parts/dot_line.png) no-repeat 50% 0;
}

#recommend-also .intro {
    text-align: center;
    font-weight: bold;
    font-size: 19px;
    margin-bottom: 40px;
}

#recommend-also section {
    max-width: 800px;
    margin: 70px auto;
    position: relative;
    border: 9px solid #c9bc47;
    background: linear-gradient(rgba(241, 218, 71, 0.1), rgba(241, 218, 71, 0.1)), linear-gradient(rgba(241, 218, 71, 0.1), rgba(241, 218, 71, 0.1));
    background-size: 156px 156px, 268px 100%;
    background-position: left bottom, right top;
    background-repeat: no-repeat;
}

#recommend-also section h3 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

#recommend-also section .inner {
    display: flex;
    justify-content: space-between;
    padding: 100px 50px 50px 30px;
}

#recommend-also section .body {
    text-align: center;
    font-size: 14px;
}

#recommend-also section p {
    margin-bottom: 30px;
}

#recommend-also section a {
    width: 220px;
    margin: 0 auto;
    padding: 8px 0;
}


/* pager
------------------------------------------------------------- */

#detail .pager {
    margin-top: 10px;
    padding-top: 40px;
    background: url(../../common/images/parts/dot_line.png) no-repeat 50% 0;
}

#detail .pager .next:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    overflow: hidden;
}

#detail .pager .next a {
    position: relative;
    float: right;
    padding-right: 30px;
    background: url(../images/next_bg.png) no-repeat 100% 0;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    color: #fff;
    text-decoration: none;
}

#detail .pager .next a span {
    display: block;
    height: 52px;
    padding: 12px 0 0 24px;
    border-radius: 5px 0 0 5px;
    background-color: #f18772;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*
#detail .pager .next a span:before {
	content: "●";
	margin-right: 0.3em;
	color: #fbfaf3;
}
*/

#detail .pager .next a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(251, 250, 243, 0);
    -webkit-transition: background 0.15s;
    -o-transition: background 0.15s;
    transition: background 0.15s;
    z-index: 3;
}

#detail .pager .next a:hover:after {
    background-color: rgba(251, 250, 243, 0.3);
}

#detail .pager .back {
    text-align: center;
}

#detail .pager .back img {
    border-bottom: 2px dotted #fbfaf3;
    -webkit-transition: border 0.15s;
    -o-transition: border 0.15s;
    transition: border 0.15s;
}

#detail .pager .back a:hover img {
    border-bottom-color: #f18772;
}

#detail p+p {
    margin-top: 2em;
}

#detail .dl_basic dt {
    margin-top: 2em;
    color: #f18772;
    font-weight: bold;
}

#detail .dl_basic+* {
    margin-top: 2em;
}

#detail .img_caption {
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6;
    text-align: center;
    color: #6b6052;
}

#detail .img_caption strong {
    color: #f18772;
}

#detail *+.row {
    margin-top: 2em;
}

#detail .img+p {
    margin-top: 0;
}

#detail .img_r .img {
    float: right;
}

#detail .img_r .img~p {
    margin-right: 340px;
}

#detail .img_l .img {
    float: left;
}

#detail .img_l .img~p {
    margin-left: 340px;
}

#detail .r_img_r .txt {
    width: 520px;
    float: left;
}

#detail .r_img_r .img {
    float: right;
    margin: 0;
}

#detail .mtb {
    margin: 50px 0;
}


/* 妊娠のこと
------------------------------------------------------------- */

#detail.pregnancy02 .tac img {
    margin: 0 6px;
}


/* 出産後男性にできること
------------------------------------------------------------- */

#detail.pregnancy04 .fig {
    position: relative;
    background: #fff;
    max-width: 650px;
    margin: 80px auto;
}

#detail.pregnancy04 .fig__ttl {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

#detail.pregnancy04 .family__members {
    display: flex;
    padding: 50px 50px 25px;
    justify-content: center;
    align-items: flex-start;
}

#detail.pregnancy04 .family__members img {
    display: block;
    margin: 0 25px;
}

#detail.pregnancy04 .life {
    padding-top: 60px;
}

#detail.pregnancy04 .life__scroll-sudgest {
    display: block;
    margin: 0 auto;
}

#detail.pregnancy04 .life__chart {
    padding: 35px 35px 35px;
    margin: 0;
    overflow-x: scroll;
}

#detail.pregnancy04 ul {
    padding: 0 0 0 1em;
    margin-bottom: 30px;
}

#detail.pregnancy04 ul li {
    position: relative;
    margin-top: .5em;
}

#detail.pregnancy04 ul li:before {
    content: '';
    display: block;
    position: absolute;
    border-radius: 999px;
    background: #d1d1d1;
    height: 0.5em;
    width: 0.5em;
    right: 100%;
    margin: 0.8em 0.25em;
}

#detail.pregnancy04 .paparelative {
    margin: -40px auto 60px;
    display: flex;
    justify-content: center;
}

#detail.pregnancy04 .paparelative picture,
#detail.pregnancy04 .paparelative img {
    display: block;
}

#detail.pregnancy04 .paparelative a {
    transition: ease 200ms;
}

#detail.pregnancy04 .paparelative a:hover {
    opacity: 0.6;
}

#detail.pregnancy04 .papa {
    text-align: center;
    margin-top: 60px;
    /* font-weight: bold; */
    background: #fff;
    padding: 4rem 0;
}

#detail.pregnancy04 .papa a {
    display: block;
    margin: 20px auto 0;
    width: 235px;
}

#detail.pregnancy04 .papa a:hover {
    opacity: 0.6;
}

#detail.pregnancy04 .papa .sp {
    display: none !important;
}


/* 不妊のこと
------------------------------------------------------------- */

#detail.infertility05 .txt {
    margin-top: 4em;
}


/* いま、あなたにできること
------------------------------------------------------------- */

#detail.can06 .img_r .img {
    margin-right: -40px;
    margin-top: -30px;
}


/* 知っておきたい健康管理
------------------------------------------------------------- */

#detail.cervicalcancer01 .link a {
    width: 565px;
    margin-right: auto;
    margin-left: auto;
    padding: 5px 0;
    border-bottom-color: #d75137;
    background-color: #ef7c62;
    font-size: 2rem;
}

#detail.cervicalcancer01 .link a:hover {
    background-color: #c63b4e;
    border-bottom-color: #a53746;
}

#detail.cervicalcancer01 .link a::after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 13px;
    margin-left: 15px;
    background: url(/common/images/parts/ico_blank_box.png) no-repeat;
}

#detail.cervicalcancer02 .r_img_r.cervicalcancer02-01 .txt .title {
    color: #f18772;
    font-weight: bold;
}

#detail.cervicalcancer02 .r_img_r.cervicalcancer02-01 .txt {
    width: 490px;
}

#detail.cervicalcancer02 .r_img_r.cervicalcancer02-02 .txt,
#detail.cervicalcancer03 .r_img_r.cervicalcancer03 .txt{/*Wellfixed*/
    width: auto;
}


/* book_nav
============================================================================================================ */

.book_nav {
    width: 980px;
    min-height: 670px;
    margin: 0 auto;
    background: url(../images/book_bg.png) no-repeat 50% 0;
    font-size: 16px;
    font-size: 1.6rem;
}

.book_nav:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    overflow: hidden;
}


/* head
------------------------------------------------------------- */

.book_nav .head {
    width: 420px;
    float: right;
    padding: 130px 72px 0 0;
}

.book_nav .head h1 {
    display: table;
    width: 100%;
    height: 80px;
}

.book_nav .head h1 span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.book_nav .head p {
    margin: 0 15px;
}

.book_nav .head .img {
    margin: 25px 0;
    text-align: center;
}

.book_nav .head .img img {
    background-color: #e1bf7e;
    border-radius: 100%;
}


/* index
------------------------------------------------------------- */

.book_nav .index {
    float: left;
    width: 380px;
    padding: 88px 0 0 74px;
}

.book_nav .index dt {
    margin-bottom: 30px;
    padding-bottom: 24px;
    text-align: center;
    background: url(../../common/images/parts/dot_line.png) no-repeat 50% 100%;
}

.book_nav .index dd {
    padding-left: 15px;
	line-height: 1.5em;
}

.book_nav .index dd:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    overflow: hidden;
}

.book_nav .index .multi {
    padding-left: 5px;
}

.book_nav .index .multi ul {
    float: left;
}

.book_nav .index .multi ul+ul {
    padding-left: 1.5em;
}

.book_nav .index ul li+li {
    margin-top: 1em;
}

.book_nav .index a {
    position: relative;
    display: block;
    padding-left: 3.2em;
    color: #4c3c26;
    text-decoration: none;
}

.book_nav .index a span {
    position: absolute;
    top: 0;
    left: 1.4em;
}

.book_nav .index a:before {
    content: "●";
    position: absolute;
    top: 0;
    left: 0;
    color: #fdd0a5;
}

.book_nav .index a:hover,
.book_nav .index a.current {
    color: #ef6f52;
}

#detail+.book_nav {
    width: 928px;
    min-height: 634px;
    background-image: url(../images/book_bg_s.png);
}

#detail+.book_nav .head {
    position: relative;
    left: -10px;
    padding: 110px 46px 0 0;
}

#detail+.book_nav .head .img+p {
    margin: 0 25px;
}

#detail+.book_nav .index {
    width: 366px;
    padding: 78px 0 0 64px;
}

#detail+.book_nav .index .multi ul+ul {
    padding-left: 0.7em;
}
/*全コンテンツを読むボタン追加 231214*/
.book_nav .index .allTxtLinkBtn {
	margin: 2em auto 0;
	text-align: center;
	padding-left: 0;
}
.book_nav .index .allTxtLinkBtn a {
	padding: 12px 22px 12px 50px!important;
    border-radius: 5px;
    background-color: #ef7c62;
    color: #fff;
    letter-spacing: 0.08em;
    font-weight: 500;
    text-align: center;
    display: inline-block;
	position: relative;
	margin-right: auto;
}
.book_nav .index .allTxtLinkBtn::after {
	content: none;
}
.book_nav .index .allTxtLinkBtn a::before {
	content: "";
	display: inline-block;
    background: url(../../common/images/parts/icon_allTxtRead.svg) no-repeat center;
	background-size: contain;
	width: 26px;
	height: 26px;
	position: absolute!important;
    left: 10px;
    right: auto;
	top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}


/* 精子のこと
------------------------------------------------------------- */

.book_nav.sperm .index a {
    margin-right: 20px;
    padding-left: 0;
    /*text-align: center;*/
}

.book_nav.sperm .index a span,
.book_nav.sperm .index a:before {
    position: static;
}


/* 個別
============================================================================================================ */


/* 精子のこと
------------------------------------------------------------- */

.dl_sperm02 {
    display: block;
    text-align: center;
    font-size: 1.3rem;
    margin-top: 10px;
}

.dl_sperm03 {
    width: 720px;
    margin: 40px auto 0;
}

.dl_sperm03 dt {
    margin-bottom: 20px;
    padding: 10px;
    border: 3px solid #795145;
    border-radius: 6px;
    text-align: center;
    color: #795145;
    font-size: 20px;
    font-size: 2rem;
}

.dl_sperm03 dt strong {
    font-size: 24px;
    font-size: 2.4rem;
}

.dl_sperm04 {
    width: 560px;
    margin: 30px auto 0;
}

.dl_sperm04 dt {
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
}

.dl_sperm04 dd {
    display: block;
    text-align: center;
    font-size: 1.3rem;
    margin-top: 10px;
}


/* いま、あなたにできること
------------------------------------------------------------- */

.recommend_can03 {
    margin-top: 40px;
    padding-top: 50px;
    background: url(../../common/images/parts/dot_line.png) no-repeat 50% 0;
}

.recommend_can03 h1 {
    margin-bottom: 30px;
    font-size: 2rem;
}

.recommend_can03 ul {
    display: flex;
    justify-content: space-between;
}

.recommend_can03 li {
    width: 22.3%;
}

.recommend_can03 a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.recommend_can03 img {
    max-width: 100%;
    margin-bottom: 15px;
    border: 1px solid #eeebd3;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.recommend_can03 dt {
    min-height: 59px;
    color: #f18772;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
}


/* こんな記事もおすすめ
============================================================================================================ */

.recommend {
    position: relative;
    width: 928px;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 50px auto;
    background-color: #fff;
    border-bottom-color: #eddfc1;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
}

.recommend&gt;div {
    position: relative;
    padding-right: 350px;
    min-height: 280px;
    box-sizing: border-box;
}

.recommend__ttl {
    margin-bottom: 20px;
}

.recommend__img {
    position: absolute;
    bottom: 20px;
    right: 50px;
}

.recommend__list {
    /* padding-left: 30px; */
}

.recommend__list li {
    position: relative;
    padding-left: 1.75em;
    margin-bottom: 0.5em;
}

.recommend__list li:before {
    content: "●";
    position: absolute;
    top: 0;
    left: 0;
    color: #fdd0a5;
}

.recommend__list li a {
    text-decoration: none;
    color: #4c3c26;
    transition: color 200ms;
}

.recommend__list li a:hover,
.recommend__list li a:active {
    color: #ef6f52;
}


/*2022.12 Wellfixed追加*/
.txtPink{ color:#f18772; }
.txtBold{ font-weight:bold;}
.list--style{
	list-style: disc;
	padding-left: 2rem;
}
.mgb3 {margin-bottom: 3rem;}
.mgt2 {margin-top: 2em;}

/*PCとSP料ブラウザでイラストと文章を横並びにする
---------------------------------------------*/
/*flexboxの準備*/
.flex--row--fixed,
.flex--row--column{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
	justify-content: space-between;
}
/*テキスト側の横幅*/
.flex--row--fixed .txt,
.flex--row--column .txt{
	width:70%;
}
/*画像側とテキスト側の間隔*/
.flex--row--fixed .img,
.flex--row--column .img{
	width: 30%;
	text-align: center;
	margin-left: 1rem;
}
/*画像側の横幅*/
.flex--row--fixed .img img,
.flex--row--column .img img{
	width: auto;
	max-width: 100%;
}
</pre></body></html>