
body {
	font-family: 'Noto Serif JP', serif;
	-webkit-text-size-adjust: 100%;
	background-color: #FFFFFF;
	color: #111111;
	letter-spacing: 0.05em;
	line-height: 1.5;	
}
#top_fade {
	animation: fadeIn 2.8s ease 0s 1 normal;
	-webkit-animation: fadeIn 2.8s ease 0s 1 normal;	
}
img {
     max-width: 100%;
     height: auto;
}
a {
    color: #000000;
	text-decoration: none;
}
a.anchor{
    display: block;
    padding-top: 80px;
    margin-top: -80px;
}

h1 {
	font-size: 10px;
	text-align: center;
}

#hd {
	text-align: right;
	font-size: 10px;
}

.h_space {
    margin-top: 40px;
}

#p_navi {
	text-align: left;
	font-size: 10px;
	margin-left: 5px;
}

.clear {
	clear: both;　/*floatの解除*/
}
.img_border {
	border: 1px #B6906C solid;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

span.link {
	position: relative;
	top: -80px;
	display: block;
}

/*-----------------------------------------------------------------
ヘッダー部分・メニュー
-----------------------------------------------------------------*/
.inner {
    width: 1000px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}

.header_space_sp {
	margin-top: 60px;
}
 
/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
	background: #FFFFFF;
    margin: 100px auto 0;
    padding: 0px 0 0px;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #000000;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;
}
#top-head .logo img {
	width: 220px;
	padding-top: 10px;
	vertical-align: middle;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 15px;
    font-size: 16px;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 30px;
}
#global-nav ul li:hover {
	opacity: 0.5;
}
 

/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255,255,255,.9);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed .logo img {
	width: 220px;
	padding-top: 0px;
	vertical-align: middle;
}

#top-head.fixed #global-nav ul li a {
    color: #000000;
    padding: 0 20px;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}


ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 10;
}
.menu__second-level li {
    border-top: 1px solid #fff;
	background-color: rgba(0,0,0,0.8);
	text-align: center;
	color: #fff;
	font-family: 'Playfair Display', serif;	
	font-size: 10px;
	letter-spacing: 3px;
	text-decoration: none;			
}
li.menu__single ul.menu__second-level {
    overflow: hidden;
    top: 40px;
    width: 100%;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
    text-align: left;
}

li.menu__single:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
	list-style: none;
}

/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 13px;
        color: #333;
        font-size: 26px;
    }
	#top-head .logo img {
		width: 220px;
		padding-top: 0px;
		vertical-align: middle;
	}
	
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: rgba(255,255,255,.9);
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 16px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #000000;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}

/*-----------------------------------------------------------------
サイドバー
-----------------------------------------------------------------*/
#page_top {
	width: 80px;
	height: 80px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	background: #D1D1D1;
	border-radius: 50%;
	z-index: 10;
}
#page-top:hover {
	opacity: 0.5;
}
#page_top a{
	position: relative;
	display: block;
	width: 80px;
	height: 80px;
	text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f106';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 40px;
	height: 40px;
	top: -5px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

.triangle_top {
	border-right: 25px solid transparent;
	border-bottom: 25px solid #ffffff;
	border-left: 25px solid transparent;
	vertical-align: middle;
}

.arrow{
	position: relative;
	display: inline-block;
	padding-top: 30px;
	padding-right: 25px;
}
.arrow::before{
	content: '';
	width: 25px;
	height: 25px;
	border: 0px;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
}

@media screen and (max-width: 768px) {
#page_top {
	width: 70px;
	height: 70px;
	position: fixed;
	bottom: 17px;
	right: 5px;
	border-radius: 50%;
}
#page-top:hover {
	opacity: 0.5;
}
#page_top a{
	position: relative;
	display: block;
	width: 70px;
	height: 70px;
	text-decoration: none;
}
	
#page_top a::before{
	font-weight: 900;
	font-size: 25px;
	line-height: 25px;
	position: absolute;
	width: 25px;
	height: 25px;
	top: -5px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
	
.triangle_top {
	border-right: 20px solid transparent;
	border-bottom: 20px solid #ffffff;
	border-left: 20px solid transparent;
}
	
.arrow{
	position: relative;
	display: inline-block;
	padding-top: 18px;	
	padding-right: 20px;
}
.arrow::before{
  content: '';
  width: 20px;
  height: 20px;
  border: 0px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
}	
}

/*-----------------------------------------------------------------
背景スライドショー
-----------------------------------------------------------------*/
.top_slideshow_bg {
	text-align: center;
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 800px;
}
.top_slideshow_box {
	padding-top: 380px;
}
.top_slideshow_bg img {
	height: 80px;
}
@media screen and (max-width: 768px) {
.top_slideshow_bg {
	text-align: center;
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 350px;
}
.top_slideshow_box {
	padding-top: 150px;
}	
.top_slideshow_bg img {
	height: 50px;
}
}


/*-----------------------------------------------------------------
ベース
-----------------------------------------------------------------*/
.page_base {
	width: 1000px;
	margin: 0 auto;
}
.page_base h2 {
	text-align: center;
	font-size: 200%;
	color: #2b4052;
	padding-top: 30px;
}
.page_base_h_bar {
	border-top: 2px #2b4052 solid;
	width: 150px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.content_base {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.content_base h2 {
	text-align: center;
	font-size: 200%;
	color: #2b4052;
	padding-top: 30px;
}
.content_base_h_bar {
	border-top: 4px #2b4052 solid;
	width: 140px;
	margin: 0 auto;
	padding-bottom: 20px;
}

.content_back_1 {
	width: 100%;
	margin: auto;
	background: #e3e9f2;
}

.button_area {
	margin: 0 auto;	
	width: 500px;
	padding-top: 20px;
}
a.btn_top {
	font-size: 110%;
	color: #2b4052;
	text-align: center;
	padding: 17px 0px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
	border: 2px #2b4052 solid;
	border-radius: 50px;
	width: 100%;
	box-sizing: border-box;
}
a.btn_top:hover {
	opacity: 0.5;			
}

@media screen and (max-width: 1000px) {
.page_base {
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
	box-sizing: border-box;
}
.content_base {
	width: 100%;
	padding: 0 15px 60px;
	margin: 0 auto;
	box-sizing: border-box;
}	
	
.page_base h2 {
	font-size: 170%;
}	
.content_base h2 {
	font-size: 170%;
}

.button_area {
	margin: 0 auto;	
	width: 90%;
	padding-top: 20px;
}
a.btn_top {
	font-size: 90%;
	color: #2b4052;
	text-align: center;
	padding: 15px 0px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
	border: 1px #2b4052 solid;
	border-radius: 50px;
	width: 100%;
	box-sizing: border-box;
}
a.btn_top:hover {
	opacity: 0.5;			
}	
}


/*-----------------------------------------------------------------
フレキシブルボックス
-----------------------------------------------------------------*/
.wrapper {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-direction: row;
    flex-wrap: wrap;	
	width: 100%;	
}
.wrapper_2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-direction: row;
    flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
    -webkit-align-items: center;
    align-items: center;	
	width: 100%;	
}
.element_service {
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	box-sizing: border-box;
}
.element_footer {
	width: 33.33%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}

.element_office_a1 {
	width: 30%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
.element_office_a2 {
	width: 70%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	font-size: 90%;
	text-align: left;
}

.element_prof_1 {
	width: 35%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
.element_prof_2 {
	width: 65%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	text-align: left;
}


@media screen and (max-width: 768px) {
.element_service {
	width: 100%;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}	
	
.element_footer {
	width: 100%;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}	
	
.element_office_a1 {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
.element_office_a2 {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
	
.element_prof_1 {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.element_prof_2 {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}	
	
}


/*-----------------------------------------------------------------
フッター
-----------------------------------------------------------------*/
#footer {
	background-color: #2b4052;
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	padding-top: 100px;
	padding-bottom: 100px;
}
#footer a {
	color: #FFFFFF;
}
#footer p {
	font-size: 80%;
}

.footer_in {
	width: 1000px;
	margin: 0 auto;	
}

.footer_address {
	text-align: left;
	font-size: 90%;
}
.footer_address img {
	width: 80%;
	padding-bottom: 5px;
}

.footer_content {
	text-align: left;
	padding: 0 10px;
	box-sizing: border-box;
}
.footer_content h4 {
	font-size: 100%;
	border-bottom: 1px #F9F9F9 solid;
	padding-bottom: 3px;
	margin-bottom: 5px;
}
.footer_content ul {
	list-style: none;
	padding: 0 0 0 10px;
	box-sizing: border-box;
}
.footer_content li {
	font-size: 90%;
	padding: 10px 5px;
	border-bottom: 1px #8E8E8E solid;
	box-sizing: border-box;
}
.footer_content li:hover {
	opacity: 0.5;
}

@media screen and (max-width: 1000px) {
.footer_in {
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
	box-sizing: border-box;
}
	
.footer_content {
	padding: 0 0;
}
	
}

/*-----------------------------------------------------------------
コンテンツ
-----------------------------------------------------------------*/
.top_concept_box {
	width: 700px;
	margin: 0 auto;
	text-align: center;
	font-size: 150%;
}
.top_concept_box_2 {
	width: 700px;
	margin: 0 auto;
	text-align: left;
	font-size: 100%;
}
.top_concept_box_3 {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}

.top_service_box {
	background: #FFFFFF;
	padding: 25px;
	border-radius: 5px;
	box-sizing: border-box;
}
.top_service_box:hover {
	opacity: 1;
}
.top_service_box h3 {
	text-align: center;
	font-size: 110%;
	padding: 10px 0;
	color: #2b4052;
}
.top_service_box p {
	font-size: 100%;
	text-align: left;
}

.top_contact_box {
	width: 700px;
	margin: 0 auto;
	text-align: center;
	font-size: 100%;
}

@media screen and (max-width: 768px) {
.top_concept_box {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	font-size: 100%;
}
.top_concept_box_2 {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	font-size: 100%;
}
.top_concept_box_3 {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}	
	
.top_contact_box {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 90%;
}	
}

/*-----------------------------------------------------------------
パンくずナビ
-----------------------------------------------------------------*/
#breadcrumb_base {
	background: #ebebeb;	
}

#breadcrumb {
	padding: 5px;
	white-space: nowrap;
	font-size: 70%;
	width: 1000px;
	margin: 0 auto;
}
#breadcrumb div {
	display: inline-block;
	padding: 1px;
}
/* スクロールバーの装飾 */
#breadcrumb::-webkit-scrollbar {
	height: 0px;
}
#breadcrumb::-webkit-scrollbar-track {
	background-color: #FFF;
}
#breadcrumb::-webkit-scrollbar-thumb {
	background-color: rgba( 238, 238, 238, 0.8);
}
#breadcrumb::-webkit-scrollbar-button {
  display:none
}

#breadcrumb ol {
	margin: 0;
	list-style-type: none; 
}
#breadcrumb li {
	padding-left: 5px;
	display: inline; /* 項目を横並び */
}
#breadcrumb li.first {
	padding-left: 25px;
	background: url(../img/home.svg) no-repeat left;
	background-size: 15%;
}
#breadcrumb li a {
	padding-right: 18px;
	background: url(../img/arrow.gif) no-repeat right;
}
#breadcrumb li a {
	color: #000000;
}
#breadcrumb li a:hover {
	opacity: 0.5;
}
@media screen and (max-width: 768px) {
#breadcrumb {
	padding: 5px 15px;
	overflow-x: scroll;
	white-space: nowrap;
	font-size: 70%;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
}

/*-----------------------------------------------------------------
各ページ
-----------------------------------------------------------------*/

.content_page_top {
	background: url("../img/content_page_top.jpg");
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;		
}
.content_page_top h2 {
	text-align: center;
	font-size: 180%;
	color: #FFFFFF;
	padding: 60px 0px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
.content_page_top h2 {
	font-size: 130%;
	padding: 60px 0px;
}
	
}


/*事業所ページ*/
.office_box_1 {
	border: 2px #BCBCBC solid;
	padding: 15px;
	box-sizing: border-box;
}

.officelist dl {
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
	font-size: 90%;
}
.officelist dt {
	clear: left;
	float: left;
	width: 20%;
	text-align: left;	
	font-size: 90%;
	color: #2b4052;
	font-weight: 600;
}
.officelist dd {
	margin-left: 20%;
	text-align: left;
	font-size: 90%;	
}

.office_prof_base {
	background: #e3e9f2;
	padding-top: 30px;
}
.office_prof_top {
	background: #FFFFFF;
	padding: 10px;
	box-sizing: border-box;
	text-align: center;
	font-size: 110%;
	font-weight: 600;
	margin: 10px 0px;
}

.prof_title {
	font-size: 100%;
	font-weight: 600;
	padding-bottom: 5px;
}
.prof_keireki dl {
	padding: 3px 0;
	font-size: 90%;
}
.prof_keireki dt {
	clear: left;
	float: left;
	width: 25%;
	text-align: left;	
	font-size: 90%;
}
.prof_keireki dd {
	margin-left: 30%;
	text-align: left;
	font-size: 90%;	
}

.prof_box {
	font-size: 90%;
}


@media screen and (max-width: 768px) {
.officelist dt {
	width: 20%;
	font-size: 90%;
}
.officelist dd {
	margin-left: 30%;
	text-align: left;
	font-size: 90%;	
}
}



/*FORM*/
#formWrap {
	width:700px;
	margin:0 auto;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	margin-top: 30px;
	font-size: 90%;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:35%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
	vertical-align: middle;
}
table.formTable .txtfiled {
  padding: 10px 5px;
  width: 100%;
  margin-top: 1px;
  margin-bottom: 1px;
  margin-left: 0;
  margin-right: 0;
  color: #333;
  border: solid 1px #ccc;
  background: #fff;
  -webkit-box-shadow: 1px 1px 1px #fff;
  -moz-box-shadow: 1px 1px 1px #fff;
  box-shadow: 1px 1px 1px #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 100%;
  vertical-align: middle; }

table.formTable <textarea {
  padding: 10px 5px;
  width: 100%;
  margin-top: 1px;
  margin-bottom: 1px;
  margin-left: 0;
  margin-right: 0;
  color: #333;
  border: solid 1px #ccc;
  background: #fff;
  -webkit-box-shadow: 1px 1px 1px #fff;
  -moz-box-shadow: 1px 1px 1px #fff;
  box-shadow: 1px 1px 1px #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 100%;
}

table.formTable select {
  padding: 10px 5px;
  width: 100%;
  font-size: 100%;
	border: solid 1px #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.formbtn_2 {
  font-size: 100%;
  color: #FFFFFF;
  background: #5385ff;
  border: 1px #5385ff solid;
  font-weight: bold;
  text-align: center;
  padding: 20px 10px;
  display: block;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 50px;
  width: 100%;
}
  .formbtn_2:hover {
    opacity: 0.5; }

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:768px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
  table.formTable .txtfiled {
    padding: 5px 5px;
    width: 100%;
    margin-top: 1px;
    margin-bottom: 1px;
    margin-left: 0;
    margin-right: 10px;
    color: #333;
    border: solid 1px #ccc;
    background: #fff;
    -webkit-appearance: none;
    -webkit-box-shadow: 1px 1px 1px #fff;
    -moz-box-shadow: 1px 1px 1px #fff;
    box-shadow: 1px 1px 1px #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }	
table.formTable select {
    width: 50%;
    font-size: 16px;
    border: solid 1px #ccc;
    padding: 7px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
	
  .formbtn_2 {
    font-size: 100%;
    font-weight: bold;
    text-align: center;
    padding: 20px 5px;
    display: block;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 50px;
    margin: auto; }	
	
}

@media screen and (max-width: 768px) {
}










