﻿@charset "utf-8";


/* fukubukuro.html
------------------------------------------------------------*/
  .left {
    float: left;
    margin-bottom: 30px;
  }

  .right {
    float: left;
  }
  .center {
    text-align: center;
    margin: 0 auto;
  }
  .point {
    color: #aa1720;
  }
  .link a {
    text-decoration: underline;
  }
  #mainBanner img {
    margin-bottom: 20px;
  }
  figure {
    margin-bottom: 20px;
  }
  figure img {
    width: 100%;
  }
  .blk {
    margin-bottom: 40px;
  }
  h1.heading {
    padding: 0 0 10px;
  }
  section.content p.m_txt {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.7;
    text-align: center;
  }
  section.content span.l_txt {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.4;
    text-align: center;
  }
  .m_txt {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.4;
    text-align: left;
  }
  .btn_box {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 0 0 60px 0;
  }
  a.btn, a.btn_cmn {
    width: 50%;
    display: inline-block;
    position: relative;
    font-size: 20px;
    font-weight: normal;
    padding: 25px;
    border-radius: 5px;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    background-color: #4a260c;
    margin: 20px auto;
    box-sizing: border-box;
  }
  a.btn:before,
  a.btn_cmn:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    top: 50%;
    margin-top: -15px;
    right: 20px;
  }
  a.btn:after,
  a.btn_cmn:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 28px;
    margin: -8px 0 0 0;
    border-top: 8px solid transparent;
    border-left: 12px solid #4a260c;
    border-bottom: 8px solid transparent;
  }
  #fukubukuro .box {
    padding: 40px;
    border: 8px solid #d8bb77;
    border-radius: 4px;
    position: relative;
    background-color: #fffae9;
    margin: 0 0 15px;
  }
  #fukubukuro .lead_02 {
    color: #aa1720;
    font-size: 30px;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }
  #fukubukuro .lead_03 {
    color: #603912;
    font-size: 24px;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
  }
  #fukubukuro ol {
  margin: 0 0 10px;
  list-style-type: none;
  counter-reset: number;
  }

  #fukubukuro ol li {
  position: relative;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  padding-left: 42px;
  margin: 0 0 20px;
  }
  #fukubukuro ol li span {
  display: block;
  font-size: 16px;
  font-weight: normal;
  }
  #fukubukuro ol li:before {
  position: absolute;
  font-family: "Quicksand", sans-serif;
  content: counter(number);
  counter-increment: number;
  left: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #aa1720;
  color: white;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  line-height: 37px;
  margin-top: -3px;
  }
  .txt_notice {
    font-size: 16px;
    color: #cc0000;
  }
  @media only screen and (max-width:768px) {
    section.content p.m_txt {
    font-size: 20px;
    }
    section.content span.l_txt {
    font-size: 24px;
    }
    .btn_box,
    .btn_box_02 {
    width: 100%;
    padding: 0 0 40px 0;
    }
    a.btn, a.btn_cmn,
    a.btn.down {
    width: 100%;
    font-size: 16px;
    }
    a.btn:before,
    a.btn_cmn:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    margin-top: -15px;
    right: 20px;
    }
    a.btn:after,
    a.btn_cmn:after {
    right: 25px;
    margin: -10px 0 0 0;
    border-top: 7px solid transparent;
    border-left: 10px solid #4a260c;
    border-bottom: 7px solid transparent;
    }
    #fukubukuro .box {
    padding: 20px;
    }
    #fukubukuro ol li {
    font-size: 20px;
    }
    #fukubukuro .lead_02 {
    font-size: 24px;
    }
    #fukubukuro .lead_03 {
    font-size: 20px;
    }
  }
/* fukubukuro.html end --------------------------------------*/

.blk.img02,
.blk.img03 {
 text-align: center;
}

section.content .img03 img {
  max-width: 600px;
}

@media (max-width: 768px) {
  section.content .img02 img,
  section.content .img03 img {
  max-width: 100%;
  }
}

.list_notice {
  list-style-type: none;
  text-align: left;
}

.list_notice li {
  position: relative;
  margin-bottom: 5px;
  line-height: 1.5;
  margin-left: 1rem;
}

.list_notice li:before {
  display: inline-block;
  content: "※";
  margin-left: -1rem;
}
