@charset "utf-8";

@media screen and (max-width : 767px ) {
/*------------------------------------

	共通

--------------------------------------*/
body {
	max-width: 100%;
	min-width: 100%;
	height: auto;
	background: #fff;
	color: #101010;
	font-size: 14px;
	line-height: 1.7;
	letter-spacing: 0.05em;
	font-weight: 400;
}
section {
	width: 100%!important;
}
.sec_inner {
	width: 90%!important;
	margin: 0 auto;
}
.subTxt {
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 0;
	padding: 20px 0;
	font-weight: bold;
	text-align: left;
}
.boxL{
	width: 100%;
	float: none;
	box-sizing: border-box;
}
.boxR{
	width: 100%;
	float: none;
	box-sizing:border-box;
}
.txtBox {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.8;
}
.linkBox a {
    width: 100%;
    background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgb(73, 162, 71) 50%);
    background-position: 0 0;
    background-size: 200% auto;
    border: 3px solid #49a247;
    text-align: center;
    padding: 5px 0;
    box-sizing: border-box;
    transition: .3s;
    font-weight: bold;
    margin-bottom: 30px;
}
/*-ハンバーガーボタン-*/
#menuList {
	display: none;
}
#menuOverlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(73, 162, 71, 0.61);
    display: none;
    position: fixed;
    z-index: 2;
}
#switchBtnArea {
	width: 100%;
	height: 60px;
	background: #49a247;
	/* border-bottom: #aaa 1px solid; */
	position: fixed;
	z-index: 10;
}
#switchBtnArea #switchBtn {
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	display: block;
	background: #ffffff;
	position: absolute;
	border-radius: 5px;
	z-index: 9998;
}
#switchBtnArea #switchBtn span {
	left: 20%;
	width: 60%;
	height: 4px;
	display: block;
	position: absolute;
	background-color: #393737;
	border-radius: 5px;
	transition: all 0.2s linear;
}
#switchBtnArea #switchBtn span:nth-of-type(1) {
	top: 10px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
#switchBtnArea #switchBtn span:nth-of-type(2) {
	top: 18px;
	-webkit-transform: scale(1);
	transform: scale(1);
}
#switchBtnArea #switchBtn span:nth-of-type(3) {
	bottom: 10px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
#switchBtnArea #switchBtn.btnClose {
	background: transparent;
}
#switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
	top: 18px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
	-webkit-transform: scale(0);
	transform: scale(0);
}
#switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
	bottom: 18px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#rwdMenuWrap {
	top: 0;
	left: -200px;
	width: 200px;
	height: 100%;
     background: #ffffff;
	overflow: auto;
	position: fixed;
	z-index: 10;
}
#rwdMenuWrap ul {
	width: 100%;
}
#rwdMenuWrap ul.snsWrap{
background: #ffdbe9;
	}
#rwdMenuWrap ul li {
	width: 100%;
	border-bottom: #e7e7e7 1px solid;
}
#rwdMenuWrap ul li a {
    padding: 20px;
    text-align: left;
    display: block;
    /* background: #ebebeb; */
    position: relative;
    /* padding-top: 30px; */
    line-height: 1;
	font-size:18px;
	font-weight: bold;
	color: #393737;
	}
#rwdMenuWrap ul.menuTop li:first-child img{
	width: 90%;
	margin-left: 5%;
}
#rwdMenuWrap ul li a:after {
    content: '';
    margin-top: -4px;
    top: 50%;
    right: 15px;
    width: 8px;
    height: 8px;
    color: #fff5f3;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.2em;
    display: block;
    position: absolute;
    border-top: 2px solid #49a247;
    border-right: 2px solid #49a247;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
	#rwdMenuWrap ul.menuTop li:first-child a::after{
	display: none;
	}
#contents {
	width: 100%;
}
/* ------------------------------
   CLEARFIX ELEMENTS
------------------------------ */
#menuList > ul:before, #menuList > ul:after {
	content: " ";
	display: table;
}
#menuList > ul:after {
	clear: both;
}
#menuList > ul {
*zoom: 1;
}
/*------------------------------------

	header

--------------------------------------*/
.hdrLogo {
    z-index: 9999;
    position: fixed;
    width:40%;
    left: 10px;
	top:10px;
	background: #fff;
	padding: 10px;
	border-radius: 5px;
}
.hdrLogo img{
    vertical-align: top;
    width: 100%;
}
.btnClose{
	position: fixed;
    right: 100px!important;
}
/*------------------------------------

	TOP

--------------------------------------*/
#mainimage .txtBox {
    position: absolute;
    bottom: 13%;
    z-index: 1;
    left:5%;
    width: 90%;
	margin: 0 auto;
}
#mainimage .txtBox img{
	width:100%;
	margin: 0 auto;
}
/*	sec_01
-------------------*/
#top #sec_01 .boxL {
    width: 100%;
    float: left;
    padding-left: 0;
    background: url(../Image/top/img_top01.png)no-repeat;
    padding-bottom: 45px;
    padding-top: 112px;
    background-position: top center;
    background-size: 100px;
}
#top #sec_01 .boxR {
    width: 100%;
    float: none;
}
#top #sec_01 .ttl_00 {
    font-size: 21px;
    font-weight: bold;
    line-height: 44px;
    text-align: center;
    border-bottom: 1px solid #fff;
    padding-left: 0px;
	width: 80%;
	margin: 0 auto;
}
#top #sec_01 .ttl_02 {
    font-size: 18px;
    font-weight: bold;
    padding-left: 0;
    text-align: center;
}
#top #sec_01 .boxR ul li {
    width: 100%;
    margin-right: 0;
    float: left;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    background: url(../Image/top/img_know01.png)no-repeat;
    background-position: center!important;
    background-size: 170px!important;
    margin-bottom: 10px;
}
#top #sec_01 .boxR ul li a{
    box-sizing: border-box!important;
}
#top #sec_01 .boxR ul li a {
	text-align: left;
    background-position: center left 33%!important;
    padding-left: 45%!important;
    font-size: 19px;
}
/*	sec_02
-------------------*/
#top #sec_02 .boxBtm p {
    background: url(../Image/common/accow02.png)no-repeat;
    background-position: center;
    font-size: 15px;
    background-size: contain;
}
#top #sec_02 .boxBtm li {
    padding-left: 33px;
    background: url(../Image/common/ico_check.png)no-repeat;
    text-align: left;
    background-position: center left 0px;
    font-size: 14px;
}

/*	SECTION 03
-------------------*/
#top #sec_03 dl{
	width: 100%;
	margin: 0 auto;
}
#top #sec_03 dt{
	width:100%;
	float: none;
	text-align:left;
	padding: 5px;
	box-sizing: border-box;
}
#top #sec_03 dd{
	width:100%;
	float: none;
	padding: 5px;
	font-weight: bold;
	box-sizing: border-box;
}
#top #sec_03 .datadate1{
	background:#f9f9ec;
}
#top #sec_03 .datatitle1{
	background:#f9f9ec;
}
/*	sec_04
-------------------*/
#top #sec_04 .busBox {
    width: 100%;
    margin: 0 auto;
    margin-top: 0;
}
#top #sec_04 .busBox li {
    width: 310px;
    margin-right: 0;
    background: #f9f9ec;
    position: relative;
    float: none;
    margin: 10px auto;
}
#top #sec_04 .busBox li {
    width: 285px;
    margin-right: 0;
    background: #f9f9ec;
    position: relative;
    float: none;
    margin: 10px auto;
}
#top #sec_04 .photo2 img {
    transition: 0.3s;
    width: 285px;
    overflow: hidden;
}
/*------------------------------------

	UNDER

--------------------------------------*/
/*パンくず*/
#breadcrumb ul {
    width: 100%;
    margin: 0 auto;
}
/*タイトル*/
.under #mainimg .cover {
    /* background: rgba(247, 247, 247, 0.46); */
    padding: 90px 20px;
    color: #0f0d0f;
    font-size: 20px;
    width: 100%;
	box-sizing: border-box;
    margin: 0 auto;
    text-align: left;
    padding-bottom: 30px;
	}
.under #mainimg .cover h2 span {
    font-size: 13px;
    padding: 0 40px;
    display: block;
    padding: 0;
}
/*その他*/
.under section {
    padding: 40px 0;
}
.under section .sec_inner {
    background: #fff;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}
.under section ul li{
	float: none!important;
	width: 90%!important;
	margin: 0 auto!important;
	margin-bottom: 30px!important;
}
.under section ul li img{
	width: 100%!important;
}
.under section th {
    width:100%!important;
	float: none;
	line-height:1.5;
	display: block!important;
}
.under section td {
    width:100%!important;
	display: block!important;
}
.under section .boxR{
	width:100%!important;
	float:none!important;
}
.under section .boxL{
	width:100%!important;
	float:none!important;
}
.under .txtBox {
    font-weight: 400;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.7;
}
.under .ttl_03 {
    font-size: 18px;
    line-height: 1.7;
    font-weight: bold;
    padding-left: 0px;
    background: transparent;
    color: #49a247;
    border-bottom: none;
    margin-bottom: 0px;
}
.under .ttl_04 {
    font-size: 20px;
    line-height: 1.7;
    font-weight: bold;
    padding-left: 50px;
    background: url(../Image/common/logoGreen.png)no-repeat;
    background-position: center left;
    color: #000;
    border-bottom: 1px solid #49a247;
    margin-bottom: 20px;
}
/*------------------------------------

	BUSINESS

--------------------------------------*/
#business section .sec_inner .txtBox {
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: bold;
}
#business section .sec_inner {
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
}
#business #sec_01 .busBox {
    width: 100%;
    margin: 0;
}
#business #sec_01 .busBox li {
    width: 285px!important;
    margin-right: 72.5px;
    background: #f9f9ec;
    position: relative;
    float: none;
    border: 1px solid #6ab368;
}
#business section .sec_inner .busWrap {
    background: #fff;
    border: 1px solid #49a247;
    box-sizing: border-box;
    padding: 20px;
}
#business .busWrap table .ttl {
    background: #ddd;
    padding: 5px;
    font-weight: bold;
    font-size: 11px;
}
#business .busWrap table {
    border: 1px solid #ddd;
}
#business .busWrap table tr th {
    width: 25%;
    box-sizing: border-box;
    padding: 5px;
}
#business .busWrap table tr td {
    width: 75%;
    box-sizing: border-box;
    padding: 5px 10px;
}
#business section .sec_inner .boxL {
    width: 34%;
    float: left;
    padding-right: 0;
    border-right: none;
    padding-bottom: 10px;
}
/*------------------------------------

	COMPANY

--------------------------------------*/
#company #sec_02 td {
    padding: 20px;
    border:none;
    box-sizing: border-box;
}
#company #sec_02 table {
    width: 100%;
    border: 1px solid #6bba68;
}
#company #sec_02 th {
    background: #6bba68;
    color: #fff;
    border: none;
    width: 20%;
    box-sizing: border-box;
}
#company #sec_03 th {
    padding: 0;
    background: #ddd;
}
#company #sec_03 td p {
    padding-left: 1px solid #ddd;
    padding: 20px;
    border:none;
}
#company #sec_03 table{
    border:1px solid #ddd;
}
#company #sec_04 .boxL {
    width: 40%;
    float: left;
    padding: 0;
    background: #fff;
}
#company #sec_04 .boxR {
    width: 48%;
    float: right;
    padding-top: 0;
    color: #55a340;
}
#company #sec_04 li {
    font-size: 13px;
    font-weight: bold;
    list-style: circle;
    margin-bottom: 0!important;
}

/*------------------------------------

	recruit

--------------------------------------*/
#recruit #sec_01 {
    border-bottom: 2px solid #49a247;
    padding: 0;
}
#recruit #sec_01 .innerWrap {
    width: 100%;
    padding: 20px 0;
    margin: 0 auto;
    background-image: url(../Image/recruit/rec_bg01.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}
#recruit #sec_02 .boxL {
    width: 30%;
    float: left;
    padding-left: 0px;
    background: url(../Image/top/img_top01.png)no-repeat;
    padding-bottom: 45px;
    padding-top: 45px;
    background-position: top center;
    font-size: 20px;
    padding-top: 166px;
    text-align: center;
}
#recruit #sec_03 table tr th {
    background: #f0f0ea;
    padding: 5px;
}
#recruit #sec_02 .ttl_00 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.7;
    text-align: center;
    border-bottom: 1px solid #fff;
    color: #fff!important;
    padding: 0;
    padding-left: 0;
}
#recruit #sec_02 {
    background: #49a247;
    color: #fff;
    font-weight: bold;
    padding-bottom: 0px;
	padding-top: 20px;
}
	#recruit #sec_03 table{
	border: 1px solid #ddd;
	}
#recruit #sec_03 table td{
   background: #fff!important;
}
#recruit #sec_03 table th{
	background: #ddd!important;
	}
/*------------------------------------

	SITEMAP

--------------------------------------*/
#sitemap #sec_01 .sec_inner {
    padding: 0;
}
#sitemap #sec_01 li a {
    font-size: 14px;
    font-weight: bold;
    line-height: 2;
    padding: 0;
}
#sitemap #sec_01 ul li {
    float: none!important;
    width: 100%!important;
    margin: 0 auto!important;
    margin-bottom: 10px!important;
}
#sitemap #sec_01 .sec_inner {
    padding: 0;
    padding: 10px;
}
#sitemap #sec_01 .rightBox {
    width: 54%;
    float: right;
    border-left: #ccc 1px solid;
    padding-left: 3%;
}
#sitemap #sec_01 .leftBox {
    width: 38%;
    float: left;
}
#sitemap #sec_01 li a::before {
    content: "■";
    color: #6bba68;
    padding-right: 8px;
}
/*-------------------------------------

    プライバシーポリシー

--------------------------------------*/
#privacypolicy .pp_list dd a {
  word-break: break-all;
}
/*------------------------------------

	news

--------------------------------------*/
#news .post_list th, #news .post_list td {
    padding: 0;
    text-align: left;
}
#news .cts_box {
    padding: 0;
    text-align:left;
	font-size: 14px;
	line-height: 1.7;
}
#news .blogBox {
    padding-bottom: 30px;
}
#news .post_list th{
    padding: 0;
    text-align: left;
    padding-top: 30px;
}
/*------------------------------------

	contact

--------------------------------------*/
#contact #sec_01 {
    background: hsla(67, 6%, 54%, 0.09);
    padding: 20px 0;
}
#contact #sec_01 .sec_inner, #thanks #sec_01 .sec_inner {
    width: 980px;
    padding: 20px;
    background: #fff;
    box-sizing: border-box;
}
#contact #sec_01 table td input,#contact #sec_01 table .halfBox td input {
    width: 90%!important;
    margin-right: 0;
    display: inline-block;
    float: none!important;
}
#contact #sec_01 table td textarea {
    height: 160px !important;
    line-height: 1.5 !important;
    width: 90%!important;
	}
#contact #sec_01 table th {
    margin-bottom: 10px;
}
#contact .mfp_buttons button {
    background: #fff;
    background-image: linear-gradient(to right, rgba(0,0,0,0) 50%, rgb(73, 162, 71) 50%);
    background-position: 0 0;
    background-size: 200% auto;
    border: 3px solid #49a247;
    text-align: center;
    transition: .3s;
    font-weight: bold;
    display: inline-block;
    width: 90%;
    padding: 10px 0;
    cursor: pointer;
    margin: 0 auto;
    margin-bottom: 30px;
}
#thanks .txtBox {
    font-weight: 400;
    margin-bottom: 30px;
    font-size: 14px;
    text-align: left;
}
/*------------------------------------

	footer

--------------------------------------*/

#footer .boxL{
	margin-bottom: 20px;
}
#footer .boxL .imgBox {
    margin-bottom: 10px;
    /* width: 90%; */
    margin: 0 auto;
    background: #fff;
    padding: 5%;
    box-sizing: border-box;
    text-align: center;
    border: 10px solid #f0f0ea;
    box-sizing: border-box;
}
#footer h3 {
    width: 83%;
    margin: 0 auto;
    margin-bottom: 0px;
}
#footer .boxL .imgBox .txtBox {
    display: none;
}
#footer .sec_inner{
	padding:0;
	width: 100%!important;
	margin-bottom: 0;
}
#footer .boxL .name{
	width: 100%;
	float: none;
}
#footer .boxL .name .imgBox img {
    width: 90%;
    margin-bottom: 10px;
}
#footer .boxL .name .telBtn img {
    width: 65%;
    margin-bottom: 10px;
}
#footer .boxL  .mailWrap .mailBtn{
	background: url(../Image/common/ico_mail.png)no-repeat;
	line-height: 1;
	margin-bottom: 10px;
	width: 45%;
    float: left;
	font-size: 12px;
   box-sizing: border-box;
}
#footer .boxL .mailWrap .recBtn{
	background: url(../Image/common/ico_memo.png)no-repeat;
	line-height:1;
	height: 20px;
	width: 55%;
	font-size: 12px;
    float: left;
	box-sizing: border-box;
}
#footer .boxL nav{
	width: 95%;
    float: none;
    margin: 0 auto;
}
#footer .boxL .subTxt {
    display: none;
}
#footer .boxL nav ul{
	font-size: 12px;
	line-height: 2;
	padding-left: 1em;
	width: 45%;
	float: left;
	border-left: 1px solid #fff;
	box-sizing: border-box;
}
#footer .boxL nav ul:last-child{
	width: 55%;
}
#footer .boxR .ftrBox{
	box-sizing: border-box;
}
#footer .boxR .ftrBox .txtBox{
	font-size: 12px;
	font-weight:bold;
	border-bottom: 1px solid #5fb96b;
	margin-bottom: 10px;
	display: none;
}
#footer .boxR .ftrBox .mailWrap{
	width:100%;
	float:none;
}
#footer .boxR .ftrBox .mailWrap div {
    font-weight: bold;
}

#footer .time {
    line-height: 1;
    margin-bottom: 10px;
	font-size: 12px;
}
#footer .boxR .ftrBox .telBtn {
    width: 100%;
    float: none;
    padding-left: 33px;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    text-align: left;
    background: url(../Image/common/ico_tel.png)no-repeat;
    background-position: top left 3px;
}
/*------------------------------------

	TOP

--------------------------------------*/
/*	main
-------------------*/
#top #mainimage {
}

/*	sec_01
-------------------*/

/*	sec_02
-------------------*/


/*------------------------------------

	大コンテンツ

--------------------------------------*/
/*	小コンテンツ
-------------------*/
/*	詳細　*/



}
