@charset "utf-8";
/* CSS Document */

/* --------------------------------------
　　　　　　　　　　　　　　content
-----------------------------------------*/
#contents {
  margin: 0 auto;
  text-align: left;
  width: 940px;
}

.ttl_main {
  background: url("../image/bg-ttl.jpg") no-repeat;
  background-size: cover;
  color: #fff;
  padding: 2em 1.5em;
}

h1 {
  text-align: center;
}

.txt_lead {
  margin: 1.5em auto 0;
  text-align: justify;
  width: 730px;
}


.con_conditions {
  margin: 0 auto;
  width: 750px;
}

.con_conditions section {
  margin-top: 2em;
  padding-bottom: 1.5em;
}

/*.con_conditions section:last-of-type {
  background: url("../image/bg-contents.png") no-repeat;
  background-size: 60%;
  background-position: right bottom;
}*/

.con_conditions section h2 {
  background: #604c3f;
  border-left: 0.5em solid #2b190c;
  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: #f5eeeb;
  box-sizing: border-box;
  margin: 1em auto 0;
  padding: 1em 2em;
}

.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: #00493a;
  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: 14px;
  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: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 {
  font-size: 18px;
  font-weight: bold;
  padding-left: 1em;
  position: relative;
}

.con_conditions .inner .box_bnr figure figcaption:before {
  background: #00493a;
  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 h3::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  margin: auto 0;
  background: #604c3f;
}
#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 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;
    padding: 0 0 0 25px;
    margin: 30px 0 11px;
    line-height: 26px;
  }
  #banners section h3::before {
    width: 16px;
    height: 16px;
  }
  #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 #f5eeeb;
    margin: 0.25em auto;
    padding: 0.5em 2em;
  }
  .code_wrap code {
    font-size: 15px;
  }
  .bnr_s {
    width: 160px;
  }
  .bnr_m {
    width: 234px;
  }
  .bnr_l {
    width: 300px;
  }
}