@charset "UTF-8";
/* =========================================================
reset
========================================================= */
/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
img {
	vertical-align: bottom;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
nav ul, ul li, ol {
	list-style: none;
}
ol ol {
	list-style: decimal inside;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
textarea {
	resize: vertical;
}
small{font-size: 1.5rem;}
/* =========================================================
start
========================================================= */
html {
	font-size: 62.5%;
/*10px*/ }
body {
	font-family: "Noto Sans Japanese", Verdana, "?�⥴?�?�?�å?�", YuGothic, "?�ҥ饮?�γѥ?� ProN W3", "Hiragino Kaku Gothic ProN", "?�ᥤ?�?�", Meiryo, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.7;
	color: #333333;
}
a {
	color: #00993F;
}
a:link {
	color: #00993F;
}
a:visited {
	color: #00993F;
}
a:hover {
	color: ?�?�?�?�?�?�?�;
}
a:active {
	color: ?�?�?�?�?�?�?�;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* =========================================================
layout
========================================================= */
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}
img {
	max-width: 100%;
	height: auto;
}
#main_header #logo {
	padding-top: 50px;
	padding-bottom: 50px;
}

@media (max-width: 679px) {
#main_header #logo {
	padding-top: 15px;
	padding-bottom: 15px;
}
}
#main_header nav ul {
	padding-top: 50px;
	padding-bottom: 50px;
}

@media (min-width: 680px) {
#main_header nav ul {
	display: table;
	width: 100%;
}
}

@media (max-width: 679px) {
#main_header nav ul {
	padding-top: 0px;
	padding-bottom: 15px;
	display: none;
}
}

@media (min-width: 680px) {
#main_header nav ul li {
	text-align: center;
	display: table-cell;
}
}
#main_header nav ul li a {
	color: #333333;
	text-decoration: none;
}
#main_header nav ul li a:link, #main_header nav ul li a:visited {
	color: #333333;
}
#main_header nav ul li a:hover, #main_header nav ul li a:active, #main_header nav ul li a.current {
	color: #00993F;
}

@media (max-width: 679px) {
#main_header nav ul li a {
	display: block;
	background: #00993F;
	color: #FFF;
	padding: 10px;
	font-size: 1.4rem;
	border-bottom: 1px solid #FFF;
}
#main_header nav ul li a:link, #main_header nav ul li a:visited {
	color: #FFF;
}
#main_header nav ul li a:hover, #main_header nav ul li a:active, #main_header nav ul li a.current {
	color: #FFF;
}
}
#main_header nav #nav_btn {
	position: absolute;
	top: 15px;
	right: 15px;
	text-align: right;
	background: #00993F;
	color: #FFF;
	padding: 10px;
	font-size: 1rem;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#main_header nav #nav_btn i {
	font-size: 1.4rem;
	margin-left: 5px;
}

@media (min-width: 680px) {
#main_header nav #nav_btn {
	display: none;
}
}
/* =========================================================
      #main_header
      ========================================================= */
#main_header nav ul li {
	position: relative;
	z-index: 1;
}
#main_header nav ul li ul {
	display: none;
	position: absolute;
	padding: 0;
	background-color: rgba(0, 153, 63, 0.7);
	z-index: 10;
}
#main_header nav ul li ul li {
	display: block;
}
#main_header nav ul li ul li a {
	display: block;
	border-top: 1px solid #fff;
	padding: 0.3em;
	line-height: 1.3;
}
#main_header nav ul li ul li a.white {
	color: #fff;
}

@media (max-width: 679px) {
#main_header nav ul li ul {
	display: none;
	position: relative;
}
#main_header nav ul li button {
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	border: none;
	border-left: 1px solid #FFF;
	height: 44px;
	width: 44px;
	background: url('../common_images/plus.png') no-repeat center center;
	background-size: 50%;
	outline: none;
}
#main_header nav ul li button.active-submenu {
	background: url('../common_images/minus.png') no-repeat center center;
	background-size: 50%;
}
#main_header nav ul li ul li a {
	background-color: rgba(0, 153, 63, 0.74);
	border-top: none;
}
}
#main_footer {
	margin-top: 80px;
	padding-bottom: 20px;
	position: relative;
	background: #00993F;
	color: #FFF;
}

@media (max-width: 679px) {
#main_footer {
	text-align: center;
}
}
#main_footer #page_top {
	position: absolute;
	top: -80px;
	right: 0;
	text-align: center;
}
#main_footer #page_top a {
	background: url("../common_images/pagetop_bg.svg") no-repeat left top;
	background-size: 100% auto;
	height: 80px;
	width: 80px;
	padding: 20px 0 0 20px;
	line-height: 1.3;
	font-size: 1.4rem;
	display: block;
	color: #FFF;
	text-decoration: none;
}
#main_footer #footer_nav {
	padding-top: 20px;
}
#main_footer #footer_nav li {
	line-height: 1.2;
	display: inline-block;
	padding-right: 20px;
}

@media (min-width: 1040px) {
#main_footer #footer_nav li + li {
	padding-left: 20px;
	border-left: 1px solid #FFF;
}
}
#main_footer #footer_nav li a {
	color: #FFF;
}
#main_footer small {
	display: block;
	padding-top: 20px;
	font-size: 1.2rem;
}
#main_footer #blank_banner {
	text-align: right;
}

@media (max-width: 679px) {
#main_footer #blank_banner {
	text-align: center;
}
}
#main_footer #blank_banner p {
	display: inline-block;
	padding-top: 20px;
}
#main_footer #blank_banner p a {
	background: #FFF;
	display: block;
	padding: 5px 10px 5px 10px;
}
#main_footer #blank_banner p a img {
	vertical-align: middle;
	width: 100%;
}
.article p, .article .table, .article .list {
	margin-top: 1em;
}
#child_menu {
	background: #EEE;
	padding: 40px 0 20px 0;
	margin-top: 70px;
}
#child_menu ul li {
	margin-bottom: 20px;
}
#child_menu ul li a {
	padding: 20px;
	display: block;
}
#child_menu ul li a i {
	margin-right: 5px;
}
#title_area {
	text-align: center;
	background: url(../common_images/title_bg.JPG) no-repeat center center;
	background-size: 100% auto;
	background-position: fixed;
}
#title_area.title_company {
	background: url(../../company/images/about_title_bg.jpg) no-repeat center center;
}
/* #title_area.title_about {
	background: url(../../company/images/about_title_bg.jpg) no-repeat center center;
} */
#title_area.title_group {
	background: url(../../company/images/group_title_bg.jpg) no-repeat center center;
}
#title_area.title_service {
	background: url(../../service/images/service_title_bg.jpg) no-repeat center center;
}

#title_area > div {
	padding: 2em 0 0 0;
	background: rgba(0, 153, 63, 0.2);
}
#title_area #page_title {
	margin-top: 1em;
	color: #FFF;
	font-size: 3rem;
	font-family: "Montserrat", sans-serif, "Noto Sans Japanese", Verdana, "?�⥴?�?�?�å?�", YuGothic, "?�ҥ饮?�γѥ?� ProN W3", "Hiragino Kaku Gothic ProN", "?�ᥤ?�?�", Meiryo, sans-serif;
}
#title_area #page_title small {
	display: block;
	font-size: 1.4rem;
}
#title_area .breadcrumbs {
	text-align: left;
	padding: 5px 0;
	margin-top: 2em;
	background: rgba(0, 153, 63, 0.7);
}
#title_area .breadcrumbs li {
	font-size: 1.2rem;
	color: #FFF;
	display: inline-block;
}
#title_area .breadcrumbs li + li:before {
	content: ">";
	margin-right: 10px;
	margin-left: 10px;
}
#title_area .breadcrumbs li a {
	color: #FFF;
}
/* =========================================================
home
========================================================= */
.home #slide_show {
	position: relative;
}
.home #slide_show ul li img {
	width: 100%;
	height: auto;
}
/* .home #slide_show #copy {
	width: 100%;
	top: 45%;
	position: absolute;
	text-align: center;
}
.home #slide_show #copy p {
	background: url(../common_images/nichiha_icon.svg) no-repeat center top;
	background-size: 150px auto;
	padding-top: 150px;
} */
/* 追�? */
.home #slide_show .copy {
	width: 100%;
	top: 20%;
	position: absolute;
	text-align: center;
}
.home #slide_show .copy p {
	background: url(../common_images/nichiha_icon.svg) no-repeat center top;
	background-size: 150px auto;
	padding-top: 150px;
}
.home #slide_show .copy .btnarap{
	margin-top: 2em;
}

@media (min-width: 680px) and (max-width: 1039px) {
/* .home #slide_show #copy p {
	background-size: 100% 100%;
	padding-top: 80px;
} */
/* 追�? */
.home #slide_show .copy p {
	background-size: 100% 100%;
	padding-top: 80px;
}
}

@media (max-width: 679px) {
/* .home #slide_show #copy p {
	background-size: 50% 50%;
	padding-top: 35px;
} */
/* 追�? */
.home #slide_show .copy {
	top: 5%;
}
.home #slide_show .copy p {
	background-size: 40% 40%;
	padding-top: 35px;
}
.home #slide_show .copy .btnarap{
	margin-top: 1em;
}
.home #slide_show .copy .btnarap .btn{
	padding: 0.5em 1.3em;
}
}
.home #about {
	padding-bottom: 80px;
	background: #FFF;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#D4E0C3), to(#FFF));
	background: -webkit-linear-gradient(#D4E0C3, #FFF);
	background: -moz-linear-gradient(#D4E0C3, #FFF);
	background: -ms-linear-gradient(#D4E0C3, #FFF);
	background: -o-linear-gradient(#D4E0C3, #FFF);
	background: linear-gradient(#D4E0C3, #FFF);
}
.home #about p {
	font-size: 1.9rem;
	font-weight: bold;
	line-height: 2;
}
.home #about ul {
	margin-top: 30px;
	max-width:1440px;
	margin:0 auto;
}
.home #about ul li {
	text-align: center;
	line-height: 1.4;
	margin-bottom: 6px;
    padding-right: 3px;
    padding-left: 3px;
}
.home #about ul li a .about_inner{
   display:table;
    width: 30%;
    margin-left: 70%;
	background:rgba(0,153,63,0.7);
	padding: 2em 0;
	}
.home #about ul li a .about_inner p{
	display: table-cell;
	vertical-align:middle;
    color: #FFF;
    text-decoration: none;
    font-family: "Montserrat", sans-serif, "Noto Sans Japanese", Verdana, "?�⥴?�?�?�å?�", YuGothic, "?�ҥ饮?�γѥ?� ProN W3", "Hiragino Kaku Gothic ProN", "?�ᥤ?�?�", Meiryo, sans-serif;
	font-size: 3rem;
	font-weight: 100; 
    line-height: 3rem; 
	}
.home #about ul li a {
	color: #FFF;
	text-decoration: none;
	display: block;
	font-family: "Montserrat", sans-serif, "Noto Sans Japanese", Verdana, "?�⥴?�?�?�å?�", YuGothic, "?�ҥ饮?�γѥ?� ProN W3", "Hiragino Kaku Gothic ProN", "?�ᥤ?�?�", Meiryo, sans-serif;
	font-size: 4.2rem;
}
.home #about ul li #about01 {
	background: url("../images/home_about01.png") center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.home #about ul li #about02 {
	background: url("../images/home_about02.png") center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.home #about ul li #about03 {
	background: url("../images/home_about03.png") center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.home #about ul li #about04 {
	background: url("../images/home_about04.png") center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.home #about ul li a small {
	display: block;
	font-size: 1.4rem;
}
.home #about ul li:first-child a {
	background: url("../images/about01.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
@media (min-width: 680px) and (max-width: 1039px) {
.home #about ul li a {
	font-size: 2rem;
	overflow: hidden;
}	
.home #about ul li a .about_inner{
	width: 55%;	
	margin-left: 45%;	
}
.home #about ul li a .about_inner p{
	font-size: 2.5rem;
}
}
@media (min-width: 680px) {
/*.home #about ul li {
	width: 50%;
	float: left;
}*/
}
@media (max-width: 679px) {
.home #about ul li a {
	font-size: 2rem;
	overflow: hidden;
}	
.home #about ul li a .about_inner{
	width: 50%;	
	margin-left: 50%;	
}
.home #about ul li a .about_inner p{
	font-size: 2.5rem;
}
}
.home #service {
	background: url("../images/service_bg.jpg") no-repeat center center;
	background-size: cover;
	padding-bottom: 80px;
}
.home #service #service_movie {
	margin-right: auto;
	margin-left: auto;
}
.home #service #service_movie .youtube {
	border: 5px solid #FFF;
}
@media (min-width: 1040px) {
.home #service #service_movie {
	width: 80%;
}
}
.home #recruit {
	background: url("../images/Interview_bg.jpg") no-repeat center center;
	background-size: cover;
	padding-bottom: 80px;
}
.home #recruit ul {
	max-width:1440px;
	margin:0 auto;
}
.home #recruit ul li {
	text-align: center;
	font-family: "Montserrat", sans-serif, "Noto Sans Japanese", Verdana, "?�⥴?�?�?�å?�", YuGothic, "?�ҥ饮?�γѥ?� ProN W3", "Hiragino Kaku Gothic ProN", "?�ᥤ?�?�", Meiryo, sans-serif;
	font-size: 4rem;
	line-height: 1.4;
	background-repeat: no-repeat;
	margin-bottom: 6px;
	padding-right: 3px;
    padding-left: 3px;
}

@media (min-width: 680px) and (max-width: 1039px) {
/*.home #recruit ul li {
	width: 50%;
}*/
}

@media (max-width: 679px) {
.home #recruit ul li {
	width: 100%;
}
}
.home #recruit ul li p a {
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	color: #FFF;
    text-shadow: 1px 1px 15px #2a2b29;
}

@media (min-width: 1040px) {
.home #recruit ul li p a {
	padding-left: 40%;
}
}

@media (max-width: 679px) {
.home #recruit ul li p a {
    font-size: 3rem;
    vertical-align: bottom;
    padding-bottom: 1.5rem;
	}
}
.home #recruit ul li p {
	display: table;
    width: 100%;
	height: 250px;
}

.home #recruit ul li p a small{
    font-size: 1.8rem;
    display: block;
    margin-top: 0em;
    font-style: italic;
}
.home #recruit ul li #recruit01 a {
	background: url("../images/home_recruit01.png");
	background-size: cover;
}
.home #recruit ul li #recruit02 a {
	background: url("../images/home_recruit02.png");
	background-size: cover;
}
.home #recruit ul li #recruit03 a {
	background: url("../images/home_recruit03.png");
	background-size: cover;
}
.home #recruit ul li #recruit04 a {
	background: url("../images/home_recruit04.png");
	background-size: cover;
}
.home #news dl {
	overflow: hidden;
}
.home #news dl dt {
	padding-top: 15px;
	margin-top: -1px;
	border-top: 1px solid #DDD;
}
.home #news dl dd {
	margin-top: -1px;
	padding-bottom: 15px;
}

@media (min-width: 1040px) {
.home #news dl dt {
	float: left;
	width: 140px;
	padding: 15px 0;
}
.home #news dl dd {
	padding: 15px 0;
	padding-left: 120px;
	border-top: 1px solid #DDD;
}
}
.big_headeline {
	font-weight: 400;
	background: url("../common_images/nichiha_icon.svg") no-repeat center top;
	background-size: 30% 30%;
	text-align: center;
	font-size: 38px;
	font-family: "Montserrat", sans-serif, "Noto Sans Japanese", Verdana, "?�⥴?�?�?�å?�", YuGothic, "?�ҥ饮?�γѥ?� ProN W3", "Hiragino Kaku Gothic ProN", "?�ᥤ?�?�", Meiryo, sans-serif;
	line-height: 1.4;
	padding-top: 25px;
	margin-top: 50px;
	margin-bottom: 20px;
	color: #00993F;
}
.big_headeline small {
	color: #333333;
	display: block;
	font-size: 1.4rem;
}
.big_headeline.st2 {
	background: url("../common_images/nichiha_icon_white.svg") no-repeat center top;
	background-size: 30% 30%;
	color: #FFF;
}
.big_headeline.st2 small {
	color: #FFF;
}
/*----------------------------------------------*/
body.home .big_headeline_about {
	font-weight: 400;
	background: url("../common_images/company_icon.svg") no-repeat center top;
	background-size: 30% 30%;
	text-align: center;
	font-size: 38px;
	font-family: "Montserrat", sans-serif, "Noto Sans Japanese", Verdana, "?�⥴?�?�?�å?�", YuGothic, "?�ҥ饮?�γѥ?� ProN W3", "Hiragino Kaku Gothic ProN", "?�ᥤ?�?�", Meiryo, sans-serif;
	line-height: 1.4;
	padding-top: 25px;
	margin-top: 50px;
	margin-bottom: 20px;
	color: #00993F;
}
body.home .big_headeline_about small {
	color: #333333;
	display: block;
	font-size: 1.4rem;
}

body.home .big_headeline_service {
	font-weight: 400;
	background: url("../common_images/service_icon_white.svg") no-repeat center top;
	background-size: 30% 30%;
	text-align: center;
	font-size: 38px;
	font-family: "Montserrat", sans-serif, "Noto Sans Japanese", Verdana, "?�⥴?�?�?�å?�", YuGothic, "?�ҥ饮?�γѥ?� ProN W3", "Hiragino Kaku Gothic ProN", "?�ᥤ?�?�", Meiryo, sans-serif;
	line-height: 1.4;
	padding-top: 25px;
	margin-top: 50px;
	margin-bottom: 20px;
	color: #00993F;
}
body.home .big_headeline_service small {
	color: #333333;
	display: block;
	font-size: 1.4rem;
}
body.home .big_headeline_service.st2 {
	background: url("../common_images/service_icon_white.svg") no-repeat center top;
	background-size: 30% 30%;
	color: #FFF;
}
body.home .big_headeline_service.st2 small {
	color: #FFF;
}
body.home .big_headeline_recruit {
	font-weight: 400;
	background: url("../common_images/recruit_icon.svg") no-repeat center top;
	background-size: 30% 30%;
	text-align: center;
	font-size: 38px;
	font-family: "Montserrat", sans-serif, "Noto Sans Japanese", Verdana, "?�⥴?�?�?�å?�", YuGothic, "?�ҥ饮?�γѥ?� ProN W3", "Hiragino Kaku Gothic ProN", "?�ᥤ?�?�", Meiryo, sans-serif;
	line-height: 1.4;
	padding-top: 25px;
	margin-top: 50px;
	margin-bottom: 20px;
    color: #FFF;
}
body.home .big_headeline_recruit small {
	color: #333333;
	display: block;
	font-size: 1.4rem;
}
body.home .big_headeline_recruit.st2 {
	background: url("../common_images/interview_icon_white.svg") no-repeat center top;
	background-size: 30% 30%;
	color: #FFF;
}
body.home .big_headeline_recruit.st2 small {
	color: #FFF;
}
body.home .big_headeline_news {
	font-weight: 400;
	background: url("../common_images/news_icon.svg") no-repeat center top;
	background-size: 30% 30%;
	text-align: center;
	font-size: 38px;
	font-family: "Montserrat", sans-serif, "Noto Sans Japanese", Verdana, "?�⥴?�?�?�å?�", YuGothic, "?�ҥ饮?�γѥ?� ProN W3", "Hiragino Kaku Gothic ProN", "?�ᥤ?�?�", Meiryo, sans-serif;
	line-height: 1.4;
	padding-top: 25px;
	margin-top: 50px;
	margin-bottom: 20px;
	color: #00993F;
}
body.home .big_headeline_news small {
	color: #333333;
	display: block;
	font-size: 1.4rem;
}

/* =========================================================
class
========================================================= */
/* ?�?�?�?�?�ե?�?�å?�?�?� */
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
/* ?�?�?�?� */
.clear {
	clear: both;
}
/* ?�ޡ?�?�?�?�?�?�?�?�?� */
.mNone {
	margin-top: 0 !important;
}
.mSS {
	margin-top: 0.5em !important;
}
.mS {
	margin-top: 1em !important;
}
.mM {
	margin-top: 2em !important;
}
.mL {
	margin-top: 3em !important;
}
.mLL {
	margin-top: 4em !important;
}
/* ?�ƥ?�?�?�?�Ȱ?�?�?� */
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-left {
	text-align: left;
}
/* ?�?�?�Ф?� */
.headline1 {
	text-align: center;
	font-size: 3rem;
	margin-top: 50px;
	margin-bottom: 20px;
	background: url(../common_images/nichiha_icon.svg) no-repeat center top;
	background-size: 30% 30%;
	padding-top: 40px;
}
.headline2 {
	font-size: 2.2rem;
	margin-top: 3.5em;
	padding-bottom: 5px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}
.headline2:after {
	position: absolute;
	background: #00993F;
	content: " ";
	display: inline;
	height: 1px;
	width: 100%;
	top: 50%;
	margin-left: 20px;
}
.headline2 span {
	margin-left: 10px;
	font-size: 14px;
}
.headline3 {
	border-left: 1px solid #00993F;
	color: #00993F;
	font-size: 1.8rem;
	margin-top: 2em;
	margin-bottom: 3px;
	padding-left: 15px;
}
/* ?�꡼?�?�ʸ */
.lead {
	font-weight: bold;
	font-size: 2.2rem;
	color: #00993F;
}
.lead.large {
	font-size: 2.6rem;
}
.lead.small {
	font-size: 1.8rem;
}

/* ?�?�?�?�*/
@media (max-width: 679px) {
.br {
	display: none;
}
}
/* Ʃ?�?�?�ѥ?�?�?�?�?�?�?�?�С?�?�?� */
.hover {
	display: block;
	transition: opactity, 0.3s;
}
.hover:hover {
	-moz-opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: alpha(opacity=60);
	opacity: 0.6;
}
/* ?�?�󥯥?�?�?�?�?�?�?� */
.linkicon {
	background: ?�?�?�?�?�?�?�;
	padding-left: ?�?�?�?�?�?�?�;
}
/* ?�?�󥯥ܥ?�?�?� */
.btn {
	text-decoration: none;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	padding: 0.8em 1.3em;
	transition: opactity, 0.3s;
}
.btn:hover {
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: alpha(opacity=70);
	opacity: 0.7;
}
.btn i {
	margin-right: 0.5em;
}
.btnSt1, .btnSt1:link, .btnSt1:visited {
	border: 1px solid #00993F;
	color: #FFF;
	background: #00993F;
}
.btnSt2, .btnSt2:link, .btnSt2:visited {
	background: #FFF;
	color: #00993F;
	border: 1px solid #00993F;
}
/* ?�?�?�ޡ?�?�?� */
.asterisk {
	display: block;
	font-size: 86%;
	margin-left: 1em;
	text-indent: -1em;
}
/* ?�ơ?�?�֥?�?�?�?�?�?� */
.table {
	width: 100%;
}
.table th {
	padding: 10px;
	border: 1px solid #FFF;
	background: #888;
	color: #FFF;
	vertical-align: middle;
}
.table td {
	padding: 10px;
	background: #EEE;
	border: 1px solid #FFF;
}

@media (max-width: 679px) {
.table th, .table td {
	display: block;
}
}
.table.rowcoltable th {
	background: #CCD3C8;
	color: #333333;
}
.table.rowcoltable thead th {
	color: #FFF;
	background: #888;
}
.table.rowcoltable th {
	text-align: center;
}

@media (max-width: 679px) {
.table-responsive {
	width: 100%;
	overflow-y: hidden;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}
}
.table-responsive th, .table-responsive td {
	display: table-cell;
}
.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
	white-space: nowrap;
}
/* ?�?�?�?� */
ul.list {
	overflow: hidden;
	zoom: 1;
}
/* ul.list li {
	margin-left: 1em;
	text-indent: -1em;
} */
ul.list li {
	padding-left: 2em;
	text-indent: -1em;
	position: relative;
}
/* ul.list li:before {
	content: "?�?�";
	color: #00993F;
	font-size: 10px;
	margin-right: 5px;
}
ul.list li ul li:before {
	content: "?�?�";
	color: #9BB692;
	margin-left: 10px;
} */
ul.list li:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: #00993F;
	font-size: 16px;
	margin-right: 5px;
}
ul.list li ul li:before {
	position: relative;
}
ul.list li ul li:before {
	content: "";
	position: absolute;
	background-color: #9BB692;
}
/* ?�?�ʿ?�?�?�?�?�?�*/
.listeven li {
	float: left;
	white-space: nowrap;
	margin-right: 20px;
}
/* ?�?�?�ȥ?�?�?�?�?� */
ul[class*="list1-"] {
	clear: both;
	overflow: hidden;
	zoom: 1;
}
ul[class*="list1-"] li {
	padding-right: 20px;
	float: left;
	line-height: 1.4;
}
/* ?�ֹ?�?�ե?�?�?� */
ol.list {
	counter-reset: li;
}
ol.list > li {
	margin-top: 0.5em;
	position: relative;
	margin-left: 1.5em;
}
ol.list > li:before {
	font-size: 12px;
	font-weight: bold;
	content: counter(li);
	counter-increment: li;
	position: absolute;
	left: -2em;
	width: 1.2em;
	text-align: center;
	border-right: 1px solid #00993F;
	border-bottom: 1px solid #00993F;
	padding-right: 5px;
	padding-bottom: 3px;
	color: #00993F;
}
ol.list > li li:before {
	content: "";
}
/* ?�?�?�?�?�figure */
.figureR, .figureL {
	display: table;
	width: 1px;
}
.figureR figcaption, .figureL figcaption {
	font-size: 86%;
	text-align: center;
	margin-top: 0.5em;
}
.figureR img, .figureL img {
	max-width: inherit;
}
.figureR {
	float: right;
	margin: 1em 0 1.5em 15px;
}
.figureL {
	float: left;
	margin: 1em 15px 1.5em 0;
}
/* ?�̿?�?�˥?�?�?�?�?�?�?�Ĥ?�?�?� */
/* ?�ե?�?�?�?�Ȥ?�?�?�?�̿?�?�β?�?�?�?�?�?�֤?�?�?�?�֥?�?�?�?�?�?�Ȳ?�?�?�?�߲?�?� */
.nowrap {
	overflow: hidden;
}
/* youtube */
.youtube {
	margin-top: 1em;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
/* ?�?�?�?�?�?�?�?�?�?�?�Ȥ?�?�?�?�?� */
.column {
	margin-top: 50px;
	border-left: 1px solid #00993F;
	padding: 25px;
	background: #EEEFD3;
	zoom: 1;
}
.column:after {
	content: " ";
	display: block;
	clear: both;
}
.column .column_title {
	line-height: 1.3;
	font-size: 2.2rem;
	color: #00993F;
}
.column2 {
	margin-top: 50px;
	border: 1px solid #00993F;
	padding: 25px;
	zoom: 1;
}
.column2:after {
	content: " ";
	display: block;
	clear: both;
}
.column2 .column_title {
	line-height: 1.3;
	font-size: 2.2rem;
	color: #00993F;
}

/* =========================================================
print style
========================================================= */
/* ?�ץ?�?�?�?�ѤΥ?�?�?�?�?�?�?� */
@media print {
* {
	background: transparent !important;
	color: #000 !important;
	box-shadow: none !important;
	text-shadow: none !important;
}
a,  a:visited {
	text-decoration: uderline;
}
pre,  blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
}
tr,  img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
}

/*# sourceMappingURL=main.css.map */
