@charset "utf-8";
/* CSS Document */
/* ==========================================================
 特徴2列
========================================================== */
/* llist-step-2column
---------------------------------------------------------- */

  .sec-content-pl-02 .box-detail-01 .list-step-2column ul {
    overflow: hidden;
    padding-left: 0!important;
  }
    .sec-content-pl-02 .box-detail-01 .list-step-2column ul li {
      overflow: hidden;
      display: table;
      float: left;
      width: 45%!important;
      padding-right: 10px;
		margin-bottom:20px;
    }
      .sec-content-pl-02 .box-detail-01 .list-step-2column ul li:last-child {
        width: 45%!important;
        padding-right: 0;
		  margin-bottom:20px;
      }
      .sec-content-pl-02 .box-detail-01 .list-step-2column ul li .box-01 {
        overflow: hidden;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
      }
        .sec-content-pl-02 .box-detail-01 .list-step-2column ul li .box-01 span {
          overflow: hidden;
          display: block;
          width: 42px;
          height: 42px;
          padding-top: 13px;
          background: #a81010;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          text-align: center;
          color: #fff;
          font-size: 14px;
          line-height: 1.2;
        }
      .sec-content-pl-02 .box-detail-01 .list-step-2column ul li .box-02 {
        overflow: hidden;
        display: table-cell;
        padding-left: 12px;
        vertical-align: middle;
        color: #333;
        font-size: 26px;
        font-weight: bold;
        line-height: 1.2;
        letter-spacing: -0.02em;
      }
        .sec-content-pl-02 .box-detail-01 .list-step-2column ul li .box-02 span {
          display: block;
          padding-top: 5px;
          font-size: 18px;
        }

@media screen and (max-width: 768px) {
.sec-content-pl-02 .box-detail-01 .list-step-2column {
  padding: 25px 0 9px;
  border-bottom: none;
}
  .sec-content-pl-02 .box-detail-01 .list-step-2column ul { padding-left: 0;}
    .sec-content-pl-02 .box-detail-01 .list-step-2column ul li {
      display: block;
      float: none;
      width: 100%;
      margin-bottom: 10px;
      padding-right: 0;
    }
      .sec-content-pl-02 .box-detail-01 .list-step-2column ul li:last-child {
        width: 100%;
        padding-right: 0;
      }
      .sec-content-pl-02 .box-detail-01 .list-step-2column ul li .box-01 {
        display: block;
        float: left;
        margin-right: 11px;
        vertical-align: top;
      }
        .sec-content-pl-02 .box-detail-01 .list-step-2column ul li .box-01 span {
          width: auto;
          height: auto;
          padding: 1px 7px;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          border-radius: 5px;
          font-size: 20px;
        }
      .sec-content-pl-02 .box-detail-01 .list-step-2column ul li .box-02 {
        display: block;
        padding-left: 0;
        vertical-align: top;
        font-size: 20px;
      }
        .sec-content-pl-02 .box-detail-01 .list-step-2column ul li .box-02 span {
          display: inline;
          padding-top: 0;
          font-size: 20px;
        }
}
/* ==========================================================
 1列バナー
========================================================== */
.bust_bn_all {
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
.bust_bn_all img {
	width: 100%;
}
}
/* ==========================================================
 3列バナー
========================================================== */
.ul_bustbnr01 {
      overflow: hidden;
      margin-left: 5px;
	display: block;
    min-height: 1%;
    }
.ul_bustbnr01 li {
        overflow: hidden;
        float: left;
    margin: 0 14px 13px 0;
      }

@media screen and (max-width: 768px) {
.ul_bustbnr01 {
      margin-left: 0;
    }
.ul_bustbnr01 li {
    float: none;
    width: 100%;
    padding-top: 0;
      }
.ul_bustbnr01 li img {
	width: 100%;
    height: auto;
	}
}
/* ==========================================================
 右バナー
========================================================== */
.bn_right {
	text-align:right; margin-top:15px;
}