@charset "UTF-8";
* {
  box-sizing: border-box;
}

body {
  font-family: "Lato", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 62.5%;
}

.flexbox {
  /*-----display:　flex用--------*/
  /*--- Androidブラウザ用 ---*/
  /*--- IE10 ---*/
  /*--- safari（PC）用 ---*/
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media screen and (max-width: 559px) {
  body {
    #background-color: #EA383F;
    width: 100%;
  }
  .txt_r {
    display: block;
    text-align: right;
  }
  .txt_l {
    display: block;
    text-align: left;
  }
  .txt_c {
    display: block;
    text-align: center;
  }
  .padding_b {
    padding: 0 0 10%;
  }
  .padding_t {
    padding: 10% 0 0;
  }
  header {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  header img {
    width: 100%;
    height: auto;
    display: block;
  }
  #main_area {
    background-color: #5093dc;
  }
  #main_area .section_area {
    width: 98%;
    padding: 3% 5%;
    margin: 0 auto;
  }
  #main_area .section_area h2 {
    background-color: #f3ee71;
    color: #5093dc;
    font-size: 1.2rem;
    line-height: 2rem;
    margin: 1rem 0;
    padding: 0.1rem;
    font-weight: bold;
  }
  #main_area .section_area .items_area {
    padding: 0 0 2%;
  }
  #main_area .section_area .items_area h3 {
    background-color: #eb6100;
    color: #fefefe;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.4rem;
    text-align: center;
    border-bottom: #000 solid 0.02rem;
    padding: 2% 0;
  }
  #main_area .section_area .items_area a, #main_area .section_area .items_area a:visited, #main_area .section_area .items_area a:hover {
    color: #000;
    text-decoration: none;
  }
  #main_area .section_area .items_area a:hover {
    opacity: 0.6;
    filter: brightness(110%);
  }
  #main_area .section_area .items_area .item_description {
    background-color: #fffed6;
  }
  #main_area .section_area .items_area .item_description .items_thumb {
    width: 40%;
    padding: 2%;
  }
  #main_area .section_area .items_area .item_description .items_thumb img {
    width: 100%;
    height: auto;
  }
  #main_area .section_area .items_area .item_description .items_txt {
    padding: 3%;
    width: 60%;
    font-size: 0.8rem;
    line-height: 1rem;
    background-color: #fefefe;
    margin: 1% 2%;
    border: solid 1px #000;
  }
  #main_area .section_area .items_area .item_description .items_txt .emphasize {
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: bold;
    color: #EA383F;
    padding: 5% 0;
  }
  #main_area .section_area .items_area .item_description .items_txt .guidance {
    text-align: center;
    font-size: 0.8rem;
    line-height: 2rem;
    border-radius: 0.4rem;
    color: #fff;
    background-color: #eb6100;
  }
  footer {
    text-align: center;
    color: #fefefe;
    font-size: 1rem;
    line-height: 2rem;
    padding: 2rem 0;
  }
  footer a, footer a:visited, footer a:hover {
    color: #000;
    text-decoration: none;
  }
}
@media screen and (min-width: 560px) {
  body {
    #background-color: #EA383F;
    width: 100%;
  }
  .txt_r {
    display: block;
    text-align: right;
  }
  .txt_l {
    display: block;
    text-align: left;
  }
  .txt_c {
    display: block;
    text-align: center;
  }
  .padding_b {
    padding: 0 0 10%;
  }
  .padding_t {
    padding: 10% 0 0;
  }
  header {
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #5093dc;
  }
  header img {
    width: 800px;
    margin: 0 auto;
    height: auto;
    display: block;
  }
  #main_area {
    background-color: #5093dc;
  }
  #main_area .section_area {
    width: 800px;
    padding: 1px 0;
    margin: 0 auto;
  }
  #main_area .section_area h2 {
    background-color: #f3ee71;
    color: #5093dc;
    font-size: 2rem;
    line-height: 4rem;
    margin: 1rem 0;
    padding: 0.1rem;
    font-weight: bold;
    text-align: center;
  }
  #main_area .section_area .items_area {
    padding: 0 0 1rem;
  }
  #main_area .section_area .items_area h3 {
    background-color: #eb6100;
    color: #fefefe;
    font-size: 1rem;
    font-weight: normal;
    line-height: 2.4rem;
    text-align: center;
    border-bottom: #000 solid 0.02rem;
  }
  #main_area .section_area .items_area a, #main_area .section_area .items_area a:visited, #main_area .section_area .items_area a:hover {
    color: #000;
    text-decoration: none;
  }
  #main_area .section_area .items_area a:hover {
    opacity: 0.6;
    filter: brightness(110%);
  }
  #main_area .section_area .items_area .item_description {
    background-color: #fffed6;
  }
  #main_area .section_area .items_area .item_description .items_thumb {
    width: 40%;
    padding: 2%;
  }
  #main_area .section_area .items_area .item_description .items_thumb img {
    width: 100%;
    height: auto;
  }
  #main_area .section_area .items_area .item_description .items_txt {
    padding: 3%;
    width: 60%;
    font-size: 1rem;
    line-height: 1.6rem;
    background-color: #fefefe;
    margin: 1% 2%;
    border: solid 1px #000;
  }
  #main_area .section_area .items_area .item_description .items_txt .emphasize {
    font-size: 1.4rem;
    line-height: 2.2rem;
    font-weight: bold;
    color: #EA383F;
  }
  #main_area .section_area .items_area .item_description .items_txt .guidance {
    text-align: center;
    font-size: 1.2rem;
    line-height: 2.4rem;
    border-radius: 0.4rem;
    color: #fff;
    background-color: #eb6100;
    margin: 1rem 0;
  }
  footer {
    text-align: center;
    color: #fefefe;
    font-size: 1rem;
    line-height: 2rem;
    padding: 2rem 0;
  }
  footer a, footer a:visited, footer a:hover {
    color: #000;
    text-decoration: none;
  }
}/*# sourceMappingURL=style.css.map */