@charset "UTF-8";

#main-img {
  margin: 0 0 40px;
}

.topic_area {
    margin-bottom: 55px;
}
.products-title span {
    font-size: 80%;
}
.note {
    color: #dc1616;
    margin: 15px 0 0 0;
/*    text-indent: -1em;*/
}
.note ul li {
    list-style: disc;
    margin: 12px 0 0 22px;
}

.btn_wrap {
    width: 100%; 
    margin: 20px auto 45px auto;
    text-align: center;
}
.btn_wrap .btn_area {
    text-align: center;
    margin: 10px auto;
}
.btn {
  text-align: center;
}
.btn a {
  display: inline-block;
  position: relative;
  border-radius: 5px;
  background-color: #0084CF;
  color: #fff;
  text-decoration: none;
  font-size: 105%;
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  padding: 15px 10px 15px 0px;
  width: 320px;
}
.btn_shinyou a {
    background-color: #0084CF;
    margin: 0 0 10px 0;
}

.btn a:hover {
    opacity: 0.8;
}
.btn a _:-ms-fullscreen, :root .btn a {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}
.btn a::after {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-60%) rotate(45deg);
          transform: translateY(-60%) rotate(45deg);
  content: "";
  right: 12px;
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}


.flow .waku {
    border: #62779b 1px solid;
    font-weight: bold;
    margin: 0 0 15px 0;
    display: flex;
}
.flow .head {
    background-color: #62779b;
    color: #fff;
    padding: 12px 20px 10px 20px;
}
.flow .head_text {
    padding: 12px 15px 10px 15px;
}
.flow .merit {
    padding: 5px 10px 0px 10px;
}
.flow .illust {
    text-align: center;
    margin: 20px 0 40px 0;
}
ul.flow li:last-child .illust {
    text-align: center;
    margin: 20px 0 0 0;
}

.kankyou_title {
    margin: 20px 0 2px 0;
    font-weight: bold;
    font-size: 100%
}
.kankyou_title span {
    font-size: 90%;
    font-weight: normal;
    padding: 0 0 0 5px;
}

.products-table {
    margin: 0 0 15px;
}
.products-table th {
    padding: 8px 20px;
    padding: 10px;
}
.products-table th.head {
    text-align: center;
}
.products-table th.left {
    text-align: left;
}
.products-table th.width01 {
    width: 13%;
}
.products-table td {
    text-align: center;
    padding: 10px;
}

@media only screen and (max-width: 767px) {
#main-img {
  margin: 0 0 30px;
}
.topic_area {
    margin-bottom: 35px;
}
.kankyou_title span {
    display: block;
}
.btn_wrap {
    margin: 20px auto 30px auto;
}
.btn a {
    padding: 12px 0 12px 0;
}
.btn_shinyou a {
/*    margin: 0 0 20px 0;*/
}
.flow .head {
    padding: 10px 8px;
}
.flow .head_text {
    padding: 10px 10px;
}
.flow .merit {
    padding: 0 5px;
}
.flow .illust img {
    max-width: 200px;
}
.flow .illust {
    margin: 12px 0 35px 0;
}
}
