﻿@charset "utf-8";

#food_title {
  background: url(bg_title.jpg) no-repeat right top;
}

#food_title h2 {
  background: url(title01.png) no-repeat left center;
}

#clm_cont .img_right.left {
  float: left;
  margin: 0 1em 0.5em 0;
}

#clm_cont section h4 {
  margin-bottom: 0.6em;
}

.aside ul li p {
  font-size: 92%;
  line-height: 1.6;
}

.clm_btn01 {
  text-align: left;
  padding: 0;
  clear: none;
}

.txtLink01.pdf02 {
  line-height: 1.3;
  font-size: 1.5rem;
  min-height: 20px;
}

#clm_cont section p + .aside.aside02 {
  margin-top: 0;
}

#clm_cont section .aside figure {
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 2px dotted #c3d7e9;
}
#clm_cont section .aside figure img {
  width: 440px;
  margin: 0 auto;
}

#clm_cont section .aside figure + ul li {
  margin-bottom: 0.5em;
  padding-bottom: 0;
  padding-top: 0.5em;
}

#clm_cont section .aside figure + ul li h4 {
  margin-bottom: 0.25em;
}

#clm_cont section .aside + p {
  margin-top: 1em;
}

#clm_cont section ol.ls_num li {
  counter-increment: none;
}

#clm_cont section ol.ls_num > li {
  counter-increment: ls_num;
}

#clm_cont section ol.ls_num li h4 {
  font-size: 2rem;
  line-height: 1.2;
}

#clm_cont section ol.ls_num li dl dt {
  display: inline-block;
  border: 1px solid #005aac;
  line-height: 1.2;
  background: #fff;
  padding: 0.2em 0.5em;
  margin-bottom: 0.3em;
}

#clm_cont section ol.ls_num li dl + dl {
  margin-top: 1.5em;
}

#clm_cont section ol.ls_num li dl dd img {
  width: 28%;
}

#clm_cont section ol.ls_num li h5 {
  font-weight: bold;
  margin-bottom: 0.3em;
}

#clm_cont section ol.ls_num li h5 + ul.ib_list {
  margin-left: 0;
  line-height: 1.2;
}

#clm_cont section ol.ls_num li h5 + ul.ib_list li {
  margin-right: 1em;
}

#clm_cont section ol.ls_num li h5 + ul.ib_list li:last-child {
  margin-right: 0;
}

#clm_cont .clm_cap {
  margin-top: 2em;
  padding-top: 1em;
  border-top: 1px solid #999;
}
#clm_cont .clm_cap h5 {
  font-weight: bold;
  margin-bottom: 0.3em;
}

@media screen and (max-width: 768px) {
  #food_title {
    background-position: right 65% center;
  }
  #clm_cont .img_right.left {
    margin: 0 0.5em 0.5em 0;
  }
  #clm_cont section ol.ls_num li h4 {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 480px) {
  #clm_cont .img_right {
    margin: 0 0 1em 0;
  }
  #clm_cont .img_right.left {
    float: none;
    margin: 0 0 1em 0;
  }

  #clm_cont section .aside ul li img {
    margin-left: 1em;
    max-width: calc(100% - 1em);
  }
  .txtLink01.pdf02 {
    font-size: 1.4rem;
  }
  #clm_cont section ol.ls_num li h4 {
    font-size: 1.7rem;
  }

  #clm_cont section ol.ls_num li dl dd img {
    width: 40%;
    float: right;
    margin-left: 0.5em;
  }
}
