@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/

html,body{	height:100%;}
html{
	font-size:62.5%;
    overflow-y: scroll;
}

img {
max-width: 100%;
height:auto;
}
#overlay{
	display:none;
}

a {
	text-decoration: none;
}
a:hover img,a:hover,#searchform input[type="image"]:hover, a:hover .pdf_area {
 opacity: 0.7;
 -webkit-transition: all 0.3s;
 -moz-transition: all 0.3s;
 -ms-transition: all 0.3s;
 -o-transition: all 0.3s;
 transition: all 0.3s;
}


body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	text-align: left;
	color:#333333;
	letter-spacing: 1px;
}
.arr{
position: relative;
display: inline-block;
padding: 0 0 0 20px;
color: #000;
vertical-align: middle;
text-decoration: none;
font-size: 15px;
}
.arr::before,
.arr::after{
position: absolute;
top: 0;
bottom: 0;
left: 0;
margin: auto;
content: "";
vertical-align: middle;
}

.arr_right::before{
left: 0;
bottom:2px;
width: 8px;
height: 8px;
border-top: 1px solid #fff;
border-right: 1px solid #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.arr_right_bk::before{
left: 0;
bottom:2px;
width: 8px;
height: 8px;
border-top: 1px solid #000;
border-right: 1px solid #000;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.arr_top::before{
left:5%;
top: 14%;
width: 10px;
height: 10px;
border-top: 1px solid #003300;
border-right: 1px solid #003300;
-webkit-transform: rotate(315deg);
transform: rotate(315deg);
}

/* ------------------------------
    clearfix
------------------------------ */
.cf:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}
.cf {display: inline-block;}

/* Hides from IE Mac */
* html .cf {height: 1%;}
.cf {display:block;}

*:focus {
outline: none;
}
/* End Hack */
.sp {
	display: block!important;
}
.pc {
	display: none!important;
}
.btg {
	border-top: 1px solid #005400;
	width: 900px;
	margin: 0 auto;
}
.wrap {
	width: 900px;
	margin: 0 auto;
}
.main {
	width: 640px;
	float: left;
}
.side {
	width: 200px;
	float: right;
}
.btn_pagetop{
  height: 0;
}
.btn_pagetop a{
  display: block;
  width: 60px;
  text-align: center;
  position: relative;
  z-index: 9999;
  bottom: 64px;
  left: 90%;
  font-size: 1.0rem;
  color: #666464;
}
.btn_pagetop a:before{
  position: absolute;
  top: -70px;
  right: 0;
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #005400;
}
.btn_pagetop a:after{
  position: absolute;
  content: "";
  width: 26px;
  height: 26px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg);
  top: -44px;
  left: 16px;
  margin-top: -3px;
}
@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */
.wrap {
    width: 92%;
    margin: 0 4%;
}
.main {
	width: 100%;
	float: none;
}
.btg{
  width: 100%;
}
.side {
  width: 108%;
  float: none;
  margin: 0 -4% 0%;
}
.news_icon {
 position: absolute;
    top: 70Vh;
    left: 42%;
    width: 18%;
}
}

#header {
	height: 50px;
	background: #005400;
}
#header .wrap {
	position: relative;
}
#header .wrap .logo,#header .wrap .sub_ttl,#header .wrap .ttl,#header .wrap .sns_area,#header .wrap .search {
	position: absolute;
}
#header .wrap .logo {
	z-index: 9999;
	left: 0;
}
#header .wrap .sub_ttl {
	top:19px;
	left: 118px;
}
#header .wrap .sub_ttl p{
	font-size: 1.5rem;
	color: #fff;
	letter-spacing: 0.01em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#header .wrap .ttl {
	top: 13px;
	left: 424px;
}
@media all and (-ms-high-contrast: none){
	#header .wrap .sub_ttl {
		top:22px;
	}
	#header .wrap .ttl {
		top: 17px;
	}
}
#header .wrap .ttl p{
	font-size: 3rem;
	color: #fff;
	letter-spacing: 0.5em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#header .wrap .search {
	top: 15px;
	right: 113px;
}
#header .wrap #searchform {
  width: 200px;
  display: block;
  height: 24px;
  position: relative;
	background: #fff;
  border-radius: 15px;
}
#header .wrap #keywords  {
  width: 156px;
  position: absolute;
  top: 3px;
  left: 12px;
  border: 1px solid #FFF;
	color: #005400;
}
@-moz-document url-prefix() {
	#header .wrap #keywords  {
		top: 1px;
	}
}
#header .wrap #searchbtn {
  position: absolute;
  top: 4px;
  left: 174px;
}
@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */
.search {
	width: 90%;
	padding: 5% 5%;
}
.search #searchform {
  width: 100%;
  display: block;
  height: 35px;
  position: relative;
	background: #fff;
  border-radius: 15px;
}
.search #keywords  {
  width: calc(100% - 50px);
  position: absolute;
  top: 3px;
  left: 12px;
	color: #005400;
	font-size: 1.5rem;
}
.android .search #keywords{
  top: 8px;
}
.search #searchbtn {
  position: absolute;
  top: 10px;
  right: 3%;
}
}

body.fixed{
	position:fixed;
	width:100%;
}
#header .wrap .sns_area {
	top: 15px;
	right: 0;
}
#header .wrap .sns_area ul{
	display: flex;
}
#header .wrap .sns_area ul li{
	margin: 0 5px;
}
#header .wrap .sns_area ul li a{
	display: block;
}

@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */
input{
-webkit-appearance: none;
border:none;
background:none;
}

body.active #contents,body.active #footer{
  position: relative;
}
body.active #overlay{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 10;
}
/*
body.active #contents:before,
body.active #footer:before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.6);
  width: 100%;
  height: 100%;
  z-index: 100;
}
*/
.header_fixed{
  position: fixed;
  top:0;
  left:0;
  width:100%;
  z-index: 999;
}
.header_wrap{
	position:relative;
}
#header {
}
#contents{
	padding-top:50px;
}
#header.active {
    background: #003300;
}
#header .wrap{
  height: 100%;
}
#header .wrap .logo {
left: 2%;
    top: 5px;
    width: 40px;
}
#header .wrap .sub_ttl {
  text-align: center;
    top: 10px;
      left: 50%;
      width: 200px;
      margin: auto;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
}
#header .wrap .sub_ttl p {
    font-size: 0.5rem;
    text-align: center;
}
.android #header .wrap .sub_ttl p{
  font-size: 0.8rem;
}
#header .wrap .ttl {
  text-align: center;
      margin: auto;
    top: 23px;
  left: 50%;
      width: 200px;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
}
#header .wrap .ttl p {
    font-size: 1.9rem;
    text-align: center;
  padding-left: 0.5em;
}
#sp_nav{
  width:100%;
  top:0;
  left:0;
  z-index:9999;
}
.spmenu_btn {
  z-index: 999;
    display:block;
    position:fixed;
    top:14px;
    right:15px;
    width:30px;
    height:22px;
    background:#fff;
    border-top:10px solid #005400;
    border-bottom:10px solid #005400;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.spmenu_btn.active {
    border-top: 10px solid #003300;
    border-bottom: 10px solid #003300;
}
.spmenu_btn:before {
    content:'';
    position:absolute;
    width:30px;
    height:2px;
    background:#fff;
    top:-9px;
    right:0;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.spmenu_btn:after {
    content:'';
    position:absolute;
    width:30px;
    height:2px;
    background:#fff;
    bottom:-9px;
    right:0;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    transition:all 0.3s;
}
.spmenu_btn.active {
    background: #003300;
}
.spmenu_btn.active:before {
    -moz-transform:rotate(-135deg);
    -webkit-transform:rotate(-135deg);
    transform:rotate(-135deg);
    top:0;
    right:0;
}
.spmenu_btn.active:after {
    -moz-transform:rotate(135deg);
    -webkit-transform:rotate(135deg);
    transform:rotate(135deg);
    bottom:0;
    right:0;
}

.spmenu {
    display:none;
    position:absolute;
    top:50px;
    left:0;
    width:100%;
    height:calc(100vh - 50px);
    overflow-y:scroll;
    background:transparent;
		z-index: 9999;
}
nav {
    display:block;
    width:100%;
        background:#003300;
    margin:0 auto;
}
nav li a {
    display:block;
    width:100%;
		font-size: 1.4rem;
		line-height: 1.5em;
    color:#FFF;
    padding: 0 15px 20px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    position:relative;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
nav ul.nav_txt{
	background: #005400;
}
nav ul.nav_txt li{
	padding: 3% 0;
	border-top: 1px solid #fff;
}
nav ul.nav_txt li:last-child{
	border-bottom: 1px solid #fff;
}
nav ul.nav_txt li:nth-child(3){
	background: #003300;
}
nav ul.nav_txt li p{
	text-align: center;
	font-size: 1.2rem;
	color: #fff;
	line-height: 1.8em;
}
nav ul.nav_txt li a{
	padding: 0 13px 0;
  font-size: 1.2rem;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.bx-wrapper .bx-controls-direction a {
	z-index: 99!important;
}
}
@media screen and (max-width: 320px) {
/* 320pxまでの幅の場合に適応される */
nav li a {
    padding: 6px 15px 6px;
}
nav ul.nav_txt li {
    padding: 2.5% 0 2.5%;
    border-top: 1px solid #fff;
}
}
#breadcrumb {
	background: #f4f4f6;
	padding: 15px 0 13px;
}
#breadcrumb ul li{
  display:inline;
  list-style: none;
}

#breadcrumb ul li:after{
  content: '>';
  padding: 0 3px;
  color: #003300;
}

#breadcrumb ul li:last-child:after{
  content: '';
}

#breadcrumb ul li a {
  text-decoration: none;
  color: #003300;
}

#breadcrumb ul li a:hover {
    text-decoration: underline;
}

/* side */
.side_ttl {
	margin: 0 0 20px;
}
.widget_text .side_ttl p{
	padding: 10px;
	background: #005400;
	color: #fff;
	font-size: 1.3rem;
	line-height: 1.8rem;
}
.widget_categories,
.widget_archive {
	margin: 0 0 40px;
}
.widget_categories p,
.widget_archive p{
	padding: 20px 0 0;
	color: #005400;
	font-size: 1.8rem;
	line-height: 1.8rem;
	border-top: 5px solid #005400;
}
.side_link li a{
	color: #005400;
	font-size: 1.3rem;
	line-height: 2.2em;
}
.side_link > ul > li > a,
.link_cont > ul > li > a{
	position: relative;
  padding: 0 0 0 25px;
  display: inline-block;
}

.side_link > ul > li > a:before,
.link_cont > ul > li > a:before{
  content: "";
  position: absolute;
  background: #005400;
  top: 0.45em;
  left: 0;
  height: 14px;
  width: 14px;
  border-radius: 50%;
}
li.sec {
	display: flex;
	align-items: center;
  position: relative;
}
li.sec:before {
	content: "";
  position: absolute;
  top: 1.2em;
  left: 0;
	border-top: 1px solid #005400;
	display: block;
	margin-right: 1.55em;
	width: 37px;
}
li.sec a{
  padding-left: 42px;
}


@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */
.side_ttl {
	margin: 0 0 0 0;
}
.widget_categories .side_ttl,
.widget_archive .side_ttl {
	margin: 0 0 0;
}
.widget_text .side_ttl p {
  padding: 10px;
  background: #f4f4f6;
  color: #005400;
  font-size: 1.3rem;
  line-height: 1.8rem;
	border-top: 2px solid #005400;
}
.widget_categories,
.widget_archive {
	margin: 0 0 5%;
}
.widget_categories ul li,
.widget_archive ul li{
	width: 50%;
	float: left;
	border-right: 1px solid #fff;
	box-sizing: border-box;
  border-bottom: 1px solid #fff;
}
.iphone .widget_categories ul li,
.iphone .widget_archive ul li{
  border-bottom: 2px solid #fff;
}
.widget_categories ul li a,
.widget_archive ul li a{
	padding: 5% 0 5% !important;
}
.widget_categories ul,
.widget_archive ul{
	background: #f4f4f6;
	overflow: hidden;
}
.widget_categories ul li:nth-child(2n),
.widget_archive ul li:nth-child(2n){
	border-right: 1px solid #fff;
}
.widget_categories .side_ttl p,
.widget_archive .side_ttl p{
	padding: 5% 0 5%;
	color: #005400;
	background: #f4f4f6;
	font-size: 1.8rem;
	line-height: 1.8rem;
	border-top: 2px solid #005400;
	text-align: center;
}
.side_link > ul > li a,
.link_cont > ul > li a{
	position:  static;
  padding: 3% 0 3% 0;
	text-align: center;
	color: #fff;
	display: block;
	background: #005400;
  width: 100%;
}
.side_link > ul > li > a:before,
.link_cont > ul > li > a:before{
    content: "";
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    margin-top: 0;
    height: 0;
    width: 0;
    border-radius: 50%;
		display: none;
}
.link_cont li + li{
  border-bottom: 1px solid #fff;
}
.link_cont ul li ul li {
	float: left;
	width: 50%;
}
.link_cont ul > li > ul > li.sec{
	width:50%;
}
.link_cont > ul > li > ul > li{
	width:50%;
}
.link_cont > ul > li > ul > li > ul > li.sec{
	width:100%;
}
.link_cont ul li ul li a{
	background: #fff;
	display: block;
}
li.sec {
	display: block;
	text-align: center;
}
li.sec a{
  padding: 4% 0 3% 0;
	background: #f4f4f6;
	border-right: 2px solid #fff;
	box-sizing: border-box;
	color: #005400 !important;
}
li.sec:nth-child(2n) a{
	border-right: none;
}
li.sec:before {
	border-top: none;
	display: none;
}
}

.page_link {
  text-align: center;
}
.page_link ul{
  display: inline-flex;
  text-align: center;
}
.page_link ul li a{
  font-size: 1.4rem;
  display: block;
  color: #000;
  padding: 0 0.1em 0;
  margin: 0 0.2em 0;

}
.page_link ul li .act {
  padding: 0 0.1em 0.3em;
  color: #005400;
  border-bottom: 1px solid #005400;
}


.ft_menu {
	border-top: 3px solid #e0e0e2;
}
.ft_menu ul {
	display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
}
.ft_menu ul li{
	display: table-cell;
  vertical-align: middle;
}
.ft_menu ul a{
	display: block;
	padding: 20px 0;
	font-size: 1.5rem;
	line-height: 1.5rem;
	text-align: center;
	color: #003300;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
}


.ft_sub{
	background: #003300;
	padding: 15px 0;
	font-size: 1rem;
}
.ft_sub .wrap p {
	float: left;
	color: #fff;
	letter-spacing: 0.01rem;
}
.ft_sub .wrap ul {
	float: right;
	display: flex;
}
.ft_sub .wrap ul li{
	float: right;
	display: flex;
}
.ft_sub .wrap ul li a{
	padding: 0 1em;
	color: #fff;
	display: block;
	letter-spacing: 0.01rem;
	border-right: 1px solid #fff;
}
.ft_sub .wrap ul li:last-child a{
	border-right: none;
	padding: 0 0 0 1em;
}

.ft_copy {
	background: #005400;
	padding: 15px 0;
	font-size: 1rem;
}
.ft_copy p{
	float: left;
	color: #fff;
	letter-spacing: 0.01rem;
}
.ft_copy p+p{
	float: right;
}


@media screen and (min-width: 769px) {

  #contents{
    padding-bottom: calc(138px + 38px);
  }

  #breadcrumb{
    position: fixed;
    bottom: 138px;
    width: 100%;
    left: 0;
    height:38px;
    box-sizing: border-box;
    z-index: 999;
  }

  #footer{
    height: 138px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
  }

  .btn_pagetop a{
    position: fixed;
    bottom: 195px;
  }


}

@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */

.page_top {
	background: #e0e0e2;
	text-align: center;
	border-top:2px solid #fff;
	border-bottom:2px solid #fff;
}
.page_top a{
	display: block;
	color: #003300;
	padding: 4% 0 3%;
	font-size: 1.7rem;
}
.ft_copy p+p {
    float: none;
}
.ft_copy p{
	text-align: center;
}
.ft_sub {
	padding: 0;
}
.ft_sub .wrap {
	width: 100%;
	margin: 0 auto;
}
.ft_sub .wrap ul {
  float: none;
  display: inherit;
}
.ft_sub .wrap ul li {
  float: none;
  display: block;
	border-bottom: 1px solid #fff;
}
.ft_sub .wrap ul li a {
  font-size: 1.4rem;
	padding: 1.2em 0;
  letter-spacing: 0.3rem;
  border-right: none;
  text-align: center;
}
.ft_sns_btn p {
	display: block;
  text-align: center;
  width: 100%;
  margin: 0 30%;
}
.ft_sns_btn a {
	display: inherit!important;
	float: left;
	padding: 2em 1em!important;
}
.ft_sub .ft_sns_btn p{
  float: none;
  margin: 0;
}
.ft_sub .ft_sns_btn p a{
  float: none;
  display: inline-block!important;
}
}

@media screen and (max-width: 768px) {
/* 768pxまでの幅の場合に適応される */
.sp {
	display: none!important;
}
.pc {
	display: block!important;
}
}



/* ------------------------------
    news, topics (.single-news)
------------------------------ */
.single-news #contents h1,
.single-news #contents h2,
.single-news #contents h3,
.single-news #contents h4,
.single-news #contents h5{
  margin-bottom: 16px;
}
.single-news #contents .topics_ttl p{
  line-height: 100%;
  font-size: 3.2rem;
  letter-spacing: 0em;
}
.single-news #contents .topics_top p{
  line-height: 100%;
  letter-spacing: 1px;
}
 .single-news #contents p{
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0;
}
.single-news #contents img
{
  display: inline-block;
  margin-bottom: 20px;
}
.single-news #contents .img{
  margin-bottom: 0;
}
.single-news #contents .video-box{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 40px;
}
.single-news #contents .sec01 .video-box,
.single-news #contents .sec02 .video-box,
.single-news #contents .sec03 .video-box{
  margin-bottom: 0;
}
.single-news #contents .video-box iframe{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.single-news #contents .pdf_area{
  box-sizing: border-box;
  background-color: #F4F4F6;
  padding: 18px;
  justify-content: flex-start;
  margin-bottom: 50px;
  cursor: pointer;
}
.single-news #contents .pdf_area:before{
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  background: 50% 50% no-repeat;
  background-size: 100% auto;
}
.single-news #contents a[href$=".xlsm"] .pdf_area:before,
.single-news #contents a[href$=".xls"] .pdf_area:before{
  background-image: url(../img/nebatopics/topics01/icon_excel.png);
}
.single-news #contents a[href$=".pdf"] .pdf_area:before{
  background-image: url(../img/nebatopics/topics01/icon_pdf.png);
}
.single-news #contents a[href$=".doc"] .pdf_area:before,
.single-news #contents a[href$=".docx"] .pdf_area:before{
  background-image: url(../img/nebatopics/topics01/icon_word.png);
}
.single-news #contents a[href$=".zip"] .pdf_area:before{
  background-image: url(../img/nebatopics/topics01/icon_zip.png);
}
@media screen and (max-width: 768px) {
  .single-news #contents h1,
  .single-news #contents h2,
  .single-news #contents h3,
  .single-news #contents h4,
  .single-news #contents h5{
    margin-bottom: 2%;
  }
  .single-news #contents p{
    font-size: 1.3rem;
    line-height: 1.4;
    letter-spacing: 0;
  }
  .single-news #contents img,
  .single-news #contents .sec01 img{
    margin-bottom: 3%;
    text-align: center;
  }
  .single-news #contents .video-box{
    margin-bottom: 8%;
  }
  .single-news #contents img{
    width: 100%;
  }
  .single-news #contents .pdf_area {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 3%;
    margin-bottom: 3%;
  }
  .single-news #contents .pdf_area:before{
    width: 50px;
    margin-right: 5%;
  }
  .single-news #contents .pdf_area .pdf_txt p:first-child {
    width: 100%;
    border-bottom: none;
    margin: 0;
    line-height: 1.8;
  }
}

/* Contact Form7 */
 
.contact7 {
  max-width: 100%;
  box-sizing: border-box;
}
.contact7 dd {
  margin: 0 0 30px 0;
  background-color:
}
.contact7 dt {
  font-weight: normal;
}
 
/* 必須マーク */
.contact7 .must {
  background: #FF1A00;
}
 
/* 任意マーク */
.contact7 .optional {
  background: #999;
}
 
.contact7 .must,
.contact7 .optional {
  color: #FFF;
  border-radius: 3px;
  font-size: 10px;
  margin-left: 10px;
  padding: 5px 10px;
  letter-spacing: 2px;
}
.btn_contact7 {
  text-align: center;
}
.btn_contact7 input {
  width: 70%;
  background-color: #005513;
  color: #FFF;
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 0.2em;
  border: 1px solid #005513;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s; 
}
.btn_contact7 input:hover {
  background-color: #FFF;
  color: #005513; 
}
@media screen and (min-width: 768px) {
.contact7 dt {
  float: left;
  clear: left;
  width: 35%;
  padding: 5px 10px 5px 0;
  }
.contact7 dd {
  margin-left: 35%;
  }
 
.btn_contact7 input {
  width: 70%;
  background-color: #005513;
  color: #FFF;
  font-size: 1.1em;
  font-weight: bold;
  letter-spacing: 0.2em;
  border: 1px solid #005513;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s; 
}
.btn_contact7 input:hover {
  background-color: #FFF;
  color: #005513; 
}
}