@charset "utf-8";

/* ==========================================================

link free css

20191015 326_sakaguchi

========================================================== */
.content {
	margin: 1em auto 0;
  width: 940px;
}

.go_top {
	text-align: right;
	margin: 30px 0 0 0;
}

[class$="_brock"] a {
	color: #fff;
	display: block;
}

[class$="_brock"] a:hover,
.go_top a:hover {
	opacity: 0.7;
}

.ttl_main {
  background: #EB7986 url("../image/bg-ttl.png") no-repeat;
  background-size: 30%;
  background-position: right bottom;
  color: #fff;
  padding: 2em 1.5em;
}

h1 {
  display: inline-block;
  font-size: 30px;
  font-feature-settings: normal;
  padding: 0 0.5em 0.1em 0.7em;
  position: relative;
}

h1:before {
	background: url(../image/ico-link.png) center center no-repeat;
  background-size: 0.5em;
  bottom: 0;
  content: "";
  display: block;
  left: 0em;
  position: absolute;
  top: 0;
  width: 0.5em;
}

.ttl_main p {
	padding-left: 1.3em;
}

.txt_lead {
  margin: 1.5em auto 0;
  text-align: justify;
  width: 750px;
}

.con_conditions {
  margin: 0 auto;
  width: 830px;
}

.con_conditions section {
  margin-top: 2em;
  padding-bottom: 1.5em;
}

/*.con_conditions section:last-of-type {
  background: url("/renew/image/top/bg_about.png") repeat-x;
  background-position: 490px bottom;
  padding-bottom: 70px;
}*/

.con_conditions section h2 {
  background: #EB7986;
  border-left: 0.5em solid #d85c6a;
  color: #fff;
  font-size: 25px;
  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: #fff6f7;
  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: #EB7986;
  border-radius: 1em;
  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 section .box_bnr section {
  padding: 0;
}

.con_conditions .inner .box_bnr figure {
  margin-top: 1em;
}

.con_conditions .inner .box_bnr h3,
.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 h3:before,
.con_conditions .inner .box_bnr figure figcaption:before {
  background: #EB7986;
  content: "";
  display: inline-block;
  height: 0.5em;
  left: 0;
  margin-top: 0.5em;
  position: absolute;
  width: 0.5em;
}

.link_color {
  color: #00f;
}

.link_color {
  color: #00f;
}

.code_wrap {
  border: 2px solid #f3a1a1;
  box-sizing: border-box;
  width: 770px;
  margin: 0.5em auto;
  padding: 0.5em 1.5em;
  word-break: break-all;
}