@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */

body,
input,
select,
textarea {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

a:link {
	color: #016CB7;
    text-decoration: underline;
    transition-duration: 0.1s;
}
a:hover {
    color: #3F1F00;
    text-decoration: none;
}
a:visited {
    color: #00008b;
}
body {
	font-size: 93.75%;    /* 15px */
    line-height: 1.5;
    color: #333333;
    background-color: transparent;
		font-weight: 500;
}


/* Styles
================================================== */


/* text */

.txt_red {
	color: #b81212;
	/* Setting by CMS sheets */
}

.txt_green {
	color: #1B594A;
	/* Setting by CMS sheets */
}

.txt_big {
	font-size: 130%;
	/* Setting by CMS sheets */
}

.txt_small {
	font-size: 86%;
	/* Setting by CMS sheets */
}


/* bgcolor */
td.bg_blue,
th.bg_blue {
	color: inherit;
	background-color: #e8fdfe;
	/* Setting by CMS sheets */
}
td.bg_gray,
th.bg_gray {
	color: inherit;
	background-color: #eef9ff;
	/* Setting by CMS sheets */
}
td.bg_purple,
th.bg_purple {
	color: inherit;
	background-color: #f3eeff;
	/* Setting by CMS sheets */
}

/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */


/* ==================================================
Base-Layout
================================================== */
#tmp_wrapper {
	margin: 0 auto;
}

.container:before,
.container:after {
	content: '';
	display: table;
}

.container:after {
	clear: both;
}

.container {
	width: 100%;
	max-width: 1100px;
	padding: 0 10px;
	margin: 0 auto;
}
.col_main {
    padding: 20px 0;
}

/* header
================================================== */
#tmp_header {
	padding: 5px 0;
}
#tmp_hlogo {
	float: left;
}
#tmp_hlogo h1,
#tmp_hlogo p {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.3;
}
#tmp_hlogo h1,
#tmp_hlogo p a {
    padding-left: 2em;
    background-image: url("/site/shared/site_foodloss/images/icon/hlogo.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    color: #333333;
}
#tmp_hlogo a {
	display: block;
    text-decoration: none;
}
#tmp_settings {
    float: right;
}
/* hnavi */
#tmp_hnavi {
    list-style: none;
    display: table;
    margin: 5px 0 0;
    font-weight: bold;
}
#tmp_hnavi li {
    display: table-cell;
    padding: 0 0 0 10px;
}
#tmp_hnavi li a {
    display: block;
    text-decoration: none;
    padding-left: 1em;
    position: relative;
    color: #333333;
    background-color: transparent;
}
#tmp_hnavi li a::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0px;
    border-left: #2E9CC0 8px solid;
    border-top: transparent 5px solid;
    border-bottom: transparent 5px solid;
    transform: translateY(-50%);
}
/* gnavi
================================================== */
#tmp_gnavi {
    padding: 2px 0;
}
#tmp_gnavi ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
    font-weight: bold;
}
#tmp_gnavi li {
    line-height: 1.3;
	flex-grow:1;
    position: relative;
}
#tmp_gnavi li:first-child::before {
    left: 0;
}
#tmp_gnavi li::after {
    right: 0;
}
#tmp_gnavi li:first-child::before,
#tmp_gnavi li::after {
    content: "";
    position: absolute;
    top: 15%;
    bottom: 15%;
    width: 1px;
    background-color: #000000;
}
#tmp_gnavi li a {
	display:flex;
	justify-content: center;
	align-items: center;
	padding: 5px 7px;
	text-align: center;
	text-decoration: none;
    color: #333333;
    background-color: transparent;
}

/* cate_ttl
================================================== */
#tmp_cate_ttl {
    color: inherit;
    background-color: #F7EBA3;
    margin: 0 0 10px;
    clear: both;
}
#tmp_cate_ttl .cate_ttl_inner {
    position: relative;
    min-height: 180px;
    background: url("/site/shared/site_foodloss/images/main/title_bg.png") no-repeat center center;
	display:flex;
	justify-content: center;
	align-items: center;
    flex-flow: column;
}
#tmp_cate_ttl .titleimage {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 24%;
}
#tmp_cate_ttl .titleimage img {
    max-width: 100%;
    height: auto;
}
#tmp_cate_ttl h1,
#tmp_cate_ttl p.news_ttl {
    font-size: 213.33%;
	font-weight: bold;
}
#tmp_cate_ttl p {
    font-size: 133.33%;
    text-align: center;
    line-height: 1.3;
}
/* 親子で考える食品ロス */
#tmp_cate_ttl.cate_ttl_dekiru {
    border-bottom: 4px solid #000000;
}
#tmp_cate_ttl.cate_ttl_dekiru .cate_ttl_inner {
    min-height: 220px;
    background-image: url("/site/shared/site_foodloss/images/main/dekirutitle_bg.png");
}
#tmp_cate_ttl.cate_ttl_dekiru .titleimage {
    bottom: -17px;
    width: 100%;
}
#tmp_cate_ttl.cate_ttl_dekiru p {
    padding-top: 10px;
}


/* update
================================================== */
#tmp_custom_update {
    float: right;
}
/* footer
================================================== */
#tmp_footer {
	padding: 30px 0 50px;
    color: inherit;
    background-color: #F9EFBB;
    position: relative;
}
#tmp_footer::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    height: 10px;
    background-color: #ffffff;
}
#tmp_footer .wrap_footer {
    display: table;
    width: 100%;
}
#tmp_footer .wrap_footer .footer_add,
#tmp_footer .wrap_footer .wrap_fnavi {
    display: table-cell;
    vertical-align: top;
}
#tmp_footer #tmp_flogo {
    padding-left: 2em;
    margin: 0 0 1em;
    background-image: url("/site/shared/site_foodloss/images/icon/flogo.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    background-size: 24px auto;
    font-size: 133.333333%;
    font-weight: bold;
    line-height: 1.3;
}
#tmp_footer .contact_btn a {
    display: inline-block;
    padding: 8px 30px;
    border: 1px solid #333333;
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}
#tmp_footer .contact_btn a:hover {
    background-color: #ffffff;
}
/* fnavi  */
#tmp_wrap_fnavi {
    display: table;
    width: 100%;
}
#tmp_footer .fnavi1,
#tmp_footer .fnavi2,
#tmp_footer .flink {
	list-style: none;
    display: table-cell;
    vertical-align: top;
}
#tmp_footer .fnavi1,
#tmp_footer .fnavi2 {
    border-left: 1px solid #ffffff;
    padding: 0 25px;
}
#tmp_footer .fnavi1 li,
#tmp_footer .fnavi2 li {
    margin: 5px 0;
    line-height: 1.5;
}
#tmp_footer .fnavi1 li a,
#tmp_footer .fnavi2 li a {
    display: inline-block;
    color: #333333;
    text-decoration: underline;
}
#tmp_footer .flink li {
    margin: 0 0 10px;
    text-align: center;
    font-weight: bold;
}
#tmp_footer .flink li a {
    display: block;
    text-decoration: none;
    border: 1px solid #cccccc;
    padding: 10px;
    color: #333333;
    background-color: #FEFCEF;
}
#tmp_footer .contact_btn a:after,
#tmp_wrap_fnavi .flink li a:after {
    margin: 0 5px;
    content: url("/site/shared/site_foodloss/images/icon/exlink.png");
    vertical-align: middle;
    line-height: 0.1;
}
#tmp_footer .flink li a:hover,
#tmp_wrap_fnavi .flink li a:focus {
    color: #7F3653;
    background-color: #ffffff;
}
#tmp_footer address {
	margin: 0 0 0.8em;
	font-style: normal;
}

#tmp_hnavi li a:hover,
#tmp_hnavi li a:focus,
#tmp_gnavi li .active a,
#tmp_gnavi li a:hover,
#tmp_gnavi li a:focus,
#tmp_footer .fnavi1 li a:hover,
#tmp_footer .fnavi1 li a:focus,
#tmp_footer .fnavi2 li a:hover,
#tmp_footer .fnavi2 li a:focus {
    color: #0580A8;
}


/* ==================================================
CMS-function
================================================== */
/* Scroll Table */
.scroll_table {
	overflow-x:auto;
	margin-bottom:10px;
	padding:23px 5px 5px;
	background:#F5F5F5 url(/site/shared/site_foodloss/images/icon/scroll_table_icon.png) right 5px no-repeat;
	background-size:75px 15px;
}
.scroll_table {
	overflow-x:scroll;
}
.scroll_table_switch {
	text-align:right;
	margin:0 0 10px;
	font-size:75%;
	line-height:1.2;
}
.scroll_table_switch a {
	border:1px solid #CCCCCC;
	color:#333333;
	display:inline-block;
	padding:8px 10px 8px 70px;
	text-decoration:none;
	background:#F2F2F2 url(/site/shared/site_foodloss/images/icon/scroll_table_ex.png) 10px center no-repeat;
	background-size:46px 20px;
	box-shadow:0 2px 0 0 #91918E;
	min-width:9em;
	text-align:center;
}
.scroll_table_switch a.scroll {
	background:#FFFFFF url(/site/shared/site_foodloss/images/icon/scroll_table_df.png) 10px center no-repeat;
	background-size:46px 20px;
}
.scroll_table::-webkit-scrollbar{
 	height: 5px;
}
.scroll_table::-webkit-scrollbar-track{
 	background: #F1F1F1;
}
.scroll_table::-webkit-scrollbar-thumb {
 	background: #BCBCBC;
}
.style_cleaned{
	table-layout: auto!important;
}
.style_cleaned.remove_white_space,
.style_cleaned.remove_white_space *{
	white-space: normal!important;
}
.style_cleaned.remove_width,
.style_cleaned.remove_width *{
	width: auto!important;
}
.style_cleaned.remove_width input,
.style_cleaned.remove_width textarea{
	width: 100%!important;
}
.style_cleaned.remove_min_width,
.style_cleaned.remove_min_width *{
	min-width: auto!important;
}
.style_cleaned.remove_padding_left,
.style_cleaned.remove_padding_left *{
	padding-left: 1px!important;
}
.style_cleaned.remove_padding_right,
.style_cleaned.remove_padding_right *{
	padding-right: 1px!important;
}

/* linkicon
================================================== */
#tmp_main a.icon_pdf,
#tmp_main a.icon_excel,
#tmp_main a.icon_word,
#tmp_main a.icon_ppt,
#tmp_main a.icon_txt {
	display:inline-block;
	vertical-align:top;
	margin-bottom: -4px;
}
a.icon_pdf,
a.icon_excel,
a.icon_word,
a.icon_ppt,
a.icon_txt {
	margin: 0;
	text-indent:0 !important;
	background-position:left top;
	background-repeat:no-repeat;
	padding:1px 0 3px 62px;
}
a.icon_pdf {
	background-image:url(/site/shared/site_mahoroba/images/icon/icon_pdf.png);
}
a.icon_word {
	background-image:url(/site/shared/site_mahoroba/images/icon/icon_word.png);
}
a.icon_excel {
	background-image:url(/site/shared/site_mahoroba/images/icon/icon_excel.png);
}
a.icon_ppt {
	background-image:url(/site/shared/site_mahoroba/images/icon/icon_ppt.png);
}
a.icon_txt {
	background-image:url(/site/shared/site_mahoroba/images/icon/icon_txt.png);
}
#tmp_contents a[rel*="external"]:after,
#tmp_main a[rel*="external"]:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin: -0.2em 0.3em 0;
    background:url(/site/shared/images/icon/icon_external_gray.png) no-repeat center top;
    background-size: 16px auto;
}

/* ==================================================
CMS-parts
================================================== */
/* col2
================================================== */


/* col2_cms */

table.col2 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.col2 td.col2L,
table.col2 td.col2R {
	width: 50%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table.col2 td.col2L {
	border-right: 15px solid #FFFFFF;
}


/* col2_pub */

div.col2 {
	width: 100%;
}

div.col2 div.col2L {
	display: table;
	width: 48.5%;
	margin-right: 2%;
	float: left;
}

div.col2 div.col2R {
	display: table;
	width: 48.5%;
	float: left;
}


/* nestcol2 */

table.col2 table.col2 td.col2L {
	padding: 0;
}

div.col2 div.col2 div.col2L {
	width: 47.5%;
	margin-right: 4%;
}

div.col2 div.col2 div.col2R {
	width: 47.5%;
}


/* fixed_col2 */

div.fixed_col2 {
	width: 100%;
}

div.fixed_col2 div.fixed_col2L {
	display: table;
	width: 48.5%;
	margin-right: 2%;
	float: left;
}

div.fixed_col2 div.fixed_col2R {
	display: table;
	width: 48.5%;
	float: right;
}


/* col3
================================================== */

table.col3 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.col3 td.col3L,
table.col3 td.col3M,
table.col3 td.col3R {
	width: 33.33%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table.col3 td.col3L,
table.col3 td.col3M {
	border-right: 15px solid #FFFFFF;
}

div.col3 {
	width: 100%;
}

div.col3 div.col3L,
div.col3 div.col3M {
	display: table;
	width: 31.7%;
	margin-right: 2%;
	float: left;
}

div.col3 div.col3R {
	display: table;
	width: 31.7%;
	float: left;
}

/* ptop
================================================== */
.ptop {
	text-align:right;
	clear:both;
}

/* ==================================================
accessibility
================================================== */


/* model_change
================================================== */

.wrap_mc_pc,
.wrap_mc_sp {
	display: none;
}

.disp_pc .wrap_mc_sp,
.disp_pc .wrap_mc_sp #tmp_switch_sp_style {
	display: block;
}

.disp_pc #tmp_hnavi_s,
.disp_pc #tmp_sma_lmenu {
	display: none;
}

/*
==================================================
accessibility style change:color
================================================== */
/* change_color commons
================================================== */
/* icon */

.color_blue #tmp_wrap_main a.icon_pdf,
.color_blue #tmp_wrap_main a.icon_word,
.color_blue #tmp_wrap_main a.icon_excel,
.color_blue #tmp_wrap_main a.icon_ppt,
.color_blue #tmp_wrap_main a.icon_txt,
.color_yellow #tmp_wrap_main a.icon_pdf,
.color_yellow #tmp_wrap_main a.icon_word,
.color_yellow #tmp_wrap_main a.icon_excel,
.color_yellow #tmp_wrap_main a.icon_ppt,
.color_yellow #tmp_wrap_main a.icon_txt,
.color_black #tmp_wrap_main a.icon_pdf,
.color_black #tmp_wrap_main a.icon_word,
.color_black #tmp_wrap_main a.icon_excel,
.color_black #tmp_wrap_main a.icon_ppt,
.color_black #tmp_wrap_main a.icon_txt {
	margin: 0 !important;
	padding: 0 !important;
}
.color_black #tmp_contents a[rel*="external"]:after,
.color_blue #tmp_contents a[rel*="external"]:after,
.color_black #tmp_main a[rel*="external"]:after,
.color_blue #tmp_main a[rel*="external"]:after {
	background-image: url(/site/shared/images/icon/icon_external_yl.png) !important;
}
.color_yellow #tmp_contents a[rel*="external"]:after,
.color_yellow #tmp_main a[rel*="external"]:after {
	background-image: url(/site/shared/images/icon/icon_external_bl.png) !important;
}

/* ==================================================
accessibility style change:font-size
================================================== */


/* small
================================================== */

.fsize_small {
	font-size: 75% !important;
}


/* big
================================================== */

.fsize_big {
	font-size: 125% !important;
}


/* biggest(doubled)
================================================== */

.fsize_big2 {
	font-size: 175% !important;
}

/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_header:after,
#tmp_hnavi:after,
#tmp_#tmp_gnavi:after,
.gnavi ul:after,
#tmp_main:after,
#tmp_custom_update:after,
.pnavi:after,
#tmp_footer:after,
.fnavi:after,
.footer_cnt:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after {
	content: "";
	/* Do not edit */
	display: table;
	/* Do not edit */
	clear: both;
	/* Do not edit */
}