@charset "UTF-8";

#head01 {
    font-weight: bold;
    font-size: 23px;
    text-align: center;
    margin: 30px 0 40px 0;
}
.red_color {
    color: #cc0000;
}

.mgb-10 {
    margin-bottom: 10px;
}
.mgb-20 {
    margin-bottom: 20px;
}
.mgb-30 {
    margin-bottom: 30px;
}
.mgb-40 {
    margin-bottom: 40px;
}
.mgb-50 {
    margin-bottom: 50px;
}
.topic_area {
    margin-bottom: 50px;
}

.nagare {
    margin: 0 0 0px 0;
    display: inline-table;
}
.nagare .step {
    float: left;
    width: 240px;
    margin: 0 15px 0 0;
}
.nagare .explain {
    float: left;
    width: 465px;
    margin: 2px 0 25px 0;
}
.nagare .explain_last {
    margin: 0 0 10px 0;
}

.nagare .explain b {
    display: block;
    margin: 0 0 3px 0;
}
.nagare span {
    border: 2px solid #cc0000;
    padding: 0 8px; 
    display: inline-block;
    margin: 0 10px 0 0;
    font-weight: bold;
}
.nagare .step_text {
    font-weight: bold;
    font-size: 110%; 
}
.step_bikou span {
    color: #cc0000;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #cc0000;
    font-weight: bold;
}

.anchor-list {
  padding-left: 15px;
  position: relative;
}
.anchor-list a {
    text-decoration: none;
}
.anchor-list a:hover {
    text-decoration: underline;
}
.anchor-list::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0px;
  top: 8px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

a.external-link {
    padding-right: 13px;
    background: url(../../../../common/img/icon_external_link_gray.gif) right 0.4em no-repeat;
    margin: 0 3px 0 0;
}

.bg-gray {
    background-color: #eee;
    padding: 30px 20px 30px 20px;
    margin: 0 0 30px 0;
}

ul.list li {
    list-style: disc;
    margin: 0 0 15px 20px;
}
ul.list li p {
    margin: 0 0 5px 0;
}

.btn_wrap {
    width: 100%; 
    margin: 0 auto;
    text-align: center;
}
.btm_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: #529946;
  background-color: #cc0000;
  color: #fff;
  text-decoration: none;
  font-size: 110%;
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  padding: 10px 0px 10px 0px;
  width: 350px;
}
.btn_wide a {
  width: 450px;
}
.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: 10px;
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.small {
    font-size: 90%;
}

.products-table th {
    font-weight: bold;
    text-align: center;
}
.products-table th,
.products-table td {
    text-align: center;
}
.products-table th.tesuryo {
    width: 22%;
}

@media only screen and (max-width: 767px) {
#head01 {
    font-size: 18px;
    margin: 25px 0 25px 0;
    line-height: 1.3;
}
.topic_area {
    margin-bottom: 30px;
}
.btn a {
  width: auto;
    padding: 10px 20px;
}
.btn a::after {
  right: 6px;
}
.nagare .step {
    width: 100%;
}
.nagare .explain {
    width: 100%;
    margin: 10px 0 25px 0;
}
.nagare .explain_last {
    margin: 0;
}
}
