﻿@charset "utf-8";

body {
	min-height: 100%;
	font: 13px/180% "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:180%;
	color: #000;
}
* html body {
	font-size:small;  
	font:x-small;/*--標準準拠モード時は不要--*/  
}  
  
*:first-child+html body {  
	font-size:small;  
	font:x-small;/*--標準準拠モード時は不要--*/  
} 
.txthide {
	display: none;
}
img{
	width:100%;
	max-width: 100%;
	height: auto;
	width /***/:auto;
	vertical-align: bottom;　
}

img[usemap] {
	border: none;
	height: auto;
	max-width: 100%;
	width: auto;
}

.bghover a {
	filter:alpha(opacity=100);
	opacity:1.0;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	outline: none;
}
.bghover a:hover {
	filter:alpha(opacity=60);
	opacity:0.6;
}
.img_hover a img {
	filter:alpha(opacity=100);
	opacity:1.0;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}
.img_hover a:hover img {
	filter:alpha(opacity=60);
	opacity:0.6;
}

.wrapper{
	
}


/* header----------------------------------------------------- */


.gheader{
	width:100%;
	height:80px;
	background:url(../images/bg_header.jpg) repeat-x;
	line-height:0%;
}
.gheader .inner{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	padding-top:23px;

}
.gheader logo{
	
}
.icon_nav{
	display:none;
}

/* gnav----------------------------------------------------- */

.gnav{
	width:100%;
	height:46px;
	line-height:0%;
	background:url(../images/bg_nav.jpg) repeat-x;
}
.nav_fix{
	position:fixed;
	top:0;
	left:0;
	z-index:1000;
}
.gnav ul{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
.gnav ul li{
	float:left;
}
.gnav ul li a{
	display:block;
	height:46px;
	text-indent:-9999px;
	width:167px;
}
.gnav ul li.gnav01 a{
	width:164px;
	background:url(../images/gnav01.jpg) no-repeat center center;
}
.gnav ul li.gnav01 a:hover{
	background:url(../images/gnav01_on.jpg) no-repeat center center;
}
.gnav ul li.gnav01 a.on{
	background:url(../images/gnav01_on.jpg) no-repeat center center;
}
.gnav ul li.gnav02 a{
	background:url(../images/gnav02.jpg) no-repeat center center;
}
.gnav ul li.gnav02 a:hover{
	background:url(../images/gnav02_on.jpg) no-repeat center center;
}
.gnav ul li.gnav02 a.on{
	background:url(../images/gnav02_on.jpg) no-repeat center center;
}
.gnav ul li.gnav03 a{
	background:url(../images/gnav03.jpg) no-repeat center center;
}
.gnav ul li.gnav03 a:hover{
	background:url(../images/gnav03_on.jpg) no-repeat center center;
}
.gnav ul li.gnav03 a.on{
	background:url(../images/gnav03_on.jpg) no-repeat center center;
}
.gnav ul li.gnav04 a{
	background:url(../images/gnav04.jpg) no-repeat center center;
}
.gnav ul li.gnav04 a:hover{
	background:url(../images/gnav04_on.jpg) no-repeat center center;
}
.gnav ul li.gnav04 a.on{
	background:url(../images/gnav04_on.jpg) no-repeat center center;
}
.gnav ul li.gnav05 a{
	background:url(../images/gnav05.jpg) no-repeat center center;
}
.gnav ul li.gnav05 a:hover{
	background:url(../images/gnav05_on.jpg) no-repeat center center;
}
.gnav ul li.gnav06 a{
	width:168px;
	background:url(../images/gnav06.jpg) no-repeat center center;
}
.gnav ul li.gnav06 a:hover{
	background:url(../images/gnav06_on.jpg) no-repeat center center;
}
.gnav ul li.gnav06 a.on{
	background:url(../images/gnav06_on.jpg) no-repeat center center;
}


.gnav .icon_close{
	display:none;
}

/* content----------------------------------------------------- */

.meta_area{
	width:1000px;
	margin:10px auto;
}
.meta_area h1{
}
.top_meta{
	margin-bottom:30px;
}

.content{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/bg_content.jpg) repeat-y; 
}
.contentL{
	float:left;
	width:720px;
}
.contentR{
	float:right;
	width:220px;
	padding:15px;
}

.bread{
	padding:10px 0 10px 10px;
	width:990px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:30px;
	background:#F8F8F8;
}

.mgt01{
	margin-top:20px;
}
.mgt02{
	margin-top:40px;
}
.mgb01{
	margin-bottom:40px;
}
.mgb02{
	margin-bottom:30px;
}

.page_link{
	margin-top:-66px;
	padding-top:66px;
}



.txtmg01{
	margin-top:20px;
	margin-bottom:20px;
}

.ttl_bd{
	font-size:18px;
	color:#006331;
	border-bottom:solid 2px #006331;
	padding-bottom:5px;
}
.ttl_bg{
	background:#006331;
	color:#fff;
	font-size:18px;
	padding:7px 15px;
}
.ttl_circle{
	font-size:15px;
	color:#006331;
	background:url(../images/icon_circle01.png) no-repeat left center;
	background-size:14px auto;
	padding-left:25px;
}


/* main----------------------------------------------------- */

.main_img{
	width:100%;
	background:url(../images/bg_main.jpg) repeat-x center center;
}
.main_img p{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	text-indent:-9999px;
}
.top_main{
	margin-bottom:0px !important;
}
.top_main p{
	height:376px;
	background:url(../images/index_main.jpg) no-repeat;
}
.column_main p{
	height:300px;
	background:url(../images/column_main.jpg) no-repeat;
}
.about_main p{
	height:300px;
	background:url(../images/about_main.jpg) no-repeat;
}
.price_main p{
	height:300px;
	background:url(../images/price_main.jpg) no-repeat;
}
.tokyo_main p{
	height:300px;
	background:url(../images/tokyo_main.jpg) no-repeat;
}
.kanto_main p{
	height:300px;
	background:url(../images/kanto_main.jpg) no-repeat;
}


/* トップページ----------------------------------------------------- */

.toplink{
	display:none;
}
.index_block01 .img{
	float:left;
	width:350px;
}
.index_block01 .txt{
	float:right;
	width:350px;
}
.index_block02{
	background:#F8FFDF;
	padding:20px;
}
.index_block02 h3{
	font-size:15px;
	margin-top:20px;
	color:#006331;
	background:url(../images/icon_check.png) no-repeat left center;
	background-size:14px auto;
	padding-left:25px;
}
.index_block02 p{
	margin-top:10px;
	margin-left:25px;
}

/*トップページのオススメコラム*/
.recomend-column{
	margin:20px 0 30px 0;
}
.top-links1 {
    background-color: #ffe;
    border: 1px solid #999;
    list-style: none;
    position: relative;
    margin-top: 0;
    padding: 1em 1em 1em;
}

.top-links1 a{
	text-decoration: underline;
}

/*トップ比較表*/
.hikaku{
	
}
.table_hikaku{
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
	border:1px solid #ccc;
	padding:0px;
	margin:20px 0;
}

.table_hikaku tr{
	border:1px solid #ddd;
	padding:5px;
}
.table_hikaku tr.table_jumokuso{
	background-color:#F8FFDF;
}

.table_hikaku th, table td{
	padding:10px;
	text-align:center;
	border: 1px solid #ccc;
	border-collapse: collapse;
}

.table_hikaku th{
	font-size:14px;
	letter-spacing:1px;
}
/*--------------------------*/

.index_block03{

}
.index_block03 article{
	margin-top:30px;
	position:relative;
	height:180px;
}
.index_block03 .img{
	position:absolute;
	top:0px;
	left:0px;
	width:300px;
}
.index_block03 .txt{
	position:absolute;
	top:30px;
	left:330px;
	width:390px;
}
.index_block03 h3{
	position:absolute;
	top:0px;
	left:330px;
	font-size:15px;
	color:#006331;
	background:url(../images/icon_circle01.png) no-repeat left center;
	background-size:14px auto;
	padding-left:25px;
}
.index_block03 .txt p{
	margin-top:10px;
}
.index_price{
	background:#F8FFDF;
	color:#006331;
	font-size:20px;
	font-weight:bold;
	padding:20px 0 20px 220px;
	line-height:180%;
}
.index_block04 article{
	margin-top:20px;
	border-bottom:dotted 1px #ccc;
	padding-bottom:20px;
}
.index_block04 h3{
	color:#006331;
	font-size:17px;
	margin-bottom:5px;
}

.index_block04 .img{
	margin-bottom:20px;
	width:640px;
	margin-left:auto;
	margin-right:auto;
}
.index_block04 .check_area{
	border:solid 2px #B20000;
	padding:20px;
}

.index_block04 h4{
	width:180px;
}
.index_block04 ul{
	padding-top:10px;
}
.index_block04 ul li{
	background:url(../images/icon_check.png) no-repeat left center;
	background-size:18px auto;
	padding-left:30px;
	font-weight:bold;
	font-size:17px;
	margin-top:10px;
}
.index_block04 .txt{
	margin-top:15px;
}

/*OPEN予定の樹木葬紹介*/
.kazenooka_area{
	border:solid 2px #B20000;
	padding:10px;
}
.kazenooka_area h2{
	text-align:center;
	color:#B20000;
	font-size:18px;
}

.kazenooka_area h3{
	font-size:18px;
	border-bottom:solid 2px #B20000;
	padding-left:40px;
	padding-bottom:3px;
}

.kazenooka_area h3 span{
	color:#B20000;
	display:inline-block;
	margin-right:10px;
}

.kazenooka_area ul{
	position:relative;
	padding-left:250px;
	margin-top:-140px;
	height:150px;
}
/*--------*/
/*-----TOP樹木葬の費用の相場---*/

.index_block12 h3{
	top:0;
	background:url(../images/icon_circle01.png) no-repeat left center;
	font-size:120%;
	color:#006331;
	padding-left:25px;
	background-size:16px auto;
}

/*--------*/
.ranking_area{
	border:solid 2px #B20000;
	padding:20px;
}
.ranking_area h2{
	text-align:center;
	color:#B20000;
	font-size:18px;
	line-height:150%;
}
.ranking_area h2 span.icon{
	display:inline-block;
	background:url(../images/icon_crown.png) no-repeat left center;
	padding-left:46px;
	padding-top:5px;
}
.ranking_area article{
	margin-top:30px;
}
.ranking_area h3{
	font-size:18px;
	border-bottom:solid 2px #B20000;
	padding-left:40px;
	line-height:180%;
	padding-bottom:5px;
	padding-top:5px;
}
.ranking_area h3 span{
	color:#B20000;
	display:inline-block;
	margin-right:10px;
}
.ranking_area .no01{
	background:url(../images/no01.png) no-repeat left center;
	background-size:30px auto;
}
.ranking_area .no02{
	background:url(../images/no02.png) no-repeat left center;
	background-size:30px auto;
}
.ranking_area .no03{
	background:url(../images/no03.png) no-repeat left center;
	background-size:30px auto;
}
.ranking_area .no04{
	background:url(../images/no04.png) no-repeat left center;
	background-size:30px auto;
}
.ranking_area .img{
	width:500px;
	margin:20px auto 0;
}
.ranking_area .detail_area{
	background:#F8FFDF;
	padding:20px 20px 15px;
	margin-top:20px;
	margin-bottom:20px;
	font-size:15px;
}
.ranking_area .detail_area table{
	width:100%;
}
.ranking_area .detail_area .tbl01{
	margin-right:50px;
}
.ranking_area .detail_area table td,.ranking_area .detail_area table th{
	padding:10px;
	border-bottom:dotted 1px #ccc;
	text-align:left;
}
.ranking_area .detail_area table th{
	font-weight:normal;
	white-space:nowrap;
	background:#006331;
	color:#fff;
	width:100px;
}
.ranking_area .btn{
	width:230px;
	margin:20px auto 0;
}

/*トップ一番下のブロック*/
.index_block11 h3{
	font-size:15px;
	margin-top:20px;left:330px;
	font-size:15px;
	color:#006331;
	background:url(../images/icon_circle01.png) no-repeat left center;
	background-size:14px auto;
	padding-left:25px;
}

.index_block11 ul li{
list-style-type: disc;	
}

/*トップのリンクボタン*/
.top-linkbutton{
	text-align:center;
	position: relative;
	margin-bottom:30px;
	margin-top:10px;
}
.top-linkbutton1  {
	display: inline-block;
	width: 300px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	font-size:110%;
	margin-right:5px;
	margin-bottom:10px;
}
.top-linkbutton1 ::before,
.top-linkbutton1 ::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.top-linkbutton1 ,
.top-linkbutton1 ::before,
.top-linkbutton1 ::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.top-linkbutton1 {
	position: relative;
	background-color: #006331;
	border-radius: 4px;
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #0e8c73;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.top-linkbutton1:hover {
	background-color: #F8FFDF;
	box-shadow: 0 3px 0 #23a188;
}
.top-linkbutton1:active {
	top: 3px;
	box-shadow: none;
}

/* サイドカラム----------------------------------------------------- */

.ttl_side_ranking{
	background:#B20000;
	text-align:center;
	color:#fff;
	font-size:17px;
	padding:7px 0;
}

.side_ranking article{
	margin-top:20px;
	padding-bottom:20px;
	border-bottom:dotted 1px #999;
}
.side_ranking article:last-child{
	border-bottom:none;
}
.side_ranking .no{
	text-align:center;
	font-size:18px;
	color:#B20000;
	font-weight:bold;
	line-height:160%;
}
.side_ranking .no span{
	display:inline-block;
	padding-left:40px;
}
.side_ranking .no01 span{
	background:url(../images/no01.png) no-repeat left center;
	background-size:30px auto;
}
.side_ranking .no02 span{
	background:url(../images/no02.png) no-repeat left center;
	background-size:30px auto;
}
.side_ranking .no03 span{
	background:url(../images/no03.png) no-repeat left center;
	background-size:30px auto;
}

.side_ranking .no04 span{
	background:url(../images/no04.png) no-repeat left center;
	background-size:30px auto;
}

.side_ranking h3{
	text-align:center;
	font-size:18px;
	margin-top:10px;
	margin-bottom:10px;
}
.side_ranking .btn{
	width:150px;
	margin:10px auto 0;
}

.side_bn li{
	margin-bottom:20px;
}
.ttl_side_qa{
	background:#006331;
	text-align:center;
	color:#fff;
	font-size:17px;
	padding:7px 0;
}

.side_qa{

}
.side_qa li{
	margin-top:15px;
	background:url(../images/icon_arrow01.png) no-repeat left 5px;
	padding-left:18px;
}
.side_qa li a:hover{
	text-decoration:underline;
}

/* footer----------------------------------------------------- */


.pagetop {
	display: none;
	position: fixed;
	bottom: 20px;
	right:50%;
	margin-right:-610px;
	cursor:pointer;
}

.footnav{
	width:100%;
	background:#F8F8F8;
	padding:20px 0;
	text-align:center;
	margin-top:50px;
}
.footnav ul li{
	display:inline-block;
	padding:0 15px;
	border-right:solid 1px #000;
	line-height:130%;
}
.footnav ul li:last-child{
	border-right:none;
}
.footnav ul li a{
	color:#000;
}
.gfooter{
	background:#006331;
	color:#fff;
	text-align:center;
	padding:10px 0;
}

.sp_unei{
	display:none;
}


/* 豆知識一覧----------------------------------------------------- */

.qa_cat{
	background:#F8FFDF;
	padding:20px;
}
.qa_cat ul{

}
.qa_cat ul li{
	float:left;
	width:155px;
	margin-right:20px;
	text-align:center;
	font-weight:bold;
	margin-top:20px;
}
.qa_cat ul li:nth-child(4n){
	margin-right:0px;
}
.qa_cat ul li a{
	display:block;
	padding:10px 0;
	color:#fff;
	background:#006331;
	transition: 1s;
}
.qa_cat ul li a:hover{
	background:#4C916E;
}

.qa_list{

}
.qa_list article{
	margin-top:20px;
	border-bottom:dotted 1px #ccc;
	padding-bottom:20px;
}
.qa_list article .img{
	float:left;
	width:150px;
}
.qa_list article .txt_area{
	float:right;
	width:550px;
}
.qa_list article h3{
	font-size:17px;
	color:#006331;
	margin-bottom:10px;
}
.wp-pagenavi{
	text-align:center;
	padding-top:10px;
}
.wp-pagenavi a ,.wp-pagenavi span{
	display:inline-block !important;
	padding:2px 10px !important;
	background:#F8FFDF !important;
	margin:0 5px !important;
}

.wp-pagenavi span.current{
	background:#006331 !important;
	color:#fff !important;
	font-weight:bold !important;
	
	
}


/* 豆知識詳細----------------------------------------------------- */

.column_img{
	text-align:center;
}
.column_txt{
	margin-top:40px;
}
.column_txt h2{
	font-size:18px;
	color:#006331;
	border-bottom:solid 2px #006331;
	padding-bottom:5px;
	margin-bottom:20px;
}

.column_txt h3{
	background:#F8FFDF;
	font-size:16px;
	padding:5px 15px;
	margin-bottom:20px;
}
.column_txt h3 p{
	margin-bottom:10px;
}

.column_txt ul{
	list-style-type: disc;
}

.column_txt ol{
	list-style-type: decimal;
}
.column_txt ul,.column_txt ol{
	margin-bottom:10px;
	margin-left:20px;
}


.column_txt a{
	text-decoration:underline;
	color:#006331;
}

.btn_column{
	width:230px;
	margin-left:auto;
	margin-right:auto;
}



/* 樹木葬とは----------------------------------------------------- */

.type_area{

}
.type_area article{
	margin-bottom:30px;

}
.type_area article h3{
	font-size:18px;
	color:#006331;
	background:url(../images/icon_circle01.png) no-repeat left center;
	background-size:14px auto;
	padding-left:25px;
}

.type_item{
	background:#F8FFDF;
	padding:20px;
}
.type_item .ttl_type{
	font-weight:bold;
	text-align:center;
	font-size:17px;
	color:#fff;
	background:#006331;
	padding:7px 0;
}
.type_item .img{
	width:500px;
	margin:20px auto;
}
.type_item .detail_area{
	background:#fff;
	padding:20px 20px 15px;
	margin-top:20px;
	margin-bottom:20px;
	font-size:15px;
}
.type_item .btn{
	width:230px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}
.type_item .detail_area table{
	width:100%;
}

.type_item .detail_area table td,.type_item .detail_area table th{
	padding:10px;
	border-bottom:dotted 1px #ccc;
	text-align:left;
}
.type_item .detail_area table th{
	font-weight:normal;
	white-space:nowrap;
	background:#006331;
	color:#fff;
	width:100px;
}

.about_other h3{
	font-size:17px;
	color:#006331;
	background:url(../images/icon_circle01.png) no-repeat left center;
	background-size:14px auto;
	padding-left:25px;
	margin-bottom:20px;
}

.about_other article{
	margin-top:20px;
}

.about_other .img{
	width:300px;
	float:left;
}

.about_other .txt_area{
	width:390px;
	float:right;
}

/*樹木葬とはのアンカーリンクボタン　他のページにも*/
.anker-linkbutton{
	position: relative;
	margin-bottom:30px;
	margin-top:10px;
}
.anker-linkbutton1  {
	display: inline-block;
	width: 150px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	font-size:110%;
	margin-right:5px;
	margin-bottom:10px;
}
.anker-linkbutton1 ::before,
.anker-linkbutton1 ::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.anker-linkbutton1 ,
.anker-linkbutton1 ::before,
.anker-linkbutton1 ::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.anker-linkbutton1 {
	position: relative;
	background-color: #006331;
	border-radius: 4px;
	color: #fff;
	line-height: 52px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #0e8c73;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}
.anker-linkbutton1:hover {
	background-color: #F8FFDF;
	box-shadow: 0 3px 0 #23a188;
}
.anker-linkbutton1:active {
	top: 3px;
	box-shadow: none;
}

/*樹木紹介*/
img.flowerimg{
	width:150px;
	height:150px;
}
.p_flower{
	position:relative;
	padding-left:160px;
	margin-top:-150px;
	height:150px;
}


/* 樹木葬一覧----------------------------------------------------- */

.item_list article{
	margin-top:30px;
	padding-bottom:30px;
	border-bottom:dotted 1px #ccc;
}
.item_list .img{
	width:500px;
	margin:20px auto 0;
}
.item_list .detail_area{
	background:#F8FFDF;
	padding:20px 20px 15px;
	margin-top:20px;
	margin-bottom:20px;
	font-size:15px;
}
.item_list .detail_area table{
	width:100%;
}
.item_list .detail_area table td,.item_list .detail_area table th{
	padding:10px;
	border-bottom:dotted 1px #ccc;
	text-align:left;
}
.item_list .detail_area table th{
	font-weight:normal;
	white-space:nowrap;
	background:#006331;
	color:#fff;
	width:100px;
}
.item_list .btn{
	width:230px;
	margin:20px auto 0;
}

.pagebtm_txt{
	border:solid 1px #ccc;
	padding:20px;
}

/* 樹木葬の費用----------------------------------------------------- */

.img_price01{
	width:640px;
	margin-left:auto;
	margin-right:auto;
}

.price_list{

}
.price_list dt{
	float:left;
	font-size:15px;
	color:#006331;
	background:url(../images/icon_circle01.png) no-repeat left center;
	background-size:14px auto;
	padding-left:25px;
	margin-top:20px;
	font-weight:bold;
}
.price_list dd{
	float:left;
	margin-top:20px;
}
.price_list01 dt{
	width:105px;
}
.price_list01 dd{
	width:590px;
}

.price_other article{
	border-bottom:dotted 1px #ccc;
	padding-bottom:20px;
}
.price_other article .txt_area{
	padding:20px;
	background:#F8FFDF;
	font-weight:bold;
	line-height:200%;
	width:350px;
}
.price_other article .clearfix{
	margin-bottom:10px;
}

/* エディタカスタマイズ---------------------------------------------------- */

h3.fread {
    font-size: 15px;
    margin-top: 20px;
    color: #006331;
    background: url(../images/icon_circle01.png) no-repeat left center;
    background-size: 14px auto;
    padding-left: 25px;
}

.sp-check{
  padding: 50px 20px 20px 20px;
  position: relative;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
	border:solid 2px #B20000;
}

.sp-check::before{
	font-family: "FontAwesome" !important;
  font-size: 25px;
	font-weight:bold;
	with:100%;
  position: absolute;
  top: 20px;
  left: 13px;
  color: #B20000;
	content: '\f0a4  Check Point';
}

.sp-check li {
	list-style-type:none !important;
    background: url(../images/icon_check.png) no-repeat left center;
    background-size: 18px auto;
    padding-left: 30px;
    font-weight: bold;
    font-size: 17px;
    margin-top: 10px;
}
.sp-check ul{
	margin-left:0px !important;
}

.bg-green {
    background: #F8FFDF;
    padding: 20px;
}

.sp-chain{
  padding: 50px 20px 20px 20px;
  position: relative;
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
	border:solid 2px #006331;
	background: #F8FFDF;
}

.sp-chain::before{
	font-family: "FontAwesome" !important;
  font-size: 25px;
	font-weight:bold;
  position: absolute;
  top: 20px;
  left: 13px;
  color: #006331;
	content: '\f15c  関連記事';
	display:block;
	border-bottom:dotted 1px #006331;
	width:680px;
	padding-bottom:10px;
}
.sp-chain a{
	display:inline-block;
  padding: 20px 0px 0px 40px;
  position: relative;
  display: block;
}

.sp-chain a::before{
	font-family: "FontAwesome" !important;
  font-size: 25px;
	font-weight:bold;
  position: absolute;
  top: 20px;
  left: 13px;
  color: #006331;
	content: '\f0a9';
}

.ttl_side_site{
	margin-top:20px;
}
.side_site li{
	margin-top:20px;
	text-align:center;
}
.side_site li img{
	margin-bottom:10px;
}