@charset "utf-8";
/* CSS Document */


/* ▼基本 */

body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "Yu Gothic", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
	min-width: 1300px;
	margin: 0 auto;
}
.clearfix:after {
	content: '';
	display: table;
	clear: both;
}
a {
	color: #1db363;
}
a:hover {
	opacity: 0.6;
}
.pc-hide {
	display: none;
}
/* ▲基本 */



/* ▼メインビジュアル */
header.top {
	background-image: url(../img/top-bg.jpg);
	background-position: center center;
	background-size: cover;
}
header.top div.green-decoration {
	height: 6px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1eb464+0,1eb464+100&0+1,1+100 */
	background: -moz-linear-gradient(left, rgba(30,180,100,0) 0%, rgba(30,180,100,0) 1%, rgba(30,180,100,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(30,180,100,0) 0%, rgba(30,180,100,0) 1%, rgba(30,180,100,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(30,180,100,0) 0%, rgba(30,180,100,0) 1%, rgba(30,180,100,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001eb464', endColorstr='#1eb464', GradientType=1 ); /* IE6-9 */
}
header.top div.twocol.clearfix {
	/* padding: 30px; */
	margin-bottom: 5px;
	margin-top: -6px;
}
header.top div.twocol.clearfix div.left {
	float: left;
	padding: 15px 0px 0px 30px;
	font-size: 0px;
}
header.top div.twocol.clearfix div.left a {
	display: block;
}
header.top div.twocol.clearfix div.left img {
	display: inline-block;
	vertical-align: top;
}
header.top div.twocol.clearfix div.left h1 {
	display: inline-block;
	vertical-align: top;
	margin-top: -11px;
	margin-left: -48px;
}
header.top div.twocol.clearfix div.left h1 img {
}
header.top div.twocol.clearfix div.right {
	float: right;
}
header.top div.twocol.clearfix div.right a {
	display: inline-block;
	background-color: #1eb464;
	padding: 20px;
}
header.top div.twocol.clearfix div.right a img {
}
header.top p {
	text-align: center;
	margin-bottom: 110px;
}
header.top p img {
}
header.top div.top-2ndcopy {
	background-color: #ffffffd4;
	text-align: center;
	padding: 35px 0px;
}
header.top div.top-2ndcopy h2 {
}
header.top div.top-2ndcopy h2 img {
}
/* ▲メインビジュアル */

/* ▼ナビ */
nav {
	font-size: 0px;
	margin: 40px 0px;
}
nav ul {
	text-align: center;
}
nav ul li {
	display: inline-block;
	width: 320px;
	height: 130px;
	border-right: 1px solid #dcdcdc;
}
nav ul li:last-child {
	border: none;
}
nav ul li a {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
nav ul li span {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
nav ul li:nth-child(1) a {
	background-image: url(../img/nav1.png);
}
nav ul li:nth-child(2) a {
	background-image: url(../img/nav2.png);
}
nav ul li:nth-child(3) a {
	background-image: url(../img/nav3.png);
}
nav ul li:nth-child(4) a {
	background-image: url(../img/nav4.png);
}
.span_01 {
	background-image: url(../img/nav1_ac.png);
}
.span_02 {
	background-image: url(../img/nav2_ac.png);
}
.span_03 {
	background-image: url(../img/nav3_ac.png);
}
.span_04 {
	background-image: url(../img/nav4_ac.png);
}
/* ▲ナビ */


/* ▼トップ第一ブロック  */

div.top-block {
}
div.top-block div.wrap.clearfix {
	display: block;
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0px;
}
div.top-block div.wrap.clearfix div.left {
	float: left;
}
div.top-block div.wrap.clearfix div.left h3 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 30px;
	border-bottom: 3px solid #ffdc50;
	display: inline-block;
	padding-bottom: 3px;
	letter-spacing: 0.07em;
}
div.top-block div.wrap.clearfix div.left p {
	margin-bottom: 30px;
	line-height: 2.0;
	font-size: 18px;
}
div.top-block div.wrap.clearfix div.left a {
	background-color: #fabe00;
	color: #fff;
	text-decoration: none;
	padding: 12px 60px;
	border-radius: 100px;
	display: inline-block;
	position: relative;
	font-size: 17px;
}
div.top-block div.wrap.clearfix div.left a:after {
	content: "";
	width: 20px;
	height: 20px;
	background-image: url(../img/circult-arrow-yellow.png);
	display: inline-block;
	/* top: 4px; */
	position: absolute;
	/* margin-left: 10px; */
	top: 50%;
	right: 17px;
	margin-top: -10px;
}
div.top-block div.wrap.clearfix div.right {
	float: right;
}
div.top-block.top-block-2 div.wrap.clearfix div.right {
	margin-top: -25px;
}
div.top-block div.wrap.clearfix div.right img {
}
.top-block.top-block-2 {
	background-color: #fffce6;
}
/* ▲トップ第一ブロック  */


/* ▼トップ最終ブロック  */
div.top-lastblock {
	text-align: center;
	background-image: url(../img/top-bg2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
div.top-lastblock div.inner {
	padding: 80px 0px;
}
div.top-lastblock div.inner h3 {
}
div.top-lastblock div.inner h3 img {
	margin-bottom: 10px;
}
div.top-lastblock div.inner p {
	margin-bottom: 30px;
	font-size: 17px;
}
div.top-lastblock div.inner a {
	background-color: #1eb464;
	color: #fff;
	text-decoration: none;
	padding: 15px 60px;
	border-radius: 100px;
	display: inline-block;
	position: relative;
	font-size: 17px;
}
div.top-lastblock div.inner a:after {
	content: "";
	width: 20px;
	height: 20px;
	background-image: url(../img/circult-arrow.png);
	display: inline-block;
	/* top: 4px; */
	position: absolute;
	/* margin-left: 10px; */
	top: 50%;
	right: 17px;
	margin-top: -10px;
}
/* ▲トップ最終ブロック  */

/* ▼フッタ　*/

footer {
	background-color: #1eb464;
	color: #fff;
	padding: 55px 0px;
}
footer div.inner {
	width: 1000px;
	margin: 0 auto;
}
footer div.inner div.right {
	float: left;
	line-height: 0px;
	line-height: 1;
}
footer div.inner div.right h3 {
	font-weight: normal;
	color: #fff;
	font-size: 29px;
	letter-spacing: 0.15em;
	line-height: 1.5;
}
footer div.inner div.right a {
	line-height: 0;
	display: block;
}
footer div.inner div.right a img {
	line-height: 0;
	margin-bottom: 6px;
}
footer div.inner div.right p {
	text-align: right;
	color: #fff;
	font-size: 15px;
}
footer div.inner div.left {
	float: right;
}
footer div.inner div.left div.wrap {
	padding: 15px 25px 20px 25px;
	border: 1px solid #fff;
	line-height: 1;
	margin-top: 5px;
}
footer div.inner div.left div.wrap h4 {
	color: #fff;
	font-weight: bold;
}
footer div.inner div.left div.wrap address {
	color: #fff;
	font-size: 15px;
}
footer div.inner div.left div.wrap p {
	color: #fff;
	font-size: 15px;
}
div.copy {
	padding: 20px 0px;
	text-align: center;
}
div.copy p {
	color: #999999;
	font-size: 14px;
}
/* ▲フッタ　*/

/* ▼下層ページ用トップ　*/

header.top.subpage {
	background-image: none;
}
header.top.subpage div.twocol.clearfix {
	margin-bottom: 0px;
}
/* ▲下層ページ用トップ */

/* ▼下層ページ用ヘッダ　*/

div.sub-header {
	background-color: #1eb4640f;
	text-align: center;
}
div.sub-header h2 {
	color: #1db363;
	font-size: 30px;
	padding: 40px;
	margin-bottom: 40px;
}
/* ▲下層ページ用ヘッダ　*/

/* ▼下層ページコンテンツ含有 */



/* ▲下層ページコンテンツ含有 */



.sub-content {
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 90px;
}
.sub-content h3 {
	font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 60px;
	margin-top: 60px;
}
.sub-content h3 i {
	color: #ccc;
}
.sub-need-block1-last {
	margin-bottom: 50px;
}
/* ▼下層ページコンテンツ含有 */	
	
div.sub-need-block1 {
}
div.sub-need-block1 div.left {
	float: left;
	width: 400px;
	padding: 80px 15px;
	border-top: 4px solid #1eb46430;
	border-bottom: 4px solid #1eb46430;
}
div.sub-need-block1.sub-need-block1-last div.left {
	border-top: none;
}
div.sub-need-block1 div.left p {/* float: right; */
}
div.sub-need-block1 div.right {
	float: right;
}
div.sub-need-block1 div.right img {
}
.sub-need-kome {
	margin-bottom: 25px;
}
.sub-need-kome p {
	display: inline-block;
	margin-left: 15px;
}
.sub-need-kome:before {
	content: "";
	display: inline-block;
	width: 46px;
	height: 44px;
	vertical-align: top;
	background-image: url(../img/kome.png);
	margin-top: 6px;
}
.sub-need-greenborder {
	border: 4px solid #1eb46430;
	padding: 40px 0px;
	margin-top: 50px;
}
.sub-need-greenborder p {
	text-align: center;
	font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	text-align: center;
	font-weight: bold;
	color: #1db363;
	font-size: 20px;
}
div.case-message {
	background-image: url(../img/green-bg.jpg);
	padding: 60px;
	padding-top: 70px;
	margin-top: -88px;
	margin-bottom: 70px;
}
div.case-message p {
	font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;/* font-weight: 500; */
	margin-bottom: 45px;
}
div.case-message div.name {
	position: relative;
}
div.case-message div.name p {
	color: #8c8c8c;
	text-align: right;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "Yu Gothic", YuGothic, Arial, "メイリオ", Meiryo, sans-serif;
	font-weight: normal;
	margin-bottom: 0px;
}
div.case-message div.name:before {
	content: "";
	display: block;
	width: 279px;
	height: 222px;
	background-image: url(../img/tree.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 18px;
	left: 0px;
}
div.case-inner {
}
div.case-inner h4.case-h4 {
	font-size: 28px;
	margin-bottom: 20px;
}
div.case-inner h4.case-h4:before {
	display: inline-block;
	width: 30px;
	height: 31px;
	background-image: url(../img/green-circult.png);
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	content: "";
	margin-right: 15px;
	top: 4px;
	position: relative;
}
img.network {
	margin: 35px 0px;
}
div.case-2col.clearfix {
	position: relative;
	margin-top: 50px;
	margin-bottom: 50px;
}
div.case-2col.clearfix div.block.left {
	width: 470px;
	border: 4px solid #64bee6;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 30px;
	float: left;
	height: 310px;
}
div.case-2col.clearfix div.block.left h5 {
	font-size: 23px;
	color: #64bee6;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}
div.case-2col.clearfix div.block.left p {
}
div.case-2col.clearfix div.block.right {
	width: 470px;
	border: 4px solid #1db363;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 30px;
	float: right;/* height: 330px; */
	height: 310px;
}
div.case-2col.clearfix div.block.right h5 {
	font-size: 23px;
	color: #1db363;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}
div.case-2col.clearfix div.block.right p {
}
div.case-2col.clearfix div.block.right div.purpose {
}
div.case-2col.clearfix div.block.right div.purpose h6 {
	margin-top: 15px;
	font-weight: bold;
}
div.case-2col.clearfix div.block.right div.purpose p {
}
div.case-2col.clearfix img {
	margin: 0 auto;
	display: block;
	top: 50%;
	position: absolute;
	left: 50%;
	margin-left: -61px;
	margin-top: -58px;
}
div.case-four {
}
div.case-four div.line {
	font-size: 0px;
}
div.case-four div.line:first-child {
	border-bottom: 4px solid #1eb46430;
}
div.case-four div.line div.block {
	display: inline-block;
	width: 499px;
	box-sizing: border-box;
	vertical-align: top;
}
div.case-four div.line div.block:first-child {
	border-right: 4px solid #1eb46430;
	padding-right: 40px;
}
div.case-four div.line div.block:last-child {
	padding-left: 40px;
}
div.case-four div.line div.block h5 {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 4px solid #1db363;
	display: inline-block;
	margin-bottom: 30px;
}
div.case-four div.line div.block h5 i {
	margin-right: 8px;
	color: #1db363;
}
div.case-four div.line div.block h6 {
	font-weight: bold;
	line-height: 1.2;
	font-size: 16px;
	margin-bottom: 6px;
}
div.case-four div.line div.block p {
	line-height: 1.6;
	margin-bottom: 15px;
	font-size: 16px;
}
div.case-four div.line div.block ul {
}
div.case-four div.line div.block ul li {
	line-height: 1.6;
	margin-bottom: 15px;
	font-size: 16px;
	list-style: inherit;
	list-style-type: disc;
	margin-left: 20px;
}
div.case-four div.line:first-child div.block {
	padding-bottom: 40px;
}
div.case-four div.line:last-child div.block {
	padding-top: 40px;
}
div.case-2col.clearfix img.itaku-sp {
	display: none;
}
div.case-block {
	margin-bottom: 40px;
}
div.case-block h4 {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 4px solid #1db363;
	display: inline-block;
	margin-bottom: 30px;
}
div.case-block p {
}
div.case-block a.download {
}
div.case-block a.download:before {
	content: "";
	display: inline-block;
	width: 14px;
	height: 15px;
	background-image: url(../img/download.png);
	background-repeat: no-repeat;
	margin-right: 5px;
	position: relative;
	top: 2px;
}
div.case-block dl {
	font-size: 17px;
	text-align: left;
	padding: 5px 0px;
	border-bottom: 1px dashed #1eb46430;
	width: 100%;
	display: table;
}
div.case-block dl dt {
	display: table-cell;
	width: 50%;
}

div.case-block dl dt:before {
	content: "●";
    font-size: 13px;
    position: relative;
    top: -2px;
    color: #1eb464;
    margin-right: 5px;
}

div.case-block dl dd {
	display: table-cell;
	width: 50%;
}
div.case-block h5 {
	font-weight: bold;
}
div.organize-topblock {
	margin-bottom: 55px;
}
div.organize-topblock div.inner.clearfix {
}
div.organize-topblock div.inner.clearfix div.left {
	float: left;
	width: 570px;
	border: 4px solid #1eb46430;
	box-sizing: border-box;
	padding: 40px 0px 28px 0px;
	text-align: center;
	height: 230px;
}
div.organize-topblock div.inner.clearfix div.left img {
}
div.organize-topblock div.inner.clearfix div.left a {
	display: block;
	margin-top: 10px;
}
div.organize-topblock div.inner.clearfix div.left a img {
}
div.organize-topblock div.inner.clearfix div.right {
	float: right;
	width: 380px;
}
div.organize-topblock div.inner.clearfix div.right iframe {
	width: 100%;
	height: 230px;
}
div.organize-message {
	margin-bottom: 50px;
}
div.organize-message div.left {
	float: left;
	width: 750px;
	text-align: justify;
}
div.organize-message div.left p {
	line-height: 2.3;
	margin-top: 15px;
}
div.organize-message div.right {
	float: right;
	text-align: center;
}
div.organize-message div.right img {
}
div.organize-message div.right h5 {
	line-height: 1.6;
}
img.organize-3 {
	margin: 0 auto;
	display: block;
	margin-bottom: 75px;
}
div.case-inner h4.case-h4 span {
	font-size: 70%;
}
div.exective {
	max-width: 668px;
	margin: 0px auto;
	margin-bottom: 60px;
}
div.exective div.block {
	border-bottom: 4px solid #ccc;
	border-bottom: 4px solid #1eb46430;
	padding: 10px 0px;
	display: inline-block;
}
div.exective div.block h5 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
div.exective div.block table {
	width: 100%;
}
div.exective div.block table tbody {
	width: 100%;
}
div.exective div.block table tbody tr {
	font-size: 17px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #8ed9b1;
}
div.exective div.block table tbody tr:last-child {
	border-bottom: none;
}
div.exective div.block table tbody tr th {
	padding: 5px 0px;
}
div.exective div.block table tbody tr td {
	padding: 5px 0px;
}
div.exective div.block table tbody tr td:first-child {
	width: 70%;
}
div.exective div.block table tbody tr td:nth-child(2) {
	width: 15%;
	text-align: right;
}
div.exective div.block table tbody tr td:last-child {
	width: 15%;
	text-align: right;
}
div.history {
}
div.history table {
	width: 100%;
}
div.history table tbody {
}
div.history table tbody tr {
	font-size: 17px;
	text-align: left;/* padding: 5px 0px; */
	border-bottom: 1px dashed #1eb46430;
}
div.history table tbody tr td {
	padding: 5px 0px;
}
div.history table tbody tr td:first-child {
	width: 14%;
}
div.history table tbody tr td:nth-child(2) {
	width: 12%;
}
div.history table tbody tr td:last-child {
	width: 74%;
}
div.history table tbody tr th {
}
/* TOPページヘッダーで、PCとSPでロゴを切り替える */

header.top div.twocol.clearfix div.left a img.sp {
	display: none;
}
header.top div.twocol.clearfix div.left a img.pc {
}
/* PC表示にて、お問い合わせボタンリンクの無効化 */

header div.twocol.clearfix div.right a, footer div.inner div.right a {
	pointer-events: none;
	user-select: none; /* CSS3 */
	-moz-user-select: none; /* Firefox */
	-webkit-user-select: none; /* Safari、Chromeなど */
	-ms-user-select: none; /* IE10かららしい */
}
a.sp-tel {
	display: none;
}

.org_table {
	width: auto !important;
}

.org_td1 {
	width: 360px !important;
	padding-left: 2em !important;
}

.org_2 {
	padding-left: 1em !important;
}

.org_td2 {
	width: 130px !important;
	text-align: left !important;
}

.org_td3 {
	width: 7em !important;
	padding-left: 25px !important;
	text-align: left !important;
}

.org_kko strong {
	font-weight: normal;
	margin-left: -0.5em !important;
}












