@charset "UTF-8";


.sp{
  display: none;
}

.pc{
  display: block;
}


@media(max-width: 768px){
  .sp{
    display: block;
  }

  .pc{
    display: none;
  }
}

.font-size-60per{
  font-size: 60%;
}

.font-size-80per{
  font-size: 80%;
}

.underline{
  text-decoration: underline;
}

.bold{
  font-weight: bold;
}

.text-box-hasimage {
  overflow: hidden;
  /* margin: 2rem 2rem 0; */
}
.text-box-hasimage .space {
  float: right;
  height: 70%;
}
.text-box-hasimage .img {
  float: right;
  clear: both;
  margin: 1.2em 0 0 1.2rem;
  width: 25%;
}

.text-box-hasimage p{
  margin: 2rem 2rem 0;
}


#column .topic .item > div {
    margin: 3.0rem auto 0;
    background: #fcf9e6;
    border-radius: 10px;
    padding: 2.0rem;
    width: 95%;
    max-width: 800px;
    color: #3c3c3c;
    text-decoration: none;
    font-size: 1.6rem;
}

#column .topic .item h4{
  text-align: left;
  /* width: 95%; */
  margin:  4rem auto 2rem;
  font-weight: bold;
  /* max-width: 800px; */
  border-bottom: 4px solid #ccc;
}

#column .topic .item h4:before,
#column .topic .item h4:after{
  display: none;
}

#column .topic .item > div:first-of-type{
  margin-top: 1rem;
}

#column .topic .item h5 {
  -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    margin: 1.0em 0 0.75em;
    font-size: 2.2rem;
    line-height: 1.2;
    /* text-align: center; */
}
#column .topic .item h5 + p {
  margin: 0 2.0rem 2.0rem;
}
#column .topic .item .items_list {
  margin: 2.0rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#column .topic .item .items_list > div {
  width: 31%;
  margin: 1%;
}
#column .topic .item a{
  display: block;
  margin: 1.0rem auto 0;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 0.5rem 1.0rem;
  border-radius: 10px;
  text-decoration: none;
  transition: all .2s ease;
  font-size: 1.4rem;
} 
#column .topic .item a:after{
  content: "▲";
  display: inline-block;
  line-height: 1.0;
  transform: rotate(90deg);
  margin-left:2.0rem;
} 
#column .topic .item .mainstore{
  background:#a33546;
  border: solid 2px #a33546;
} 
#column .topic .item a.rakuten{
  background:#bf0000;
  border: solid 2px #bf0000;
} 
#column .topic .item a.yahoo{
  background:#f86601;
  border: solid 2px #f86601;
} 
#column .topic .item a.mainstore:hover{
  color:#a33546;
  background: #fff;
} 
#column .topic .item a.rakuten:hover{
  color:#bf0000;
  background: #fff;
} 
#column .topic .item a.yahoo:hover{
  color:#f86601;
  background: #fff;
}
@media screen and (max-width:991px){
  #column .topic .item h5 + p {
    margin: 1.0rem;
  }
  #column .topic .item .items_list{
    margin: 0 0 1.0rem;
    justify-content: flex-start;
  }
  #column .topic .item .items_list > div {
    width: 48%;
    margin: 1% 1% 4%;
  }
  #column .topic .item a {
    font-size: 1.1rem;
    padding: 1rem 0.5rem;
  }
  #column .topic .item a:after{
    font-size: 1.0rem;
    margin-left: 0.2rem;
  } 
}

.vegetable_table_wrapper > p {
  font-weight: bold;
  font-size: 2.4rem;
  margin: 5% 0 0;
}
.vegetable_table,
.vegetable_table td {
  border-collapse: collapse;
  border:1px solid #f8fafd;
}
.vegetable_table td {
  padding: 15px;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
}
.vegetable_table td:nth-of-type(1) {
  width: 22%;
}
.vegetable_table td:nth-of-type(2) {
  width: 30%;
}
.vegetable_table td:nth-of-type(3) {
  width: 48%;
}
.vegetable_table td img {
  /* margin-bottom: 10px; */
  max-width: 150px;
  margin: auto;
}
.vegetable_table tr:first-of-type td {
  border-top: 2px solid #ffa500;
  border-bottom: 2px solid #ffa500;
  font-weight: bold;
}
.vegetable_table tr:nth-of-type(odd) td {
  background: #fff;
}
.vegetable_table tr:nth-of-type(even) td {
  background: #fff2cc;
}


@media screen and (max-width:640px){
.vegetable_table_wrapper > p {
  font-weight: bold;
  font-size: 1.8rem;
  margin: 5% 0 0;
}
.vegetable_table {
  margin-top: 1em!important;
}
.vegetable_table td {
  padding: 15px;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
}
.vegetable_table td:nth-of-type(1) {
  width: 25%;
}
.vegetable_table td:nth-of-type(2) {
  width: 35%;
}
.vegetable_table td:nth-of-type(3) {
  width: 40%;
}
}



.bejimaji_voice {
  display: flex;
  align-items: center;
  max-width: 855px;
  margin: 40px auto;
}
.bejimaji_voice .img {
  width: 30%;
  text-align: right;
}
.bejimaji_voice .img img {
  max-width: 250px;
  margin:auto;
}
.bejimaji_voice .txt {
  width: 50%;
  padding: 40px;
  flex: 1;
}
@media screen and (max-width:640px){
.bejimaji_voice {
  display: flex;
  flex-direction: column;
  margin: 30px auto;
}
.bejimaji_voice .img {
  width: 100%;
  text-align: center;
}
.bejimaji_voice .txt {
  width: 100%;
  padding: 0 20px;
  flex: 1;
}
}