@charset "utf-8";

@media screen and (max-width : 640px) {
#tmp_contents h2 {
	font-size: 120%;
	padding: 5px 0 0 30px;
	text-align: left;
}
#tmp_contents h2::before,
#tmp_contents h2::after{
	width: 13px;
	height: 25px;
	margin: 0;
	background-size: auto 35px;
	position: absolute;
	top: 5px;
}
#tmp_contents h2::before {
	left: 0;
}
#tmp_contents h2::after {
	left: 13px;
}
#tmp_contents h3 {
	padding: 4px 0 2px 26px;
	font-size: 126.6%;
    min-height: 26px;
	background-position: left bottom 3px;
	background-size: auto 20px;
}
#tmp_contents h4 {
	padding: 0 0 0 13px;
	margin: 15px 0 10px;
	font-size: 110%;
	font-weight: 600;
	color: #3F7779;
	position: relative;
}
#tmp_contents h4::before {
	display: block;
	content: "";
	position: absolute;
	top: 11px;
	left: 0;
	width: 8px;
	height: 3px;
	background-color: #3F7779;
}
#tmp_contents h5 {
	margin: 15px 0 10px;
	font-size: 105%;
	font-weight: 600;
	color: #333333;
}
#tmp_contents h6 {
	margin: 15px 0 10px;
	font-size: 100%;
	font-weight: 600;
	color: #333333;
}
#tmp_contents p {
	margin: 0 0 10px;
	padding: 0;
}

/* ==================================================
contents
================================================== */
/* linklist
================================================== */
#tmp_contents ul.linklist {
	display: block;
	margin: 10px auto;
}
#tmp_contents ul.linklist li {
	display: block;
	padding: 0;
	margin: 1px 0;
}
#tmp_contents ul.linklist li a {
	padding: 8px 30px 8px 25px;
}

/* newslist
================================================== */
#tmp_contents ul.newslist {
    border-top: 1px solid #cccccc;
}
#tmp_contents ul.newslist li {
    border-left: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 0;
    display: block;
    position: relative;
}
#tmp_contents ul.newslist li:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 10px;
    margin: -5px 0 0 0;
    border-top: solid 2px #ccc;
    border-right: solid 2px #ccc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#tmp_contents ul.newslist li p {
    display: block;
    width: 100% !important;
 }
#tmp_contents ul.newslist li p.news_date {
    color: #888888;
    background-color: transparent;
    font-size: 86.66%;
    padding: 5px 10px;
}
#tmp_contents ul.newslist li p.news_title {
    padding: 5px 20px 5px 10px;
}
#tmp_contents ul.newslist li p.news_title a {
    color: #000000;
    background-color: transparent;
    text-decoration: none;
}

/* ==================================================
親子で考える食品ロス
================================================== */
/* dekiruabout
================================================== */
#tmp_contents .dekiruabout .example {
	font-size: 106.67%;
	padding: 5px 20px;
    margin: 0 0 15px;
}
#tmp_contents .dekiruabout .dekiruabout_cnt {
    background-image: none;
    padding: 0;
}
#tmp_contents .dekiruabout .dekiruabout_list1,
#tmp_contents .dekiruabout .dekiruabout_list2,
#tmp_contents .dekiruabout .dekiruabout_list3 {
    padding: 0;
    margin: 0 0 5px;
    text-align: left;
}
#tmp_contents .dekiruabout .dekiruabout_list1::before,
#tmp_contents .dekiruabout .dekiruabout_list2::before,
#tmp_contents .dekiruabout .dekiruabout_list3::before {
    display: none;
}
#tmp_contents .dekiruabout .dekiruabout_list1 p,
#tmp_contents .dekiruabout .dekiruabout_list2 p,
#tmp_contents .dekiruabout .dekiruabout_list3 p {
	display:block;
    min-height: auto;
    font-size: 100%;
    border-radius:0;
    padding: 10px;
}

/* whats_item
================================================== */
#tmp_contents .whats_item {
    margin: 0 0 10px;
}
#tmp_contents .whats_item .whats_item_img,
#tmp_contents .whats_item .whats_item_cnt {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
}
#tmp_contents .whats_item .whats_item_img {
    text-align: center;
}
#tmp_contents .whats_item .whats_item_img img {
    width: 100px;
}
#tmp_contents .whats_item h3 {
    font-size: 120%;
    padding: 15px 0 5px 45px;
    background-size: 44px auto;
}
#tmp_contents .whats_item h3 span {
    padding: 19px 2px 2px 14px;
}
/* dekiru_around
================================================== */
#tmp_contents .dekiru_around {
	border-radius: 0;
	padding: 10px 10px 5px;
	margin: 10px 0;
}
#tmp_contents .dekiru_around h2 {
    margin: 15px 0 10px;
}
#tmp_contents .dekiru_around h3 {
    margin-top: 10px;
    font-size: 120%;
}
#tmp_contents .dekiru_around_cnt {
	padding: 10px 10px 5px;
    border-radius: 0;
}
#tmp_contents .dekiru_around .dekiru_around_deadline_main,
#tmp_contents .dekiru_around .dekiru_around_deadline_img {
    float: none;
    width: 100%;
    padding: 0;
}
#tmp_contents .dekiru_around .dekiru_around_deadline_img {
    max-width: 260px;
    margin: 0 auto;
}
#tmp_contents .dekiru_around h4 {
    font-size: 120%;
}

/* dekiru_diary
================================================== */
#tmp_contents .dekiru_diary_ttl p {
    font-size: 80%;
}
#tmp_contents .dekiru_diary .dekiru_diary_main,
#tmp_contents .dekiru_diary .dekiru_diary_img {
    float: none;
    width: 100%;
    padding: 0;
}

/* dekiru_reduce
================================================== */
#tmp_contents .dekiru_reduce {
	border-radius: 0;
	padding: 10px 10px 5px;
	margin: 15px 0 10px;
}
#tmp_contents .dekiru_reduce h2 {
    margin-top: 10px;
}
#tmp_contents .dekiru_reduce_item {
    padding: 10px 0;
}
#tmp_contents .dekiru_reduce_item .dekiru_reduce_item_main{
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
}
#tmp_contents .dekiru_reduce_item .dekiru_reduce_item_img {
    float: none !important;
    width: 140px !important;
    padding: 0 !important;
    margin: 0 auto -20px;
}
#tmp_contents .dekiru_reduce_item .dekiru_reduce_item_img p {
    margin-bottom: 0;
}
#tmp_contents .dekiru_reduce_item .dekiru_reduce_item_main .inner {
    padding: 30px 10px 5px;
	border-radius: 0;
}
#tmp_contents .reducebox {
    background-image: none;
    background-color: #F9EFBB;
    padding: 10px 0;
}
#tmp_contents .reducebox p {
    font-size: 106.67%;
}
#tmp_contents .reducebox p span {
    background: none;
}



}