@charset "UTF-8";

/* サイト全体で共通のスタイル
--------------------------------------*/


/* サイト全体で共通の設定 */
/* 
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/








/* グラデーションの場合 */


/* 透明色 */ 


 
/* フォント
--------------------------------------*/
/* 基本のフォント */





/* 英字のフォント */


/* ベビーリーフ特設ページ */


/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン 10/24 PCのみ設定済
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


/* サイト全体で共通のウェブフォント */
/*サイト全体で共通のウェブフォント
*/

@font-face {
  font-family: "noto-sans-jp-regular";
  font-style: normal;
  font-weight: 400;
  src:  url("https://6608310.fs1.hubspotusercontent-na1.net/hubfs/6608310/fonts/NotoSansJP-Regular.woff2") format("woff2"),
        url("https://6608310.fs1.hubspotusercontent-na1.net/hubfs/6608310/fonts/NotoSansJP-Regular.woff") format("woff"),
        url("https://6608310.fs1.hubspotusercontent-na1.net/hubfs/6608310/fonts/NotoSansJP-Regular.otf") format("opentype");
}

@font-face {
  font-family: "noto-sans-jp-medium";
  font-style: normal;
  font-weight: 500;
  src:  url("https://6608310.fs1.hubspotusercontent-na1.net/hubfs/6608310/fonts/NotoSansJP-Medium.woff2") format("woff2"),
        url("https://6608310.fs1.hubspotusercontent-na1.net/hubfs/6608310/fonts/NotoSansJP-Medium.woff") format("woff"),
        url("https://6608310.fs1.hubspotusercontent-na1.net/hubfs/6608310/fonts/NotoSansJP-Medium.otf") format("opentype");
}

@font-face {
  font-family: "noto-sans-jp-bold";
  font-style: normal;
  font-weight: 700;
  src:  url("https://6608310.fs1.hubspotusercontent-na1.net/hubfs/6608310/fonts/NotoSansJP-Bold.woff2") format("woff2"),
        url("https://6608310.fs1.hubspotusercontent-na1.net/hubfs/6608310/fonts/NotoSansJP-Bold.woff") format("woff"),
        url("https://6608310.fs1.hubspotusercontent-na1.net/hubfs/6608310/fonts/NotoSansJP-Bold.otf") format("opentype");
}

@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src:  url("https://6608310.fs1.hubspotusercontent-na1.net/hubfs/6608310/fonts/Montserrat-ExtraBold.woff2") format("woff2"),
        url("https://6608310.fs1.hubspotusercontent-na1.net/hubfs/6608310/fonts/Montserrat-ExtraBold.woff") format("woff"),
        url("https://6608310.fs1.hubspotusercontent-na1.net/hubfs/6608310/fonts/Montserrat-ExtraBold.otf") format("opentype");
}

@font-face {
  font-family: "mvboli";
  font-style: normal;
  src:  url("https://6608310.fs1.hubspotusercontent-na1.net/hubfs/6608310/fonts/mvboli.woff2") format("woff2"),
        url("https://6608310.fs1.hubspotusercontent-na1.net/hubfs/6608310/fonts/mvboli.woff") format("woff"),
        url("https://6608310.fs1.hubspotusercontent-na1.net/hubfs/6608310/fonts/mvboli.otf") format("opentype");
}

/* サイト全体で共通のアニメーション */
/*サイト全体で共通のアニメーション*/
@-webkit-keyframes table-swipe {
  0% {
    opacity: 0;
    transform: translate(-20px, -5px) rotate(0);
  }
  75% {
    opacity: 1;
    transform: translate(20px, -5px) rotate(15deg);
  }
  100% {
    opacity: 1;
    transform: translate(20px, -5px) rotate(15deg);
  }
}

@keyframes table-swipe {
  0% {
    opacity: 0;
    transform: translate(-20px, -5px) rotate(0);
  }
  75% {
    opacity: 1;
    transform: translate(20px, -5px) rotate(15deg);
  }
  100% {
    opacity: 1;
    transform: translate(20px, -5px) rotate(15deg);
  }
}

@-webkit-keyframes link-underline {
  0% {
    width: 0
  }
  100% {
    width: 100%
  }
}

@keyframes link-underline {
  0% {
    width: 0
  }
  100% {
    width: 100%
  }
}

.anchor__item a:before, 
.button--text>a, 
.button--default>a, 
.figure img, 
.figure--movie:before, 
.icon, 
.icon:after, 
.movie:before, 
.movie:after {
  -webkit-transition: all .3s;
  transition: all .3s;
}

@-webkit-keyframes hang {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes hang {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* スライダー用 */
@-webkit-keyframes slide-in {
  0% {
    left: -50px;
  }
  100% {
    left: 0;
  }
}
@keyframes slide-in {
  0% {
    left: -50px;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes slide-out {
  0% {
    left: 0;
  }
  100% {
    left: 50px;
  }
}
@keyframes slide-out {
  0% {
    left: 0;
  }
  100% {
    left: 50px;
  }
}

@-webkit-keyframes hover {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes hover {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}


/* ふわふわ */
@-webkit-keyframes fuwafuwa {
  0% { transform:translateY(0px); }
  50% { transform:translateY(-20px); }
  100% { transform:translateY(0px); }
}
@keyframes fuwafuwa {
  0% { transform:translateY(0px); }
  50% { transform:translateY(-20px); }
  100% { transform:translateY(0px); }
}

/* イメージマスク */
@-webkit-keyframes img-mask {
  0% {
    width: 100%;
    opacity: 1;  
  }
  100% {
    width: 0;
    opacity: 0;  
  }
}

@keyframes img-mask {
    0% {
    width: 100%;
    opacity: 1;  
  }
  100% {
    width: 0;
    opacity: 0;  
  }
}
 
/* サイト全体で共通な自然なスタイル */
.natural {
  display: block;
  padding-bottom: 2.5px;
  padding-top: 2.5px;
}

.natural:not(:last-child) {
  margin-bottom: 30px;
}

.natural h3 {
  color: #403434;
  font-family: 'noto-sans-jp-bold','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
  font-size: 26px;
  line-height: 1.82;
}
@media screen and (max-width:1049px) {
  .natural h3 {
    font-size: 24px;
  }
}
@media screen and (max-width:767px) {
  .natural h3 {
    font-size: 22px;
  }
}

.natural h3:not(:first-child) {
  margin-top: 90px;
}

.natural h3:not(:last-child) {
  margin-bottom: 40px;
}

.columns__column .natural h3:not(:first-child) {
  margin-top: 40px;
}

.natural h4 {
	font-size: 22px;
  font-family: 'noto-sans-jp-bold','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	line-height: 1.4;
  border-bottom: 1px solid #C7C2C2;
  padding-bottom: 20px;
}
@media screen and (max-width:1049px) {
	.natural h4 {
  	font-size: 20px;
	}
}

.natural h4:not(:first-child) {
	margin-top: 90px;
}
.natural h4:not(:last-child) {
	margin-bottom: 40px;
}

.columns .natural h4:not(:first-child) {
  margin-top: 30px
}

.natural h5:not(:first-child) {
  margin-top: 90px;
}

.natural h5:not(:last-child) {
  margin-bottom: 30px;
}
.columns .natural h5:not(:first-child) {
  margin-top: 30px
}
.natural h5 {
  font-size: 18px;
  font-family: 'noto-sans-jp-bold','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
  line-height: 1.4;
}

.natural .heading-5 {
  font-size: 18px!important;
  font-family: 'noto-sans-jp-bold','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
  line-height: 1.4;
} 

.natural p {
  font-size: 16px;
  line-height: 1.8;
}

.natural p:not(:first-child) {
	margin-top: 30px
}
.natural p:not(:last-child) {
	margin-bottom: 30px
}

.natural figure figcaption,
.natural caption {
  line-height: 1.3214285714285714px;
  margin-bottom: 5px;
  margin-top: 5px;
} 

.natural figure figcaption:first-child,
.natural caption:first-child {
  margin-top: 0
}

.natural pre {
  background-color: #403434;
  color: #ffffff;
  border-radius: .25em;
  padding:  100px;
}
@media screen and (max-width: 767px) {
  .natural pre {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.natural h1,.natural h2,.natural h3,.natural h4,.natural h5,.natural h6 {
  display: block;
}

.natural blockquote,.natural ol,.natural dd {
  padding-left: 100px;
}

.natural li,.natural dt {
  margin-top: 2.5px      
}

.natural pre,.natural h1,.natural h2,.natural h3,.natural h5,.natural h6,.natural .solid,.natural hr,.natural blockquote {
  display: block;
}

.natural pre+pre,.natural h1+pre,.natural h2+pre,.natural h3+pre,.natural h4+pre,.natural h5+pre,.natural h6+pre,.natural .solid+pre,.natural hr+pre,.natural blockquote+pre,.natural table+pre,.natural pre+h1,.natural h1+h1,.natural h2+h1,.natural h3+h1,.natural h4+h1,.natural h5+h1,.natural h6+h1,.natural .solid+h1,.natural hr+h1,.natural blockquote+h1,.natural table+h1,.natural pre+h2,.natural h1+h2,.natural h2+h2,.natural h3+h2,.natural h4+h2,.natural h5+h2,.natural h6+h2,.natural .solid+h2,.natural hr+h2,.natural blockquote+h2,.natural table+h2,.natural pre+h3,.natural h1+h3,.natural h2+h3,.natural h3+h3,.natural h4+h3,.natural h5+h3,.natural h6+h3,.natural .solid+h3,.natural hr+h3,.natural blockquote+h3,.natural table+h3,.natural pre+h4,.natural h1+h4,.natural h2+h4,.natural h3+h4,.natural h4+h4,.natural h5+h4,.natural h6+h4,.natural .solid+h4,.natural hr+h4,.natural blockquote+h4,.natural table+h4,.natural pre+h5,.natural h1+h5,.natural h2+h5,.natural h3+h5,.natural h4+h5,.natural h5+h5,.natural h6+h5,.natural .solid+h5,.natural hr+h5,.natural blockquote+h5,.natural table+h5,.natural pre+h6,.natural h1+h6,.natural h2+h6,.natural h3+h6,.natural h4+h6,.natural h5+h6,.natural h6+h6,.natural .solid+h6,.natural hr+h6,.natural blockquote+h6,.natural table+h6,.natural pre+.solid,.natural h1+.solid,.natural h2+.solid,.natural h3+.solid,.natural h4+.solid,.natural h5+.solid,.natural h6+.solid,.natural .solid+.solid,.natural hr+.solid,.natural blockquote+.solid,.natural table+.solid,.natural pre+hr,.natural h1+hr,.natural h2+hr,.natural h3+hr,.natural h4+hr,.natural h5+hr,.natural h6+hr,.natural .solid+hr,.natural hr+hr,.natural blockquote+hr,.natural table+hr,.natural pre+blockquote,.natural h1+blockquote,.natural h2+blockquote,.natural h3+blockquote,.natural h4+blockquote,.natural h5+blockquote,.natural h6+blockquote,.natural .solid+blockquote,.natural hr+blockquote,.natural blockquote+blockquote,.natural table+blockquote,.natural pre+table,.natural h1+table,.natural h2+table,.natural h3+table,.natural h4+table,.natural h5+table,.natural h6+table,.natural .solid+table,.natural hr+table,.natural blockquote+table,.natural table+table {
  margin-top: 38px;  
}

.natural ol:not(:first-child),.natural ul:not(:first-child),.natural dl:not(:first-child),.natural figure:not(:first-child) {
  display: block;
}

.natural p:not(:last-child),.natural ol:not(:last-child),.natural ul:not(:last-child),.natural dl:not(:last-child),.natural figure:not(:last-child) {
  display: block;
}

.natural a {
  font-family: 'noto-sans-jp-medium','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	color: #E80000;
	display: inline-block;
	text-decoration: none;
	position: relative;
  word-break: break-all;
}

@media only screen and (min-width: 1050px) {
  .natural a:after {
    bottom: 0;
    content: "";
    left: 0;
    height: 1px;
    border-top: 1px solid #E80000;
    position: absolute;
    width: 0;
    transition: .3s;
  }
  .natural a:hover:after {
    width: 100%;
  }
}




.natural a[target="_blank"] {
	padding-left: 20px;
}

.natural a[target="_blank"]:before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC4wMDIiIGhlaWdodD0iMTAuMDAxIiB2aWV3Qm94PSIwIDAgMTAuMDAyIDEwLjAwMSI+CiAgPHBhdGggaWQ9IuWQiOS9k18zOCIgZGF0YS1uYW1lPSLlkIjkvZMgMzgiIGQ9Ik0xOTEyMSwxNTE5NWgtN3YtMWg3di03aDF2OFptLTktM3YtN2g3djdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTkxMTIgLTE1MTg1LjAwMSkiIGZpbGw9IiNlODAwMDAiLz4KPC9zdmc+Cg==);
  background-size: contain;
  width: 10px;
  height: 10px;
  left: 5px;
  top: calc(50% - 3px);
  position: absolute;
}

.natural strong {
  font-family: 'noto-sans-jp-bold','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
}
@media screen and (max-width: 767px) {
  .natural td,.natural th {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.natural ul:not(:first-child) {
margin-top: 20px
}
.natural ul:not(:last-child) {
margin-bottom: 20px
}
.natural ul li:not(:first-child) {
margin-top: 20px
}
@media screen and (max-width:767px) {
.natural ul li:not(:first-child) {
margin-top: 20px
}
}

.natural ul li:not(:last-child) {
margin-bottom: 20px
}
@media screen and (max-width:767px) {
.natural ul li:not(:last-child) {
margin-bottom: 20px
}
}
.natural ul > li {
list-style-type: none;
padding-left: 20px;
position: relative
}

.natural .img-link[target="_blank"] {
  padding-left: 0;
}
.natural .img-link:before,
.natural .img-link:after {
  display: none;
}

/* サイト全体で共通の HTML 要素のスタイル */
/* ==========================================================================

    初期化の設定

========================================================================== */


/* ==========================================================================

    サイト全体で共通の要素のスタイル

========================================================================== */



/* サイト全体で共通のレイアウトスタイル */
/* ==========================================================================

    header

========================================================================== */

/* サイト全体で共通の設定 */
/* 
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/








/* グラデーションの場合 */


/* 透明色 */ 


 
/* フォント
--------------------------------------*/
/* 基本のフォント */





/* 英字のフォント */


/* ベビーリーフ特設ページ */


/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン 10/24 PCのみ設定済
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



/* header-upper common */



/* header-upper 1-a */

/* body */


/* SPナビ ボタン */



/* header-lower common */
 

/*compactmenu common*/

/*horizontal*/



/*vertical*/

/* PC メガメニューの設定 */


/* header-lower 1-a */

/* ==========================================================================

    site-footer

========================================================================== */

/* サイト全体で共通の設定 */
/* 
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/








/* グラデーションの場合 */


/* 透明色 */ 


 
/* フォント
--------------------------------------*/
/* 基本のフォント */





/* 英字のフォント */


/* ベビーリーフ特設ページ */


/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン 10/24 PCのみ設定済
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */





/* page top */





/*footer-sns-links*/





/*footer-middle01*/




/* Footer Lower */



/* Copy Right */



/* 9番目以降は非表示 */
.site-footer .footer-middle01 div.active-branch>ul>li:nth-child(n+9){
  display: none;
}
/* フッター内改行させない */

/* ==========================================================================

    site-content

========================================================================== */

/* サイト全体で共通の設定 */
/* 
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/








/* グラデーションの場合 */


/* 透明色 */ 


 
/* フォント
--------------------------------------*/
/* 基本のフォント */





/* 英字のフォント */


/* ベビーリーフ特設ページ */


/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン 10/24 PCのみ設定済
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.section {
  padding-top: 150px;
}
.site-content {
  margin-top: 125px;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1050px) {
  .site-content {
  }
}
@media screen and (max-width: 1049px) {
  .site-content {
    margin-top: 85px;
  }
}
@media only screen and  (max-width: 767px) {
  .site-content {
    margin-top: 75px;
  }
}

/* サブナビ */



/* サイト全体で共通のモジュール */
/* ==========================================================================

    button

========================================================================== */

/* サイト全体で共通の設定 */
/* 
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/








/* グラデーションの場合 */


/* 透明色 */ 


 
/* フォント
--------------------------------------*/
/* 基本のフォント */





/* 英字のフォント */


/* ベビーリーフ特設ページ */


/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン 10/24 PCのみ設定済
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



/* ==========================================================================

    container

========================================================================== */

/* サイト全体で共通の設定 */
/* 
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/








/* グラデーションの場合 */


/* 透明色 */ 


 
/* フォント
--------------------------------------*/
/* 基本のフォント */





/* 英字のフォント */


/* ベビーリーフ特設ページ */


/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン 10/24 PCのみ設定済
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.container,
.row-fluid [class*="span"] .container{
  box-sizing: border-box;
	float: none;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 1600px;
	min-width: 320px;
	padding-left: 100px;
	padding-right: 100px;
}
@media screen and (max-width:1049px) {
	.container,
	.row-fluid [class*="span"] .container {
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media screen and (max-width:767px) {
	.container,
	.row-fluid [class*="span"] .container{
		padding-left: 30px;
		padding-right: 30px;
	}
}

.row-fluid [class*="span"] .container.container--thin {
  max-width: 960px;
}

.container.container--none,
.row-fluid [class*="span"] .container.container--none {
  box-sizing: border-box;
	float: none;
	margin-left: auto !important;
	margin-right: auto !important;
	max-width: 1600px;
	min-width: 320px;
	padding-left: 100px;
	padding-right: 100px;
}
@media screen and (max-width:1049px) {
	.container.container--none,
	.row-fluid [class*="span"] .container.container--none {
		padding-left: 0;
		padding-right: 0;
	}
}
/* ==========================================================================

    columns

========================================================================== */

/* サイト全体で共通の設定 */
/* 
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/








/* グラデーションの場合 */


/* 透明色 */ 


 
/* フォント
--------------------------------------*/
/* 基本のフォント */





/* 英字のフォント */


/* ベビーリーフ特設ページ */


/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン 10/24 PCのみ設定済
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;;
  margin-left: -25px;
  margin-right: -25px
}
.columns:not(:first-child) {
  margin-top: 30px
}
.columns:not(:last-child) {
  margin-bottom: 50px
}
@media screen and (max-width:1049px) {
  .columns {
    margin-left: -15px;
    margin-right: -15px;
  }
  .columns:not(:first-child) {
    margin-top: 20px
  }
}

.columns__column {
  box-sizing: border-box;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width:1049px) {
  .columns__column {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.columns--one>.columns__column:nth-child(n+2), 
.columns--one-two>.columns__column:nth-child(n+3), 
.columns--two-one>.columns__column:nth-child(n+3), 
.columns--four>.columns__column:nth-child(n+5) {
  margin-top: 50px
}
.columns--seven>.columns__column:nth-child(n+8) {
  margin-top: 30px
}

.columns--two>.columns__column:nth-child(n+3){
  margin-top: 50px
}
@media screen and (max-width:767px) {
  .columns--two>.columns__column:nth-child(n+3){
    margin-top: 50px
  }
}

.columns--three>.columns__column:nth-child(n+4) {
  margin-top: 50px;
}

@media screen and (max-width:767px) {
  .columns__column {
    padding-left: 0;
    padding-right: 0;
  }
}

.columns--narrow {
  margin-left: -10px;
  margin-right: -10px
}
.columns--narrow>.columns__column {
  padding-left: 10px;
  padding-right: 10px
}
.columns--one>.columns__column {
  float: none;
  width: 100%
}
@media screen and (max-width:767px) {
.columns--one {
    margin-left: 0;
    margin-right: 0;
  }
}


.columns--two>.columns__column {
  width: 50%
}
@media screen and (max-width:767px) {
  .columns--two {
    margin-left: 0;
    margin-right: 0
  }
  .columns--two>.columns__column {
    width: 100%;
    padding: 0;
    -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;;
  }
  .columns--two>.columns__column:not(:first-child) {
    margin-top: 30px;
    -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;;
  }
  .columns--two>.columns__column:not(:last-child) {
    margin-bottom: 0;
    -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;;
  }
}
@media screen and (max-width:1049px) {
  .columns--two.columns--to-two {
    margin-left: -15px;
    margin-right: -15px
  }
  .columns--two.columns--to-two>.columns__column {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;;
  }
  .columns--two.columns--to-two>.columns__column:not(:first-child) {
    margin-top: 0
  }
  .columns--two.columns--to-two>.columns__column:nth-child(n+3) {
    margin-top: 30px
  }
}
.columns--one-two {
  margin-bottom: 0
}
.columns--one-two>.columns__column:nth-child(odd) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;;
}
.columns--one-two>.columns__column:nth-child(even) {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;;
}
@media screen and (max-width:767px) {
  .columns--one-two {
    margin-left: 0;
    margin-right: 0
  }
  .columns--one-two>.columns__column {
    width: 100%;
    padding: 0;
    -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;;
  }
  .columns--one-two>.columns__column:nth-child(1) {
    -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;;
  }
  .columns--one-two>.columns__column:nth-child(2) {
    -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;;
    margin-top: 30px
  }
}

.columns--two-one>.columns__column:nth-child(1) {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;;
}
.columns--two-one>.columns__column:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;;
}
@media screen and (max-width:767px) {
  .columns--two-one {
    margin-left: 0;
    margin-right: 0
  }
  .columns--two-one>.columns__column {
    width: 100%;
    padding: 0;
    -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;;
  }
  .columns--two-one>.columns__column:nth-child(1) {
    -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;;
  }
  .columns--two-one>.columns__column:nth-child(2) {
    -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;;
    margin-top: 30px
  }
}


.columns--three-one>.columns__column:nth-child(1) {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;;
}
.columns--three-one>.columns__column:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;;
}
@media screen and (max-width:767px) {
  .columns--three-one {
    margin-left: 0;
    margin-right: 0
  }
  .columns--three-one>.columns__column {
    width: 100%;
    padding: 0;
    -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;;
  }
  .columns--three-one>.columns__column:nth-child(1) {
    -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;;
  }
  .columns--three-one>.columns__column:nth-child(2) {
    -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;;
    margin-top: 30px
  }
}

.columns--one-three {
  margin-bottom: 0
}
.columns--one-three>.columns__column:nth-child(odd) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;;
}
.columns--one-three>.columns__column:nth-child(even) {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;;
}
@media screen and (max-width:767px) {
  .columns--one-three {
    margin-left: 0;
    margin-right: 0
  }
  .columns--one-three>.columns__column {
    width: 100%;
    padding: 0;
    -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;;
  }
  .columns--one-three>.columns__column:nth-child(1) {
    -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;;
  }
  .columns--one-three>.columns__column:nth-child(2) {
    -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;;
    margin-top: 30px
  }
}

.columns--three>.columns__column {
  width: 33.333%
}
@media screen and (max-width:1049px) {
  .columns--three>.columns__column {
    width: 50%
  }
  .columns--three>.columns__column:not(:nth-child(1)), .columns--three>.columns__column:not(:nth-child(2)) {
    margin-top: 0
  }
  .columns--three>.columns__column:not(:nth-last-child(-n+2)) {
    margin-bottom: 50px
  }
}
@media screen and (max-width:767px) {
  .columns--three>.columns__column {
    width: 100%;
    -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;;
  }
  .columns--three>.columns__column:not(:first-child) {
    margin-top: 30px;
    -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;;
  }
  .columns--three>.columns__column:not(:last-child) {
    margin-bottom: 0;
    -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;;
  }
}
@media screen and (max-width:1049px) {
  .columns--three.columns--to-one>.columns__column {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px
  }
  .columns--to-one-tb {
    margin-left: 0;
    margin-right: 0;
  }
  .columns--to-one-tb>.columns__column:nth-child(1),
  .columns--to-one-tb>.columns__column:nth-child(2) {
    width: 100%;
    -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;;
    padding-left: 0;
    padding-right: 0;
  }
  .columns--to-one-tb>.columns__column:not(:first-child) {
    margin-top: 30px;
  }
  
}
@media screen and (max-width:767px) {
  .columns--three.columns--to-one>.columns__column {
    width: 100%
  }
}
.columns--four>.columns__column {
  width: 25%
}
.columns--seven>.columns__column {
  width: 14.26%;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width:1049px) {
  .columns--seven>.columns__column {
    width: 25%;
  }
  .columns--seven>.columns__column:nth-child(n+8) {
  margin-top: 0px
}
    .columns--seven>.columns__column:nth-child(n+5) {
  margin-top: 30px
}
}
@media screen and (max-width:767px) {
  .columns--seven>.columns__column {
    padding-left: 5px;
    padding-right: 5px;
  }
  .columns--seven>.columns__column:nth-child(n+5) {
    margin-top: 10px;
  }
  .columns.columns--seven {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width:1299px) {
  .columns--four>.columns__column {
    width: 50%
  }
  .columns--four>.columns__column:not(:nth-child(1)), .columns--four>.columns__column:not(:nth-child(2)) {
    margin-top: 0
  }
  .columns--four>.columns__column:not(:nth-last-child(1)), .columns--four>.columns__column:not(:nth-last-child(2)) {
    margin-bottom: 30px
  }
}
@media screen and (max-width:767px) {
  .columns--four.columns--to-one {
    margin-left: 0;
    margin-right: 0;
  }

  .columns--four.columns--to-one>.columns__column {
    width: 100%
  }
}
.columns--reverse>.columns__column:nth-child(1) {
    -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;;
}
@media screen and (max-width:767px) {
  .columns--reverse>.columns__column:nth-child(1) {
    -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;;
  }
}
.columns--reverse>.columns__column:nth-child(2) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;;
}
@media screen and (max-width:767px) {
  .columns--reverse>.columns__column:nth-child(2) {
    -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;;
  }
}
.columns--vertical-center {
    -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;;
}

/*  SPの時順番入替  */
@media screen and (max-width:767px) {
  .columns--sprev>.columns__column:nth-child(1) {
    order:2;
  }
  .columns--sprev>.columns__column:nth-child(2) {
    order:1;
    margin-top: 0;
    margin-bottom: 20px;
  }
}


/*  ビガーリンク時マスク  */

.columns__column.bl-hot .figure {
  position: relative;
}
.columns__column.bl-hot .figure:before {
  content: "";
  background-color: #403434;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: .3s;
}
.columns__column.bl-hover .figure:before {
  opacity: .3;
}
/* ==========================================================================

    division

========================================================================== */

/* サイト全体で共通の設定 */
/* 
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/








/* グラデーションの場合 */


/* 透明色 */ 


 
/* フォント
--------------------------------------*/
/* 基本のフォント */





/* 英字のフォント */


/* ベビーリーフ特設ページ */


/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン 10/24 PCのみ設定済
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.division-top-3l {
  margin-top: 150px;
}
.division-top-ll {
  margin-top: 100px;
}
.division-top-l {
  margin-top: 70px;
}
.division-top-m {
  margin-top: 50px;
}
.division-top-s {
  margin-top: 30px;
}

.division-img {
  overflow: hidden;
  width: 100%;
}
.division-img img {
  width: 100%;
}    

.hr-line {
  border: none;
  border-top: 1px solid #C7C2C2;
  margin: 0;
  padding: 1px 0;
  width: 100%;
}

@media only screen and (max-width: 1049px) {
  .division-top-3l {
    margin-top: 100px;
  }
  .division-top-ll {
    margin-top: 80px;
  }
  .division-top-l {
    margin-top: 60px;
  }
  .division-top-m {
    margin-top: 40px;
  }
  .division-top-s {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .division-top-3l {
    margin-top: 60px;
  }
  .division-top-ll {
    margin-top: 50px;
  }
  .division-top-l {
    margin-top: 40px;
  }
  .division-top-m {
    margin-top: 30px;
  }
  .division-top-s {
    margin-top: 20px;
  }
}

.separator {
  background-color: #F1EFEF;
  height: 1px;
}
/* ==========================================================================

    link

========================================================================== */

/* サイト全体で共通の設定 */
/* 
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/








/* グラデーションの場合 */


/* 透明色 */ 


 
/* フォント
--------------------------------------*/
/* 基本のフォント */





/* 英字のフォント */


/* ベビーリーフ特設ページ */


/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン 10/24 PCのみ設定済
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.link {
  font-family: 'noto-sans-jp-medium','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	color: #E80000;
	display: inline-block;
	text-decoration: none;
	position: relative;
  word-break: break-all;
}
@media only screen and (min-width: 1050px) {
  .link:after {
    bottom: 0;
    content: "";
    left: 0;
    height: 1px;
    border-top: 1px solid #E80000;
    position: absolute;
    width: 0;
    transition: .3s;
  }
  .link:hover:after {
    width: 100%;
  }
}
.link--window {
	padding-left: 20px;
}
.link--window:before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC4wMDIiIGhlaWdodD0iMTAuMDAxIiB2aWV3Qm94PSIwIDAgMTAuMDAyIDEwLjAwMSI+CiAgPHBhdGggaWQ9IuWQiOS9k18zOCIgZGF0YS1uYW1lPSLlkIjkvZMgMzgiIGQ9Ik0xOTEyMSwxNTE5NWgtN3YtMWg3di03aDF2OFptLTktM3YtN2g3djdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTkxMTIgLTE1MTg1LjAwMSkiIGZpbGw9IiNlODAwMDAiLz4KPC9zdmc+Cg==);
  background-size: contain;
  width: 10px;
  height: 10px;
  left: 5px;
  top: calc(50% - 3px);
  position: absolute;
}
/* ==========================================================================

    list

========================================================================== */

/* サイト全体で共通の設定 */
/* 
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/








/* グラデーションの場合 */


/* 透明色 */ 


 
/* フォント
--------------------------------------*/
/* 基本のフォント */





/* 英字のフォント */


/* ベビーリーフ特設ページ */


/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン 10/24 PCのみ設定済
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.list:not(:first-child) {
  margin-top: 5px
}
.list:not(:last-child) {
  margin-bottom: 5px
}
.list__item:not(:first-child) {
  margin-top: 5px
}
@media screen and (max-width:767px) {
  .list__item:not(:first-child) {
    margin-top: 5px
  }
}
 
.list__item:not(:last-child) {
  margin-bottom: 5px
}
@media screen and (max-width:767px) {
  .list__item:not(:last-child) {
    margin-bottom: 5px
  }
}
.list--default>.list__item {
  list-style-type: none;
  padding-left: 20px;
  position: relative
}
.list--default>.list__item:before {
  content: "";
  height: 1px;
  border-top: 1px solid #E80000;
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  width: 10px;
}

.list--none>.list__item:not(:first-child) {
  margin-top: 10px
}
.list--none>.list__item:not(:last-child) {
  margin-bottom: 10px
}
.list--float>.list__item {
  float: left
}
.list--float>.list__item:not(:first-child) {
  margin-top: 0;
  margin-left: 20px
}
.list--float>.list__item:not(:last-child) {
  margin-bottom: 0
}

.description-list__item .list__item:not(:first-child) {
  margin-top: 5px;
}

.description-list__item .list__item:not(:last-child) {
  margin-bottom: 5px;
}


/* list--number */

.list--number {
  counter-reset: number;
}
.list--number .list__item {
  position: relative;
  padding-left: 20px;
}
.list--number .list__item:before {
  counter-increment: number;
  position: absolute;
  top: 0;
  left: 0;
}
/* ==========================================================================

    loading

========================================================================== */

/* サイト全体で共通の設定 */
/* 
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/








/* グラデーションの場合 */


/* 透明色 */ 


 
/* フォント
--------------------------------------*/
/* 基本のフォント */





/* 英字のフォント */


/* ベビーリーフ特設ページ */


/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン 10/24 PCのみ設定済
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


/* ==========================================================================

    heading-1

========================================================================== */

/* サイト全体で共通の設定 */
/* 
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/








/* グラデーションの場合 */


/* 透明色 */ 


 
/* フォント
--------------------------------------*/
/* 基本のフォント */





/* 英字のフォント */


/* ベビーリーフ特設ページ */


/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン 10/24 PCのみ設定済
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.billboard .heading-1-wrap {
  box-sizing: border-box;
  color: #403434;
  left: 50%;
  max-width: 1600px;
  padding: 0 100px;
  position: absolute;
  transform: translate(-50%,0);
  width: 100%;
  z-index: 1;
}
.billboard h1 {
  color: #403434;
  font-size: 18px;
  font-family: 'noto-sans-jp-medium','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
  line-height: 1.2;
  margin-top: 10px;
  text-shadow: 0px 0px 2px rgba(255,255,255,1), 0px 0px 5px rgba(255,255,255,0.5);
}

.billboard .heading-1__eng {
  font-family: 'Montserrat', serif;
  color: #E80000;
  font-size: 55px;
  margin-bottom: 5px;
  display: inline-block;
  word-wrap: break-word;
  line-height: 1;
}
@media only screen and (max-width: 1049px) {
  .billboard .heading-1-wrap {
    padding: 0 50px;
  }
  .billboard .heading-1__eng {
    font-size: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .billboard .heading-1-wrap {
    padding: 0 30px;
  }
  .billboard .heading-1__eng {
    font-size: 35px;
  }
}
.billboard.billboard--size-l .heading-1-wrap,
.billboard.billboard--size-m .heading-1-wrap {
  bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .billboard.billboard--size-l .heading-1-wrap,
  .billboard.billboard--size-m .heading-1-wrap {
    bottom: 45px;
  }
}
.billboard.billboard--size-s .heading-1-wrap {
  bottom: 45px;
}
/* ==========================================================================

    heading-2

========================================================================== */

/* サイト全体で共通の設定 */
/* 
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/








/* グラデーションの場合 */


/* 透明色 */ 


 
/* フォント
--------------------------------------*/
/* 基本のフォント */





/* 英字のフォント */


/* ベビーリーフ特設ページ */


/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン 10/24 PCのみ設定済
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */




/* ==========================================================================

    heading-3

========================================================================== */

/* サイト全体で共通の設定 */
/* 
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/








/* グラデーションの場合 */


/* 透明色 */ 


 
/* フォント
--------------------------------------*/
/* 基本のフォント */





/* 英字のフォント */


/* ベビーリーフ特設ページ */


/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン 10/24 PCのみ設定済
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



/* bg-heading */

/* ==========================================================================

    heading-4

========================================================================== */

/* サイト全体で共通の設定 */
/* 
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/








/* グラデーションの場合 */


/* 透明色 */ 


 
/* フォント
--------------------------------------*/
/* 基本のフォント */





/* 英字のフォント */


/* ベビーリーフ特設ページ */


/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン 10/24 PCのみ設定済
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.heading-4 {
	font-size: 22px;
  font-family: 'noto-sans-jp-bold','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	line-height: 1.4;
  border-bottom: 1px solid #C7C2C2;
  padding-bottom: 20px;
}
@media screen and (max-width:1049px) {
	.heading-4 {
  	font-size: 20px;
	}
}

.heading-4:not(:first-child) {
	margin-top: 90px;
}
.heading-4:not(:last-child) {
	margin-bottom: 40px;
}

.columns .heading-4:not(:first-child) {
  margin-top: 30px
}
.heading-4.no-border {
  border-bottom: none;
  padding-bottom: 0;
}
/* ==========================================================================

    heading-5

========================================================================== */

/* サイト全体で共通の設定 */
/* 
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/








/* グラデーションの場合 */


/* 透明色 */ 


 
/* フォント
--------------------------------------*/
/* 基本のフォント */





/* 英字のフォント */


/* ベビーリーフ特設ページ */


/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン 10/24 PCのみ設定済
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.heading-5:not(:first-child) {
  margin-top: 90px;
}

.heading-5:not(:last-child) {
  margin-bottom: 30px;
}
.columns .heading-5:not(:first-child) {
  margin-top: 30px
}
.heading-5 {
  font-size: 18px;
  font-family: 'noto-sans-jp-bold','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
  line-height: 1.4;
}
/* ==========================================================================

    .heading-link

========================================================================== */

/* サイト全体で共通の設定 */
/* 
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/








/* グラデーションの場合 */


/* 透明色 */ 


 
/* フォント
--------------------------------------*/
/* 基本のフォント */





/* 英字のフォント */


/* ベビーリーフ特設ページ */


/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン 10/24 PCのみ設定済
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


/* 見出しリンクのスタイル */


.heading-link .icon {
  padding-left: 25px;
}

@media only screen and (min-width: 1050px) {
  .heading-link .icon:hover {
    color: #E80000;
  }
  .heading-link .icon:before {
    background-color: #E80000;
    bottom: 0;
    content: "";
    left: 25px;
    height: 2px;
    position: absolute;
    width: 0;
    transition: .3s;
  }
  .heading-link .icon:hover:before {
    width: calc(100% - 25px);
  }
}
.heading-link .icon.icon--default:after,
.heading-link .icon.icon--back:after {
  height: 15px;
  top: calc(50% - 7px);
  width: 20px;
}

/* heading-2 */
.heading-link.heading-2 {
  text-align: left;
}
.heading-link.heading-2:before {
  display: none;
}
.heading-link.heading-2 .heading-2__txt {
  display: inline;
  padding: 0;
  max-width: inherit;
}


.bl-hot.bl-hover .heading-link .icon {
  color: #E80000;
}
.bl-hot.bl-hover .heading-link .icon:before {
  width: calc(100% - 25px);
}
/* ==========================================================================

    icon

========================================================================== */

/* サイト全体で共通の設定 */
/* 
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/








/* グラデーションの場合 */


/* 透明色 */ 


 
/* フォント
--------------------------------------*/
/* 基本のフォント */





/* 英字のフォント */


/* ベビーリーフ特設ページ */


/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン 10/24 PCのみ設定済
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.icon {
	color: #403434;
	display: inline-block;
	padding-left: 20px;
	position: relative;
	text-decoration: none;
}
@media screen and (max-width: 767px) {
  
  .icon {
    padding-right: 20px
  }
  .button--default .icon {
    padding-right: 0;
  }
}

.icon:after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
	content: "";
	display: block;
  left: 0;
	position: absolute;
}

.button--text--white .icon:before {
  background-color: #ffffff;
}



.icon--default:after,
.icon--back:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxOS45OTgiIHZpZXdCb3g9IjAgMCAxNSAxOS45OTgiPgogIDxnIGlkPSLjgrDjg6vjg7zjg5dfMzI4OCIgZGF0YS1uYW1lPSLjgrDjg6vjg7zjg5cgMzI4OCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTc3NSAtMjgyNS4wMDEpIj4KICAgIDxwYXRoIGlkPSLjg5HjgrlfNTM4MSIgZGF0YS1uYW1lPSLjg5HjgrkgNTM4MSIgZD0iTTE5NTQuNjM1LTE3NC4zMTlsMTUsMTAtMTUsMTAsNS0xMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMTc5LjYzMSAyOTk5LjMyKSIgZmlsbD0iI2U3MDkwMCIvPgogIDwvZz4KPC9zdmc+Cg==);
  height: 12px;
  top: calc(50% - 6px);
  width: 9px;
}
.button--text--white .icon--default:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4LjEyMSIgaGVpZ2h0PSIxMy40MTQiIHZpZXdCb3g9IjAgMCA4LjEyMSAxMy40MTQiPgogIDxwYXRoIGlkPSLjg5HjgrlfMTc0MiIgZGF0YS1uYW1lPSLjg5HjgrkgMTc0MiIgZD0iTTE3ODIuNjUsNDM2Ljc1NGw2LDYsNi02IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDM2LjA0NyAxNzk1LjM1Nykgcm90YXRlKC05MCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=);
}

.icon--window:after {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC4wMDIiIGhlaWdodD0iMTAuMDAxIiB2aWV3Qm94PSIwIDAgMTAuMDAyIDEwLjAwMSI+CiAgPHBhdGggaWQ9IuWQiOS9k18zOCIgZGF0YS1uYW1lPSLlkIjkvZMgMzgiIGQ9Ik0xOTEyMSwxNTE5NWgtN3YtMWg3di03aDF2OFptLTktM3YtN2g3djdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTkxMTIgLTE1MTg1LjAwMSkiIGZpbGw9IiNlODAwMDAiLz4KPC9zdmc+Cg==);
  height: 10px;
  top: calc(50% - 5px);
	width: 10px;
}
.icon--pdf:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDE0IDE0Ij4KICA8ZyBpZD0i44Kw44Or44O844OXXzc5MyIgZGF0YS1uYW1lPSLjgrDjg6vjg7zjg5cgNzkzIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTguNSAtNjkwKSI+CiAgICA8cGF0aCBpZD0i44OR44K5XzE4NDAiIGRhdGEtbmFtZT0i44OR44K5IDE4NDAiIGQ9Ik0xMDUuODU5LDY5My45MjhsLS45NTMuMjUyLjkzOCwzLjUwNy0yLjU2NiwyLjU2OC43LjcsMi41NjYtMi41NjcsMy41MDguOTM5LjI1NC0uOTU2LTMuNTA4LS45MzdaIiBmaWxsPSIjZTgwMDAwIi8+CiAgICA8cGF0aCBpZD0i44OR44K5XzE4NDEiIGRhdGEtbmFtZT0i44OR44K5IDE4NDEiIGQ9Ik0xMDguNDA2LDY5MEgxMDAuNXYzaC0ydjJoMnY5aDEyVjY5NFptMy4wOTQsMTNoLTEwdi04aDJ2LTJoLTJ2LTJIMTA4bDEuNiwxLjU2NywxLjksMS44NTRaIiBmaWxsPSIjZTgwMDAwIi8+CiAgPC9nPgo8L3N2Zz4K);
  height: 14px;
  top: calc(50% - 7px);
  width: 11px;
}
.icon--map:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDEzIDE2Ij4KICA8ZyBpZD0i44Kw44Or44O844OXXzMwODQiIGRhdGEtbmFtZT0i44Kw44Or44O844OXIDMwODQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDAgLTEwNTgyKSI+CiAgICA8ZyBpZD0i44OR44K5XzE4MTUiIGRhdGEtbmFtZT0i44OR44K5IDE4MTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUwIDk5NTIpIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICA8cGF0aCBkPSJNNTYuNSw2MzBhNi40LDYuNCwwLDAsMC02LjUsNi4yODZDNTAsNjQxLDU2LjUsNjQ2LDU2LjUsNjQ2czYuNS01LDYuNS05LjcxNEE2LjQsNi40LDAsMCwwLDU2LjUsNjMwWiIgc3Ryb2tlPSJub25lIi8+CiAgICAgIDxwYXRoIGQ9Ik0gNTYuNDk5OTk2MTg1MzAyNzMgNjMxLjAwMDA2MTAzNTE1NjIgQyA1My40NjcyODUxNTYyNSA2MzEuMDAwMDYxMDM1MTU2MiA1MC45OTk5OTYxODUzMDI3MyA2MzMuMzcxMjE1ODIwMzEyNSA1MC45OTk5OTYxODUzMDI3MyA2MzYuMjg1NzA1NTY2NDA2MiBDIDUwLjk5OTk5NjE4NTMwMjczIDYzNy45NTkwNDU0MTAxNTYyIDUyLjAyOTYyNDkzODk2NDg0IDY0MC4wMTI0NTExNzE4NzUgNTMuOTc3NTY1NzY1MzgwODYgNjQyLjIyMzg3Njk1MzEyNSBDIDU0LjkzMjEyNTA5MTU1MjczIDY0My4zMDc2MTcxODc1IDU1Ljg5ODE3ODEwMDU4NTk0IDY0NC4xODc1NjEwMzUxNTYyIDU2LjQ5OTk5MjM3MDYwNTQ3IDY0NC43MDQwNDA1MjczNDM4IEMgNTcuMTAxOTAyMDA4MDU2NjQgNjQ0LjE4NzUgNTguMDY3ODY3Mjc5MDUyNzMgNjQzLjMwNzYxNzE4NzUgNTkuMDIyNDI2NjA1MjI0NjEgNjQyLjIyMzg3Njk1MzEyNSBDIDYwLjk3MDM2NzQzMTY0MDYyIDY0MC4wMTI0NTExNzE4NzUgNjEuOTk5OTk2MTg1MzAyNzMgNjM3Ljk1OTA0NTQxMDE1NjIgNjEuOTk5OTk2MTg1MzAyNzMgNjM2LjI4NTcwNTU2NjQwNjIgQyA2MS45OTk5OTYxODUzMDI3MyA2MzMuMzcxMjE1ODIwMzEyNSA1OS41MzI3MDcyMTQzNTU0NyA2MzEuMDAwMDYxMDM1MTU2MiA1Ni40OTk5OTYxODUzMDI3MyA2MzEuMDAwMDYxMDM1MTU2MiBNIDU2LjQ5OTk5NjE4NTMwMjczIDYzMC4wMDAwNjEwMzUxNTYyIEMgNjAuMDkwMzU0OTE5NDMzNTkgNjMwLjAwMDA2MTAzNTE1NjIgNjIuOTk5OTk2MTg1MzAyNzMgNjMyLjgxMzcyMDcwMzEyNSA2Mi45OTk5OTYxODUzMDI3MyA2MzYuMjg1NzA1NTY2NDA2MiBDIDYyLjk5OTk5NjE4NTMwMjczIDY0MS4wMDAwNjEwMzUxNTYyIDU2LjQ5OTk5NjE4NTMwMjczIDY0Ni4wMDAwNjEwMzUxNTYyIDU2LjQ5OTk5NjE4NTMwMjczIDY0Ni4wMDAwNjEwMzUxNTYyIEMgNTYuNDk5OTk2MTg1MzAyNzMgNjQ2LjAwMDA2MTAzNTE1NjIgNDkuOTk5OTk2MTg1MzAyNzMgNjQxLjAwMDA2MTAzNTE1NjIgNDkuOTk5OTk2MTg1MzAyNzMgNjM2LjI4NTcwNTU2NjQwNjIgQyA0OS45OTk5OTYxODUzMDI3MyA2MzIuODEzNzIwNzAzMTI1IDUyLjkwOTYzNzQ1MTE3MTg4IDYzMC4wMDAwNjEwMzUxNTYyIDU2LjQ5OTk5NjE4NTMwMjczIDYzMC4wMDAwNjEwMzUxNTYyIFoiIHN0cm9rZT0ibm9uZSIgZmlsbD0iI2U4MDAwMCIvPgogICAgPC9nPgogICAgPHBhdGggaWQ9IuODkeOCuV8xODE2IiBkYXRhLW5hbWU9IuODkeOCuSAxODE2IiBkPSJNNTUuNzUsNjM4LjI1YTIuNSwyLjUsMCwxLDEsMi41LTIuNUEyLjUsMi41LDAsMCwxLDU1Ljc1LDYzOC4yNVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUwLjc1IDk5NTIuNzUpIiBmaWxsPSIjZTgwMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz4KICA8L2c+Cjwvc3ZnPgo=);
	height: 16px;
	top: calc(50% - 8px);
	width: 12px;
}
.icon--back:after {
	transform: scale(-1, -1);
}


.icon.icon--none {
    padding-left: 0;
}
/* ==========================================================================

    section

========================================================================== */

/* サイト全体で共通の設定 */
/* 
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/








/* グラデーションの場合 */


/* 透明色 */ 


 
/* フォント
--------------------------------------*/
/* 基本のフォント */





/* 英字のフォント */


/* ベビーリーフ特設ページ */


/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン 10/24 PCのみ設定済
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


.section:not(:first-child) {
	margin-top: 100px;
}
@media screen and (max-width:1049px) {
	.section:not(:first-child) {
		margin-top: 100px;
	}
}

.section:not(:last-child) {
	margin-bottom: 100px;
}
@media screen and (max-width:1049px) {
	.section:not(:last-child) {
		margin-bottom: 100px;
	}
}
@media screen and (max-width:767px) {
	.section:not(:last-child) {
		margin-bottom: 50px;
	}
}

.section.section--dnadetail {
  padding-top: 0;
}
/* ==========================================================================

    strong

========================================================================== */

/* サイト全体で共通の設定 */
/* 
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/








/* グラデーションの場合 */


/* 透明色 */ 


 
/* フォント
--------------------------------------*/
/* 基本のフォント */





/* 英字のフォント */


/* ベビーリーフ特設ページ */


/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン 10/24 PCのみ設定済
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.strong {
	font-weight: 600;
}
/* ==========================================================================

    paragraph

========================================================================== */

/* サイト全体で共通の設定 */
/* 
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/








/* グラデーションの場合 */


/* 透明色 */ 


 
/* フォント
--------------------------------------*/
/* 基本のフォント */





/* 英字のフォント */


/* ベビーリーフ特設ページ */


/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン 10/24 PCのみ設定済
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.paragraph {
  font-size: 16px;
  line-height: 1.8;
}
.paragraph:not(:first-child) {
	margin-top: 30px
}
.paragraph:not(:last-child) {
	margin-bottom: 30px
}
/* ==========================================================================

    view

========================================================================== */

/* サイト全体で共通の設定 */
/* 
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/








/* グラデーションの場合 */


/* 透明色 */ 


 
/* フォント
--------------------------------------*/
/* 基本のフォント */





/* 英字のフォント */


/* ベビーリーフ特設ページ */


/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン 10/24 PCのみ設定済
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



@media screen and (max-width:1049px) {
	.view--is-desktop {
		display: none
	}
}
.view--is-desktop-lower {
	display: none
}
@media screen and (max-width:1049px) {
	.view--is-desktop-lower {
		display: block
	}
}
.view--is-laptop {
	display: none
}
@media screen and (min-width:768px) and (max-width:1049px) {
	.view--is-laptop {
		display: block
	}
}
.view--is-laptop-lower {
	display: none
}
@media screen and (max-width:767px) {
	.view--is-laptop-lower {
		display: block
	}
}
.view--is-palmtop {
	display: none
}
@media screen and (max-width:414px) {
	.view--is-palmtop {
		display: block
	}
}
/* ==========================================================================

    description-list

========================================================================== */

/* サイト全体で共通の設定 */
/* 
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/








/* グラデーションの場合 */


/* 透明色 */ 


 
/* フォント
--------------------------------------*/
/* 基本のフォント */





/* 英字のフォント */


/* ベビーリーフ特設ページ */


/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン 10/24 PCのみ設定済
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.description-list:not(:first-child){
  margin-top: 50px;
}

.description-list__item:first-child {
  border-top: 1px solid #C7C2C2;
  padding-top: 15px;
}
.description-list__item {
  border-bottom: 1px solid #C7C2C2;
  display: table;
  font-size: 16px;
  position: relative;
  width: 100%;
}
@media screen and (max-width:1049px) {
  .description-list__item {
    display: block;
  }
}

.description-list__item:not(:first-child) {
  margin-top: 15px;
}
@media screen and (max-width:1049px) {
  .description-list__item:not(:first-child) {
    margin-top: 10px;
  }
}

.description-list__heading {
  font-family: 'noto-sans-jp-medium','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
  box-sizing: border-box;
  display: table-cell;
  padding-bottom: 15px;
  vertical-align: top;
  width: 190px;
}
@media screen and (max-width:1049px) {
  .description-list__heading {
    padding-bottom: 0;
    display: block;
    padding-left: 0;
    width: auto;    
  }
}
.description-list__content {
  box-sizing: border-box;
  display: table-cell;
  padding-left: 60px;
  padding-bottom: 15px;
  vertical-align: top;
  width: auto;
}
@media screen and (max-width:1049px) {
  .description-list__content {
    padding-left: 40px;
    padding-right: 10px;
  }
}
@media screen and (max-width:1049px) {
  .description-list__content {
    display: block;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px;
  }
}

.description-list__content .paragraph:not(:first-child) {
    margin-top: 5px;
}
.description-list__content .button:not(:first-child) {
    margin-top: 0;
}
.description-list__content .button--text {
    margin-top: 0;
}
/* ==========================================================================

    text

========================================================================== */

/* サイト全体で共通の設定 */
/* 
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/








/* グラデーションの場合 */


/* 透明色 */ 


 
/* フォント
--------------------------------------*/
/* 基本のフォント */





/* 英字のフォント */


/* ベビーリーフ特設ページ */


/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン 10/24 PCのみ設定済
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */



.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}

.text-center .link,
.text-center .button {
  text-align: center;
}
.text-center .link a,
.text-center .button a {
  text-align: left;
}
@charset "UTF-8";

/* ==========================================================================

    news.css

========================================================================== */

/* サイト全体で共通の設定 */
/* 
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/








/* グラデーションの場合 */


/* 透明色 */ 


 
/* フォント
--------------------------------------*/
/* 基本のフォント */





/* 英字のフォント */


/* ベビーリーフ特設ページ */


/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン 10/24 PCのみ設定済
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */


 /* ページャーリンクのスタイル */
/* ==========================================================================

    blog-pagination

========================================================================== */

/* サイト全体で共通の設定 */
/* 
 サイト全体で共通の設定
*/


/* ブレイクポイント
--------------------------------------*/





/* 色
--------------------------------------*/








/* グラデーションの場合 */


/* 透明色 */ 


 
/* フォント
--------------------------------------*/
/* 基本のフォント */





/* 英字のフォント */


/* ベビーリーフ特設ページ */


/* html 要素 */



/* 文字のサイズ
--------------------------------------*/
/* html 要素 */




/* small要素 */




/* sub、sup 要素 */





/* 文字のウェイト
--------------------------------------*/



/* 行間
--------------------------------------*/
/* line-height-root-* 用*/










/* line-height-normal-* 用 */











/* containerの設定
--------------------------------------*/
/* 幅の上限と下限 */



/* 左右内側の余白 */





/* natural の設定
--------------------------------------*/
/* 要素間の上下余白 */





/* 上下マージン 10/24 PCのみ設定済
----------------------------------------------*/
/* between column */



















/* 設定
---------------------------------------*/

/* align-items */


/* flex-display */



/* flex-wrap */


/* justify-content */


/* order */


/* flex */





/* ニュース */

.news-category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;;
  margin-bottom: 50px;
  margin-top: -20px;
}
@media screen and (min-width: 1050px) {
  .news .news-category-list {
    display: none;
  }
}

.news-category-list__item {
  margin-top: 20px;
}

.news-category-list__item:not(:first-child) {
  margin-left: 30px;
}

.news-category-list__item a {
  color: #403434;
  display: block;
  padding-bottom: 5px;
  position: relative;
  text-decoration: none;
  transition: .3s;
}
.news-category-list__item a:hover {
  color: #E80000;
}

.news-category-list__item.is-active a:after {
  bottom: 0;
  border-bottom: 1px solid #403434;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}

.news-archive-list {
  border-top: 1px solid #C7C2C2;
}
.news-archive-list:last-of-type {
  border-bottom: 1px solid #C7C2C2;
}

.news-archive-list .news-archive-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  padding: 20px 20px 20px 0;
  position: relative;
}
@media screen and (max-width:1049px) {
  .news-archive-list .news-archive-list__item {
    display: block;
  }
}

.news-archive-list__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  width: 18%;
  min-width: 290px;
}
.news-archive-list__content {
  width: calc(82% - 20px);
}
@media screen and (max-width:1049px) {
  .news-archive-list__heading {
    width: 100%;
  }
  .news-archive-list__content {
    width: 100%;
  }
}

.news-archive-list__content__date {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  min-width: 130px;
}

.news-archive-list__content__date:not(:first-child) {
  margin-left: 20px;
}

.news-archive-list__content__tag {
  margin-left: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  line-height: 1.5;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;;
}

.news-archive-list__content__tag li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;;
  box-sizing: border-box;
  background-color: #E80000;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;;
  font-size: 14px;
  line-height: 1.2;
  min-width: 120px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;;
  padding: 4px 5px;
  text-align: center;
}

.management-business,
.news-archive-list__content__tag.management-business li {
  background-color: #E80000;
}
.award-certification,
.news-archive-list__content__tag.award-certification li {
  background-color: #c35791;
}
.exhibitions,
.news-archive-list__content__tag.exhibitions li {
  background-color: #3f7cce;
}
.environment,
.news-archive-list__content__tag.environment li {
  background-color: #4db368;
}
.other,
.news-archive-list__content__tag.other li {
  background-color: #8a8686;
}

.news-archive-list__content__link {
  color: #403434;
  display: block;
  padding-left: 20px;
  position: relative;
  transition: .3s;
  text-decoration: none;
  font-family: 'noto-sans-jp-medium','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
}

.news-archive-list__content__link:hover {
  color: #E80000;
}

.news-archive-list__content__link:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxOS45OTgiIHZpZXdCb3g9IjAgMCAxNSAxOS45OTgiPgogIDxnIGlkPSLjgrDjg6vjg7zjg5dfMzI4OCIgZGF0YS1uYW1lPSLjgrDjg6vjg7zjg5cgMzI4OCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTc3NSAtMjgyNS4wMDEpIj4KICAgIDxwYXRoIGlkPSLjg5HjgrlfNTM4MSIgZGF0YS1uYW1lPSLjg5HjgrkgNTM4MSIgZD0iTTE5NTQuNjM1LTE3NC4zMTlsMTUsMTAtMTUsMTAsNS0xMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMTc5LjYzMSAyOTk5LjMyKSIgZmlsbD0iI2U3MDkwMCIvPgogIDwvZz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  width: 9px;
  height: 12px;
  left: 0;
  margin-top: -5px;
  position: absolute;
  top: 14px;
  transition: .3s;
}


/* 記事 */

.button--text--news {
  border-bottom: 1px solid #C7C2C2;
  font-size: 16px;
  padding-bottom: 15px;
}

.button.button--text--news:not(:first-child) {
  margin-top: 100px;
}