@charset "shift_jis";
@import url("/css_new/common.css");
/* =========================================

link free css

20191016 326_sakaguchi

============================================ */

.txt_lead {
  margin: 0 auto;
  text-align: justify;
  width: 650px;
}

.box_section {
  margin-top: 3em;
}

.box_section .inner {
  margin: 0 auto;
  width: 670px;
}

.box_section .inner p {
  margin: 1.5em 1em 0;
  text-align: justify;
}

.con_conditions .inner ul {
  background: #ecf7ff;
  box-sizing: border-box;
  margin: 1.5em auto 0;
  padding: 1em;
}

.con_conditions .inner ul li {
  padding-left: 1em;
  position: relative;
  text-align: justify;
}

.con_conditions .inner ul li:last-child {
  margin-top: 0.5em;
}

.con_conditions .inner ul li:before {
  background: #0065BC;
  content: "";
  display: inline-block;
  height: 0.5em;
  left: 0;
  margin-top: 0.5em;
  position: absolute;
  width: 0.5em;
}

.con_conditions .inner .attention {
  display: block;
  font-size: 14px;
  line-height: 1.5em;
  margin: 1em auto 0;
  padding-left: 1em;
  text-indent: -1em;
  text-align: justify;
}

.con_conditions .box_bnr {
  background: url("/gaiyou/image/bg_sponsorship.png") no-repeat;
  background-size: 55%;
  background-position: right bottom;
  margin: 1em auto 0;
}

.con_conditions .box_bnr p {
  margin-top: 1.5em;
  text-align: left;
}

.con_conditions .box_bnr p span {
  display: block;
  font-size: 120%;
  font-weight: bold;
  padding-left: 1em;
  position: relative;
}
.con_conditions  .box_bnr p:nth-child(1) img{
width:485px;
height:60px;
}
.con_conditions  .box_bnr p:nth-child(2) img{
width:300px;
height:75px;
}
.con_conditions  .box_bnr p:nth-child(3) img{
width:240px;
height:200px;
}

.con_conditions .box_bnr p span:before {
  background: #213782;
  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: 132.9%;
  font-weight: bold;
  color: #000;
  background: none;
}
#banners section h3::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  margin: auto 0;
  background: #0065bc;
}
#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: 635px;
    margin: 0 auto;
    text-align: left;
  }
  #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 #badcff;
    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;
  }
}