@charset "utf-8";
/* CSS Document */

body{
	width:100%;
	margin:0;
	padding:0;
	font-size:17px;
	line-height:1.5;
	letter-spacing:0.1em;
  font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}


a:link {
	color:#0000ff;
	background-color:transparent;
	text-decoration:none;
}
a:visited {
	color:#0000ff;
	background-color:transparent;
	text-decoration:none;
}
a:active {
	text-decoration:none;
}
a:hover {
	color:#ff0000;
	text-decoration:none;	
}


a img:hover{
	-webkit-filter: brightness(110%);
	filter: brightness(110%);
}

.inner{
	width:1060px;
	margin:0 auto;
}

.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;
}
/* ----------------------------------------
		header
---------------------------------------- */


header{
	width:100%;
	height:80px;
	background:-moz-linear-gradient(top,  rgba(36,102,43,0.65) 0%, rgba(0,0,0,0) 60%),#34812c;
	background:-webkit-linear-gradient(top,  rgba(36,102,43,0.65) 0%,rgba(0,0,0,0) 60%),#34812c;
	background:linear-gradient(to bottom,  rgba(36,102,43,0.65) 0%,rgba(0,0,0,0) 60%),#34812c;
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a624662b', endColorstr='#00000000',GradientType=0 ),#34812c;
}

header .inner{
	display:table;
}

header #main_title_area{
	height:80px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

.cont_inner {
  box-sizing: border-box;
  width: 940px;
  margin: 25px auto 50px;
  padding: 0;
}

h1 {
	position:relative;

}

h1 span{
	position:absolute;
	font-size:28px;
	color:#fff;
	top:1.7em;
	left:4em;
	background:#327e2c;
	padding:1em;
	border-radius:10px;
	
}

.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: #327e2c;
  border-left: 0.3em solid #154a11;
  color: #fff;
  font-size: 25px;
  letter-spacing: 0.1em;
  padding: 0.3em 0.5em;
  width:800px;
	margin:auto;
}

.con_conditions .inner {
  margin: 0 auto;
  width: 770px;
}

.con_conditions .inner p {
  margin: 1em auto 0;
}

.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:15px;
}

.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 img{
width:485px;
}
.con_conditions .inner .box_bnr figure img._s{
width:300px;
}
.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;
}
h3 {
  position: relative;
  background: #f2ffea;
  box-shadow: 0px 0px 0px 5px #e4f6da;
  border: solid 2px white;
  padding: 0.2em 0;
  color: #454545;
  width:550px;
  text-align: center;
 margin:2em auto 0;
}

h3:after {
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #327e2c;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
/* ----------------------------------------
		
---------------------------------------- */

#seo_area {
	padding: 0 0 80px;
}
#seo_area p{
	width:800px;
	margin:0 auto;
	padding:.6rem 1rem;
	font-size:14px;
	color:#666;
	letter-spacing:0.05em;
	border:3px solid #CCCCCC;
	background:#FFFFFF;
}



/* ----------------------------------------
		footer
---------------------------------------- */

footer{
	color:#FFFFFF;
	background:#34812c;
}

footer .inner{
	text-align:center;
	padding:30px 0;

}

footer nav{
	margin:0 auto 30px;
	width:100%;
	border-bottom:1px solid #729036;
}

footer nav ul{
	overflow:hidden;
	list-style:none;
	width:auto;
	margin:20px auto;
	padding-left:0;
	text-align:center;
}

footer nav ul li{
	font-size:14px;
	display:inline-block;
	/zoom: 1;
	margin-right:-7px;
	padding:0 10px;
	border-left:1px solid #ffffff;
}

footer nav ul li:last-child{
	border-right:1px solid #ffffff;
}

footer small{
	font-size:.7rem;
}

footer a:link, footer a:active,
footer a:visited, footer a:hover{
	color:#FFFFFF;
	text-decoration:none;
}

footer a:hover{
	color:#0000FF;
}


.sec_inner02 {
  margin: 2em auto 1em;
  width:500px;
}
.sec_inner02 .text_link {
  line-height: normal;
  color: #0d53de;
}
.code_box {
  background: #fff;
  border: 1px solid #b2e3ac;
  font-size: 15px;
  width:500px;
	margin:auto;
}
pre {
  display: block;
  padding: 5.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  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
}

h4.title_h3_link{
  position:relative;
  font-size:18px;
  color:#327e2c;
  padding-left:1.5em;
}
h4.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: 0;
  top: -8px;
}
.bnr_box01{
  margin-bottom:.5em!important;
}