﻿@charset "UTF-8";
#tano-main-area h2.tano-h2-type-01{
	border-left:0;
	background: url("/files/uploadFiles/images/bf/service/environment/h2-title-back.png") no-repeat;
	height:60px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: left;
	padding: 0 0 0 30px;
	margin: 30px 0 0;
	display: flex;
	align-items: center;
	position: relative;
}
#tano-main-area h2.tano-h2-type-01 span{
	padding-top: 2px;
}
#tano-main-area .h2-houjin{
	font-size: 15px;
	font-weight: bold;
	color:#5bb325;
	width:143px;
	height:40px;
	background:#fff;
	border-radius: 3px;
	position: absolute;
	right:10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#tano-main-area .h2-houjin span{
	padding-top: 0;
}
#tano-container-left .item-box h3{
	height:50px;
	color: #5bb325;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	padding: 0 0 0 55px;
	margin-top:30px;
	display: flex;
	align-items:center;
	background: url("/files/uploadFiles/images/bf/service/environment/h3-title-back.png") no-repeat;
}
#tano-container-left .tano-box h3{
	height:50px;
	color: #5bb325;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	padding: 0 0 0 55px;
	margin-top:30px;
	display: flex;
	align-items:center;
	background: url("/files/uploadFiles/images/bf/service/environment/h3-title-back.png") no-repeat #fff;
	position: relative;
}
#tano-container-left .tano-box h3 .login{
    font-size: 14px;
    font-weight: bold;
    color: #62a532;
    width: 100px;
    height: 32px;
    background: #fff;
	border:2px solid #62a532;
    border-radius: 3px;
    position: absolute;
    right: 15px;
	top:2px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#tano-container-left .tano-box h3 .login span{
	padding-top: 2px;
}
#tano-container-left .tano-box .tano-box-h3{
	margin-top:10px;
}
.section01-about h4,
.tano-box h4{
	width: 960px;
	color: #434343;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding: 0 0 8px 0;
	margin:35px 0 20px;
	display: flex;
	align-items:center;
	border-bottom:2px dotted #62a532;
}
.section01-about h4 span,
.tano-box h4 span{
	border-left:5px solid #62a532;
	padding: 0 0 0 10px;
	line-height: 1em;
}
.tano-box h4{
	background: #fff;
}
.tano-text01{
	font-size: 14px;
	color: #000;
	padding:10px 0 15px;
	line-height: 1.65em;
}

/* ボタン */
#header-bottom a,
.section01-link a{
	transition: all 0.1s;
}
#tano-container-left .header-bottom-btn,
#tano-container-left section .tano-box-btn{	
	margin-top:30px;
	text-align: center;
	display: flex;
	justify-content: center;
}
#tano-container-left .header-bottom-btn a,
#tano-container-left section .tano-box-btn a{
	color: #fff;
	font-weight:bold;
	text-decoration: none;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
#tano-container-left .header-bottom-btn a{
	font-size: 20px;
	padding: 10px 65px 12px 35px;
	border:1px solid #159fef;
	background: linear-gradient(0,#159fef,#43baff);
}
#tano-container-left section .tano-box-btn a{
	font-size: 18px;
	padding: 10px 65px 12px 60px;
	border:1px solid #d75e53;
	background: linear-gradient(0,#d64234,#ff7265);
}
#tano-container-left #section03 .houjin-btn a{
	padding: 10px 60px 12px 40px;
}
#tano-container-left .header-bottom-btn a:hover{
	background:#159fef;
}
#tano-container-left section .tano-box-btn a:hover{
	background:#d64234;
}
#tano-container-left .header-bottom-btn a span,
#tano-container-left section .tano-box-btn a span{
	padding-top:4px;
}
#tano-container-left .header-bottom-btn .arrow:before,
#tano-container-left section .tano-box-btn .arrow:before{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
#tano-container-left .header-bottom-btn .arrow-btn:after,
#tano-container-left section .tano-box-btn .arrow-btn:after{
	content: "";
	position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#tano-container-left .header-bottom-btn .arrow-btn:after{
	width: 12px;
    height: 12px;
	right: 35px;
	top:33%;
	border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
#tano-container-left section .tano-box-btn .arrow-btn:after{
	width: 9px;
    height: 9px;
	right: 45px;
	top:38%;
	border-top: 2px solid #fff;
    border-right: 2px solid #fff;
}
#tano-container-left #section03 .houjin-btn .arrow-btn:after{
	right: 35px;
}
#tano-container-left section .tano-box-btn .arrow-btn .houjin{
	font-size: 14px;
	font-weight: bold;
	color: #d95245;
	text-align: center;
	padding:5px 7px 4px 7px;
	border-radius: 15px;
	background: #fff;
	display: inline-block;
	margin-left: 5px;
}

/*----------------------------------
	header
-----------------------------------*/
#tano-main-area header{
	margin-bottom: 10px;
}
#tano-main-area header h1{
	width:960px;
	height:230px;
}
#tano-main-area header .tano-jin-text01{
	margin:15px 0 30px;
}
/*----------------------------------
	#header-bottom
-----------------------------------*/
#header-bottom{
	background: url("/files/uploadFiles/images/bf/service/environment/green-back.png") repeat;
}
#header-bottom h2{
	width: 960px;
	height: 50px;
	line-height:50px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background:url("/files/uploadFiles/images/bf/service/environment/header-bottom-h2.png") no-repeat;
	padding-top: 3px;
}
#header-bottom p{
	font-size: 20px;
	font-weight: bold;
	color: #008b59;
	text-align: center;
	margin: 15px 0 20px;
}
#tano-container-left #header-bottom nav{
	padding-bottom:18px;
}
#header-bottom ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
#header-bottom ul li{
	margin-right: 16px;
	display: inline-block;
}
#header-bottom ul li:last-child{
	margin-right: 0;
}
#tano-container-left #header-bottom ul li a{
	display: block;
	padding: 8px 8px 20px;
	border:2px solid #0dc685;
	border-radius: 10px;
	background-image: url("/files/uploadFiles/images/bf/service/environment/header-bottom-link-arrow.png");
	background-repeat: no-repeat;
	background-position: 50% 97%;
	background-color: #fff;
	color: #000;
	text-align: center;
}
#tano-container-left #header-bottom ul li a:hover{
	background-color: #bbff90;
	text-decoration: none;
}
#tano-container-left #header-bottom ul li img{
	visibility:hidden;
}
#tano-container-left #header-bottom ul li.link01 a .header-bottom-link-title{
	background: url("/files/uploadFiles/images/bf/service/environment/header-bottom-link01.png") no-repeat;
}
#tano-container-left #header-bottom ul li.link02 a .header-bottom-link-title{
	background: url("/files/uploadFiles/images/bf/service/environment/header-bottom-link02.png") no-repeat;
}
#tano-container-left #header-bottom ul li.link03 a .header-bottom-link-title{
	background: url("/files/uploadFiles/images/bf/service/environment/header-bottom-link03.png") no-repeat;
}
#tano-container-left #header-bottom ul li.link04 a .header-bottom-link-title{
	background: url("/files/uploadFiles/images/bf/service/environment/header-bottom-link04.png") no-repeat;
}
#header-bottom ul li a .header-bottom-link-title,
#header-bottom ul li a .header-bottom-link-text{
	display: block;
	width: 200px;
}
#header-bottom ul li a .header-bottom-link-text{
	text-align: left;
	font-size: 13px;
	height: 130px;
	line-height:1.65em;
}
/*----------------------------------
	#section01
-----------------------------------*/
.section01-link {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
#tano-container-left .section01-link li a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 228px;
	height:50px;
	color: #3b840e;
	font-size: 18px;
	font-weight: bold;
	background: url("/files/uploadFiles/images/bf/service/environment/section01-link-btn.png") no-repeat;
}
#tano-container-left .section01-link li a:hover{
	color: #fff;
	text-decoration: none;
	background: url("/files/uploadFiles/images/bf/service/environment/section01-link-btn-over.png") no-repeat;
}
.section01-kanren{
	background: url("/files/uploadFiles/images/bf/service/environment/green-back.png") repeat;
	padding: 10px;
	margin-top:30px;
	text-align: center;
}
.section01-kanren h4{
	width: 104px;
	height: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	padding: 0;
	margin: 5px auto 20px;
	border-bottom:8px solid #f6ff00;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.section01-kanren h4 span{
	position: absolute;
	bottom: -15px;
}
.section01-kanren-inner{
	display: block;
	background: #fff;
	text-align: center;
	color:#000;
	font-size: 14px;
	padding: 10px 10px 6px;
}
.section01-kanren-inner p{
	margin:8px 0 0;
}
.section01-about h3{
	width: 960px;
	height:40px;
	color: #434343;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	padding: 0 0 0 55px;
	margin-top:30px;
	display: flex;
	align-items:center;
	background: url("/files/uploadFiles/images/bf/service/environment/h3-title-icon.png") no-repeat left;
	border-bottom:3px dashed #62a532;
}
.tano-about-box-list01{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.tano-about-box-list01 .box p{
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
}
.tano-about-box-list02{
	display: flex;
	flex-flow: row wrap;
	align-items: stretch;
	gap:20px;
}
.tano-about-box-list02 dl{
	width:460px;
	border: 5px solid #eaeaea;
	background: #fff;
}
.tano-about-box-list02 dt,
.tano-about-box-list02 dd{
	margin: 7px 10px;
	text-align: left;
	color: #434343;
}
.tano-about-box-list02 dt{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	border-bottom: 1px dotted #434343;
}
.tano-about-box-list02 dd {
	display:flex;
	flex-flow:row nowrap;
}
.tano-about-box-list02 dd img{
	width:58px;
	height:58px;
}
.tano-about-box-list02 dd .box-text{
	padding-left:35px;
	line-height: 1.65em;
}
.tano-about-box-list02 dd .box-text span{
	display:block;
}
.tano-about-box-list02 dd .box-text .small{
	font-size:12px;
	padding-top:5px;
}
/*----------------------------------
	#section03
-----------------------------------*/
#section03 .tano-box h4{
	margin:10px 0;
}
.tano-box-img{
	margin-top:20px;
}
.houjin-btn-bottom{
	font-size:14px;
	color: red;
	text-align: center;
	margin:10px 0;
}
/*----------------------------------
	.tanosee-item-box-list
-----------------------------------*/
.tanosee-item-box-list {
	width: 960px;
    overflow: hidden;
	display:flex;
	flex-wrap: wrap;
	gap: 20px;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}
.tanosee-item-box-list .box {
	width:225px;
}
#tano-container-left .tanosee-item-box-list .box a {
    display: block;
    padding: 10px 10px 0;
    background: #f0f0f0;
    border-radius: 10px;
    box-shadow: 2px 2px 3px #c5c4c4;
    height: 260px;
    color: #000;
	font-size: 12px;
    text-align: center;
	line-height: 1.75em;
}
#tano-container-left .tanosee-item-box-list .box a span{
	display: block;
	height: 42px;
}
#tano-container-left .tanosee-item-box-list .box a:hover {
    background: #ee8000;
}
.tanosee-item-box-list .box a img {
    width: 100%;
}
.item-list-link {
    text-align: center;
    margin-top: 30px;
}
#tano-container-left .tanosee-item-box-list .box-bottom{
	height:50px;
	background: url("/files/uploadFiles/images/bf/service/environment/ribon.png") no-repeat;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
	margin-top:10px;
	line-height: 1.35em;
}
/*----------------------------------
	.tano-box
-----------------------------------*/
.tano-box{
	background: url("/files/uploadFiles/images/bf/service/environment/gray-back.png") repeat;
}
.pb30{
	padding-bottom:30px;
}
#section03 .tano-box{
	margin-bottom: 30px;
}
#section03 .noback{
	background: none;
	margin-bottom: 0;
}
#section03 .tano-box .box-list01{
	padding:0 15px 20px;
}
.tano-box p.tano-box-text{
	font-size: 20px;
	font-weight: bold;
	color: #434343;
	text-align: center;
	margin: 25px 0;
}
.tano-box .box-list01{
	display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
	padding: 0 15px 30px;
}
.tano-box .box-list01 .box-inner-top{
	padding-bottom:20px;
	position: relative;
}
.tano-box .box-list01 .box-inner-top .fukidashi{
	display: flex;
    flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	gap:20px;
	background: #fff;
	border:2px solid #62a532; 
	border-radius: 15px;
	padding: 10px;
}
.tano-box .box-list01 .box-inner-top :before,
.tano-box .box-list01 .box-inner-top :after{
	position: absolute;
	content: "";
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
}
.tano-box .box-list01 .box-inner-top :before{
	bottom: 0;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-top: 20px solid #62a532;
	border-bottom: 0;
}
.tano-box .box-list01 .box-inner-top :after{
	bottom: 6px;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-top: 20px solid #fff;
	border-bottom: 0;
}
.tano-box .box-inner-top .box-inner-right{
	line-height:1.65em;
}
.tano-box .box-inner-top .box-title{
	color:#62a532;
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
	padding-bottom: 5px;
}
.tano-box .box-inner-top .box-text{
	color:#2a2a2a;
	font-size: 14px;
	font-weight: bold;
}
.tano-box .box-inner-bottom{
	margin-top:15px;
	display: flex;
	align-items: stretch;
}
.tano-box .box-inner01 img{
	display: block;
}
/*----------------------------------
	.tano-box .box-list02
-----------------------------------*/
.tano-box .box-list02 .box{
	display: flex;
    flex-flow: row nowrap;
    justify-content: center;
	gap:20px;
	padding:30px 0;
}
.tano-box .box-list02 .box .box-inner02{
	text-align: center;
}
.tano-box .box-list02 .box .box-inner02 .box-text{
	position: relative;
	padding-bottom: 20px;
}
.tano-box .box-list02 .box .box-inner02 .box-text p{
	background: #fff;
	border: 2px solid #62a532;
	border-radius: 10px;
	color: #000;
	font-size: 14px;
	text-align: left;
	padding: 15px;
}
.tano-box .box-list02 .box .box-inner02 .box-text :before,
.tano-box .box-list02 .box .box-inner02 .box-text :after{
	position: absolute;
	content: "";
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
}
.tano-box .box-list02 .box .box-inner02 .box-text :before{
	bottom: 0;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-top: 20px solid #62a532;
	border-bottom: 0;
}
.tano-box .box-list02 .box .box-inner02 .box-text :after{
	bottom: 6px;
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-top: 20px solid #fff;
	border-bottom: 0;
}
.tano-box .box-list02 .box .box-inner02 img{
	margin-top: 15px;
}
/*----------------------------------
	.tano-box .box-list03
-----------------------------------*/
.tano-box .box-list03{
	padding:15px 15px 30px;
}
.tano-box .box-list03 .tano-box-title{
	font-size: 16px;
	font-weight: bold;
	color: #434343;
	margin-bottom: 5px ;
}
.tano-box .box-list03 .box{
	background: #fff;
	padding: 10px 0;
	display: flex;
	flex-flow: row wrap;
	align-content: center;
	justify-content: center;
}
.tano-box .box-list03 .box .box-inner01 .tano-box-text,
.tano-box .box-list03 .box .box-inner01 .tano-box-text03{
	width:909px;
	color: #000;
	font-size: 14px;
	font-weight: normal;
	text-align: left;	
}
.tano-box .box-list03 .box .box-inner01 .tano-box-text{
	margin: 0 0 10px 0;			
}
.tano-box .box-list03 .box .box-inner01 .tano-box-text03{
	margin: 15px 0 5px 0;
}
.tano-box-text02{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #a0a0a0;
	display: block;
	padding: 15px 0 13px;
	margin: 0 15px;
}
.tano-box .box-list03 .box .box-inner01 .tano-box-text .small{
	font-size: 12px;
}
.tano-box .box-list03-arrow{
	text-align: center;
	margin: 20px auto 15px;
}
/*----------------------------------
	.service-box-list
-----------------------------------*/
.service-box-list{
	margin-top:15px;
}
.service-box-list,
.service-text{
	display: flex;
	flex-flow:row wrap;
	justify-content: space-between;
}
.service-box-list .box{
	width:470px;
}
.service-box-list .service-title{
	padding-bottom: 20px;
	position: relative;
}
.service-box-list .service-title .fukidashi{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #176506;
	background: #fff;
	border: 2px solid #176506;
	border-radius: 5px;
	padding: 5px 0 2px;
}
.service-box-list .service-title .fukidashi:before,
.service-box-list .service-title .fukidashi:after{
	position: absolute;
	content: ""; 
	left: 50%;
	height:0px;
	width:0px;
	margin-left: -10px;
	border:10px solid;
	border-color:transparent;
}
.service-box-list .service-title .fukidashi:before{
	bottom: 0;
	border-top-color:#176506;
}
.service-box-list .service-title .fukidashi:after{
	bottom: 3px;
	border-top-color:#fff;
}
.service-box-list .service-text{
	margin: 10px 0 30px;
}
.service-box-list .service-text span{
	text-align: center;
	display: block;
	width: 150px;
}
.service-box-list .service-text p{
	color: #000;
	font-size: 14px;
	text-align:left;
	line-height: 1.65em;
	width: 320px;
}
#tano-container-left #section04 .tano-box-btn{
	margin-top:0;
}
/*----------------------------------
	.section04-torikumi
-----------------------------------*/
.section04-torikumi{
	background: url("/files/uploadFiles/images/bf/service/environment/blue-back.png") repeat;
	padding: 10px;
	margin:30px 0;
	text-align: center;
}
.section04-torikumi h3{
	width: 296px;
	height: 20px;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	padding: 0;
	margin: 5px auto 20px;
	border-bottom:8px solid #f6ff00;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.section04-torikumi h3 span{
	position: absolute;
	bottom: -15px;
}
.section04-torikumi p{
	line-height: 1.65em;
}
.section04-torikumi-inner{
	display: block;
	background: #fff;
	text-align: center;
	color:#000;
	font-size: 14px;
	padding: 10px 10px 6px;
}
.section04-torikumi-inner .torikumi-text p{
	margin:15px 0 0;
	text-align: left;
}
.section04-torikumi-inner .box-list,
.section04-torikumi-inner .box-bottom-inner{
	display: flex;
	justify-content: space-between;
}
.section04-torikumi-inner .box{
	width:295px;
}
.section04-torikumi-inner .box-bottom{
	margin-top:25px;
}
.section04-torikumi-inner .torikumi-img{
	width:226px;
	height: 86px;
	display: flex;
    align-items: baseline;
    justify-content: center;
    margin: 0 auto;
}
.section04-torikumi-inner .torikumi-title{
	padding-bottom: 20px;
	position: relative;
}
.section04-torikumi-inner .torikumi-title .fukidashi{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #2a6387;
	background: #fff;
	border: 2px solid #2a6387;
	border-radius: 5px;
	padding: 5px 0 2px;
}
.section04-torikumi-inner .torikumi-title .fukidashi:before,
.section04-torikumi-inner .torikumi-title .fukidashi:after{
	position: absolute;
	content: ""; 
	left: 50%;
	height:0px;
	width:0px;
	margin-left: -10px;
	border:10px solid;
	border-color:transparent;
}
.section04-torikumi-inner .torikumi-title .fukidashi:before{
	bottom: 0;
	border-top-color:#2a6387;
}
.section04-torikumi-inner .torikumi-title .fukidashi:after{
	bottom: 3px;
	border-top-color:#fff;
}
.section04-torikumi-inner .box-bottom-inner{
	margin:15px 0;
}
.section04-torikumi-inner .box-bottom-inner p{
	text-align: left;
	font-size: 14px;
	color: #434343;
}
.section04-torikumi-inner .box-bottom-inner img{
	width:134px;
	height: 66px;
	padding:0 10px;
}
.box-bottom h4{
    color: #434343;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    padding: 0 0 8px 0;
    margin: 30px 0 20px;
    display: flex;
    align-items: center;
    border-bottom: 2px dotted #2a6387;
}
.box-bottom h4 span{
	border-left: 5px solid #2a6387;
    padding: 0 0 0 10px;
    line-height: 1em;
}
#section04 .tano-box-btn-list{
	display: flex;
	justify-content: center;
	gap:25px;
}
#tano-container-left #section04 .tano-box-btn-list .tano-box-btn{
	display:inline-block; 
}
#tano-container-left #section04 .tano-box-btn-list .tano-box-btn a{
	width:400px;
	padding:10px 0 12px 0;
}