@charset "utf-8";
/* style sheet
* Functional-Foods-Material LP base css
* HAYASHIKANE
* 20230923 Nakahara Printex r.inoue
*/
html {scroll-behavior: smooth;}
body {font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

/****** page top h1 ********/
.title_h1 {
    margin: 8px auto 15px auto;
    max-width: 1200px;
    min-width: 310px;
    font-size: 11px;
    text-align: left;
    color: #777;
}

/****** Main boxies ********/
.total_wrapper {
    margin: 0 auto;
    max-width: 1200px;
    min-width: 310px;
    background: #fff;
}

header, footer {min-width: 310px; clear: both;}

.header_box {/**bg each css*/}

.footer_box {margin:0 auto; width: 100%; max-width: 1200px;}

  .header_logo_img, .footer_logo_img {display:block; margin: 10px auto;}
  .header_box .inpage_menu {/**bg each css*/}
  .header_box .inpage_menu ul {
    margin: 0 auto;
    padding: 0;
    max-width: 1000px;
    text-align: center;
  }
  .header_box .inpage_menu ul li {
    display:inline-block;
    width: 32%;
  }
  .header_box .inpage_menu ul li a:hover {border-bottom: 3px solid;}
  .header_box .inpage_menu ul li .inpage_menu_img {width: 100%; max-width: 233px;}

  .footer_attention_img {display:block; margin:0 auto; width:100%; max-width: 1200px;}
  .footer_logo_img {max-width: 1200px;}
  .footer_p {padding:1em 0; width: 100%; text-align:center; color:#fdfdfd; background: #239935;}

section {margin: 15px 3% 10px 3%;}

.hrline {height:0; border-top: 1.5px solid; clear: both;}

/** Sub Boxies ***/
.bg-color_box {padding:20px 0; width: 100%;}
.image_title_bg{/**bg each css*/}

.each_contentbox {margin:0 auto; max-width: 1000px;}

.center_box {display:block; margin:2em auto 0 auto; max-width:800px; clear:both;}

.float_right {float: right;}
/****** images ********/
.image_center {
    display: block;
    margin: 20px auto;
    width: auto;
    max-width: 90%;
}
.image_allwidth {
    width: 100%;
    margin-bottom: 10px;
}
.image_rightalign {
    margin-bottom: 10px;
}

/***Half box***/
.half_box_left {float: left; margin-bottom:0em; border-bottom:none;}
.half_box_right {float: right; margin-bottom:0em; border-bottom:none;}
  .half_box_left img, .half_box_right img {max-width:94%;}

.narrow_box {display: block; margin: 0.5em auto !important; clear:both;}

/****** texts ********/
h2 {
    margin: 0 0 1.2em;
    border-bottom: 3px solid #ddd;
    border-color: none;
    text-align: center;
    font-size: 1.9rem;
    line-height: 1.3em;
}

h3 {margin-bottom: 0.5em; font-size: 1.6em; border-bottom: 1px solid #b2dd9b;}

.title_h2 {
    min-height: 24px;
    padding: 3px 15px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    line-height: 24px;
    font-size: 20px;
    color: #fff;
}
.title_h3 {
	min- height: 22px;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    color: #e61e32;
    line-height: 22px;
    font-size: 18px;
    padding: 2px 10px;
    border: 1px solid #e61e32;
}
.title_h4 {}

p {
	margin: 1em 0;
	font-size: 1.2em;
  line-height: 1.4em;
  color: #444;
}
  .text-font_normal {font-size: 1.4em; font-weight:500;}
  .text-font_large-1 {font-size: 1.5em; font-weight:500;}
  .text-font_large-2 {font-size: 1.7em; font-weight:600;}
  .text-font_bold {font-weight: bold;}
  .smalltext {font-size: 0.8em;}

 /**body in box**/
.body-text {margin: 1em 0.5em 1em 0.5em;}
.div-in_body-text {margin-top: 2em;}/**L-R box inner Pearse**/


.border-none {border:none;}

.Register_mark:after {content:"\0ae"; font-size: 0.6em;}/*&#xae*/

/****list****/
.ul_4column:after {content: ""; height: 1px;}
.ul_4column {
	display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}
/**text align*/
.aligntleft {text-align: left;}
.alignright {text-align: right;}
.aligncenter {text-align: center;}

/**************min-width: 760px*********************/
@media screen and (min-width: 760px) {

    .header_logo_img, .footer_logo_img {max-width:768px; }
	
	.half_box_left, .half_box_right {
    display: inline-block;
    margin: 8px 2em 8px 0;
    width: calc(49% - 2em);
    width: -webkit-calc(49% - 2em);
	}
    .half_box_right {margin: 8px 0 8px 2em;}
	
		.ul_4column li {
    	display: inline-block;
    	width: 24%;
    	margin: 0;
	}

	.person_image_voice {
    	display: -webkit-box;
    	float: right;
    	margin: -50px 1% 0 0;
		width: 24.5%;
    	max-width: 170px;
	}
	.narrow_box {max-width: 600px;}

    /**▽ L-R Box top ma-gin control**/
    .margin_top {margin-top:4em;}
    .margin_top-2 {margin-top:2em;}
    .margin_bottom {margin-bottom:4em;}
	
}

/**************max-width: 759px*********************/
@media screen and (max-width: 759px) {

    .header_logo_img, .footer_logo_img {max-width:92%;}

    .half_box_left, .half_box_right {
        display: inline-block;
        margin: 8px;
        width: calc(100% - 16px);
        width: -webkit-calc(100% - 16px);
 	    }
	
    .ul_4column li {
        display: inline-block;
   	    width: 49%;
   	    margin: 0;
    }
    .narrow_box {max-width: 90%;}

    /**▽ L-R Box top ma-gin control**/
    .margin_top {margin-top:0em;}
    .margin_top-2 {margin-top:0.5em;}
    .margin_bottom {margin-bottom:1em;}

}