@charset "utf-8";

@media screen and (max-width : 640px) {
/* ==================================================
contents
================================================== */
/* top_title
================================================== */
#tmp_top_title {
    margin: 0 0 10px;
    background-image: none;
}
#tmp_top_title p {
    overflow: hidden;
}

/* top_news - 新着情報 -
================================================== */
#tmp_top_news {
    padding: 10px 0 15px;
}
#tmp_top_news_ttl h2 {
    font-size: 133.33%;
    background-size: auto 13px;
    padding: 12px 0 5px;
}
#tmp_top_news_cnt {
    border: none;
    padding: 0;
}
#tmp_top_news_cnt table,
#tmp_top_news_cnt table thead,
#tmp_top_news_cnt table tbody,
#tmp_top_news_cnt table tfoot,
#tmp_top_news_cnt table tr,
#tmp_top_news_cnt table th,
#tmp_top_news_cnt table td {
	display:block;
	width:100% !important;
}
#tmp_top_news_cnt table {
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    margin: 0 0 10px;
}
#tmp_top_news_cnt table tr {
    position: relative;
}
#tmp_top_news_cnt table tr::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 0;
    border-top: solid 2px #ccc;
    border-right: solid 2px #ccc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#tmp_top_news_cnt table td {
    padding: 0 20px 5px 10px;
    border-bottom: 1px solid #cccccc;
}
#tmp_top_news_cnt table td.date {
    padding: 5px 20px 0 10px;
    border-bottom: none;
    color: #888888;
    font-size: 80%;
}
#tmp_top_news_cnt table td a {
    color: #333333;
    text-decoration: none;
    display: block;
}

/* more */
#tmp_top_news .more {
    position: static;
    width: 90%;
    margin: 0 auto;
}
#tmp_top_news .more a {
display: block;
    padding: 10px 20px;
    border-radius: 4px;
    border: 1px solid #0580A8;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    font-weight: 600;
    text-align: center;
    background-size: auto 7px;
    background-position: right 15px center;
    background-image: none;
}

/* top_whats - 食品ロスって何？ -
================================================== */
#tmp_wrap_top_whats {
    padding: 15px 0;
}
#tmp_wrap_top_whats::before {
    top: 0;
}
#tmp_top_whats {
  margin: 0 0 10px;
}
#tmp_top_whats_main,
#tmp_top_whats_img {
    float: none;
    width: 100%;
    padding: 0;
}
#tmp_top_whats_ttl h2 {
    display: block;
    text-align: center;
    font-size: 133.33%;
    line-height: 1.3;
    color: #333333;
    padding: 20px 0 5px;
    margin: 0 0 5px;
    background-position: center top;
    background-size: auto 18px;
}
#tmp_top_whats_cnt p {
    margin-bottom: 10px;
}
#tmp_top_whats_cnt .more {
    text-align: center;
}
#tmp_top_whats_cnt .more a {
    display: inline-block;
    font-weight: bold;
    width: 90%;
    padding: 10px 20px;
    border-radius: 4px;
    border: 1px solid #0580A8;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    text-decoration: none;
    background-image: none;
    background-color: #ffffff;
    color: #0580A8;
}
#tmp_top_whats_img p {
    width: 100px;
    margin: 0 auto;
}
#tmp_top_problem .wrap_problem_item {
    display: block;
    margin: 0;
}
#tmp_top_problem .problem_item {
    width: 100%;
    padding: 0;
    margin: 0 0 10px;
}
#tmp_top_problem_ttl h3 {
    font-size: 120%;
}
#tmp_top_problem_ttl h3 strong {
    font-size: 111.12%;
}
#tmp_top_problem .problem_item .inner {
    border-radius:5px;
    padding: 10px 6px 6px;
}
#tmp_top_problem .problem_item .inner::before {
    top: -5px;
    left: 2px;
    width: 32px;
    height: 35px;
    background-size: auto 35px;
}
#tmp_top_problem .problem_item_ttl h4 {
    font-size: 133.33%;
}
#tmp_top_problem .problem_item_ttl,
#tmp_top_problem .problem_item .item_img{
    margin: 0 0 5px;
}
#tmp_top_problem .emphasistext {
    text-align: left;
    font-size: 120%;
}
#tmp_top_problem .emphasistext strong {
    border-radius:5px;
    padding: 10px 15px;
}
#tmp_top_problem .problem_item .item_img {
    width: 100px;
    margin: 0 auto 5px;
}

/* top_torikumi - 取り組んでほしい -
================================================== */
#tmp_top_torikumi {
    padding: 10px 0 15px;
}
#tmp_top_torikumi_ttl {
    background-size: auto 10px;
    padding: 20px 0 0;
    margin: 0 0 5px;
}
#tmp_top_torikumi_ttl h2 {
    font-size: 133.33%;
}
#tmp_top_torikumi_ttl h2 strong {
    display: block;
}
#tmp_top_torikumi_cnt ul {
    display: block;
    margin: 0;
}
#tmp_top_torikumi_cnt ul li {
    width: 100%;
    margin: 0 0 10px;
}
#tmp_top_torikumi_cnt .torikumi_item {
    text-align: left;
    font-size: 120%;
}
#tmp_top_torikumi_cnt .torikumi_item a {
    display: table;
    width: 100%;
    line-height: 1;
    text-decoration: none;
    box-shadow: none;
    border-radius: 0;
}
#tmp_top_torikumi_cnt .torikumi_item span {
    display: table-cell;
    vertical-align: middle;
}
#tmp_top_torikumi_cnt .torikumi_item .item_img {
    width: 100px;
}
#tmp_top_torikumi_cnt .torikumi_item .item_link {
    display: table-cell;
    padding-left: 10px;
}
#tmp_top_torikumi_cnt .torikumi_item .item_link span {
    padding-left: 15px;
}

/* top_bankdrive - フードバンク・フードドライブ -
================================================== */
#tmp_wrap_top_bankdrive {
    padding: 15px 0 50%;
    background-position: right bottom -80px;
    background-size: 200% auto;
}
#tmp_top_bankdrive {
    width: 100%;
    padding: 0;
}
#tmp_top_bankdrive_ttl h2 {
    display: block;
    text-align: center;
    font-size: 133.33%;
    line-height: 1.3;
    padding: 15px 0 5px;
    margin: 0 0 5px;
    background-position: center top;
    background-size: auto 13px;
}
#tmp_top_bankdrive_cnt p {
    margin: 0 0 10px;
}
#tmp_top_bankdrive_cnt .more a {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 10px 20px;
    border-radius: 4px;
    border: 1px solid #0580A8;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    text-align: center;
    background-image: none !important;
    background-color: #ffffff;
    color: #0580A8;
}

/* top_dekiru - 食品ロスをへらすために、何ができる？ -
================================================== */
#tmp_wrap_top_dekiru {
    padding: 10px 0 10px;
}
#tmp_wrap_top_dekiru .container {
    padding-right: 0;
}
#tmp_top_dekiru {
    background-position: right 0 top;
    background-size: 140% auto;
    width: 100%;
    padding: 13px 28% 5px 5px;
    position: relative;
    text-align: left;
}
#tmp_top_dekiru_ttl img {
    max-width: 100%;
    height: auto;
}
#tmp_top_dekiru_ttl h2,
#tmp_top_dekiru_cnt p {
    padding: 4px 0;
}
#tmp_top_dekiru_cnt .more a {
    display: inline-block;
    padding: 5px 42px 5px 38px;
    border: 2px solid #333333;
    color: #333333;
    background-position: right 10px center;
    background-size: auto 7px;
}
/* top_pickup
================================================== */
#tmp_wrap_top_pickup {
    padding: 10px 0 30px;
}
#tmp_top_pickup_ttl h2 {
    font-size: 120%;
}
#tmp_top_pickup_ttl h2::before {
    width: 13px;
    height: 25px;
    margin: 0 10px 3px 0;
    background-size: auto 35px;
}
#tmp_top_pickup_ttl h2::after {
    width: 13px;
    height: 25px;
    margin: 0 0 3px 10px;
    background-size: auto 35px;
}


#tmp_top_pickup_cnt ul {
    display: block;
    padding: 0;
    border-top: 1px solid #cccccc;
}
#tmp_top_pickup_cnt ul li {
    width: 100%;
    margin: 0;
    font-size: 100%;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
#tmp_top_pickup_cnt ul li a {
	padding:12px 20px 12px 15px;
	text-decoration:none;
	display:block;
    min-height: auto;
    text-align: left;
    background-image: none;
    background-color: #ffffff;
    color: #333333;
    box-shadow: none;
    position: relative;
}

/* img
================================================== */
#tmp_top_problem .problem_item .item_img img,
#tmp_top_torikumi_cnt .torikumi_item .item_img img{
    max-width: 100%;
    height: auto;
}


}