
/*========================
GLOBAL
=========================*/

@font-face {
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-weight: normal;
    font-style: normal;
}

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}

a {
	text-decoration: none !important;
}

.pconly{display:block;}
.sponly{display:none;}
/*========================
    NAV
=========================*/
 
 nav {
        width: 100%;
        height: 80px;
	 	top: 0;
        z-index: 1000;
    }
 
    .logo a,
	.navbar-nav a {
		/*font-size: 1.2em; 250509変更*/
        font-weight: 500;
        letter-spacing: 0.1em;
        color: #254e7b !important;
        text-align: center;
		}
		
		.nav-image{
			margin: 0;
			padding: 5;
		}


div#navbar-collapse-probio {
		background-color: white;
		text-align: center;
		text-decoration: none;
   
}


/*========================
INTRO CONTAINER
=========================*/
.starter_container {
    padding: -30px;
    width: 100%;
    height: 100%;
	background-color:white;
    background-size: auto;
    background-position: center;  
}

.follow_container {
	background: url('../images/top.jpg') no-repeat center center;
    position:absolute;
    width: 100%;
    height:100%;
}

.starter {
	margin-top: 180px;
}

.top-title{
    text-align: left;
    font-size: 60px;
    font-weight: 500;
    color:#3B3B3B;
	font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
 }

.second-title {
    text-align: left;
    font-size: 30px; 
    font-style: italic; 
	color:#6F6F6F;
}

/*========================
	ARTICLES
=========================*/
.articles_body {
 	padding: 5em 0 5em 0;
    width: 100%;
    background: url("../images/back.png") repeat-x;
}

.articles_body h1 {
  	position: relative;
	font-size: 3em;
  	padding: 0.3em 0;
	color: #516b7f;
	text-align: center;
}

.articles_body h1:after {
	margin-top: 10px;
  	content: "";
  	display: block;
  	height: 4px;
	background: -webkit-linear-gradient(270deg, #516b7f, #FFF), transparent);
    background: linear-gradient(270deg, #516b7f, #FFF);
	position: absolute;
	left: 40%;
	width: 20%;

}

.articles_body h2 {
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 0.040em;
	color: #5D5858;
	text-align: center;
	padding: 0 0 1em 0;
 
}

.articles_body p {
    font-size: 1.2em;
    font-weight: 700;
    letter-spacing: 0.040em;
	color: #5D5858;
	text-align: center;
	
 
}
.articles-img {
    width: 100%;
    margin: 10px 2px;
	text-align: center;
}


/*========================
    PRODUCTS TOP PAGE
 =========================*/

.featured{
  	flex-direction:column;
    width: 100%;
	padding: 5em 0;
	
}

.featured h1 {
  	position: relative;
	font-size: 3em;
  	padding: 0.3em 0;
	color: #516b7f;
	text-align: center;
}

.featured h1:after {
	margin-top: 10px;
  	content: "";
  	display: block;
  	height: 4px;
	background: -webkit-linear-gradient(270deg, #516b7f, #FFF), transparent);
    background: linear-gradient(270deg, #516b7f, #FFF);
	position: absolute;
	left: 40%;
	width: 20%;

}

.featured h2 {
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 0.040em;
	color: #5D5858;
	text-align: center;
	padding: 0 0 1em 0;
 
}


/*waku*/

.kakomi-triple {
 	border: 3px solid #CEB284; 
	padding: 5px;
	border-radius:15px ; 
 
}

.kakomi-container{
   	display: flex;
  	flex-direction:row;
	border: solid thin #e2c490; 
    width: 100%;
	background:#FFF8ED;
	border-radius:10px;
	padding: 10px;
}

/*スマホサイズ*/
@media screen and (max-width: 480px) {
.pconly{display:none;}
.sponly{display:block;}

.kakomi-triple {
 	border: 3px solid #CEB284; 
	padding: 5px;
	border-radius:15px ; 
 
}
.kakomi-container{
   	display: flex;
  	flex-direction:column;
	border: solid thin #e2c490; 
    width: 100%;
	background:#FFF8ED;
	border-radius:10px;
	padding: 10px;
}
}



/*waku*/

.kakomi {
 	border: 2px double #CEB284; 
 	width: 100%;
 	margin: 2em 2em 3em;
 	padding: 1.2em 1.5em;
 
}

/*スマホサイズ*/
@media screen and (max-width: 480px) {
.pconly{display:none;}
.sponly{display:block;}

.kakomi {
 	border: 2px double #CEB284; 
 	width: 100%;
 	margin: 1em 1em 2em;
 	padding: 1em 1.2em;
 
}
	padding: 10px;
  	flex-direction:row;
	border: solid thin #e2c490; 
    width: 100%;
	background: #f8f3ea;
    box-shadow: 0 12px 10px -6px rgba(0,0,0,.25);
}

.pro-img {
    width: 100%;
    margin: 10px 2px;
}
.pro-text{
    width: 100%;
    margin: 10px 1px;
	text-align: left;
	
}

.pro-text h3{
    padding-top: 10px;
    font-size: 0.9em;
	padding-bottom: 0.5em;
	color: #CEB284;
} 
.pro-text h2{
    padding-top: 3px;
	letter-spacing: 0.020em;
    font-size: 1.2em;
	padding-bottom: 0.1em;
	color: #516b7f;
} 

.pro-text p{
    font-size: 1em;
	line-height: 1.6em;
	color: #516b7f;
}


.pro-text a {
	padding: 0.1em 0.3em;
	background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(255,152,0,1) 50%);
	background-position: 0 0;
	background-size: 200% auto;
	transition: .3s;
	color:#3C3632;
	font-weight: 500;
	font-size: 1.2em;
}
.pro-text a:hover {
	background-position: -100% 0;
	color: #fff;
}


/*スマホサイズ*/
@media screen and (max-width: 480px) {
	
.pro-container{
   	display: flex;
  	flex-direction: column;
    width: 100%;
    box-shadow: 0 12px 10px -6px rgba(0,0,0,.25);
}

.pro-img {
    width: 100%;
    margin: 0px 2px;
	text-align: center;
}
.pro-text{
    width: 100%;
    margin: 10px 1px;
	text-align: center;
	
}

.pro-text h3{
    padding-top: 10px;
	 letter-spacing: 0.020em;
    font-size: 1em;
	padding-bottom: 0.5em;
	color: #CEB284;
} 
	
	

}


/*========================
NEWS TOP PAGE
=========================*/
.background_news {
	padding: 40px 0;
   
}
.news
{
padding-top: 2em;
border-bottom: solid;	
}

.news-title
{
	font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.040em;
    margin: 0 0 10px 0;
	text-align: left;
}
.news-contents
{
	font-size: 18px;
    letter-spacing: 0.040em;
	text-align: left;
}


/*========================
COMPANY BODY CONTENT
=========================*/

.company-table{
	background: #fafaf8;
	height:100%;
	width: 100%;
	box-shadow: 0 12px 10px -6px rgba(0,0,0,.25);
}

.company-table td{
    border-bottom: 1px solid #A7A6A6;
    padding:30px 50px;
	text-align: left;
	font-size: 1.2em;
}

.company-table th{
    border-bottom: 1px solid #A7A6A6;
    padding:30px 50px;
	text-align: left;
	font-size: 1.2em;
	font-weight: 900;
	color: #254e7b;
}

/*========================
FAQ BODY CONTENT
=========================*/


.faqtitle-container{
    
    width: 100%;
	padding: 5em 0 1em;
	
}

.faq-container{
    display: flex;
  	flex-direction:column;
    width: 100%;
	padding: 3em 0;

}

.faq-waku {
	display: flex;
  	flex-direction:row;
	padding: 0.6em;
    width: 80%;
 	background-color: #fff; 
 	box-shadow: 0 0 3px 3px #c2e6fe, 0 0 3px 1px #c2e6fe inset; /* 影 */
 	border-radius: 10px;
 	font-size: 1em;
	font-weight: 600;
	
	
}
.faq-titlebox{
	width: 100%;
	height:100%;
	background: #fafaf8;
	padding: 4em 0;
	display: flex;
  	flex-direction:row;
	
	
}
.faq-titlebox a{
	color:dimgrey;
	
}



.faq-box.title{
	text-align: center;
	font-size: 2em;
	color: #254e7b;
	font-weight: 600;
}


.faq-box{
	width: 100%;
	height:100%;
	background: #fafaf8;
	padding: 1.3em;
}

.faq-box.q{
    border-bottom: 1px solid #A7A6A6;
    padding:0 2em;
	text-align: left;
	font-size: 1.5em;
	color: #254e7b;
}

.faq-box.a{
    padding:1em 0 3em 5em;
	text-align: left;
	font-size: 1em;
}

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

.pconly{display:none;}
.sponly{display:block;}

.faq-box.title{
	text-align: center;
	font-size: 1.5em;
	color: #254e7b;
	font-weight: 600;
}

.faq-box.q{
    border-bottom: 1px solid #A7A6A6;
    padding:0 1em;
	text-align: left;
	font-size: 1.2em;
	color: #254e7b;
}

.faq-box.a{
    padding:1em 0 3em 1em;
	text-align: left;
	font-size: 0.9em;
}
.faq-box-img {
	text-align: center;
	width: 100%;
}

}
/*========================
POLICY BODY CONTENT
=========================*/


.policy-box{
	width: 100%;
	height:100%;
	background: #fafaf8;
	padding: 3em;
	text-align: left;
}

.policy.title{
   	background: #254e7b;
	margin-top: 1.5em;
	padding: 0.2em 0 0.2em 0.5em;
	text-align: left;
	font-size: 1.5em;
	color: #FFF;
	font-weight: 700;
}


/*========================
TOKUHO BODY CONTENT
=========================*/

.tokuho-table{
	background: #fafaf8;
	height:100%;
	width: 100%;
	box-shadow: 0 12px 10px -6px rgba(0,0,0,.25);
}

.tokuho-table td{
    border-bottom: 1px solid #A7A6A6;
    padding:30px 50px;
	text-align: left;
	font-size: 1.2em;
}

.tokuho-table th{
    border-bottom: 1px solid #A7A6A6;
    padding:30px 50px;
	text-align: left;
	font-size: 1.2em;
	font-weight: 900;
	color: #254e7b;
}


/*========================
PRODUCTS BODY CONTENT
=========================*/


.products.background{
	background-image:url('../images/probiotics.jpg');
 	background-repeat:no-repeat;
  	background-size: 100% 300px;
}

.products-container{
    display: flex;
  	flex-direction:row;
    width: 100%;
	/*padding-top: 20em;* 2502修正/
	text-align: center;
}
.products-detail{
    display: flex;
  　align-items: stretch;
    width: 100%;
	padding: 1em 0;
	/*padding: 5em 0 2501修正*/

}


.products-img {
    margin: 6em 0 0;
	text-align: center;
	width: 100%;
}

.products-text{
    width: 100%;
    margin: 100px 1px 0px;
	text-align: left;
	
}

.products-text h3{
   
	letter-spacing: 0.020em;
    font-size: 1.2em;
	padding-bottom: 0.5em;
	color: #516b7f;
} 
.products-text h2{
    padding-top: 3px;
	letter-spacing: 0.020em;
    font-size: 1.3em;
	padding-bottom: 0.5em;
	color: #CEB284;
} 

.products-text p{
    font-size: 1.1em;
	line-height: 1.6em;
	color: #516b7f;
}

/*2501トップページ用*/
.products-img-top {
    margin: 3em 0 0;
    /*margin: 6em 0 0; 2501修正*/
	text-align: center;
	width: 100%;
}
/*2501トップページ用*/
.products-text-top {
    width: 100%;
    margin: 20px 1px 0px;
    /*margin: 100px 1px 0px; 2501修正*/
	text-align: left;
	
}
.products-text-top h3{
   
	letter-spacing: 0.020em;
    font-size: 1.5em;
	padding-bottom: 0.5em;
	color: #516b7f;
	
} 

.products-text-top h2{
    padding-top: 3px;
	letter-spacing: 0.020em;
    font-size: 1.5em;
	padding-bottom: 0.5em;
	color: #CEB284;
} 

.products-text-top p{
    font-size: 1.1em;
	line-height: 1.6em;
	color: #516b7f;
}


input[type=submit] {
    background-color: #f5f2ed;
    border: 1px solid #CEB284;
    color: #CEB284;
    padding: 10px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
	font-size:1.2em;
	
}

.features{
	display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.feature{
	background: #f5f2ed;
	padding: 2em 1.8em;

}

.feature h1{
  	color: #CEB284;/*文字色*/
   	padding: 0.5em 0;/*上下の余白*/
  	border-top: solid 3px #CEB284;/*上線*/
  	border-bottom: solid 3px #CEB284;/*下線*/
  	font-size: 1.6em;
	text-align: center;
}

.feature h2{
	color:#CEB284;
	font-size: 1.6em;
}

.feature p{
	color:gray;
	font-size: 1.2em;
	line-height:1.5em
}

.memo{
	color:gray;
	font-size: 0.9em;
	text-align: center;
	
}



/*スマホサイズ*/
@media screen and (max-width: 480px) {
.pconly{display:none;}
.sponly{display:block;}

.features{
	
	display: flex;
    flex-direction: column;
    align-items: flex-start;
}
	.features h2{
	color:burlywood;
	font-size: 1.4em;
		text-align: center;
}
	.features p{
	color:gray;
	font-size: 1.1em;
}
		
}

.items{
	padding: 2em;
	display: flex;
  　align-items: stretch;
}

.items-box {
    background: -webkit-linear-gradient(top, #fff 0%, #f4f4ed 100%);
    background: linear-gradient(to bottom, #fff 0%, #f4f4ed 100%);
    border: 1px solid #EDEDED;
    border-top: 4px solid #788eb3;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
    margin: 2em 0;
    padding: 2em;
	text-align: center;
}

.items table{
	width: 100%;
	border: thick;
}

.items table td {
	color: gray;
	border: 1px gray solid;
	font-size: 1em;
	padding: 0.2em 0.5em;
}


.items h2{
	color: #788eb3;
	font-size: 1.3em;
	text-align: center;
}

.items p{
	color:gray;
	font-size: 1em;
	line-height:1.8em;
}


.cart-table {
	width: 100%;
	
}

.table-title{
	background:#f5f2ed;
	color: #CEB284;
	padding: 0.2em 1em;
	font-size: 1.6em;
	font-weight:500;
	text-align: center;
}

.table-detail{
	
	text-align: center;
	padding-top: 30px;
}


.table-date{
	color:#CEB284;
	font-size: 1.2em;
	font-weight:500;
	border-bottom: 1px solid #EDEDED;
	

}

.table-price{
	color: gray;
	font-size: 1.4em;
	font-weight:500;
	border-bottom: 1px solid #EDEDED;
}

.table-ship{
	color: #CEB284;
	font-size: 1em;
	font-weight:500;
	border-bottom: 1px solid #EDEDED;
}

/*スマホサイズ*/
@media screen and (max-width: 480px) {

.pconly{display:none;}
.sponly{display:block;}

.items{
	background:#F8F7F5;
	padding: 2em;
	display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.items h2{
	color:cornflowerblue;
	font-size: 1.4em;
	text-align: center;
}

.items p{
	color:gray;
	font-size: 1.2em;
}
	
	.cart-table td{
	font-size: 0.9em;
	font-weight:400;
	color: #7E7E7E;
}
	
	
	.table-image{
		display: none;
	}
	

}
	

/*========================
PR0BIOTICS BODY CONTENT
=========================*/


.probiotics.background{
	background-image:url('../images/history.jpg');
 	background-repeat:no-repeat;
  	background-size: 100% 300px;
}

.probiotics-container{
    padding-top: 6em;
    /*padding-top: 20em; 2502修正*/
    width: 100%;
	text-align: center;
}


.probiotics-container h1 {
  	position: relative;
  	line-height: 1.4;
  	padding:0.3em 1em;
  	margin: 1em 0;
  	display: inline-block;
	font-size: 2.2em;
}

.probiotics-container h1:before, h1:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
.probiotics-container h1:before {
  border-left: solid 3px black;
  border-top: solid 3px black;
  border-bottom: solid 3px black;
  left: 0;
}
.probiotics-container h1:after {
  content: '';
  border-top: solid 3px black;
  border-right: solid 3px black;
  border-bottom: solid 3px black;
  right: 0;
}





.probioticsinfo h3 {
  	position: relative;
  	padding-left: 25px;
	padding-bottom: 10px;
	font-size: 2em;
}

.probioticsinfo h3:before {
  	position: absolute;
  	content: '';
  	bottom: -3px;
  	left: 0;
  	width: 0;
  	height: 0;
  	border: none;
  	border-left: solid 15px transparent;
  	
}
.probioticsinfo h3:after {
  	position: absolute;
  	content: '';
  	bottom: -3px;
  	left: 10px;
  	width: 100%;
  	border-bottom: solid 3px rgb(119, 195, 223);
}

.probioticsinfo h4 {
  	position: relative;
    padding:0.5em 0.5em 0.5em 0.1em;
    border: 1px solid #CCC;
    border-radius: 5px;
	font-size: 1.3em;
		font-size: 1.5em;
}

.probioticsinfo h4::after {
    position: absolute;
    top: 50%;
    left:0.7em;
    transform:translateY(-50%);
    content: '';
    width: 5px;
    height:25px;
    background-color: #446689;
}


.probiotics-box-1 {
  	width: 100%;       /* 適当な幅を指定 */
  	height: 550px;      /* 適当な高さを指定 */
  	 position: relative; 
	margin-bottom: 10px;
	margin-top: 10px;
}

.probiotics-box-1 .img {
  	top: 5em;
  	left: 30em; 
 	width: 550px;       
  	position: absolute; 
      
}

.probiotics-text-1 {
  	width: 650px;
  	height: 280px;
  	top: 15em;
  	left: 2em;     /* 適当な幅を指定 */
  	position: absolute; /* 相対位置に指定 */
	padding: 3em;
	background:#f8f3ea;
	outline: 1px solid rgb(255, 255, 255);
	outline-offset: -10px;
	text-align: left;

  }
.probiotics-text-1 h2 {
	font-size: 34px;
	font-weight: 700;
 	color: #254e7b;
	padding-bottom: 18px;

  }
.probiotics-text-1 p {
 	font-size: 18px;
	line-height: 30px;
 	color: #254e7b;
  }

.probiotics-box-2 {
  	width: 100%;       /* 適当な幅を指定 */
  	height: 520px;      /* 適当な高さを指定 */
  	position: relative; 
	margin-bottom: 10px;
	margin-top: 10px;
}

.probiotics-box-2 .img {
  	top: 10em;
  	left: 5em; 
 	width: 550px;       
  	position: absolute; 
      
}

.probiotics-text-2 {
  	width: 650px;
  	height: 280px;
  	top: 5em;
  	left: 30em;     /* 適当な幅を指定 */
  	position: absolute; /* 相対位置に指定 */
	padding: 3em;
	background: #f8f3ea;
	outline: 1px solid rgb(255, 255, 255);
	outline-offset: -10px;
	text-align: left;

  }
.probiotics-text-2 h2 {
	font-size: 34px;
	font-weight: 700;
 	color: #254e7b;
	padding-bottom: 18px;
}

.probiotics-text-2 p {
 	font-size: 18px;
	line-height: 30px;
 	color: #254e7b;
  }


.clear{
	height: 5em;
	width: 100%;
	
}

.middle{
	height: 4em;
	width: 100%;
	
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

.warning {
	text-align: left;
}

/*スマホサイズ*/
@media screen and (max-width: 480px) {

.pconly{display:none;}
.sponly{display:block;}

.warning {
	text-align: left;
	font-size: 0.9em;
}
}


.background_probioticsinfo {
	width: 80%;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
	background-color:#f8f3ea;

}

.probioticsinfo{
	margin: 1.8em 1.8em ;
  	padding: 1.8em 1.8em;
  	color: #254e7b;
 	font-size: 1.2em;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
	background-color: white;
	text-align: center;
	display: flex ; 
	flex-flow: row wrap; 
}

.probioticsinfo-title{
	padding: 3em 0 0;
	font-size: 30px;
	border-bottom: 2px dashed #000;
	
}

/*スマホサイズ*/
@media screen and (max-width: 480px) {

.pconly{display:none;}
.sponly{display:block;}

	.probiotics-container{
    padding-top: 6em;
    width: 100%;
	text-align: center;
}

.probiotics-container h1 {
  	position: relative;
  	line-height: 1.4;
  	padding:0.3em 1em;
  	margin: 1em 0;
  	display: inline-block;
	font-size: 1.8em;
}

.probiotics-container h1:before, h1:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
.probiotics-container h1:before {
  border-left: solid 3px black;
  border-top: solid 3px black;
  border-bottom: solid 3px black;
  left: 0;
}
.probiotics-container h1:after {
  content: '';
  border-top: solid 3px black;
  border-right: solid 3px black;
  border-bottom: solid 3px black;
  right: 0;
}


.probioticsinfo h3 {
  	position: relative;
  	padding-left: 25px;
	padding-bottom: 10px;
	font-size: 1.2em;
}

.probioticsinfo h3:before {
  	position: absolute;
  	content: '';
  	bottom: -3px;
  	left: 0;
  	width: 0;
  	height: 0;
  	border: none;
  	border-left: solid 15px transparent;
  	
}
.probioticsinfo h3:after {
  	position: absolute;
  	content: '';
  	bottom: -3px;
  	left: 10px;
  	width: 100%;
  	border-bottom: solid 3px rgb(119, 195, 223);
}

.probioticsinfo h4 {
  	position: relative;
    padding:0.5em 0.5em 0.5em 0.1em;
    border: 1px solid #CCC;
    border-radius: 5px;
	font-size: 1.3em;
		font-size: 1.5em;
}

.probioticsinfo h4::after {
    position: absolute;
    top: 50%;
    left:0.7em;
    transform:translateY(-50%);
    content: '';
    width: 5px;
    height:25px;
    background-color: #446689;
}

.probiotics-box-1 {
  	width: 250px;       /* 適当な幅を指定 */
  	height: 300px;      /* 適当な高さを指定 */
}

.probiotics-box-1 .img {
 	display:none;
      
}

.probiotics-text-1 {
  	width: 260px;
  	height: 300px;
  	top: 10em;
  	left: 2em;     /* 適当な幅を指定 */
  	position: absolute; /* 相対位置に指定 */
	padding: 2em;
	background:#f8f3ea;
	outline: 1px solid rgb(255, 255, 255);
	outline-offset: -10px;
	text-align: left;

  }
.probiotics-text-1 h2 {
	font-size: 24px;
	font-weight: 700;
 	color: #254e7b;
	padding-bottom: 18px;

  }
.probiotics-text-1 p {
 	font-size: 16px;
	line-height: 30px;
 	color: #254e7b;
  }

.probiotics-box-2 {
   width: 250px;       /* 適当な幅を指定 */
  	height: 300px;      /* 適当な高さを指定 */
}

.probiotics-box-2 .img {
 	display:none;
      
}

.probiotics-text-2 {
   	width: 260px;
  	height: 300px;
  	top: 10em;
  	left: 2em;     /* 適当な幅を指定 */
  	position: absolute; /* 相対位置に指定 */
	padding: 2em;
	background: #f8f3ea;
	outline: 1px solid rgb(255, 255, 255);
	outline-offset: -10px;
	text-align: left;

  }
.probiotics-text-2 h2 {
	font-size: 24px;
	font-weight: 700;
 	color: #254e7b;
	padding-bottom: 18px;
}

.probiotics-text-2 p {
 	font-size: 16px;
	line-height: 30px;
 	color: #254e7b;
  }
	
.clear{
	height: 10em;
	width: 100%;
	
}
.background_probioticsinfo {
	width: 60%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color:#f8f3ea;

}

.probioticsinfo{
	margin: 1em 1em ;
  	padding: 1em 1em;
  	color: #254e7b;
 	font-size: 0.9em;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: white;
	text-align: center;
	display: flex ; 
	flex-flow: row wrap; 
}


}


/*========================
DESCRIPTION BODY CONTENT
=========================*/


.info.background{
	background-image:url('../images/info.jpg');
 	background-repeat:no-repeat;
  	background-size: 100% 300px;
}


.info-title{
	font-size: 34px;
	font-weight: 500;
	letter-spacing:10px;
 	color: #254e7b;
	margin-top:3em;
	text-align: center;

  }

.info-container{
    display: flex;
  	flex-direction:column;
    width: 100%;
	padding: 7em 0 10em;
	text-align: center;
	
}

/*========================
CONTACT 
=========================*/


    .form-group {
        margin: 40px;
    }


    .btn btn-primary {
        background: #52A7CD;
        /* display: block; */
    }



 
/*========================
 FOOTER CONTENT
=========================*/

footer{
    background-color: #333333;
    padding: 20px;
}

p.footer-text{
    color: #FFF;
}

p.footer-text a{
    color: #BDBDBD;
    text-decoration: none;
}



/*========================
   FOOTER INFO   WAKU
=========================*/


.info-box{
  	margin: 1em 0;
  	padding: 1em;
 	background: radial-gradient(800px, #ffffff, #cbe2ef);
	border: 1px solid #85c1e5;
	width: 100%;
	text-align: center;
}

.info-box h3{
  	margin: 10px 0 5px;
  	padding: 0;
  	color: #5584b1;
  	font-size: 1.5em;

}

.info-box p{
  	margin: 0;
  	padding: 0;
	color:#254e7b;
 	font-size: 0.8em;
}

/*========================
    FOOTER SHOP
 =========================*/
		
		
.store_content {
    padding:  5em 0;
    width: 100%;
    background:#FAFAFA;
}


.info-shop{
  	margin: 0;
  	padding: 0;
	border: 1px solid #CEB284;
	background-color:#f8f3ea;
	text-align: center;
}

.info-shop h3{
  	margin: 1.8em 1.8em ;
  	padding: 1.8em 1.8em;
  	color: #254e7b;
 	font-size: 1.5em;
	border: 1px solid #CEB284;
	background-color: white;
	
}


.campaign-container{
	padding: 10em 0 1em;
}

.campaign-box {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.campaign-box .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}
.campaign-title{
    margin: 0; 
    padding: 1.2em 0;;
	font-size: 1.6em;
	color: #1082C7;
	font-weight: 600;
	text-align: center;
}

.campaign-memo{
	color:#C8C2C2;
	font-size: 1.2em;
}
.campaign-info{
	text-align: center;
}
.campaign-image{
    padding: 7em  0 0;
	
}


.campaign-submit {
    background-color: #f5f2ed;
    border: 1px solid #CEB284;
    color: #CEB284;
    padding: 20px 0;
    text-decoration: none;
    margin: 2em 0;
    cursor: pointer;
	font-size:1.8em;
	text-align: center;
	font-weight: 600;
	
	
}

/*========================
    AMAZON
 =========================*/
		


.amazon-box {
	margin: 2em 0 2em 0;/*2024.9変更*/
	margin: 2em 0 1em 0;
  	padding: 1em;
	border: 2px solid #3B3B3B;
    position: relative;
    width: 100%;
}

.amazon-box::after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 15px;    /* くの字を山なりに見た時、左側の長さ */
  height: 15px;   /* くの字を山なりに見た時、右側の長さ */
  border-top: 3px solid #3B3B3B;     /* くの字を山なりに見た時、左側の太さと色 */
  border-right: 3px solid #3B3B3B;   /* くの字を山なりに見た時、右側の太さと色 */
  transform: rotate(45deg);    /* くの字の向き */
}


.amazon-box img{
	width: 90%;
}

/*===============================
  kakaku pointhenkou(2024年8月追加)
 ================================*/
.kakakuhaba {
	width:80%;
	margin:50px auto;
	text-align:center;
	}
/*2501修正*/
/*.kakakuhaba {width:80%; margin-bottom:60px;}*/
.fw-b {font-weight:bold;}

#kakakutbl table {border:1px solid #333;}
.tblmargin {margin:10px auto 40px;}
#kakakutbl th {border:1px solid #333;}
#kakakutbl td {border:1px solid #333;}
#kakakutbl .trback {background:#e6e6fa;}
#kakakutbl .tdstyle1 {padding:5px;text-align:center;}
#kakakutbl .tdstyle2 {padding:5px;text-align:center;color:#4169e1;}
.txtr {text-align:right;} 
.mb10 {margin-bottom:10px;}
.mb40 {margin-bottom:40px;}
.syousaihaikei {background:#4586b5;color:#fff;padding:5px;}
.fs-13 {font-size:13px;}
.text-red {color:#f00;}
.mb-50 {margin-bottom:50px;}
.pointhaba {
  width:80%;
  margin-bottom:80px;
  padding-top:60px;
}
.introduction-top {
	width:80%;
	margin:50px 100px 30px;
}

.pro-container{
   	display: flex;
}
.pc-topmt {margin-top:80px;}

/*2505追加　クーポンお知らせ*/
.coupon-notice {
	width:50%;
	background:#f0f0f0;
	padding:15px;
	margin:50px auto;
	}

/*スマホサイズ*/
@media screen and (max-width: 680px) {

.pconly{display:none;}
.sponly{display:block;}

.kakakuhaba {
	width:100%;
	margin:20px auto;
	padding:20px 16px 0;
	text-align:left;
}
.tblmargin {margin:10px 10px 20px;}
.pointhaba {
  width:100%;
  margin-bottom:40px;
  padding-top:60px;
}
.sp-topmt {margin-top:80px;}

.pro-container{
   	display: flex;
}

.products-top {
	width:100%;
	margin:30px auto;
	padding:20px 16px 0;
}

.products-text-top h3{
   
	letter-spacing: 0.020em;
    font-size: 1.2em;
	padding-bottom: 0.5em;
	color: #516b7f;
	} 

.products-text-top h2{
    padding-top: 3px;
	letter-spacing: 0.020em;
    font-size: 1.2em;
	padding-bottom: 0.5em;	
	color: #CEB284;
} 

.introduction-top {
	width:100%;
	margin:80px auto 20px;
}
/*2505追加　クーポンお知らせ*/
.coupon-notice {
	width:90%;
	background:#f0f0f0;
	padding:10px;
	margin:50px 20px ;
	}

}