@charset "utf-8";
/* CSS Document */
/* --------------------------------------
 siteroute
--------------------------------------- */

[id^="main"]>.breadcrumbs>ul.siteroute {
  color: #444;
  display: inline;
  float: left;
  font-size: 16px;
  margin: 14px 0 0 8px;
  overflow: hidden;
  /*width: 780px;*/
 width: 960px;
}

[id^="main"]>.breadcrumbs>ul.siteroute>li {
  background: url(/image_cmn/siteroute_arrow.gif) no-repeat 0 center;
  display: inline;
  float: left;
  margin-right: 8px;
  padding-left: 12px;
  white-space: nowrap;
}

[id^="main"]>.breadcrumbs>ul.siteroute>li:first-child {
  background: none;
}
.cont_inner {
  width: 1000px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.5;
  padding:0;
}
p, dl, ul {
  line-height: 1.5;
}

.cont_inner h1 {
  margin: 1em auto 0;
  position:relative;
}
.cont_inner h1 span{
  position:absolute;
  font-size:28px;
  color:#fff;
  font-weight: 600;
  top:85px;
  left:78px;
} 

.txt_lead {
  margin: 1.5em auto 0;
  text-align: justify;
  width: 755px;
}
 
.con_conditions {
  margin: 0 auto;
}

.con_conditions section {
  margin-top: 2em;
  padding: 0;
}

.con_conditions section h2 {
  background: #327e2c;
  border-left: 0.3em solid #59b91b;
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.1em;
  padding: 0.3em 1em;
  width:700px;
  margin:auto;
}

.con_conditions .inner {
  margin: 0 auto;
  width: 670px;
}

.con_conditions .inner p {
  margin: 1em auto 0;
}
.green_list {
  width: 640px;
  padding: 20px;
  margin: 20px auto;
  background:#f2ffea;
  }
.con_conditions .inner ul {
  box-sizing: border-box;
  margin: 1em auto 0;
  padding: 1em;
  list-style: none;
}

.con_conditions .inner ul li {
  padding-left: 1em;
  position: relative;
  font-size:16px;
}

.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.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: 1em auto 0;
}

.con_conditions .inner .box_bnr figure {
  margin: 0.5em 3em 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 figcaption:before {
  background: #03461c;
  content: "";
  display: inline-block;
  height: 0.5em;
  left: 0;
  margin-top: 0.5em;
  position: absolute;
  width: 0.5em;
}

.sec_inner02 {
  margin: 2em auto 1em;
}
.sec_inner02 .text_link {
  line-height: normal;
  color: #0d53de;
}
.code_box {
  background: #ffffff url(../image/ico-code01.png) no-repeat right 1px bottom 2px;
  border: 1px solid #8c8c8c;
  border-radius: 0;
  font-size: 15px;
  padding: 15px 20px;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll
}
h2.link {
  position: relative;
  background: #ffd98a;
  padding: 2px 0!important;
  font-size: 20px;
  color: #474747;
  border-radius: 0 10px 10px 0;
  margin:auto;
  text-align: center;
}

h2.link:before {
  font-family: "Font Awesome 5 Free";
  content: "\f450";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #ffa337;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -1.35em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px white; 
  border-radius: 50%;
}

h3.title_h3_link{
  position:relative;
  font-size:18px;
  color:#327e2c;
  padding-left:.2em;
}
h3.title_h3_link:before{
  font-family: "Font Awesome 5 Free";
  content: "\f0c1";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0;
  color: green;
  font-weight: 900;
  width: 40px;
  height: 40px;
  left: -1.35em;
  top: -8px;
}
.bnr_box01{
  margin-bottom:.5em!important;
}