@charset "UTF-8";
/* CSS Document */

/*ベース背景色*/
body {
	background: #000;
}
section,
footer {
	border-top-color: #fff;
	background: #fff;
}

/*ベース文字色*/
body,
a,
header .nav_wrap ul li a {
	color: #444;
}
header .nav_wrap ul li.active a {
	color: #00983f;
}
.flow ul li {
	border-color: #444;
}
header #hang ul li a:hover {
	background: #444;
}

/*ベース色--------------------------------------------------------- */


.single h1 .point {
	background: #00983f;
}
.single h2 {
	color: #00983f;
}
.single #sec02 h4 {
	color: #00983f;
}
.single p.message span {
	color: #00983f;
}
.single .main {
	background: #00983f;
}
.single .conv a:after {
	border-color: #00983f;
}
.single .conv a .right {
	color: #00983f;
}
.main ul.item li p {
	color: #fff;
}

/*navの現在地文字色*/
header .nav_wrap ul li a.active {
	color: #00983f;
}
/*nav:hoverの文色*/
header .nav_wrap ul li a:hover {
	color: #00983f;
}
/*navのsecond開いてる文字色*/
header .nav_wrap ul li a.show {
	color: #00983f;
}
/*リンク画像:hover背景色*/
.btn1:hover .cover {
	background: #00983f;
}
.btn2 {
	background: #00983f;
}
.btn3:before {
	background: #00983f;
}
/*リンクテキスト:hover文字色*/
p a:hover {
	color: #00983f;
}
p a:after {
	color: #00983f;
}
/*newsアイコン色*/
.news dt p:after {
	color: #00983f;
}
/*accessアイコン色*/
ul.access li p:before {
	color: #00983f;
}
/*checkboxとradio背景色*/
.contact input[type="checkbox"]:checked:before,
.contact input[type="radio"]:checked:before {
	background: #00983f;
}
/*submit背景色*/
.contact button[type="submit"] {
	background: #00983f;
}
.contact button[type="submit"]:hover {
	background: #405a3a;
}
/*footer navの背景色*/
footer nav {
	background: #00983f;
}

/* header--------------------------------------------------------- */

/*headerの背景色*/
header {
	background: #fff;
}

/*contactの背景色*/
header .contact {
	background: #00983f;
}
header .contact a:before {
	background: #405a3a;
}

/*contactの文字色*/
header .contact a {
	color: #fff;
}

/* contents--------------------------------------------------------- */
p.center_sp {
	text-align: center;
}
h1 {
	color: #fff;
}
.flow ul li:hover:after {
	border: 4px solid #00983f;
}
/*slider topのリンク色*/
.slick-box_top .slick-slide p:after {
	color: #00983f;
}
.slick-dots li.slick-active button:before {
	color: #00983f;
}
.check table td:before {
	color: #00983f;
}
.single .balloon1 h4 {
	color: #00983f;
}
.faq article p span,
.faq article p:before {
	color: #00983f;
}
/*背景画像1*/
section.full.bg_img1 {
	background-image: url(../images/img_23.jpg);
}

/* footer--------------------------------------------------------- */

/*footerの背景色*/
footer {
	background: #eee;
}
/*navの文字色*/
footer nav ul li a {
	color: #fff;
}
/*nav:hoverの文色*/
footer nav ul li a:hover {
	color: #000;
}

/* カスタム--------------------------------------------------------- */
.top h1 {
	letter-spacing: 0.1em;
	padding-top: 0;
}
.top h1 img {
	width: 200px;
	margin: 15px auto 0;
}
.single h3 {
	color: #444;
	font-weight: normal;
}
#sec01 h4 i {
	font-size: 200%;
	line-height: 1.5;
}
#sec01 .main .sec_inr .flex:last-child {
	border-top: none;
}
.single p.message {
    font-weight: normal;
		color: #444;
}
.main .box {
	margin-left: 50px;
	margin-right: 50px;
}
.main .box-in {
	background: #fff;
	padding-bottom: 25px;
}
.main .box-in h4 {
	font-size: 19px;
	padding-bottom: 20px;
	margin-top: 30px;
	color: #444;
}
.main .box-in p {
	color: #444;
	font-weight: normal;
}
.main p {
	font-size: 16px;
}
.main ul.tool {
	margin-top: 15px;
}
.main ul.tool li {
	background: #00983f;
	margin: 8px 25px 0 ;
	padding: 15px 0;
	border-radius: 5px;
}
.main ul.tool li p {
	text-align: center;
	font-size: 16px;
	line-height: 1;
	color: #fff;
}
.staff p.name {
	text-align: right;
	margin-bottom: 0;
}
@media screen and (max-width:750px) and (orientation: portrait){
.top h1 img {
	width: 50%;
}
.single h1 .point {
	width: 65%;
}
#sec01 .check {
    padding: 40px 30px 0 0;
}
#sec01 .check table td p {
	font-size: 15px;
	line-height: 1.6;
}
.main .box {
	margin-left: 25px;
	margin-right: 25px;
}
.main .box-in h4 {
	font-size: 17px;
	padding-bottom: 12px;
	margin-top: 22px;
}
.main p {
	font-size: 14px;
}
.main ul.list {
	margin-top: 20px;
	padding: 20px 20px 12px;
}
}