@charset "utf-8";

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

https://withpety.com/

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


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

section {
	width:980px;
	margin: 0 auto 60px;
}
h3 {
	width:980px;
	margin: 0 auto 30px;
	padding-bottom:10px;
	border-bottom:2px solid var(--light-green);
	font-weight:bold;
	font-size:2.2rem;
	color:var(--deep-green); 
	line-height:130%;
}
#h1 p {
	font-size:0.9rem;
}

#top-introduction { /* 冒頭イントロ */
	margin-bottom:50px;
	padding:2vw;
	background:#fafafa;
}
#top-introduction p {
	font-size:1.2em;
	line-height:170%;
}

.otherpage-ttl {
	padding-top:30px;
	margin-bottom:25px;
	border-bottom:dotted 2px #7EAB39;
	font-size:170%;
	line-height:140%;
	font-weight:bold;
	color:#7EAB39;
	letter-spacing:2px;
}
.otherpage-headline {
	padding:20px 10px;
}
.pager {
	margin: 0 auto 30px;
	padding:20px 0;
	text-align:center;
}
.pager span {
	display:inline-block;
	width:4%;
	margin: 0 5px;
	padding:5px;
	border:solid 1px #ccc;
	text-align:center;
	background:#eee;
}
.pager a {
	display:inline-block;
	width:4%;
	margin: 0 5px 5px;
	padding:5px;
	border:solid 1px #ccc;
	text-decoration:underline;
	text-align:center;
	background:#99CCCC;
	color:#fff;
}



@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:4vw;
	}
	#top-introduction  {
		width:96% !important;
		margin: 0 2% 40px 2% !important;
		padding:4vw;	
	}
	#top-introduction p {
		font-size:3vw;
	}	
	.pager {
		padding:0;
	}
	.pager span,
	.pager a {
		width:8%;
		margin: 0 5px;
		padding:5px;
	}
}




.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:90%;
	margin: 0 auto 40px;
}
.price-table table {
	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;
	}
}





/* ページごと（商品一覧）
----------------------------------------------------*/

body#p-products #search-purpose {
	margin:0 auto;
	padding:0;
}
body#p-products #search-purpose .in {
	width:100% !important;
}
.col3-wrapper ul {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.col3-wrapper ul li {
	flex-basis: 3%;
	margin-bottom:10px;
}
@media screen and (max-width: 980px) {
	.col3-wrapper ul li {
		flex-basis: 100%;
	}
}


/* 商品ユニット（※ slick なし）*/
#search-item {
	background:none;
}
.itemlist-content {
	display:flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	padding: 0;
	margin-bottom:100px;
}
.itemlist-content .unit {
	flex-basis: 31.3%;
	margin: 0 1% 30px;
}
.itemlist-content .unit .in {
	margin: 0%;
}
@media screen and (max-width: 980px) {
	.itemlist-content .unit {
		flex-basis: 48%;
		margin: 0 1% 30px;
	}
}




	

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

#beginner-top {
	width:910px;
	margin:0 auto;
	padding-bottom:40px;
	text-align:center;
}
#beginner-top div {
	width:600px;
	margin:0 auto;
}
#beginner-top p {
	font-size:15px;
	line-height:170%;
}
#beginner-top div a {
	display:block;
	float:left;
	width:50%;
}
@media screen and (max-width: 980px) {
	#beginner-top {
		width:100%;
		padding-bottom:20px;
	}
	#beginner-top div {
		width:100%;
	}
	#beginner-top p {
		font-size:1rem;
		padding: 0 10px;
	}
	#beginner-top p br {
		display:none;
	}
	#beginner-top div img {
		width:100%;
	}
}

#guide-mokuji { /* faqと共通 */
	box-sizing:border-box;
	width:910px;
	margin: 0 auto 60px;
	padding:20px;
	background:#eed;
}
#guide-mokuji ul {
}
#guide-mokuji ul li {
	box-sizing:border-box;
	width:calc(100% / 3);
	float:left;
	background:#fff;
	border:solid 5px #eed;
}
#guide-mokuji ul li a {
	display:block;
	padding:10px;
	text-decoration:none;
}
@media screen and (max-width: 980px) {
	#guide-mokuji {
		width:100%;
		padding:1vw;
	}
	#guide-mokuji ul li {
		width:50%;
	}
	#guide-mokuji ul li a {
		font-size:3vw;
	}
}

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

.guide-payment-ttl {
	border-top:dotted 1px #ccc;
	padding-top:10px;
	margin-top:10px;
	margin-bottom:10px;
	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%;
	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;
	padding:20px 10px 50px 0;
	text-align:right;
	font-size:1.1vw;
	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:dotted 2px #ccc;
	font-size:1.3em;
	line-height:170%;
	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-size:1.2rem;
	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 {
    padding: 25px 20px 0 20px;
	border:solid 1px #ccc;

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






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

#info {
}
#info > div {
	margin-bottom:60px;
}
#info #company-logo{
	padding:30px 50px 30px 0;
	text-align:center;
}
@media screen and (max-width: 980px) {
	#info #company-logo{
		padding:20px;
	}
	#info #company-logo img {
		width:100%;
		max-width:400px;
	}
}
#info div table {
	display:block;
	width:100%;
	margin-bottom:30px;
}
#info div th,
#info div td {
	border:solid 1px #ccc;
	border-collapse:collapse;
}
#info div th {
	width:30%;
	background:#F8F7EB;
	padding:5px 10px;
}
#info div td {
	width:60%;
	padding:7px 12px;
}
@media screen and (max-width: 980px) {
#info div th {
	width:20% !important;
}
#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 {
	padding:0 15px; 
	line-height:180%; 
	text-align:center;
}
#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-health main {
	background:none;
}

body#p-health #header-top {
	width:980px;
}
body#p-health nav ul {
	width:980px;
	position:relative;	
}
body#p-health nav {
	background:#E7F1E6;
}
body#p-health header nav a {
	font-size:1.2rem;
	color:var(--deep-green);
}
body#p-health header nav * {
	vertical-align:middle;
}
body#p-health header nav li:nth-child(1) {
	flex-basis: calc(100% * 160 / 980);
}
body#p-health header nav li:nth-child(2) {
	flex-basis: calc(100% * 200 / 980);
}
body#p-health header nav li:nth-child(3) {
	flex-basis: calc(100% * 140 / 980);
}
body#p-health header nav li:nth-child(4) {
	flex-basis: calc(100% * 140 / 980);
}
body#p-health header nav li:nth-child(5) {
	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(/common/202304new/img_health/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:100% !important;
}
section.health .in {
	width:980px;
	margin: 0 auto;
}
section.health .btn-see-list {
	padding-right:1vw;
	text-align:right;
}

#health-search {
	position:relative;
	padding-top:135px;
	background:url(/common/202304new/img_health/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-green);
	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;
}


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

	#p-health #pankuzu {
		margin-bottom:10px;
	}
	section.health,
	section.health .in {
		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:81vw;
		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:15vw;
		height:12vw;
		background-color:var(--deep-green);
	
		border-radius: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;		
	}
	#health-search p {
		font-size:2.5vw;
	}
	#health-main-contents {
		background:none !Important;
	}	
}







/*  記事 x 4  */
#sec-new {
	margin-bottom:0 !important;
	padding:100px 0 30px;
	background:url(/common/202304new/img_health/bg_health_1.jpg) no-repeat top center;
}
#sec-youtube {
	margin-bottom:0 !important;
	padding:180px 0 70px;
	background:url(/common/202304new/img_health/bg_health_2.jpg) no-repeat top center;
}
#sec-dog {
	margin-bottom:0 !important;
	padding:210px 0 70px;
	background:url(/common/202304new/img_health/bg_health_3.jpg) no-repeat top center;
}
#sec-cat {
	margin-bottom:0 !important;
	padding:210px 0 70px;
	background:url(/common/202304new/img_health/bg_health_4.jpg) no-repeat top center;
}


#sec-popular {
	padding-top:420px;
}
#sec-feature {
	padding:290px 0 50px;
}
@media screen and (max-width: 980px) {
	#sec-new,
	#sec-dog,
	#sec-cat {
		padding: 0;
		background:none;
	}
	#sec-youtube {
		padding: 0;
		background:url(/common/202304new/img_health/bg_smp_1.jpg) repeat;
		background-size:2vw;
	}	
}


/*

.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-category {
	margin-bottom:0 !important;
	padding:160px 0 70px;
	background:url(/common/202304new/img_health/bg_health_5.jpg) no-repeat top center;
}
#sec-category ul {
	margin: 0 auto;
	padding:20px 0 0 0;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-around;
}
#sec-category li {
	display:block;
	flex-basis: 30%;
	height:260px;
	margin:0 16px 30px;
	padding:10px 15px;
	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;
	width:230px;
	height:230px;
}


@media screen and (max-width: 980px) {
	#sec-category {
		padding:0px 3vw 40px;
		background:url(/common/202304new/img_health/bg_smp_2.jpg) repeat;
		background-size:6vw;
	}
	#sec-category li {
		flex-basis: 46%;
		height:auto;
		margin:0 0 4vw;
		padding:2vw 1vw;		
	}
	#sec-category li a img {
		width:30vw;
		height:30vw;
		margin-bottom:5px;
	}
	
}



/* 資格から選ぶ */

#sec-qualify {
	margin-bottom:0 !important;
	padding:160px 0 70px;
	background:url(/common/202304new/img_health/bg_health_6.jpg) no-repeat top center;
}
#sec-qualify ul {
	margin: 0 auto;
	padding:20px 3vw 0;
	display:flex;
	flex-wrap:wrap;
}
#sec-qualify li {
	display:block;
	flex-basis: 30%;
	height:260px;
	margin:0 1% 30px;
	padding:10px 15px;
	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-qualify li a {
	display:block;
	font-size:1.4rem;
	text-decoration:none;
}
#sec-qualify li a img {
	display:block;
	width:230px;
	height:230px;
}


@media screen and (max-width: 980px) {
	#sec-qualify {
		padding:0px 0 40px;
		background:none;
	}
	#sec-qualify li {
		flex-basis: 46%;
		height:auto;
		margin:0 0 4vw;
		padding:2vw 1vw;		
	}
	#sec-qualify li a img {
		width:30vw;
		height:30vw;
		margin-bottom:5px;
	}
	
}















/* 検索結果（横長のユニット）*/
#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:900px;
	margin:0 auto;
	background:url(/common/202304new/img_health/bg_footer.jpg) no-repeat top center;
	text-align:center;
}
#health-footer-1 div a {
	display:inline-block;
}

#health-footer-1 nav {
	padding-top:750px;
	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-green);
	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;
	}
}











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

#health-list {
}
#health-list .unit2 {
	margin-top:35px;
	padding-top:35px;
	border-top:dotted 2px #ccc;
}
#health-list .unit2 .img {
	width:25%;
	float:left;
}
#health-list .unit2 .img img{
	width:100%;
}
#health-list .unit2 .txt {
	width:72%;
	float:right;
}
#health-list .unit2 .ico {
	display:inline-block;
	margin-bottom:10px;
	padding: 8px 15px 5px;
	font-size:1.2rem;
	line-height:100%;
	text-align:center;
	color:#fff;
	background:var(--deep-green);

	border:solid 1px;

	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;	
}
#health-list .unit2 .ico.pink {
	background:#E76998 !Important;
}

#health-list .unit2 .name {
	display:inline-block;
	margin-bottom:20px;
	padding: 0 0 0 10px;
	color:#666;
	font-size:1rem;	
}

#health-list .unit2 .title {
	width:100%;
	margin-bottom:20px;
	padding-bottom:0;
	font-size:1.5rem;
	line-height:140%;	
	font-weight:bold;
}
#health-list .unit2 .kiji {
	margin-bottom:15px;
	color:#666;
	font-size:1.2rem;
}
#health-list .unit2 .more {
	text-align:right;
}
#health-list .unit2 .more a {
	color:#F1881A;
	font-size:1.2rem;
}


@media screen and (max-width: 980px) {
	#health-list .unit2 .img {
		width:90%;
		float:none;
		margin: 0 auto 30px;
	}
	#health-list .unit2 .img img{
		width:100%;
	}
	#health-list .unit2 .txt {
		width:100%;
		float:none;
	}
	#health-list .unit2 .ico {
		font-size:4vw;
	}	
	#health-list .unit2 .name {
		font-size:4vw;
	}
	#health-list .unit2 .title {
		font-size:5vw;
		padding-left:0;
	}
	#health-list .unit2 .kiji {
		font-size:4vw;
		line-height:170%;
	}
	#health-list .unit2 .more a {
		font-size:5vw;
	}
	

}







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


#detail-wrapper {
	width:980px;
	margin: 0 auto;
}
@media screen and (max-width: 980px) {
	#detail-wrapper {
		width:100%;
		margin:0;
		padding: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-green);
	letter-spacing:1px;
	text-decoration:underline;
}
@media screen and (max-width: 980px) {
	h1#detail-ttl {
		font-size:5vw;
	}
}


#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-info .name {
		font-size:4vw;
	}
	#detail-wrapper .kiji-info .date {
		font-size:3vw;
		text-align:center;
	}
	#detail-wrapper .kiji-summary,
	#detail-wrapper .kiji-mokuji {
		font-size:4vw;
	}
	#detail-wrapper .kiji-img #doctor-profile {
		padding: 20px 0 0 0;
		font-size:4vw;
	}
	#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:5vw;
		padding-left:0;
	}
	#detail-wrapper .kiji-body{
		padding: 0;
		font-size:4vw;
		line-height:160%;
	}
}

.link-card {
	width:75%;
	margin:15px auto;
	padding:15px;
	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-quality main {
	background:none;
}
#p-quality section.quality {
	width:100%;
	margin:0;
}

section.quality.tab {/* 定期と共有 */
    margin-bottom: 50px;
    border-bottom: solid 3px #217611;
}
section.quality.tab div {
    width: 700px;
    margin:  0 auto
}
section.quality.tab div a {
    display:inline-block;
    width: 48%;
    margin:  0 1%;
    padding:  25px 30px 20px 30px;
    background: #9d9d9d;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 100%;
    color: #fff;
    vertical-align: bottom;

    border-top-left-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-top-left-radius: 10px;

    border-top-right-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-top-right-radius: 10px;
}
section.quality.tab div a.active {
    padding:  30px 30px 25px 30px;
    background: #217611;
}




#p-quality section.quality.bottom {
	padding-bottom:60px;
	background:url(/quality/img/bg.jpg) repeat;
}
#p-quality .quality .in {
	width:984px;
	margin: 0 auto;
}
#p-quality .quality .in p {
	padding:30px 40px 70px;
	text-align:center;
	font-size:1.4rem;
	line-height:180%;
}
#p-quality .quality .in div {

}
#p-quality .quality .in h3 {
	margin:0;
	width:600px;
	padding:160px 0 0 40px;
	font-size:2rem;
	line-height:170%;
	border:none;
}
#p-quality .quality .in div p {
	margin:0;
	width:560px;
	text-align:left;
	padding:30px 0 0 40px;
	font-size:1.3rem;
	line-height:180%;
}
#p-quality .in #toggle-tgt-1 div:nth-child(1) {
	height:1080px;
	background:url(/quality/img/supple_pc_1.jpg) no-repeat;
}
#p-quality .in #toggle-tgt-1 div:nth-child(2) {
	height:1050px;
	background:url(/quality/img/supple_pc_2.jpg) no-repeat;
}
#p-quality .in #toggle-tgt-1 div:nth-child(3) {
	height:700px;
	background:url(/quality/img/supple_pc_3.jpg) no-repeat;
}
#p-quality .in #toggle-tgt-1 div:nth-child(4) {
	height:650px;
	background:url(/quality/img/supple_pc_4.jpg) no-repeat;
}

#p-quality .in #toggle-tgt-2 div:nth-child(1) {
	height:650px;
	background:url(/quality/img/dogfood_pc_1.jpg) no-repeat;
}
#p-quality .in #toggle-tgt-2 div:nth-child(2) {
	height:665px;
	background:url(/quality/img/dogfood_pc_2.jpg) no-repeat;
}
#p-quality .in #toggle-tgt-2 div:nth-child(3) {
	height:660px;
	background:url(/quality/img/dogfood_pc_3.jpg) no-repeat;
}
#p-quality .in #toggle-tgt-2 div:nth-child(4) {
	height:650px;
	background:url(/quality/img/dogfood_pc_4.jpg) no-repeat;
}


#p-quality #see-btn {
	display:block;
}
#p-quality #see-btn img {
	display:block;
	line-height:0;
}
@media screen and (max-width: 980px) {
	#p-quality only-smp.quality {
		margin:0;
		padding:0;
		line-height:0;
	}
    #p-quality .quality .in {
        width: 100%;
    }
    section.quality.tab div {
        width: 90%;
        margin: 0 auto;
    }
}





/* ページごと（よくある質問）
----------------------------------------------------*/
.faq-box {
	margin-bottom:20px;
}
.faq-box dl {
	margin-bottom:20px;	
}
.faq-box dt {
	min-height:20px;
	background:url(/common/img/ico_faq_q.jpg) no-repeat 0 0;
	padding-left: 30px;
	margin-bottom:10px;
	font-weight:bold;
	color:#24810F;
	font-size:1.3rem;
}
.faq-box dd {
	background:url(/common/img/ico_faq_a.jpg) no-repeat 0 0;
	padding:  0 0 30px 30px;
	border-bottom:dotted 1px #ccc;
	font-size:1.2rem;
}

.faq-box table {
	display:block;
	width:100%;
	margin-bottom:30px;
}
.faq-box th,
.faq-box td {
	border:solid 1px #ccc;
	border-collapse:collapse;
	text-align:center;
}
.faq-box th,
.faq-box tr.head th,
.faq-box tr.head td {
	width:20%;
	background:#F8F7EB;
	padding:5px 10px;
}
.faq-box td {
	width:20%;
	padding:7px 12px;
}
@media screen and (max-width: 980px) {
	.faq-box dt {
		font-size:3vw;
	}
	.faq-box dd {
		font-size:3vw;
	}
	.faq-box th {
		width:20% !important;
	}
	.faq-box td {
		width:20% !important;
	}
}







/* ページごと（インタビュー一覧）
----------------------------------------------------*/

#interview-mainimage {
	margin-bottom:60px;
}
#interview-mainimage ul li a img {
	width:100%;
}
#interview-mainimage .slide-arrow {
	position:absolute;
	z-index:9999;
	top:80px;
	cursor:pointer;
}
#interview-mainimage .slide-arrow:hover {
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}
#interview-mainimage .prev-arrow {
	left:-50px;
}
#interview-mainimage .next-arrow {
	right:-50px;
}

@media screen and (max-width: 980px) {
	#interview-mainimage .prev-arrow {
		left:0;
	}
	#interview-mainimage .next-arrow {
		right:0;
	}

	#interview-mainimage .slide-arrow {
		top:34vw;
		width:12vw;
	}	
}

#interview-list {
}
#interview-list .left {
	width:680px;
	float:left;
}
#interview-list h4 {
	margin-bottom:30px;
	font-size:1.6rem;
	font-weight:bold;
	text-align:center;
	color:#777;
}
#interview-list p {
	margin-bottom:40px;
	font-size:1.2rem;
}
#iv-tab {
	margin-bottom:20px;
}
#iv-tab a {
	display:block;
	width:224px;
	float:left;
	margin:0 3px 0 0;
	text-decoration:none;
	text-align:center;
	font-size:1.8rem;
	line-height:130%;
	color:#fff;
}
#iv-tab a:nth-child(3) { margin-right:0 !important; }
#iv-tab a span {
	display:block;
	font-size:1.2rem;
	line-height:100%;	
	color:#fff;
}
#iv-tab a.active {
	height:55px;
	padding-top:20px;
    
	border-top-left-radius: 15px;
    border-top-right-radius: 15px;	
    background: #DA4000;
}
#iv-tab a.inactive {
	height:46px;
	margin-top:10px;
	padding-top:14px;
	
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;		
    background: #eee;
}
#iv-tab a.inactive span {color:#777;}

@media screen and (max-width: 980px) {
	#interview-list .left {
		width:100%;
		float:none;
	}
	#interview-list h4 {
		font-size:4vw;
	}
	#interview-list p {
		font-size:3vw;
	}
	#iv-tab a {
		width:30vw;
		font-size:3vw;
	}
	#iv-tab a:nth-child(3) { margin-right:0 !important; }
	#iv-tab a span {
		font-size:3vw;
	}
	#iv-tab a.active {
		height:7vw;
		margin:0 1vw 0 0;
		padding-top:2vw;
	}
	#iv-tab a.inactive {
		height:7vw;
		margin:0 1vw 0 0;
		padding-top:2vw;
	}
}




.iv-contents {
}
.iv-contents ul {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.iv-contents ul li {
	flex-basis: 46%;
	margin-bottom:50px;
}
.iv-contents ul li a { 
	text-decoration:none;
}
.iv-contents ul li span {
	display:inline-block;
	padding:15px 15px 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background:#E45200;
	color:#fff;
	font-size:1rem;
	line-height:100%;
}
.iv-contents ul li figure {
	display:block;
	width:100%;
	margin:0;
	border:solid 1px #ddd;
	border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;		
}
.iv-contents ul li figure img {
	display:block;
	margin: 0 auto;
}
.iv-contents ul li div {
	color:#666;
	font-size:1rem;
	line-height:140%;
}
.iv-contents ul li div.b1 {
	padding:15px 0 10px 0;
	font-weight:bold;
}
.iv-contents ul li div.b2 {
	margin-bottom:10px;
	padding: 0 0 10px 0;
	border-bottom:1px dotted #ccc;
	font-size:0.9rem;
}
.iv-contents ul li div.b3 {
	padding:0;
	font-size:0.9rem;
	text-align:right;
}

@media screen and (max-width: 980px) {
	.iv-contents ul li {
		flex-basis: 100%;
	}
	.iv-contents ul li span {
		font-size:4vw;	
	}
	.iv-contents ul li figure img {
		height:40vw;
	}
	.iv-contents ul li div {
		font-size:4vw;
	}
	.iv-contents ul li div.b2 {
		font-size:3.5vw;
	}
	.iv-contents ul li div.b3 {
		font-size:3vw;
	}
}


#interview-list .right {
	width:245px;
	float:right;
}
.iv-right {
	margin-bottom:30px;
	padding:40px 10px;
	color:#555;
	border:#F2F2F2 1px solid;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.iv-right h6 {
	color:#888;
	font-size:1rem;
	text-align:center;
}
.iv-right div.hr {
	width:30%;
	height:1px;
	margin: 20px auto;
	background:#aaa;
}

.iv-right.b1 {
	text-align:center;
	background:#F2F2F2;
}
.iv-right.b1 img {
	display:block;
	width:100%;
	margin: 0 auto;
	line-height:0;
}
.iv-right.b2 a {
	display:block;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:solid 1px #ddd;
	text-decoration:none;
}
.iv-right.b2 a:last-child {
	margin-bottom:0;
	padding-bottom:0;
	border:none;
}
.iv-right.b2 a img {
	display:block;
	width:28%;	
	float:left;
	border:#eee 1px solid;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.iv-right.b2 a div {
	display:block;
	width:68%;	
	float:right;
	color:#666;
	font-size:0.75rem;
	line-height:150%;
}

.iv-right.b3 select {
	display:block;
	width:90%;
	margin: 0 auto 20px;
	padding:3px 10px;
	color:#666;
}
.iv-right.b3 li {
	margin-bottom:20px;
	line-height:130%;	
}
.iv-right.b3 li.cat,
.iv-right.b3 li.kona {
	display:none; /* init */
}
.iv-right.b3 li a {
	text-decoration:none;
	color:#666;
	font-size:0.9rem;

	/* arrow */
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	vertical-align: middle;
}

.iv-right.b3 li a::before {
	position: absolute;
	top: -25px;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	
	left: 3px;
	width: 4px;
	height: 4px;
	border-top: 2px solid #E45200;
	border-right: 2px solid #E45200;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (max-width: 980px) {
	#interview-list .right {
		width:100%;
		float:none;
	}
	.iv-right h6 {
		font-size:4vw;
	}
	.iv-right.b1 img {
		width:80%;
	}	
	.iv-right.b2 a img {
		width:28%;	
	}
	.iv-right.b2 a div {
		width:68%;	
		font-size:4vw;
		line-height:150%;
	}
	.iv-right.b3 select {
		padding:6vw !important;
	}	
	.iv-right.b3 ul {
		padding: 0 5vw;
	}
	.iv-right.b3 li a {
		font-size:4vw;
	}
	.iv-right.b3 li a br {
		display:none;
	}
	.iv-right.b3 li a::before {
		top: 0px;
	}

}




/* ページごと（インタビュー 各記事）
----------------------------------------------------*/

.interview-intro {
	margin: 20px 0 0 0;
	padding:20px 0 0 0;
	border-top: solid 1px #ccc;
	font-size:1em;
	line-height:180%;	
}
.interview-intro div {
	text-align:center;
}
.interview-intro span {
	display:block;
	margin-bottom:10px;
	font-size:1.5em;
	line-height:180%;	
	font-weight:bold;
}
.interview-ttl {
	padding:30px 0;
	margin-top:20px;
	border-top: solid 1px #ccc;
	font-size:1.3em;
	line-height:180%;
	font-weight:bold;
	color:#3B8E26;
}
.interview-ttl.no-border {
	border-top: 0 none !important;
}



/* 2023年リニューアル版 */

body#v2023 {
}

#iv-intro {	
	position:relative;
	padding:25px;
	border:solid 3px #E35300;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
}
#iv-intro .b1 {
	position:absolute;
	top:-5px;
	right:30px;
	width:30%;
	height:20px;
	text-align:center;
	color:#E35300;
	background:#fff;
	line-height:100%;
	z-index:99;
}
#iv-intro .b2 {
	position:absolute;
	top:30px;
	width:92%;
	text-align:right;
	color:#E35300;
	line-height:100%;
}
#iv-intro .b3 {
	width:68%;
	float:right;
}
#iv-intro .b3 span {
	display:table-cell;
    padding-top: 10px;
	height:190px;
	vertical-align:middle;
	font-size:2rem;
	color:#E35300;
	line-height:140%;
}
#iv-intro .b4 {
	width:30%;
	float:left;
}
#iv-intro .b5 {
	width:64%;
	float:right;
	padding:15px;
	background:#E35300;
	border:solid 3px #E35300;
	border-radius: 11px;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;	
	color:#fff;
	line-height:100%;
}
#iv-intro .b5 span {
	color:#fff;
}

body#v2023 .interview-intro {
	margin:40px 0;
	padding:35px;
	border:none;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	color:#666;
	background:#F6F5E4;
}
body#v2023 .interview-intro h4 {
	margin-bottom:10px;
	font-size:1.2rem;
	font-weight:bold;
	color:#5D8C26;
}
body#v2023 .img-left,
body#v2023 .img-right {
	float:right;
	margin: 20px;
}
body#v2023 .interview-ttl {
	margin: 20px 0 10px;
	padding:10px 0;
	border:none;
	color:#E04800;
	font-weight:normal;
	font-size:1.1rem;
	line-height:160%;	
}

#last-message {
	margin:70px 0;
	padding:35px 50px 35px 35px;
	border:none;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;		
	color:#666;
	background:#FFF1EA;
}
#last-message:after {
    content:" ";
    display:block;
    clear:both;
}

#last-message .interview-ttl {
	margin-top: 0 !important;
	margin-bottom: 20px !important;
	padding:0 !Important;
}
#last-message .supple-content {
	float:left;
	width:70%;
	margin:0;
	padding: 0 0 0 25px;
}
#last-message .face {
	float:right;
	width:20%;
	text-align:center;
	line-height:130%;
}
#last-message .face img {
	width:100%;
	border: solid 1px #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;	
}
#last-message .face span {
	font-size:0.9rem;
	color:#777;
}

body#v2023 .supple-btn {	
	width:80%;
	margin: 30px auto;
}
body#v2023 .supple-btn a {
	display:block;
	padding:15px 5%;
	border:solid 2px #E04800;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;	
	box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
	text-align:center;
	background:url(../img/ico_arrow_orange2.png) no-repeat 98% 60px;
	text-decoration:none;
	font-size:1.4em;
	line-height:180%;
	color:#E04800;
}
body#v2023 .supple-btn a:hover {
	color:#999;
	border:solid 2px #888;	
}

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

	#iv-intro {	
		margin:20px 1%;
		padding:2%;
	}
	#iv-intro div {
		box-sizing:border-box;
	}
	#iv-intro .b1 {
		position:relative;
		margin:-3vw 0 5vw 10%;
		top:0px;
		width:60%;
		height:20px;
		font-size:3vw;
	}
	#iv-intro .b2 {
		position:relative;
		top:0;
		margin-bottom:20px;
		padding-left:4%;
		text-align:left;
	}
	#iv-intro .b3 {
		width:94%;
		float:none;
		margin-bottom:20px;
		padding: 0 3%;
	}
	#iv-intro .b3 br { display:none;}
	#iv-intro .b3 span {
		height:auto;
		font-size:1.4rem;
	}
	#iv-intro .b4 {
		width:50%;
		height:42vw;
		float:left;
		overflow:hidden;
	}
	#iv-intro .b4 img {
		width:100%;
	}
	#iv-intro .b5 {
		width:50%;
		height:42vw;
		float:right;
		padding:15px;
		border:none;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;	
		font-size:3vw;
	}
	#iv-intro .b5 span:nth-child(1) {
		display:block;
		padding-top:26vw;
		font-size:3vw;	
	}
	#iv-intro .b5 span:nth-child(2) {
		display:none;
	}
	#iv-intro .b5 span:nth-child(3) {
		font-size:4vw;
		line-height:2em;
	}
		
	body#v2023 .interview-intro {
		margin:40px 2%;
	}

	body#v2023 .interview-ttl {
		margin: 20px 2%;
		padding:0;
	}
	body#v2023 .supple-content {
		margin: 0 2% 40px;
	}
	body#v2023 .img-left,
	body#v2023 .img-right {
		float:none;
		width:100%;
		margin: 20px auto;
	}
	body#v2023 .img-left img,
	body#v2023 .img-right img {	
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;		
	}	
	#last-message {
		margin:30px 2%;
		padding:4%;
	}
	
	#last-message .supple-content {
		float:none;
		width:96%;
		margin:0 auto;
		padding:0;
	}
	#last-message .face {
		float:none;
		width:100%;
		text-align:center;
	}
	#last-message .face img {
		display:inline-block;
		width:40%;
	}
	#last-message .face span {
		display:block;
	}
	
}







/* ページごと（サプリメント）
----------------------------------------------------*/
ol#supple-mokuji {
	margin-bottom:30px;
	padding:20px;
	border:solid 1px #eee;
	background:#fafafa;
}
ol#supple-mokuji li {
	margin: 0 0 5px 25px;
	padding-left:5px;
	list-style:decimal;
}
ol#supple-mokuji li a {
	color:#444;
	font-size:100%;
}
.supple-ttl {
	margin-bottom:20px;
	padding:30px 0;
	border-top:solid 2px #ccc;
	border-bottom:solid 2px #ccc;
	text-align:center;
	font-size:1.2em;
	line-height:160%;
	font-weight:bold;
	color:#555;
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	letter-spacing:3px;
}
.supple-ttl2 {
	padding:20px 0;
	font-size:1.3em;
	line-height:160%;
	font-weight:bold;
	color:#EB6700;
	font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
}
.supple-content {
	margin-bottom:40px;
	line-height:180%;
	color:#555;
}
.supple-content .img-right{
	float:right;
	margin: 0 0 20px 20px;
}
.supple-content .img-left{
	float:left;
	margin: 0 20px 20px 0;
}
.supple-content p {
	margin:30px 0;
	font-size:0.8em;
	color:#555;
}
.supple-content strong {
	text-decoration:underline;
}
.supple-btn {	
	width:70%;
	margin: 30px auto;
}
.supple-btn a {
	display:block;
	padding:20px 0;
	border:solid 2px #24810F;
	text-align:center;
	background:url(/common/img/ico_arrow_green.jpg) no-repeat 98% 22px;
	text-decoration:none;
	font-size:1.2em;
	line-height:20px;
	font-weight:bold;	
	color:#24810F;
}
.supple-btn a:hover {
	color:#999;
	border:solid 2px #888;	
}

@media screen and (max-width: 980px) {
	.supple-ttl br { display:none; }
	.supple-content .img-right,
	.supple-content .img-left{
		width:40%;
	}
	.supple-content .img-right img,
	.supple-content .img-left img {
		width:100%;
	}
	.supple-btn {	
		width:90%;
		margin: 10px auto;
	}	
	.supple-btn a {
		font-size:1em !important;
		background:none;
	}	
}







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

#club {
}
.club-subject {
	margin-bottom:20px;
	padding: 0 0 7px 0;
	font-weight:bold;
	font-size:1.3em;
}
#club-top {
	padding:10px;
}
#club-top *{
	vertical-align:top;
}
#club-top th {
	padding:10px;
}
#club-top th img {
	border:solid 1px #ccc;
}
#club-top td {
	padding:10px;
}
#club-top td p {
	padding-top:8px;
	font-size:11px;
	line-height:15px;
	color:#666;
}
.club-bottom {
	padding:10px;
	margin-bottom:30px;
}
.club-bottom *{
	vertical-align:top;
}
.club-bottom th {
	padding:10px;
}
.club-bottom td {
	padding:10px;
}
.club-bottom td p {
	padding-top:8px;
	font-size:11px;
	line-height:15px;
	color:#666;
}

#club-link{
	width:720px;
	margin:20px auto;
	position:relative;
	text-align:center;
}
#club-link a{
	display:block;
	margin-bottom:10px;
}

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

	#lp_wrap {
		width:100% !important;
	}	
	#lp_wrap * {
		font-size:15px !important;
	}
	#lp_wrap img {
		width:100%;
	}	
	#lp_cont {
		margin:0 !important;
	}
	#news-wrapper {
		width:100% !important;	
	}
	#news-inner {
		padding:5px !important;
	}
	#lp_cont p.kiji {
		padding:5px !important;
	}
	#club-link {
		width:100% !important;
	}	
} 
.kiji-info{
	margin-bottom:10px;
	text-align:right;
}
.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;
	background:#7EAB39;

	border:solid 1px #7EAB39;

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

a.pdf-kiji-link {
	display:inline-block;
	margin:20px 0;
	background:crimson;
	color:#fff;
	font-weight:bold;
	padding:2px 6px;
	text-decoration:none;
	font-size:0.8rem;
}

