@charset "UTF-8";


/*---------------------------------
Base
----------------------------------*/
#csr_responsive2 {
  font-size: 100%;
  font-family: モトヤLシーダ3等幅, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", helvetica, sans-serif;
}

li {
  list-style: none;
}

/*---------------------------------
fooddrive-list-menu
----------------------------------*/
.fooddrive-list-menu{
  margin-bottom: 15px;
}

/*---------------------------------
ttl-resources-01
----------------------------------*/
.ttl-resources-01{
  	font-size: 1.375rem;
    font-weight: normal;
    margin: 60px 0 30px;
    padding-top: 30px;
    border-top: 1px solid #ccc;
    position: relative;
}
#csr_responsive2 .ttl-resources-01:before {
    content: "";
    width: 4%;
    height: 0;
    display: block;
    border-top: 2px solid #53a44c;
    position: absolute;
    top: -1px;
    left: 0;
}
/*---------------------------------
ttl-resources-02
----------------------------------*/
.ttl-resources-02{
  margin-bottom: 15px;
  font-size: 110%;
  font-size: 1.1rem;
  font-weight: bold;
  color: #53a44c;
}

/*---------------------------------
list-resources-01
----------------------------------*/
ul.list-resources-01{
  margin-bottom: 50px;
  padding: 0 15px 0 15px;
  border: 1px solid #ccc;
}
.list-resources-01 li{
  padding: 15px 0 15px 0;
}
.list-resources-01 li:not(:last-child){
  border-bottom: 1px solid #ccc;
}
.list-resources-01 li dl dt{
  font-size: 110%;
  font-size: 1.1rem;
  color: #000;
}
.list-resources-01 li dl dd{
  font-size: 80%;
  font-size: 0.8rem;
  color: #888;
}

@media screen and (min-width:769px),print {
  ul.list-resources-01{
    padding: 0 30px 0 30px;
  }
  .list-resources-01 li dl{
    display: flex;
    align-items: center;
  }
  .list-resources-01 li dl dt{
    width: 40%;
    padding: 0 15px;
    font-size: 120%;
    font-size: 1.2rem;
  }
  .list-resources-01 li dl dd{
    width: 60%;
    padding: 0 15px;
    font-size: 90%;
    font-size: 0.9rem;
  }
  .list-resources-01 li:first-child {
    margin: 0 -30px;
    background: #eee;
  }
  .list-resources-01 li:first-child dl dt{
    padding-left: 45px;
  }
  .list-resources-01 li:first-child dl dd{
    padding-left: 0;
  }
}
@media screen and (max-width:768px) {
  .list-resources-01 li:first-child{
    display: none;
  }
}

/*---------------------------------
fooddrive-list-menu
----------------------------------*/
.fooddrive-list-menu select{
  margin: 0.5em 0 0 0;
  padding: 0.5em;
  line-height: 2;
  border: 1px solid #ccc;
  background: -moz-linear-gradient(top, #fff 0%, #e9e9e9 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #e9e9e9 100%);
  background: -ms-linear-gradient(top, #fff 0%, #e9e9e9 100%);
  background: -o-linear-gradient(top, #fff 0%, #e9e9e9 100%);
  background: linear-gradient(to bottom, #fff 0%, #e9e9e9 100%);
  min-width: 10em;
}
@media screen and (max-width:768px) {
  .fooddrive-list-menu select{
  width: 100%;
}
}

/*---------------------------------
include text
----------------------------------*/
#include-text{
  margin: 60px 0 15px;
	line-height: 180%;
}
@media screen and (max-width:768px) {
  #include-text{
    margin: 40px 0 20px;
  }
}
/*---------------------------------
prefectures
----------------------------------*/
#prefectures{
  margin-right: 20px;
}
@media screen and (max-width:768px) {
  #prefectures{
    margin-right: 0px;
  }
}
/*---------------------------------
cities
----------------------------------*/
#cities{
}

.annotation{
	display: block;
	position: relative;
	margin-left: 30px;
	font-size: 12px;
	color: #888;
	line-height: 15px;
	max-width: 100%;
}
.annotation::before{
	content: '※';
	position: absolute;
	top: 0;
	left: -14px;
}

@media screen and (max-width:768px) {
  .annotation{
	margin-left: 15px;
	margin-top: 8px;

}
}
