@charset "utf-8";
/* CSS Document */
.cf:after {
	content:'';
	display: block;
	clear: both;
}
.clear {
	clear: both;
}
.sp {
	display: none;
}
table {
	width:100%;
	border-collapse: collapse;
    font-size: 100%;
}

h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
}

ul,ol {
	margin:0;
	padding:0;
	list-style: none;
}

img {
	vertical-align: top;
}

p {
	margin:0 0 1em 0;
}

a {
	color: #bea770;
}
a:hover {
	text-decoration: none;
}
a.btn_h:hover,
a:hover img {
	opacity:0.7;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #1f1f1f;
	font-size: 14px;
	line-height: 1.8em;
	margin:0;
	padding:0;
	min-width: 1000px;
}
body.small {
	font-size: 12px;
}
body.middle {
	font-size: 14px;
}
body.large {
	font-size: 16px;
}

#main {
	width:720px;
	float: left;
}
#main.wide {
	width:1000px;
	float: none;
}
#side {
	width:230px;
	float: right;
}
.inner {
	width:1000px;
	margin:0 auto;
	box-sizing: border-box;
}

/*//// parts ////*/
.ttl {
	text-align: center;
	margin:50px 0 60px;
}
.sub_ttl {
	background: url(images/common/icon_leaf.png) left center no-repeat;
	font-size: 142%;
	color: #76ad40;
	padding:13px 0 5px 35px;
	min-height: 40px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.inner_ttl {
	border-top:1px dotted #c8c7c1;
	border-bottom:1px dotted #c8c7c1;
	color: #6e6b5b;
	padding:0.5em;
	margin-bottom:20px;
	font-size: 115%;
}
.caption_ttl {
	font-size: 115%;
	color: #6e6b5b;
	line-height: 2em;
}
.section {
	margin-bottom:50px;
}
.inner_section {
	margin-bottom:20px
}
.top_contents {
	margin-bottom:40px;
}
.table_section {
	margin-bottom: 30px;
}
.table_section a:hover img {
	opacity: 1;
}
.show {
	display: block!important;
}
.hide {
	display: none!important;
}

.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}

.brown {
	color: #6e6b5b;
}

.font-large {
	font-size: 115%;
}

.float-right {
	float: right;
}
.float-right img {
	margin:0 0 10px 20px;
}
.info_list {
	display: table;
	max-width: 800px;
	margin:0 auto 40px;
	text-align: left;
}
.info_list li {
	padding-bottom:0.5em;
}
.info_list li time {
	display: table-cell;
	width:7em;
}
.info_list li span {
	display: table-cell;
	width:6em;
	padding-right:1em;
	background: url(images/common/arrow04.png) right 0.4em no-repeat;
}
.info_list li span a {
	color: #bea770;
}
.info_list li p {
	display: table-cell;
	padding-left:1em;
	margin:0;
    line-height: 1.5em;
}
.info_list li p a {
    color: #1f1f1f;
    text-decoration: none;
}
.info_list li p a:hover {
    text-decoration: underline;
}

.item_list span {
	display: inline-block;
	margin-right:1em;
}

ul.disc {
	margin-bottom:1em;
}
ul.disc li {
	text-indent:-1em;
	padding-left:1em;
	margin-bottom:0.5em
}
ul.disc li:before {
	content:'・';
}

ol.num1 {
	margin-bottom:2em;
}
ol.num1 li span {
	margin-right:0.5em;
}

ol.num2 li {
	padding:1em 0;
	border-bottom:1px solid #d7d7d6;
}
ol.num2 li span {
	display: inline-block;
	background: #ada997;
	width:32px;
	height: 32px;
	color: #fff;
	line-height: 32px;
	text-align: center;
	float: left;
}
ol.num2 li p {
	display: table-cell;
	padding-left:20px;
	vertical-align: middle;
	height: 32px;
}
ol.num2 li ul {
	margin: 0 0 0 50px;
    padding-left:1em;
}
ol.num2 li ul li {
	padding:0;
	border:0;
    margin:0;
}

table.style1 th,
table.style1 td {
	padding:1em;
	border:1px solid #bababa;
}
table.style1 th {
	width:8em;
}

a.btn {
	background: url(images/common/arrow06.png) right center no-repeat;
	font-size: 115%;
	color: #6e6b5b;
	font-weight: bold;
	border:1px solid #6e6b5b;
	width:400px;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	text-decoration: none;
	display: inline-block;
	text-align: center;
}
a.btn:hover {
	background: url(images/common/arrow07.png) right center no-repeat #6e6b5b;
	color: #fff;
}
a.btn br {
	display: none;
}
a.btn.none {
    background-image: none;
}

a.btn_b {
	background: #76ad40;
	display: inline-block;
	width:480px;
	height: 64px;
	line-height: 64px;
	color: #fff;
	font-size: 128%;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	border-radius: 5px;
}
a.btn_b:after {
	content:'';
	display: inline-block;
	width:1em;
	height: 1em;
	background: url(images/common/arrow09.png) center center no-repeat;
	margin-left: 10px;
}
a.pdf {
	display: inline-block;
	padding:0.5em 3.5em;
	border:1px solid #6e6b5b;
	background: url(images/common/icon_pdf1.png) right center no-repeat;
	text-decoration: none;
	font-weight: bold;
    color: #6e6b5b;
}
a.pdf:hover {
	background: url(images/common/icon_pdf2.png) right center no-repeat #6e6b5b;
	color: #fff;
}
a.pdf br {
	display: none;
}

.foot_contact {
	border:1px solid #76ad40;
	border-radius: 10px;
	padding:25px 0;
}
.foot_contact .inbox {
	width:820px;
	margin:0 auto;
}
.foot_contact .inbox span {
	display: block;
	padding:15px 0 0 0;
	text-align: center;
	width:180px;
	height: 140px;
	box-sizing: border-box;
	background: #e7eed3;
	border-radius: 5px;
	float: left;
}
.foot_contact .inbox div {
	width:630px;
	height: 140px;
	box-sizing: border-box;
	background: #e7eed3;
	border-radius: 5px;
	float: right;
}
.foot_contact .inbox div strong {
	display: table-cell;
	height: 140px;
	vertical-align: middle;
	padding:0 35px;
}
.foot_contact .inbox div ul {
	display: table-cell;
	vertical-align: middle;
}
.foot_contact .inbox div ul li {
	margin:10px 0;
}
/*//// header ////*/
#gb_header {
	text-align: center;
	position: relative;
	margin-bottom:25px;
	font-size: 14px;
}
#gb_header #textsize {
	position: absolute;
	top:30px;
	right:0;
}
#gb_header #textsize li {
	display: inline-block;
	margin-right:5px;
}
#gb_header #textsize li a {
	width:24px;
	height: 24px;
	line-height: 24px;
	text-decoration: none;
	text-align: center;
	display: block;
	color: #76ad40;
	border:1px solid #76ad40;
}
#gb_header #textsize li a.active,
#gb_header #textsize li a:hover {
	color: #fff;
	background: #76ad40;
}

#sp_menu,
#sp_close {
	display: none!important;
}
#navigation {
	display: block!important;
}
#navigation ul li {
	float: left;
}
#navigation ul li a {
	display: block;
	height: 26px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#navigation ul li a img {
	display: none;
}
#navigation ul li a:hover,
#navigation ul li a.active {
	background-position: 0 -26px;
}
#navigation ul li.navi1 a {
	width:270px;
	background-image: url(images/common/navi1.png);
}
#navigation ul li.navi2 a {
	width:250px;
	background-image: url(images/common/navi2.png);
}
#navigation ul li.navi3 a {
	width:120px;
	background-image: url(images/common/navi3.png);
}
#navigation ul li.navi4 a {
	width:130px;
	background-image: url(images/common/navi4.png);
}
#navigation ul li.navi5 a {
	width:100px;
	background-image: url(images/common/navi5.png);
}
#navigation ul li.navi6 a {
	width:130px;
	background-image: url(images/common/navi6.png);
}

#main_visual {
	width:1000px;
	height: 290px;
	margin:0 auto 40px;
	position: relative;
}
#main_visual img.visual {
	position: absolute;
	top:0;
	left:0;
	z-index: 2;
}
#main_visual img.text {
	position: absolute;
}
#main_visual.index img.text {
	position: absolute;
	top:37px;
	right:0;
	z-index: 2;
}
#main_visual.detail img.text {
	position: absolute;
	top:110px;
	left:50px;
	z-index: 2;
}
#main_visual:before {
	content:'';
	display: block;
	width:100%;
	height: 100%;
	background: #c9db93;
	position: absolute;
	z-index: 1;
	top:15px;
	left:20px;
}
#main_visual:after {
	content:'';
	display: block;
	width:100%;
	height: 100%;
	background: #e7eed3;
	position: absolute;
	z-index: 0;
	top:25px;
	left:10px;
}
#main_visual.index {
	height: 540px;
	margin-bottom:80px;
}
#main_visual.index:before {
	top:21px;
	left:18px;	
}
#main_visual.index:after {
	top:11px;
	left:10px;
}

/*//// footer ////*/
#gb_footer {
	margin-top:80px;
	padding-bottom:40px;
}

#gb_footer #footer_navigation {
	border-top:1px solid #cfcfcf;
	border-bottom:1px solid #cfcfcf;
	font-size: 14px;
}
#gb_footer #footer_navigation.submenu {
	border-bottom:1px dotted #58b530;
}
#gb_footer #footer_navigation ul li {
	display: inline-block;
}
#gb_footer #footer_navigation ul.left {
	float: left;
	text-align: left;
}
#gb_footer #footer_navigation ul.left li.sub {
	margin-right:1em;
	position: relative;
}
#gb_footer #footer_navigation ul.left li a.parent {
	background: url(images/common/arrow02.png) right center no-repeat;
	padding:10px 20px 10px 0;
	min-height: 16px;
	display: inline-block;
	text-decoration: none;
	color: #1f1f1f;
}
#gb_footer #footer_navigation ul.left li.sub:hover a.parent {
	color: #58b530;	
}
#gb_footer #footer_navigation ul.left li.sub ul {
	position: absolute;
	left:0;
	display: none;
	white-space: nowrap;
}
#gb_footer #footer_navigation ul.left li.sub ul li {
	color: #58b530;
	margin-right:5px;
	padding:10px 0;
}
#gb_footer #footer_navigation ul.left li.sub ul li:before {
	content: '/';
	margin-right:10px;
}
#gb_footer #footer_navigation ul.left li.sub ul li:last-child:after {
	content: '/';
	margin-left:10px;
}
#gb_footer #footer_navigation ul.left li.sub ul li a {
	color: #58b530;
	text-decoration: none;
}
#gb_footer #footer_navigation ul.left li.sub ul li a:hover {
	text-decoration: underline;
}

#gb_footer #footer_navigation ul.right {
	float: right;
	text-align: right;
}
#gb_footer #footer_navigation ul.right li {
	margin-left:1em;
}
#gb_footer #footer_navigation ul.right li a {
	color: #1d1d1d;
	text-decoration: none;
	padding:10px 0;
	display: inline-block;
}
#gb_footer #footer_navigation ul.right li a:hover {
	color: #58b530;	
}

#gb_footer #footer_info {
	text-align: center;
	padding:40px 0 30px;
}
#gb_footer #footer_info strong {
	font-weight: normal;
}
#gb_footer #footer_info p span {
	margin-left:1em;
}

#gb_footer #copyright {
	text-align: center;
}

#gb_footer .targetlink {
	text-align: center;
	margin:0;
}
#gb_footer .targetlink a {
	display: inline-block;
	min-height: 16px;
	background: url(images/common/arrow03.png) right center no-repeat;
	padding-right:20px;
	color: #6e6b5b;
	padding-top:3px;
}

#pagetop {
	background: #76ad40;
	text-align: center;
}

/*//// side ////*/
#side ul.menu {
	border-top:1px solid #dcdcdc;	
}
#side ul.menu li {
	border-bottom:1px solid #dcdcdc;
	line-height: 1.5em
}
#side ul.menu li a {
	display: table-cell;
	width:230px;
	height: 54px;
	box-sizing: border-box;
	padding:0 20px 0 10px;
	text-decoration: none;
	color: #6e6b5b;
	background: url(images/common/arrow05.png) 210px center no-repeat;
	vertical-align: middle;
	font-weight: bold;
}
#side ul.menu li a.active,
#side ul.menu li a:hover {
	color: #878061;
}
/*//// index ////*/
#index {
	padding-bottom:80px;
	text-align: center;
}
#index .information {
	display: inline-block;
}
#index .information h2 {
	background: url(images/common/info_ttl.jpg) top center no-repeat;
	height: 50px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom:30px;
}
#index .information h2 img {
	display: none;
}
#index .information .more {
	text-align: right;
	padding-right:1em;
}
#index .information .more a {
	font-weight: bold;
	color: #76ad40;
	background: url(images/common/arrow01.png) right center no-repeat;
	display: inline-block;
	padding-right:1em;
	min-height: 11px;
}

/*//// about ////*/
#about .list_box {
	background: #feffee;
	padding:30px;
}
#about .list_box strong {
	display: block;
	padding:0 0 15px 25px;
	border-bottom:1px solid #878061;
}
#about .list_box ol {
	margin:0;
	padding:20px 0 0 25px;
}
.button {
	margin-top:30px;
	text-align: center;
}

/*//// userguide ////*/
#procedure .img_box {
	margin-top:40px;
}
#procedure .img_box .image {
	text-align: center;
	margin-bottom:60px;
}

#fee .example {
	margin-bottom: 20px;
}
#fee .example .caption {
	float: left;
    width:350px;
}
#fee .example .caption span {
	display: block;
	color: #fff;
	width:3em;
	line-height: 1em;
	padding:0.5em 0;
	text-align: center;
	background: #76ad40;
	margin-bottom:0.5em;
}
#fee .example .caption p strong {
	color: #76ad40;
}
#fee .example table {
	float: right;
	width:360px;
    font-size: 100%;
}
#fee .example table th,
#fee .example table td {
	border:1px solid #bababa;
	padding:0.5em;
	font-weight: normal;
}
#fee .example table thead tr th:first-child {
	text-align: left;
}
#fee .example table tbody tr th {
	text-align: left;
}
#fee .example table tbody tr td {
	text-align: right;
}
#fee .example table tbody tr td.num {
	text-align: center;
}
#fee .example table tfoot tr th {
	text-align: left;
}
#fee .example table tfoot tr td {
	text-align: right;
	font-weight: bold;
	font-size: 128%;
}
.tab_content {
	display: none;
}
#tabmenu {
	border-bottom:2px solid #76ad40;
	margin-bottom: 40px;
}
#tabmenu li {
	float: left;
	margin-left:10px;
}
#tabmenu li a {
	display: table-cell;
	width:180px;
	height: 40px;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	border:1px solid #76ad40;
	border-bottom:0;
	border-radius: 5px 5px 0 0;
	color: #76ad40;
	font-weight: bold;
	font-size: 115%;
	line-height: 1em;
}
#tabmenu li a.active,
#tabmenu li a:hover {
	background: #76ad40;
	color: #fff;
}

/*///// faq /////*/
#faq .qabox .question {
	background: url(images/common/icon_q.png) 10px 0 no-repeat;
	font-size: 115%;
	color: #76ad40;
	font-weight: bold;
	padding-left:50px;
	padding-bottom:5px;
	border-bottom: 1px dotted #c7c4bb;
	line-height: 1.5em;
	min-height: 20px;
}
#faq .answer {
	background: url(images/common/icon_a.png) 10px 0.3em no-repeat;
	padding-left:50px;
	margin-top:1em;
}
#faq .answer p {
	margin-bottom:0.5em;
}

/*///// access /////*/
#access .access .box {
	border:1px solid #6e6b5b;
	width:480px;
	padding:0 10px 15px 10px;
	box-sizing: border-box;
	height: 15em;
	margin:30px 0 15px 0;
}
#access .access .box.left {
	float: left;
	clear: left;
}
#access .access .box.right {
	float: right;
	clear: right;
}
#access .access .box.large {
	width:100%;
	height: auto;
	clear: both;
}
#access .access .box .caption {
	background: #6e6b5b;
	color: #fff;
	text-align: center;
	line-height: 1em;
	padding:0.6em 0;
	width:400px;
	margin:-0.8em auto 1.2em;
}
#access .access ul li {
	margin-bottom:0.5em;
	padding-top:0.5em;
	text-indent: -1.2em;
	padding-left:1.2em
}
#access .access ul li:last-child {
	border-top:1px dotted #ada997;
}
#access .access .box.large li {
	border:0;
}
#access .access ul li:before {
	content:'■';
	margin-right:0.2em;
	color: #ada997;
}
#access .access ul li span {
	display: inline-block;
	width:1em;
	height: 1em;
	background: url(images/common/arrow08.png) center center no-repeat;
	vertical-align: middle;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	margin:0 0.5em;
}

/*//// inquiry ////*/
#inquiry .address {
	text-align: center;
	line-height: 2.2em
}
#inquiry .address .name {
	font-size: 128%;
}
#inquiry .link {
	text-align: center;
	margin-top:40px;
}
#inquiry .link span {
	line-height: 2em;
}
#inquiry .link p {
	margin-bottom:1.5em;
}

/*//// recruit ////*/
#recruit .copy {
	font-size: 128%;
	margin-bottom:1.5em;
}
#recruit .recruit_box .inbox {
	display: table-cell;
	vertical-align: middle;
	width:50%;
	padding-right:20px;
	box-sizing: border-box;
}
#recruit .recruit_box .inbox:last-child {
	padding:0 0 0 20px;
}
#recruit .recruit_box .inbox .address {
	border-top:1px solid #1f1f1f;
	border-bottom:1px solid #1f1f1f;
	position: relative;
	padding:1em;
}
#recruit .recruit_box .inbox .address span {
	margin-right:1em;
}
#recruit .recruit_box .inbox .address p {
	margin:0;
}
#recruit .recruit_box .inbox .address strong {
	display: inline-block;
	position: absolute;
	top:-0.5em;
	left:0;
	line-height: 1em;
	background: #fff;
}
#recruit .recruit_box .inbox a.btn {
	font-size: 100%;
	width:100%;
}
#recruit .button {
	margin-top:60px;
}

/*///// information entry /////*/
#post {
    width:80%;
    margin: auto;
}
.entry_ttl {
    font-size:125%;
    padding-bottom:5px;
    border-bottom:1px solid #6e6b5b;
    color: #6e6b5b;
}
.entry_info {
    text-align: right;
    padding:1em 0;
    vertical-align: middle;
}
.entry_info time {
    color: #888888;
    display: inline-block;
}
.entry_info span {
    margin-left:1em;
}
.entry_info strong {
    color: #eb766d;
}
.entry p {
    margin:1.5em 0;
}
.entry img {
    max-width: 100%;
    height: auto;
}
.entry .content {
    margin:2em 0 4em;
}
.entry ul {
	margin:1em 0 1em 1em;
	padding:0 0 0 2em;
}
.entryul li {
    list-style:disc;
}
.entry ol {
	margin:1em 0 1em 1em;
	padding:0 0 0 2em;
}
.entry ol li {
    list-style:decimal;
}
.entry img.alignright, .entry img.alignleft {
	float:none;
}
.entry img.aligncenter {
	display:block;
	margin:0 auto;
}
.entry blockquote {
	padding:0 15px;
	border:1px dotted #ccc;
	background:#F3F3F3;
	margin:1em 0;
}

/*-- navigation --*/
#pagenation {
    text-align: center;
    margin:2em 0 0 0;
}
#pagenation a,
#pagenation span {
    display: inline-block;
    width:2em;
    height: 2em;
    line-height: 2em;
    font-size: 87%;
    text-align: center;
    text-decoration: none!important;
}
#pagenation a:hover,
#pagenation span {
    background:#6e6b5b;
    color: #fff!important;
}
#pagenation a {
    border: 1px solid #6e6b5b;
    color: #6e6b5b!important;
}

/*-- breadcrumb --*/
#breadcrumb {
    text-align: right;
    margin:20px 0 0 0;
}
#breadcrumb li {
    display: inline-block;
    color: #76ad40;
    font-size: 87%;
    margin-left:0.5em;
    color: #6e6b5b;
}
#breadcrumb li:after {
    content:'>';
    margin-left:0.5em;
}
#breadcrumb li:last-child:after {
    content:'';
    margin:0;
}
#breadcrumb li a {
    color: #6e6b5b;
}
#breadcrumb li a:hover {
    text-decoration: none;
}