@charset "utf-8";
/* CSS Document */


/* ---------------------------------------------------------------------------------------------

   Manga-box 4コマ漫画

--------------------------------------------------------------------------------------------- */
.manga-box{
	width: 100%;
}

.manga-box ul li{
	width: 49.5%;
	margin-bottom: 1%;
}

.manga-box ul li.manga01,
.manga-box ul li.manga03{
	float: left;
}
.manga-box ul li.manga02,
.manga-box ul li.manga04{
	float: right;
}

.manga-title{
	width: 100%;
	padding: 15px 2%;
	line-height: 1;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	background: #ffffff;
	background: -moz-linear-gradient(left,  #ffffff 1%, #333 50%, #ffffff 100%);
	background: -webkit-linear-gradient(left,  #ffffff 1%,#333 50%,#ffffff 100%);
	background: linear-gradient(to right,  #ffffff 1%,#333 50%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
	color: #fff;
	margin: 0 auto 1% auto;
	text-shadow: 1px 1px 2px #333;
}

.manga-box ul li .manga-table{
	border: 3px solid #666;
}

.manga-box ul li .manga-table th{
	border-bottom: 3px solid #666;
	padding: 10px;
	text-align: center;
	line-height: 1;
	font-size: clamp(20px, 2vw, 24px);
	background: #faf0e6;
	color: #666;
}

.manga-box ul li .manga-table td{
	padding: 2.5%;
	background: #eee;
}
.manga-box ul li .manga-table td img{
	float: left;
	width: 49%;
	height: auto
}

.text-box{
	float: right;
	width: 49%;
	border-radius: 0.5em;
	padding: 15px;
	background:#fff;
}
.text-box .manga-text{
	color: #333;
	font-weight: bold;
	line-height: 1.75;
	font-size: clamp(13px, 2vw, 15px);
	font-family: 'Noto Serif JP', serif;
}

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

.manga-box ul li .manga-table td img{
	float: none;
	width: 100%;
	margin: 0 auto 2% auto;
}

.text-box{
	float: none;
	width: 100%;
}

}

@media screen and (max-width:600px) {
	
.manga-title{
	width: 90%;
	margin: 0 auto 2% auto;
}
	
.manga-box ul li{
	width: 90%;
	margin: 0 auto 2% auto;
}

.manga-box ul li.manga01,
.manga-box ul li.manga03{
	float: none;
}
.manga-box ul li.manga02,
.manga-box ul li.manga04{
	float: none;
}

.manga-box ul li .manga-table td img{
	width: 75%;
}
	
}




/* ---------------------------------------------------------------------------------------------

   Table .nutrients 必要な栄養素を含んだ食べ物で予防・改善

--------------------------------------------------------------------------------------------- */
.nutrients{
	margin-top: 25px;
}

.nutrients th,
.nutrients td{
	padding: 1.5% 2.5%;/*10px 15px*/
	vertical-align: middle;
	border-radius: 1em;
	border: 5px solid #fff;
	line-height: 1.75;
}

.nutrients th span,
.nutrients td span{
	line-height: 1.75;
}

.nutrients th{
	font-size: clamp(14px, 2vw, 18px);
	color: #fff;
	width: 35%;
}
.nutrients th .bl{
	font-size: clamp(20px, 2vw, 24px);
	color: #fff;
}

.nutrients td{
	font-size: clamp(14px, 2vw, 18px);
	background: #faf0e6;
}

.fa-angle-double-right,
.fa-registered{
	color: #bf0000;
	font-size: clamp(14px, 2vw, 18px);
}


@media screen and (max-width:900px) {
	
.nutrients{
	margin-top: 50px;
}

.nutrients th,
.nutrients td{
	display: block;
	width: 100%;
	border: 3px solid #fff;
	padding: 2% 3%;
}

}

/* Th Back Color テーブル背景色
-----------------------------------------------------------*/
.nutrients .tanpaku{/*レッド*/
	background: #ea5432;
}
.nutrients .vitamin{/*グリーン*/
	background: #7dc058;
}
.nutrients .mineral{/*ブルー*/
	background: #4394d0;
}
.nutrients .tansui{/*オレンジ*/
	background: #f6ad3a;
}
.nutrients .shishitsu{/*ピンク*/
	background: #e95193;
}
.nutrients .phytochemical{/*ブラウン*/
	background: #963;
}
.nutrients .etc{/*パープル*/
	background: #C69;
}

/* ---------------------------------------------------------------------------------------------

   flex-nav

--------------------------------------------------------------------------------------------- */
.flex-nav{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	margin-top: 10px;
}

.link-item{
	background: #f5deb3;
	text-align: center;
	line-height: 1.5;
	width: 25%;
	border: 2px #faf0e6 solid;
	font-size: clamp(14px, 2vw, 18px);	
}
.link-item a{
	display: block;
	color: #963;
	font-weight: bold;
	padding: 10px 0;
}
.link-item a:hover{
	background: #963;
	color: #fff;
}

/* 変則ヴァージョン
-----------------------------------------------------------*/
.link-item-long{
	background: #f5deb3;
	text-align: center;
	line-height: 1.5;
	width: 50%;
	border: 2px #faf0e6 solid;
	font-size: clamp(14px, 2vw, 18px);	
}
.link-item-long a{
	display: block;
	color: #963;
	font-weight: bold;
	padding: 10px 0;
}
.link-item-long a:hover{
	background: #963;
	color: #fff;
}
/* 変則ヴァージョンここまで
-----------------------------------------------------------*/

@media screen and (max-width:1200px) {
	
.link-item{
	width: 33.33%;
}
	
.link-item-long{
	width: 100%;
}
	
}

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

.link-item{
	width: 25%;
}
	
.link-item-long{
	width: 50%;
}
	
}

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

.link-item{
	width: 33.33%;
}
	
.link-item-long{
	width: 100%;
}
	
}

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

.link-item{
	width: 50%;
}
	
}




/* ---------------------------------------------------------------------------------------------

   Collection of links 〇〇〇のためのリンク集

--------------------------------------------------------------------------------------------- */
.for-linkBox{
    width: 100%;
}

.for-linkBox ul li{
    width: 49.5%;
    margin-bottom: 1%;
}
.for-linkBox ul li.left{
    float: left;
}
.for-linkBox ul li.right{
    float: right;
}

.for-linkBox ul li a{
    display: block;
}
.for-linkBox ul li a:hover{
    opacity: 0.75;
}

.for-linkBox ul li a .for-link{
    width: 100%;
    height: 250px;
}

.for-linkBox ul li a .for-link .for-linkPh{
    float: left;
    width: 45%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* ダイエット
-----------------------------------------------------------*/
.supple-ph01{
    width: 100%;
    background-image: url("../images/linkPh-diet.png");
}


/* 血糖値を抑える
-----------------------------------------------------------*/
.blood-sugar-ph{
    background-image: url("../images/linkPh-teitou.png");
}


/* 宅食
-----------------------------------------------------------*/
.lunch-box-ph{
    background-image: url("../images/linkPh-takushoku.png");
}


/* DHA,EPA
-----------------------------------------------------------*/
.dha-epa-ph{
    background-image: url("../images/linkPh-DhaEpa.png");
}


/* スーパーフード
-----------------------------------------------------------*/
.super-food-ph{
    background-image: url("../images/linkPh-SPfood.png");
}


/* 運動不足解消スマートウォッチ
-----------------------------------------------------------*/
.smart-watch-ph{
    background-image: url("../images/linkPh-SMwatch.png");
}


/* ストレス軽減
-----------------------------------------------------------*/
.stress-ph{
    background-image: url("../images/linkPh-stress.png");
}


/* 無添加食品
-----------------------------------------------------------*/
.nothing-added-ph{
    background-image: url("../images/linkPh-NothingAdded.png");
}


/* 免疫力を高める
-----------------------------------------------------------*/
.immunity-ph{
    background-image: url("../images/linkPh-Immunity.png");
}


/* 便秘を解消
-----------------------------------------------------------*/
.constipation-ph{
    background-image: url("../images/linkPh-constipation.png");
}


/* 貧血予防
-----------------------------------------------------------*/
.anemia-ph{
    background-image: url("../images/linkPh-anemia.png");
}


/* 疲労を回復
-----------------------------------------------------------*/
.fatigue-ph{
    background-image: url("../images/linkPh-fatigue.png");
}


/* 肌荒れ・シミ予防
-----------------------------------------------------------*/
.rough-skin-ph{
    background-image: url("../images/linkPh-RoughSkin.png");
}


/* 眼精疲労
-----------------------------------------------------------*/
.tired-eyes-ph{
    background-image: url("../images/linkPh-TiredEyes.png");
}


/* 更年期障害を予防･改善
-----------------------------------------------------------*/
.menopause-ph{
    background-image: url("../images/linkPh-menopause.png");
}



.for-linkBox ul li a .for-link .for-linkText{
    position: relative;
    float: right;
    width: 55%;
    height: 100%;
    padding: 15px 20px;
    background-color: #963;
    color: #fff;
}

.for-linkBox ul li a .for-link .for-linkText h3.links-h3{
    color: #fff;
    font-size: clamp(16px, 2vw, 18px);
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 10px;
}

.for-linkBox ul li a .for-link .for-linkText .text-14{
    color: #f5deb3;
    line-height: 1.5;
}

.for-linkBox ul li a .for-link .for-linkText .read-more{
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 75%;
    /*padding: 12.5px 20px;*/
    padding: 5px 15px 7.5px 15px;
    text-align: center;
    background: #f5deb3;
    line-height: 1;
    border-radius: 0.15em;
    font-size: clamp(12px, 2vw, 14px);
}



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

.for-linkBox ul li{
    width: 100%;
}
.for-linkBox ul li.left{
    float: none;
}
.for-linkBox ul li.right{
    float: none;
}
    
}

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

.for-linkBox ul li a .for-link{
    height: 200px;
}
    
.for-linkBox ul li a .for-link .for-linkText{
    padding: 10px 15px;
}
    
}









