@charset "utf-8";
/* CSS Document */

.txt_lead {
  margin: 1.5em auto 0;
  text-align: justify;
  width: 690px;
}

.con_conditions {
  margin: 0 auto;
  width: 830px;
}

.con_conditions section {
  margin-top: 2em;
  padding: 0;
}

/*
.con_conditions section:last-of-type {
  background: url("../image/img-illust.png") no-repeat;
  background-size: 23%;
  background-position: right 10em bottom 3em;
  padding-bottom: 70px;
}
*/

.con_conditions section h2 {
  background: #165d30;
  color: #fff;
  font-size: 25px;
  letter-spacing: 0.1em;
  padding: 0.3em 0.5em;
}

.con_conditions .inner {
  margin: 0 auto;
  width: 730px;
}

.con_conditions .inner p {
  margin: 1em auto 0;
}

.con_conditions .inner ul {
  background: #fff;
  box-sizing: border-box;
  margin: 1em auto 0;
  padding: 1em;
}

.con_conditions .inner ul li {
  padding-left: 1em;
  position: relative;
}

.con_conditions .inner ul li:last-child {
  margin-top: 0.5em;
}

.con_conditions .inner ul li:before {
  background: #ce4119;
  content: "";
  display: inline-block;
  height: 0.5em;
  left: 0;
  margin-top: 0.5em;
  position: absolute;
  width: 0.5em;
}

.con_conditions .inner small {
  display: block;
  font-size: 90%;
  margin: 1em auto 0;
  padding-left: 1em;
  text-indent: -1em;
}

.con_conditions .inner .box_bnr {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  flex-direction: column;

}

.con_conditions .inner .box_bnr figure {
  margin-top: 1em;
}

.con_conditions .inner .box_bnr figure figcaption {
  font-size: 120%;
  font-weight: bold;
  padding-left: 1em;
  position: relative;
}
.con_conditions .inner .box_bnr figure:nth-child(1) img{
width:485px;
height:60px;
}
.con_conditions .inner .box_bnr figure:nth-child(2) img{
width:300px;
height:75px;
}
.con_conditions .inner .box_bnr figure:nth-child(3) img{
width:240px;
height:200px;
}

.con_conditions .inner .box_bnr figure figcaption:before {
  background: #ce4119;
  content: "";
  display: inline-block;
  height: 0.5em;
  left: 0;
  margin-top: 0.5em;
  position: absolute;
  width: 0.5em;
}

#banners section h3 {
  position: relative;
  font-size: 111.8%;
  font-weight: bold;
  color: #000;
}
#banners section p {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}
.link_color {
  color: #00f;
}
#banners section section p b a {
  display: inline-block;
  color: #2067c8;
}
.code_wrap {
  background: #fff;
}
.code_wrap code {
  line-height: 1.3;
  word-break: break-all;
  letter-spacing: 0;
}
#banners section .dot_list li {
  padding: 0 1em 0 1.3em;
  text-indent: -1.3em;
}
#banners section .dot_list li:nth-child(n+2) {
  margin-top: 0.7em;
}
@media print, screen and (min-width: 761px) {
  #banners section {
    width: 730px;
    margin: 0 auto;
  }
  #banners section h3 {
    min-height: 26px;
    margin: 30px 0 11px;
    line-height: 26px;
  }
  #banners section section p b a {
    font-size: 19px;
  }
  #banners section .dot_list {
    margin: 24px auto;
    border-radius: 7px;
    padding: 13px 12px;
  }
  #banners section p.kome {
    width: 625px;
    padding-left: 1.1em;
    text-indent: -1.1em;
  }
  .code_wrap {
    border: 2px solid #e6a08c;
    margin: 0.75em auto 0;
    padding: 0.5em 2em;
  }
  .code_wrap code {
    font-size: 15px;
  }
  .bnr_s {
    width: 160px;
  }
  .bnr_m {
    width: 234px;
  }
  .bnr_l {
    width: 300px;
  }
}