@charset "utf-8";

/* ==========================================================


title : 東建リースファンド

scope : 当サイトへのリンクについて


last modify : 2019/11/06 373_oowaki


========================================================== */

/* ----------------------------------------------------------
 コンテンツ
---------------------------------------------------------- */

.cont_inner {
  background: #e9f8ff url(../image/bg_link_free.jpg) no-repeat 100% 100%;
  box-sizing: border-box;
  width: 940px;
  margin: 15px auto 50px;
  padding: 30px 60px;
  font-size: 17px;
  line-height: 1.5;
}

h1 {
  text-align: center;
}

.txt_lead {
  margin: 1.5em auto 0;
  text-align: justify;
  width: 690px;
}

.con_conditions {
  margin: 0 auto;
}

.con_conditions section {
  margin-top: 2em;
  padding: 0;
}

.con_conditions section h2 {
  background: #25b7bb;
  border-left: 0.3em solid #043c88;
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.1em;
  padding:0.3em 0.5em;
}

.con_conditions .inner {
  margin: 0 auto;
  width: 770px;
}

.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: #03461c;
  content: "";
  display: inline-block;
  height: 0.5em;
  left: 0;
  margin-top: 0.48em;
  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;
  line-height: 1.5;
}

.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: #03461c;
  content: "";
  display: inline-block;
  height: 0.5em;
  left: 0;
  margin-top: 0.5em;
  position: absolute;
  width: 0.5em;
}