@charset "utf-8";

/*#######################################################

https://withmedica.com/

#########################################################*/


/*   下層ページ 共通
-------------------------------------------------------------- */

main {
	background:url(/products/img/bg_product_top.jpg) repeat-x top left;
}
section {
	width:980px;
	margin: 0 auto 60px;
}
h3 {
	width:980px;
	margin: 0 auto 30px;
	padding-bottom:10px;
	border-bottom:2px solid var(--light-blue);
	font-weight:bold;
	font-size:2.2rem;
	color:var(--deep-blue); 
	line-height:130%;
}

#h1 p {
	font-size:0.9rem;
}

/*フォームを開くボタンなど*/
a.button1 {
	display:block;
	width:30%;
	margin:40px auto;
	padding:20px 10px;
	text-align:center;
	line-height:200%;
	color:#fff;
	font-size:1.4rem;
	font-weight:bold;
	text-decoration:none;

	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	
	background:linear-gradient(0, #FFB202, #FF9219); 
	
	box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.05);
}


@media screen and (max-width: 980px) {
	main {
		background:none;
	}
	section {
		width:100%;
		margin: 0 auto 40px;
		padding: 0 2%;
	}
	h3 {
		width:100%;
		margin: 0 auto 30px;
		padding: 0 2% 5px;
		font-size:6vw;
	}
	#h1 p {
		font-size:3vw;
	}
	a.button1 {
		width:80%;
	}
}




.mall-banner .col3 {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.mall-banner .col3 a {
	display:block;
	flex-basis: 20%;
	padding:15px;
	text-align:center;
	line-height:0;
	text-decoration:none;
	
	border-radius: 15px;
	border:solid 1px #ccc;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.05);	
}
.mall-banner .col3 a img {
	max-width:190px;
	width:100%;
	line-height:0;
}
@media screen and (max-width: 980px) {
	.mall-banner .col3 {
		padding: 0 5vw;
	}
	.mall-banner .col3 a {
		flex-basis: 48%;
		margin-bottom:15px;
	}
	.mall-banner .col3 a img {
		max-width:none;
	}
}






.price-table {
	display:block;
	width:100%;
}
.price-table tr,
.price-table th,
.price-table td{
	border:solid 1px #ccc;
	padding:10px 10px;
	font-weight:bold;
	font-size:1.1em;
	text-align:center;
	background:#fff;
}
.price-table th{
	background:#eee;
}
.price-table td.price{
	color:#D2383A;
	text-align:right;
}
@media screen and (min-width: 981px) {
	.price-table br {
		display:none;
	}
}





/* ページごと（ガイド）
----------------------------------------------------*/

#guide-mokuji {
	padding:10px;
	background:#fff;

	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.05);	
}
#guide-mokuji ul {
}
#guide-mokuji ul li {
	box-sizing:border-box;
	width:calc(100% / 3);
	float:left;
	background:#eee;
	border:solid 5px #fff;
}
#guide-mokuji ul li a {
	display:block;
	padding:10px;
	text-decoration:none;
}

@media screen and (max-width: 980px) {
	#guide-mokuji {
		width:94% !important;
		margin: 0 auto 40px !important;
	}
	#guide-mokuji ul li {
		width:50%;
		height:16vw;
	}	
}

#p-guide .image {
	border: solid 1px #ccc;
	text-align:center;
	line-height:0;
	margin: 15px 0;
}

.guide-payment-ttl {
	border-top:dotted 2px #ccc;
	padding-top:15px;
	margin-top:25px;
	margin-bottom:15px;
	font-size:1.2rem;
	font-weight:bold;
	color:#24810F;
}
.guide-left {
	width:45%;
	margin: 10px 5% 10px 0;
	float:left;
}
.guide-right {
	width:45%;
	margin: 10px 0 10px 0;
	float:right;
}

#guide-2colbanner-wrapper {
	width:100%;
	margin:50px auto;
}
#guide-2colbanner-wrapper div a {
	display:block;
	float:left;
	width:50%;
	margin-bottom:10px;
	text-align:center;
}
#guide-2colbanner-wrapper div a img {
	width:96%;
	max-width:400px;
	margin: 0 auto;
}

/* pc */
@media screen and (min-width: 960px) {
	#fufu-wrapper,
	#rakpay-wrapper,
	#amazonpay-wrapper {
		width:800px;
		margin: 0 auto 30px auto;
	}
}

#fufu-wrapper img{
	width:100%;
}
#fufu-wrapper .col2 img{
	width:50% !Important;
}
#fufu-wrapper .col3 img{
	width:33% !Important;
}
#fufu-wrapper .col4 img{
	width:25% !Important;
}


#rakpay-1 {
	position:relative;
	width:100%;
	height:300px;
}
#rakpay-1-1 {
	display:block;
	position:absolute;
	width:100%;
	z-index:10;
}
#rakpay-1-2 {
	display:block;
	position:absolute;
	top:30px;
	left:420px;
	z-index:20;
}
@media screen and (max-width: 980px) {
	#rakpay-1-2 {
		top:18px;
		left:53%;
		width:40%;
	}
}
#rakpay-wrapper img{
	width:100%;
}
#rakpay-wrapper .col2 img{
	width:50% !Important;
}
#rakpay-wrapper .col3 img{
	width:33% !Important;
}
#rakpay-wrapper .col4 img{
	width:25% !Important;
}

a.back-to-menu {
	display:block;
	width:980px;
	margin: 0 auto;
	padding:20px 10px 50px 0;
	text-align:right;
	font-size:1rem;
	color:#666;
}
@media screen and (max-width: 980px) {
	a.back-to-menu {
		padding:20px 10px 30px 0;
		font-size:3vw;
	}
}
a.back-to-menu span {
  display: inline-block;
  vertical-align: middle;
  color: #666;
  line-height: 1;
  width: 0;
  height: 0;
  margin-left:5px;
  border-style: solid;
  border-color: transparent;
  border-width: 0.64952em 0.375em;
  border-bottom-color: currentColor;
  border-top: 0;
}









/* ページごと（定期コース）
----------------------------------------------------*/

#p-teiki {
}
#p-teiki .teiki-text-ttl {
	font-weight:bold;
	font-size:1.1em;
	margin-bottom:20px;
}
#p-teiki div.kiji {
	margin-bottom:20px;
	line-height:180%;
}
#p-teiki div.kiji strong {
	font-weight:bold;
	color:crimson;
}
#p-teiki div.kiji small {
	font-size:0.8rem;
	color:inherit;
}

#p-teiki div.sub-ttl {
	border-bottom:solid 1px #ccc;
	font-size:1.3em;	
	font-weight:bold;
	margin:10px 0 20px;
}
#p-teiki div.sub-ttl span {
	color:#24810F;
}
#p-teiki div.ttl-green1 {
	margin-bottom:10px;
	padding:5px 8px;
	background:#24810F;
	color:#fff;
	font-weight:bold;
}
#p-teiki div.ttl-green2 {
	margin-bottom:10px;
	color:#24810F;
	font-weight:bold;
}
#teiki-club {
}

#teiki-club a {
	display:inline-block;
	width:22%;
	padding:1%;
	line-height:0;
	
	border:solid 1px #eee;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.05);
}
#teiki-club a img {
	width:100%;
	line-height:0;
}

@media screen and (max-width: 980px) {
	#p-teiki div.sub-ttl {
		font-size:1.1em !important;	
	}
	#p-teiki div.kiji small {
		font-size:2vw;
	}	
}

.teiki-bnr-col3 {
	width:660px;
}
.teiki-bnr-col3 a {
	display:block;
	float:left;
}
@media screen and (max-width: 980px) {
	.teiki-bnr-col3 {
		width:100%;
	}
	.teiki-bnr-col3 a {
		width:calc(100% / 3);
	}
	.teiki-bnr-col3 a img {
		width:100%;
	}
	#teiki-club a {
		width:30%;
	}
}







/* ページごと（会社概要）
----------------------------------------------------*/

#p-info {
}
#p-info #company-logo{
	margin-bottom:20px;
}
#p-info #company-logo img {
	background:#fff;
	padding:20px;
}
@media screen and (max-width: 980px) {
	#p-info #company-logo{
	}
	#p-info #company-logo img {
		width:100%;
		max-width:400px;
	}
}
#p-info div table {
	display:block;
	width:100%;
	margin-bottom:30px;
}
#p-info div th,
#p-info div td {
	border:solid 1px #ccc;
	border-collapse:collapse;
	background:#fff;
}
#p-info div th {
	width:30%;
	background:#F8F7EB;
	padding:5px 10px;
}
#p-info div td {
	width:60%;
	padding:7px 12px;
}
@media screen and (max-width: 980px) {
#p-info div th {
	width:20% !important;
}
#p-info div td {
	width:80% !important;
}
}
#info-policy {
}
#info-policy dl {
	margin-bottom:20px;
}
#info-policy dt {
	margin-bottom:5px;
	font-weight:bold;
}
#info-policy dd {
	margin-bottom:20px;
}

#info-policy p {
	margin-bottom:20px;
}

#rinen-text  p {
	margin-bottom:20px;
}
@media screen and (max-width: 980px) {
	#rinen-text br {
		display:none;
	}
}









/* ページごと（サイトマップ）
----------------------------------------------------*/

#sitemap {
	margin-bottom:50px;
}
.sitemap-ttl {
	margin-bottom:20px;
	padding:20px 0 20px;
	border-bottom:dashed 1px #ccc;
	font-weight:bold;
	font-size:1.1rem;
	line-height:100%;

}
.sitemap-ttl span {
	display:inline-block;
	vertical-align:middle;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
	margin-top:-2px;
    border: 8px solid transparent;
    border-left: 8px solid #7a0;	
}

#sitemap ul {
	margin-bottom:30px;
	padding:10px;
}
#sitemap ul li{
	display:block;
	float:left;
	width:30%;
	margin:0 3% 10px 0;
}
#sitemap ul li a {
	display:block;
	text-decoration:none;
}
#sitemap ul li a::before {
	display:inline-block;
	content:"";
    box-sizing: border-box;
    width: 6px;
    height: 6px;
	margin-top:-2px;
    border: 6px solid transparent;
    border-left: 6px solid #777;
}


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

	#sitemap ul li {
		width:100%;
		float:none;
		margin: 0 0 10px 0;
	}

}





/* ページごと（お客様の声）
----------------------------------------------------*/

#p-review main {
	background:none;
}
#p-review section.review {
	width:100%;
}
#p-review .review .in {
	width:980px;
	margin: 0 auto;
}
@media screen and (max-width:979px) {
	#p-review .review .in {
		width:100%;
	}
}




#review-total {
    margin-bottom: 10px;
	text-align:center;
	color:#eb6700;
	font-weight:bold;
	font-size:1.4rem;
}
#review-total * {
	vertical-align:middle;
}
#review-total em {
	color:#eb6700;
	font-weight:bold;
	font-size:1.4rem;
}


#review-shop-total {
	padding: 0 0 25px 80px;
	text-align:center;
	color:#CC0000;
	font-weight:bold;
	font-size:1.2rem;
}
@media screen and (max-width: 979px) {
	#review > .mb20 {
		font-size:3vw;
	}
	#review-total,
	#review-shop-total {
		font-size:1rem;
	}
}
#review-shop-total * {
	vertical-align:middle;
}
#review-shop-total em {
	color:#CC0000;
	font-weight:bold;
	font-size:1.2rem;
}
#review-shop-total span {
	display:block;
	font-weight:normal;
	font-size:12px;
	color:#666;
}





#p-review #review-wrapper .unit {
	width:800px;
	margin: 20px auto 40px;
}
#p-review #review-wrapper .unit img {
    display: block;
    float: left;
    margin-right: 30px;
}
#p-review #review-wrapper .unit h4 {
    margin-bottom: 15px;
    font-weight: bold;
    font-size: 1.3rem;
    color:#444;
}
#p-review #review-wrapper .unit a.review {
	display:block;
	float:left;
	width:165px;
	height:112px;
	margin: 0 5px 0 0;
	text-decoration:none;
	background-repeat:no-repeat;
	background-size:contain;
}
#p-review #review-wrapper .unit a.review img {
}
#p-review #review-wrapper .unit a.review span {/* num review */
	display:block;
	padding:75px 0 0 50px;
	font-size:14px;
	font-weight:bold;
}
#p-review #review-wrapper .unit a.review-a-ks {
	background-image:url(https://withpety.com/common/img/bnr_review_ks2.jpg); 
}
#p-review #review-wrapper .unit a.review-a-ks span {	
	color:#73A134;
}
#p-review #review-wrapper .unit a.review-a-rakuten {
	background-image:url(https://withpety.com/common/img/bnr_review_rakuten2.jpg); 
}
#p-review #review-wrapper .unit a.review-a-rakuten span {	
	color:#B80200;
}
#p-review #review-wrapper .unit a.review-a-amazon {
	background-image:url(https://withpety.com/common/img/bnr_review_amazon2.jpg);  
}
#p-review #review-wrapper .unit a.review-a-amazon span {	
	color:#F8910B;
}
#p-review #review-wrapper .unit a.review-a-yahoo {
	background-image:url(https://withpety.com/common/img/bnr_review_yahoo2.jpg); 
}
#p-review #review-wrapper .unit a.review-a-yahoo span {	
	color:#F3042D;
}
#p-review #review-wrapper .unit span em {
	color:inherit;
	font-weight:bold;
}


@media screen and (max-width: 979px) {
	#p-review #review-wrapper .unit {
		width:100%;
		margin: 20px 0 50px;
	}
    #p-review #review-wrapper .unit img {
        float: none;
        width: 92%;
        margin: 20px auto;
    }
    #p-review #review-wrapper .unit h4 {
        display: none;
    }    
	#p-review #review-wrapper .unit a.review {
		width:46%;
		height:calc(50vw * 0.6);
		margin: 0 2% 10px;
		position:relative;
	}
	#p-review #review-wrapper .unit a.review span {/* num review */
		display:block;
		position:absolute;
		bottom:calc(50vw * 0.08);
		left:calc(50vw * 0.07);
		font-size: calc(100vw / 30 );
	}	
}













/* ページごと（品質）
----------------------------------------------------*/

#p-quality main {
	background:none;
}
#p-quality section.quality {
	width:100%;
}
#p-quality .quality .in {
	width:980px;
	margin: 0 auto;
}
#p-quality .quality .in div {
	height:600px;
	margin-bottom:80px;
}
#p-quality .quality .in h3 {
	margin:0;
	width:600px;
	height:40px;
	padding:150px 0 0 40px;
	font-size:1.5rem;
	border:none;
}
#p-quality .quality .in p {
	margin:0;
	width:560px;
	padding:60px 0 0 40px;
	font-size:1.3rem;
	line-height:180%;
}
#p-quality section:nth-child(3) {
	padding-top:80px;
	background:url(/common/img/top_bg_2.jpg) repeat;
}
#p-quality .in div:nth-child(1) {
	background:url(/quality/img/quality_1.jpg) no-repeat;
}
#p-quality .in div:nth-child(2) {
	background:url(/quality/img/quality_2.jpg) no-repeat;
	margin-bottom:140px;
}
#p-quality .in div:nth-child(3) {
	background:url(/quality/img/quality_3.jpg) no-repeat;
}
#p-quality .in div:nth-child(4) {
	background:url(/quality/img/quality_4.jpg) no-repeat;
}





/* ページごと（健康ライブラリー：一覧＆カテゴリ）
----------------------------------------------------*/

#p-health main {
	background:none;
}
#p-health footer {
	padding-top:0;
	background:#fff;
}
body#p-health #header-top {
	width:980px;
}
body#p-health nav ul {
	width:980px;
	position:relative;	
}
body#p-health nav {
	background:#E5F0F8;
}
body#p-health header nav a {
	font-size:1.2rem;
	color:#006A90;
}
body#p-health header nav * {
	vertical-align:middle;
}
body#p-health header nav li:nth-child(1) {
	flex-basis: calc(100% * 150 / 980);
}
body#p-health header nav li:nth-child(2) {
	flex-basis: calc(100% * 260 / 980);
}
body#p-health header nav li:nth-child(3) {
	flex-basis: calc(100% * 170 / 980);
}
body#p-health header nav li:nth-child(4) {
	flex-basis: calc(100% * 400 / 980);
}

#p-health #category-menu {
	display:none;
	
	position:absolute;
	width:739px;
	height:391px;
	padding:40px 0 0 30px;
	background:url(/health-library/img/bg_category_menu.png) no-repeat;
	top:50px;
	left:-80px;
	z-index:9999;
}
#p-health #category-menu a {	
	display:block;
	width:350px;
	height:80px;
	float:left;
}
@media screen and (max-width: 980px) {
	body#p-health #header-top {
		width:100%;
	}
}




#p-health #pankuzu {
	margin-bottom:10px;
}
section.health {
	width:980px;
	margin: 0 auto;
}
section.health .btn-see-list {
	text-align:right;
}

#health-search {
	position:relative;
	padding-top:135px;
	background:url(/health-library/img/search_top.jpg) no-repeat;
}
#health-search * {
	vertical-align:middle;
}
#health-search a {
	display:block;
	position:absolute;
	top:15px;
}
#health-search a:nth-child(1) { left:740px; } /* SNS logo */
#health-search a:nth-child(2) { left:830px; }
#health-search a:nth-child(3) { left:908px; }

#health-search input[type="text"] {
	display:inline-block;
	width:859px;
	height:100px;
	padding:15px 30px;
	font-size:1.6rem;

	border:solid 2px var(--deep-blue);
	border-radius: 45px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
	
	border-top-right-radius:0;
	border-bottom-right-radius:0;
}
#health-search p {
	padding:6px 10px 10px 0;
	font-size:0.8rem;
	text-align:right;
}

#health-main-contents {
	background:url(/health-library/img/bg_library.jpg) no-repeat;
	background-position:top center;
}

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

	#p-health #pankuzu {
		margin-bottom:10px;
	}
	section.health {
		width:100%;
	}
	section.health .btn-see-list a {
		display:inline-block;
		width:35vw;
	}
	section.health .btn-see-list a img {
		width:100%;
	}	
	#health-search {
		padding-top:23vw;
		background-size:contain;
	}
	#health-search * {
		vertical-align:middle;
		background:#fff;
	}
	#health-search input[type="text"] {
		display:inline-block;
		width:76vw;
		height:12vw;
		padding:15px 30px;
		font-size:4vw;
		
		border-radius: 8vw;
		-webkit-border-radius: 8vw;
		-moz-border-radius: 8vw;
		
		border-top-right-radius:0;
		border-bottom-right-radius:0;		
	}
	#btn-search {
		display:inline-block;
		width:15.5vw;
		height:12vw;
		background-color:var(--deep-blue);
	}
	#health-search p {
		font-size:2.5vw;
	}
	#health-main-contents {
		background:none !Important;
	}	
}








/* 人気キーワードから選ぶ */ 
#sec-kw {
	padding-top:170px;
}
#sec-kw ul {
	width:900px;
	margin: 0 auto;
	padding:0;
	text-align:center;
}
#sec-kw li {
	display:inline;
}
#sec-kw li a {
	display:inline-block;
	margin: 10px 10px 0;
	padding:15px;
	background:#fff;
	font-size:1.4rem;
	text-decoration:none;
	color:var(--deep-blue);

	border:solid 2px var(--deep-blue);
	border-radius: 35px;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
}
@media screen and (max-width: 980px) {
	#sec-kw {
		padding:20px 0 40px;
		background:url(/health-library/img/bg_health_smp_1.jpg) repeat;
		background-size:6vw;
	}
	#sec-kw ul {
		width:100%;
	}
	#sec-kw li a {
		margin: 2vw 2vw 0;
		padding:2vw 4vw;
		font-size:4vw;
		
		border-radius: 7vw;
		-webkit-border-radius: 7vw;
		-moz-border-radius: 7vw;
	}
}





/* カテゴリーから選ぶ */
#sec-category {
	padding-top:100px;
	padding-left:10px;
}
#sec-category ul {
	margin: 0 auto;
	padding:20px 0 0 0;
	display:flex;
	flex-wrap:wrap;
}
#sec-category li {
	display:block;
	flex-basis: 30%;
	height:280px;
	margin:0 16px 30px;
	padding:30px 10px;
	background:#fff;

	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	
	box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.03);
}
#sec-category li a {
	display:block;
	font-size:1.4rem;
	text-decoration:none;
}
#sec-category li a img {
	display:block;
	margin: 0 auto 20px;
}
#sec-category li a em {
	display:block;
	margin-bottom:20px;
	text-align:center;
	font-size:1.6rem;
	font-weight:bold;	
}
#sec-category li a span {
	display:block;
	text-align:center;
	font-size:1.1rem;
	line-height:160%;
}

@media screen and (max-width: 980px) {
	#sec-category {
		padding:0px 0 40px;
		background:url(/health-library/img/bg_health_smp_1.jpg) repeat;
		background-size:6vw;
	}
	#sec-category li {
		flex-basis: 45.5%;
		height:auto;
		margin:0 2vw 4vw;
		padding:2vw 1vw;
	
		border-radius: 25px;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;		
	}
	#sec-category li a img {
		height:30vw;
		margin-bottom:5px;
	}
	#sec-category li a em {
		font-size:4vw;
	}
	#sec-category li a span {
		font-size:3vw;
	}
	
}





/*  記事 x 2  */
#sec-new {
	padding:100px 0 30px;
	background:url(/health-library/img/bg_library_new.jpg) no-repeat top center;
}
#sec-popular {
	padding-top:420px;
}
#sec-feature {
	padding:290px 0 50px;
}
@media screen and (max-width: 980px) {
	#sec-new {
		padding: 0;
		background:none;
	}
	#sec-popular {
		padding: 0;
		background:url(/health-library/img/health_img_smp_popular.jpg) no-repeat bottom right;
		background-size:40vw;
	}
	#sec-feature {
		padding: 0;
		background:url(/health-library/img/bg_health_smp_2.jpg) repeat;
		background-size:6vw;
	}
}


/*

.health.kiji ul {
	
	⇒　common.css へ
	
	以下 o.w. 
}
*/
@media screen and (max-width: 1400px) and (min-width: 981px) {
	.health.kiji ul li {
		flex-basis: 31%;
	}
}
@media screen and (max-width: 980px) {
	#kiji {
		margin:0;
		padding-top:0px;
		background:url(../img/top_bg_splite_smp.jpg) repeat;
		background-size:1%;
	}
	.health.kiji ul {
		padding: 0 2%;
	}
	.health.kiji ul li {
		flex-basis: 48%;
	}
}




/* 検索結果（横長のユニット）*/
#sec-result ul {
	margin-top:40px;
}
#sec-result ul li {
	display:block;
	margin:0 1% 25px;
	padding:25px;
	text-decoration:none;
	background:#fff;
	box-shadow: 0 0 6px 6px rgba(0, 0, 0, 0.05);

	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}
#sec-result ul a {
	text-decoration:none;
}
#sec-result ul a img {
	display:block;
	float:left;
	width:27%;
}
#sec-result ul span {
	display:block;
	float:right;
	width:70%;
	padding:5px 10px 0;
	text-align:left;
}
#sec-result ul span.shikaku {
}
#sec-result ul span.shikaku em {
	display:inline-block;
	margin-right:25px;
}
#sec-result ul span.shikaku em:nth-child(1) {
	margin-left:5px;
	padding:7px 15px 5px;
	background:#FF9900;
	color:#fff;
	line-height:100%;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;	
}
#sec-result ul span.shikaku em:nth-child(3) {
	color:#888;
	font-size:1rem;
}
#sec-result ul span.ttl {
	font-size:1.2rem;
	font-weight:bold;
	line-height:170%;
}
#sec-result ul span.content{
	font-size:1rem;
	line-height:150%;
}
#sec-result ul span.arrow{
	font-size:1rem;
	line-height:200%;
	text-align:right;
}
@media screen and (max-width: 980px) {
	#sec-result ul a img {
		float:none;
		width:100%;
		margin: 0 auto 10px;
	}
	#sec-result ul span {
		display:block;
		float:none;
		width:100%;
		padding:5px 0;
	}
	#sec-result ul span.shikaku {
	}
	#sec-result ul span.shikaku em:nth-child(3) {
		font-size:2.5vw;
	}
	#sec-result ul span.ttl {
		font-size:4vw;
		line-height:150%;
	}
	#sec-result ul span.content{
		font-size:3.5vw;
		line-height:150%;
	}
	#sec-result ul span.arrow{
		font-size:4vw;
	}
}






/* 健康ライブラリのフッター */
#health-footer-1 {
	height:960px;
	margin:50px auto 0;
	padding-top:130px;
	background:url(/health-library/img/bg_footer.jpg) no-repeat top center;
	text-align:center;
}
#health-footer-1 div a {
	display:inline-block;
}

#health-footer-1 nav {
	padding-top:680px;
	text-align:center;
	background:none !important;
}
#health-footer-1 nav a {
	display:inline-block;
	padding: 0 18px;
	color:#333;
	font-weight:bold;
	font-size:1rem;
	border-right:solid 1px #aaa;
	text-decoration:none;
}
#health-footer-1 nav a:last-child {
	border:none;
}

#health-footer-2 {
	background-color:var(--deep-blue);
	text-align:center;
}
#health-footer-2 .in {
	width:980px;
	margin: 0 auto;
}
#health-footer-2 * {
	color:#fff;
}
#health-footer-2 figure {
	display:block;
	float:left;
	text-align:right;
	width:30%;
	height:76px;
}
#health-footer-2 span {
	display:block;
	float:left;
	width:30%;
	height:76px;
	padding-top:40px;
	text-align:left;
}
#health-footer-2 small {
	display:block;
	float:left;
	width:30%;
	height:76px;
	padding-top:60px;
	font-size:0.8rem;
}

@media screen and (max-width: 980px) {
	#health-footer-smp {
		padding:0 0 30px 0;
		background:#FDE67C;
	}
	#health-footer-smp nav {
		padding:20px 0 0 20px;
		background:#FDE67C !important;
	}
	#health-footer-smp nav a {
		display:block;
		margin-bottom:10px;
		font-size:3vw;
		text-decoration:none;
	}
	
	#health-footer-2 .in {
		width:100%;
		padding-top:30px;
	}
	#health-footer-2 figure {
		float:none;
		text-align:center;
		width:50%;
		height:auto;
		margin: 0 auto;
	}
	#health-footer-2 figure img {
		width:100%;
	}
	#health-footer-2 span {
		float:none;
		width:100%;
		height:auto;
		padding-top:10px;
		text-align:center;
		font-size:3vw;
	}
	#health-footer-2 small {
		float:none;
		width:100%;
		height:auto;
		padding:30px 0 15px;
		font-size:2.5vw;
	}
}



/* ページごと（健康ライブラリー：記事 detail ）
----------------------------------------------------*/


#detail-wrapper {
	width:980px;
	margin: 0 auto;
}
@media screen and (max-width: 980px) {
	#detail-wrapper {
		width:98%;
		margin:0 1%;
	}
}
h1#detail-ttl {
	padding:20px 0 10px 5px;
	margin-bottom:20px;
	font-size:200%;
	line-height:140%;
	font-weight:bold;
	color:var(--deep-blue);
	letter-spacing:1px;
	text-decoration:underline;
}
@media screen and (max-width: 980px) {
	h1#detail-ttl {
		font-size:160%;
	}
}


#detail-wrapper .kiji-info{
	margin-bottom:20px;
	text-align:right;
}
#detail-wrapper .kiji-info .ico{
	display:inline-block;
	margin-bottom:10px;
	padding: 6px 12px 4px;
	font-size:0.9em;
	line-height:100%;
	text-align:center;
	color:#fff;

	border:solid 1px;

	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
}
#detail-wrapper .kiji-info .name{
	display:inline-block;
	font-size:120%;
	margin-left:10px;
	font-weight:bold;
	letter-spacing:1px;
}
#detail-wrapper .kiji-info .date{
	display:inline-block;
	margin-left:10px;
	color:#777;
}
#detail-wrapper .kiji-info .date time {
	color:#777;
}


#detail-wrapper .kiji-summary{
	margin-bottom:20px;
	padding:30px;
	background:#f7f7ea;
	font-size:1.1rem;
	line-height:150%;	
}
#detail-wrapper .kiji-mokuji{
	margin-bottom:10px;
	padding:15px 25px;
	background:#fafafa;
	border:solid 1px #ccc;
	font-size:1.1rem;
	line-height:150%;	
}
#detail-wrapper .kiji-mokuji div {
	padding: 0 10px 10px 10px;
	text-align:center;
}
#detail-wrapper .kiji-mokuji ul {
	margin-left:20px;
}
#detail-wrapper .kiji-mokuji ul li {
	list-style:decimal;
	margin-bottom:10px;
	line-height:120%;
	vertical-align:top;
}
#detail-wrapper .kiji-mokuji ul li a {
	color:#1468e5;
}
#detail-wrapper .kiji-img{
	text-align:center;
}
#detail-wrapper .kiji-img img{
	max-width:100%;
	max-height:400px;
	padding:10px 0;
}
#detail-wrapper .kiji-img #doctor-img{
	float:left;
	width:30%;
}
#detail-wrapper .kiji-img #doctor-profile{
	float:left;
	width:70%;
	text-align:left;
	padding: 50px 0 0 0;
	font-size:1.2rem;
	line-height:160%;
}
@media screen and (max-width: 980px) {
	#detail-wrapper .kiji-img #doctor-profile {
		padding: 20px 0 0 0;
		font-size:1rem;
	}
	#detail-wrapper .kiji-img #doctor-profile br{ display:none;}
}


#detail-wrapper h2.kiji-title {
	padding-bottom:6px;
	padding-left:5px;
	margin:40px 0 20px 0;
	border-bottom:solid 3px #7EAB39;
	font-size:1.5rem;
	line-height:140%;	
	font-weight:bold;
	color:#7EAB39;
	letter-spacing:2px;
}
#detail-wrapper .kiji{
	margin-bottom:20px;
	font-size:1.1rem;
	line-height:150%;	
}

@media screen and (max-width: 980px) {
#detail-wrapper h2.kiji-title,
#detail-wrapper .kiji-body h2 {
	font-size:1.2rem;
}
#detail-wrapper .kiji-body{
		padding: 0 3%;
}
}

.link-card {
	margin:10px 5px;
	padding:10px;
	border:solid 1px #ddd;
}
.link-card a{
	display:block;
	text-decoration:none;
}
.link-card p {
	margin-bottom:10px;
	font-size:110%;
	letter-spacing:2px;
}

.link-card1 p { color:#993300; }
.link-card2 p { color:#0033CC; }
.link-card3 p { color:crimson; }

.link-card h4 {
	width:65%;
	padding-right:2%;
	float:right;
	line-height:130%;
}
.link-card h4 span{
	display:block;
	margin-bottom:5px;
	font-weight:bold;
	letter-spacing:1px;
}
.link-card div {
	width:30%;
	float:left;
	line-height:130%;
}
.link-card div img{
	width:100%;
}
.link-card3 a img {
	width:100%;
	margin: 0 auto;
}


#spl-link-all {
	margin:20px 0;
}
#spl-link-all span {
	display:block;
	text-align:center;
	font-weight:bold;
	color:#339933;
	font-size:150%;
}
@media screen and (max-width: 980px) {
	#spl-link-all span {
	font-size:120%;	
	}
}



#bnr-spl-link {
}
.spl-link {
	width:480px; /* 980 / 2 */
	margin:30px 0;
	float:left;
}
.spl-link:nth-child(odd) {
	margin-right:20px;
}
.spl-link a,
.spl-link img {
	display:block;
	width:100%;
	margin:0;
	padding:0;
	line-height:0;
}
.spl-link a.w50p {
	width:50% !important;
	float:left;
}
.spl-link .spl-link-in {
	padding: 0 5%;
	border: solid #ccc;
	border-width: 0 1px;
}
.spl-link .spl-link-title {
	margin: 10px 0;
	padding-bottom: 5px;
	font-weight:bold;
	border-bottom:3px solid #333;
	font-size:1.4rem;
}
.spl-link .spl-link-desc {
	padding-bottom:15px;
	font-size:1.0rem;
	line-height:160%;
}
@media screen and (max-width: 980px) {
	.spl-link {
		width:100%;
		margin:20px auto;
	}
}




/* ページごと（ウィズメディカ倶楽部 ）
----------------------------------------------------*/

#p-club main {
	background:none;
}
#p-club article {
	padding: 40px 0 0;
	margin-bottom:40px;
	border-bottom:solid 1px #7EAB39;
}
.club-summary {
	margin-bottom:30px;
}
.club-summary table {
	width:100%;
}
.club-summary th {
	padding-left:150px;
	vertical-align:top;
}
.club-summary td {
	padding-right:100px;
	vertical-align:middle;
}
.club-summary th img {
	display:block;
	width:100%;
	padding:3%;
	background:#fff;
	
	border:solid 2px #eee;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.03);	
}
.club-summary ul {
	display:inline-block;
	width:90%;
	margin: 0 0 30px 10%;
	padding:5% 3%;
	border:solid 2px #eee;
}
.club-summary ul li {
	list-style:disc;
	margin-left:30px;
	padding: 2px 0;
}
.club-summary ul li a {
	text-decoration:underline;
	color:#CC6600;
}
.club-summary #btn-pdf {
	margin: 10%;
	padding:10px;
	background:crimson;
	color:#fff;
	text-decoration:none;
	text-align:center;
}

@media screen and (max-width: 980px) {
	#p-club article {
		padding: 20px 0 0;
		margin-bottom:20px;
	}
	.club-summary th {
		padding-left:2vw;
	}
	.club-summary td {
		padding-right:2vw;
	}
	.club-summary ul {
	}
	.club-summary ul li {
		margin-left:5vw
	}
	.club-summary ul li a {
		font-size:2.6vw;
		line-height:130%;
	}
	.club-summary #btn-pdf {
		font-size:2.6vw;
	}
		
}












/* ページごと（よくある質問）
----------------------------------------------------*/

#faq-mokuji ul {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#faq-mokuji li {
	flex-basis: 33%;
	margin-bottom:6px;
}

.faq {
}
.faq dl {
	padding: 30px 0;
	border-bottom:solid 1px #aaa;
}
.faq dl dt {
	display:table-cell;
	min-height:60px;
	padding:10px 0 20px 80px;
	vertical-align:middle;
	background:url(/faq/img/ico_q.jpg) no-repeat 0 0;
	color:var(--deep-blue);
	font-weight:bold;
	font-size:1.2rem;
}
.faq dl dd {
	min-height:60px;
	padding:10px 0 20px 80px;
	vertical-align:middle;
	background:url(/faq/img/ico_a.jpg) no-repeat 0 0;
}
.faq dl dd a {
	display:inline-block;
	padding:10px 0;
	font-weight:bold;
	line-height:200%;
	color:var(--deep-blue);
}
.faq-btn {
	width:80%;
	margin: 30px auto 0 auto;
	padding:20px;

	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.03);	
}
.faq-btn a {
	display:inline-block;
}


@media screen and (max-width: 980px) {
	#faq-mokuji li {
		flex-basis: 48%;
		margin-bottom:15px;
	}
	#faq-mokuji li img {
		width:100%;
	}
	.faq dl dt,
	.faq dl dd {
		font-size:4vw;
		line-height:160%;
		background-size:9vw;
		padding-top:2vw;
		padding-left:50px;
	}
	.faq-btn {
		width:94%;
		margin: 30px 6% 0 0;
		padding:2vw;
	}
	.faq-btn a img {
		width:100%;
	}
}





