@charset "utf-8";

/* 共通 */
body {
	font-size: 14px;
	font-weight: 500;
	color: #090909;
	line-height: 1.5;
	font-family: Meiryo, メイリオ, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6,p {
	font-weight: 500;
  margin: 0;
  padding: 0;
}
a {
	text-decoration: none;
 	color: #090909;
}
a:hover {
	opacity: 0.8;
}
ul,ol,dl {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, textarea {
	max-width: 100%;
}
img {
	max-width: 100%;
}
.cInner {
	width: 1000px;
	margin: auto;
}
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}
.section-main {
	margin-bottom: 55px;
}
.section-border {
	padding-bottom: 55px;
	margin-bottom: 55px;
	border-bottom: solid 1px #333;
}

.section-border_01 {
	padding-bottom: 20px;
	margin-bottom: 20px;
	
}

.section-border_02 {
	padding-bottom: 55px;
	margin-bottom: 55px;
	padding-top: 1em;
	background: #fafcef;
}
.mainTitle {
	margin: 4em 0;
	text-align: center;
}
.mainTitle2 {
	margin-bottom: 30px;
	text-align:center;
}

.ttl_sub {
	text-align: center;
	background: #2b5c0b;
	padding: 0.5em 0;
	width: 100%;
	margin: 2em auto;
	font-size: 1.3em;
	color: #fff;
	letter-spacing:0.3em;
}

header {
	margin-bottom: 30px;
}
.mainimg {
	margin-bottom: 40px;
	padding-bottom: 40px;

}
.header_top {
	background: #2b5c0d;
	color: #fff;
	font-size: 10px;
	padding: 2px 0;
}
.header_main {
	width: 1000px;
	margin: auto;
	padding: 10px 0 15px;
}
.header_main h2 {
	float: left;
	margin-top: 15px;
}
.header_main .contact_box {
	float: right;
	width: 220px;
    margin: 20px 0 0 20px;
}
.header_main .contact_box h4 {
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	color: #fff;
	background: #467b53;
	padding: 5px 0;
	margin-bottom: 10px;
}

.header_main .contact_box .contact_boxInner {
	padding: 0 10px;
}
.header_main .contact_box dl {
	display: table;
	width: 100%;
	margin-bottom: 5px;
}

.header_main .contact_box p {
	letter-spacing: 0.2em;
}
.header_main .contact_box dl dt {
	display: table-cell;
	width: 15%;
	font-size: 14px;
	color: #294d32;
	letter-spacing: 0.3em;
}
.header_main .contact_box dl dd {
	display: table-cell;
	text-align: right;
	width: 85%;
	font-size: 14px;
	letter-spacing: 0.3em;
}
.header_main .contact_box a {
	text-align: center;
	background: #9de4a3;
	display: block;
	padding: 5px 0;
	text-decoration: none;
	font-size: 12px;
	margin-bottom: 18px;
}
.header_main .contact_box a:hover {
	opacity: 0.8;
}
.header_main .contact_box a span {
	padding-right: 3px;
}
.header_main .contact_box a img {
	vertical-align: middle;
}
nav.gNav{
	background: #fff;
	border-top: solid 1px #676767;
	border-bottom: solid 1px #676767;
}
nav.gNav ul {
	padding: 15px 0;
}
nav.gNav img {
	padding-top: 4px;
}
.gNav .gNav_unit {
	float: left;
	padding: 0 42px;
	text-align: center;
	border-left: solid 1px #333;
}
.gNav .gNav_unit:last-child {
	float: right;
	border-right: solid 1px #333;
}
.gNav .gNav_unit a:hover {
	opacity: 0.8;
}


footer {
	border-top: solid 1px #6dbe73;
	margin-top: 65px;
}
nav.fNav{
	padding: 20px 0;
	text-align: center;
}
.fNav .fNav_unit {
	display: inline-block;
	padding: 0 25px;
	text-align: center;
	border-left: solid 1px #333;
}
.fNav .fNav_unit:last-child {
	border-right: solid 1px #333;
}
.fNav .fNav_unit a {
	font-size: 12px;
	text-decoration: none;
}
.fNav .fNav_unit a:hover {
	opacity: 0.8;
}
.copy {
	font-size: 12px;
	text-align: center;
	margin: 40px 0 20px;
}

.flex_con {
	display:flex;
}

.works_text{
	margin-left: 2em;
	width: 35em;
}

.itemList .itemList_unit {
	float: left;
}
.itemList--2 .itemList_unit {
	width: 49%;
}
.itemList--2 .itemList_unit:nth-of-type(n+2) {
	margin-left: 2%;
}
.itemList--2 .itemList_unit:nth-of-type(2n+1) {
	clear: both;
	margin-left: 0;
}
.itemList--2 .itemList_unit:nth-of-type(n+3) {
	margin-top: 10px;
}
.itemList--3 .itemList_unit {
	width: 24.24%;
}
.itemList--3 .itemList_unit:nth-of-type(n+1) {
	margin-left: 1%;
}
.itemList--3 .itemList_unit:nth-of-type(4n+1) {
	clear: both;
	margin-left: 0;
}
.itemList--3 .itemList_unit:nth-of-type(n+5) {
	margin-top: 10px;
}

.sp {
	display: none;
}

.pc {
	display: block;
}

.slider-wrapper{
	background:url(../images/top/main_01.jpg) no-repeat;
	height:353px;
}
/*-------------------------------------*/
/*SP設定*/
/*-------------------------------------*/

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

img {
  width: 100%;
  height: auto;
}
input, textarea {
	width: 100%;
	max-width: 100%;
}
.cInner {
	box-sizing: border-box;
	width: 100%;
	padding: 0 10px;
}
.section-main {
	margin-bottom: 25px;
}
.section-border {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: solid 1px #a7d8ab;
}
.mainTitle {
	font-size: 16px;
	margin: 0 auto 15px;
	width: 70%;
}
.mainTitle2 {
	margin-bottom: 15px;
	font-size:15px;
}

header {
	margin-bottom: 20px;
}
.mainimg {
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.header_top {
	font-size: 10px;
	padding: 5px 0;
}
.header_main {
	width: 85%;
	margin: auto;
	padding: 10px 10px 0;
}
.header_main h2 {
	float: none;
	margin-top: 15px;
}
.header_main .contact_box {
	display: none;
}
nav.gNav{
	display: none;
}
.h_box {
	display: none;
}
nav.fNav{
	display: none;
}
.sp {
	display: block;
}

.pc {
	display: none;
}


.linkList {
  padding: 0;
  margin: 0;
}

.linkList__unit {
  border-bottom: solid 1px #e0e0e0;
  list-style: none;
}
.linkList__unit a {
  display: table;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 20px 20px;
  color: #212121;
}
.linkList__unit a span {
  display: table-cell;
  vertical-align: middle;
}

.linkList__unit--point {
  background: #212121;
}
.linkList__unit--point a {
  color: #fff;
}

.linkList__unit__text {
  width: 80%;
  height: auto;
}

.linkList__unit__icon {
  width: 10%;
  height: auto;
  text-align: right;
}


footer {
	margin-top: 65px;
	margin-bottom: 70px;
}
.copy {
	margin: 40px 0 20px;
}

/* ドロワー */
.sMenu.open {
  left: 0;
}

.sMenu {
  position: fixed;
  top: 0;
  left: -280px;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 280px;
  height: 100%;
  background: #fff;
  color: #212121;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.sMenu__unit--close {
  padding: 20px;
  text-align: right;
}
.sMenu__unit--close a {
  color: #212121;
}

.sMenu__unit {
  border-bottom: 1px solid #e0e0e0;
}

.sMenu__unit__name {
  font-size: 100%;
  font-weight: normal;
  display: table;
  line-height: 1;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 30px 20px;
  color: #212121;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sMenu__unit__name__text {
  width: 70%;
  vertical-align: middle;
}

.sMenu__unit__name__icon--left {
  width: 15%;
  display: table-cell;
  vertical-align: middle;
}

.sMenu__unit__name__icon--right {
  width: 10%;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.sMenu__unit--accordion ul {
  margin: 0;
  padding: 15px 0;
  list-style: none;
}
.sMenu__unit--accordion .linkList__unit {
  border: none;
}
.sMenu__unit--accordion .linkList__unit a {
  padding: 10px 20px;
}

.js-ac--active {
  border-bottom: 1px solid #e0e0e0;
}

/* ツールバー */
.toolbar {
  border-top: solid 1px #e0e0e0;
  border-bottom: solid 1px #e0e0e0;
  position: fixed;
    bottom: 0px;
    width: 100%;
  background-color: #fff;
  z-index: 1000;
}

.toolbar__inner {
  margin: 0;
  padding: 0 5px;
  position:relative;
}

.toolbar__item {
  list-style: none;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height:50px;
}
.toolbar__itemInner{
  display: inline-block;
}
.toolbar__item a,.toolbar__itemInner > span {
  color: #212121;
  padding: 0 10px;
  height: 50px;
  display: table;
}
.toolbar__itemInner > span:active{
  background: rgba(0, 0, 0, 0.1);
}
.toolbar__item a .js-wrap,.toolbar__itemInner > span .js-wrap {
  display: table-cell;
  vertical-align: middle;
}
.toolbar__item a i,.toolbar__itemInner > span i {
  vertical-align: middle;
  position:relative;
  top:-1px;
}

.toolbar__item {
  float: left;
  width:33.33333%;
}
.toolbar__item span {
  margin: 0 0 0 8px;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;

}
.toolbar__item--cart .toolbar__item__count {
  font-weight: bold;
  margin: 0 0 0 4px;
  vertical-align: middle;
}
.toolbar__item--menu{
  text-align: center;
  cursor: pointer;
}
.toolbar__item--search{
  text-align: center;
}
.toolbar__item--cart{
  text-align: center;
}

.overlay {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.75);
}

/*
 * モーダル
 */
.modal__content {
  position: absolute;
  z-index: 9999;
  display: none;
  width: 75%;
  margin: 0;
  padding: 10px 20px;
  background: #fff;
}

.overlay {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

.modal__close {
  font-size: 114.28571%;
  display: block;
  width: 100%;
  text-align: right;
  color: #212121;
}

.flex_con {
    display: block;
}

.works_text {
    margin-left: 0em;
    width: 100%;
}

}
/*sp基本設定ここまで*/


/* top */
.about_recruit .about_recruitLeft {
	float: left;
}
.about_recruit .about_recruitRight {
	float: right;
	width: 620px;
}
.about_recruit .about_recruitRight h4 {
	margin-bottom: 25px;
}
.about_recruit .about_recruitRight p {
	padding: 0 1px;
}
.about_recruit .about_recruitRight a {
	border: solid #114d16 1px;
	display: block;
	padding: 8px 0;
	margin-top: 20px;
	text-align: center;
}
.about_recruit .about_recruitRight a i {
	color: #ea872a;
}

.index_itemList .itemList_unit {
	box-sizing: border-box;
	text-align: center;
	border: solid 1px #040000;
	padding: 10px;
}
.index_itemList .itemList_unit a {
	display: block;
}


.index_itemListTitle {
    background: #2b5c0b;
    padding: 0.8em 0;
    font-size: 18px;
    letter-spacing: 0.4em;
    text-align: center;
    color: #fff;
}


.access_box .access_boxLeft {
	box-sizing: border-box;
	float: right;
	width: 450px;
	background: url(../images/top/bg_01.gif);
	padding: 26px 30px;
	box-shadow: 5px 5px 10px -5px rgba(0,0,0,0.4);
}
.access_box .access_boxLeft .access_boxLeft_aboutbox {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid #b0e9b5 1px;
}
.access_box .access_boxLeft .access_boxLeft_aboutbox .access_boxLeft_left {
	float: left;
	width: 230px;
}
.access_box .access_boxLeft .access_boxLeft_aboutbox .access_boxLeft_left h4 {
	font-size: 21px;
	color: #0d3f1d;
	margin-bottom: 20px;
	font-weight: bold;
}
.access_box .access_boxLeft .access_boxLeft_aboutbox .access_boxLeft_left p {
	font-size: 12px;
	margin-bottom: 15px;
}
.access_box .access_boxLeft .access_boxLeft_aboutbox .access_boxLeft_left p span {
	font-size: 11px;
}
.access_box .access_boxLeft .access_boxLeft_aboutbox .access_boxLeft_right {
	float: left;
}
.access_box .access_boxRight {
	float: left;
	width: 500px;
}



.news {
    width: 998px;
    margin: 0 auto 1em;
    border: 1px solid #333;
}

#news_wrap{
	padding:1em 2em;
	max-height: 11.5em;
	overflow-y: scroll;
}


.info-ttl01{
    text-align: center;
    padding: 0.7em;
    background: #2b5c0b;
    color: #fff;
    font-size: 19px;
    letter-spacing: 0.5em;
}

#news_wrap li{
	border-bottom: 1px dashed;
	line-height: 1.0em;
	margin-bottom: 1em;
}



/*-------------------------------------*/
/*SP設定*/
/*-------------------------------------*/

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

.about_recruit .about_recruitLeft {
	float: none;
	text-align: center;
}
.about_recruit .about_recruitRight {
	float: none;
	width: auto;
}
.about_recruit .about_recruitRight h4 {
	margin: 15px 0;
}
.about_recruit .about_recruitRight p {
	padding: 0 5px;
	font-size: 0.8em;
}
.about_recruit .about_recruitRight a {
	border: solid #114d16 1px;
	display: block;
	padding: 8px 0;
	margin-top: 15px;
	text-align: center;
}
.about_recruit .about_recruitRight a i {
	color: #aa601e;
}

.index_itemList .itemList_unit {
	box-sizing: border-box;
	text-align: center;
	border: solid 1px #040000;
	padding: 10px;
}
.index_itemList .itemList_unit a {
	display: block;
}

.index_itemList .itemList_unit {
	float: none;
	width: 100%;
}
.index_itemList .itemList--3 .itemList_unit:nth-of-type(n+2) {
	margin-left: 0;
	margin-top: 15px;
}


.access_box .access_boxLeft {
	box-sizing: border-box;
	float: none;
	width: 100%;
	background: url(../images/top/bg_01.gif);
	padding: 15px 10px;
	box-shadow: 5px 5px 10px -5px rgba(0,0,0,0.4);
}
.access_box .access_boxLeft .access_boxLeft_aboutbox {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid #b0e9b5 1px;
}
.access_box .access_boxLeft .access_boxLeft_aboutbox .access_boxLeft_left {
	width: 50%;
}
.access_box .access_boxLeft .access_boxLeft_aboutbox .access_boxLeft_left h4 {
	font-size: 14px;
	color: #0d3f1d;
	margin-bottom: 20px;
}
.access_box .access_boxLeft .access_boxLeft_aboutbox .access_boxLeft_left p {
	font-size: 12px;
	margin-bottom: 15px;
}
.access_box .access_boxLeft .access_boxLeft_aboutbox .access_boxLeft_left p span {
	font-size: 9px;
}
.access_box .access_boxLeft .access_boxLeft_aboutbox .access_boxLeft_right {
	float: right;
	width: 49%;
}
.access_box .access_boxRight {
	margin: 2px 0 15px;
	width: 100%;
}
.access_box .access_boxRight iframe {
	height: 250px;
}

}

/* 業務内容 */
.service_intro .service_introbox .service_introleft {
	float: left;
}
.service_intro .service_introbox .service_introright {
	float: right;
	width: 600px;
	line-height: 1.7;
}
.service_client .service_clientList .itemList_unit {
	box-sizing: border-box;
	padding: 0 55px;
}
.service_client .service_clientList .itemList_unit h5 {
	font-size: 18px;
	margin: 10px 0;
}

.service_about .service_abouttxt {
	margin-top: 45px;
}

.service_introbox {
	border-top: solid 1px #aaa;
    padding: 2em 0;
    border-bottom: solid 1px #aaa;
}

.Link__works {
	border: solid 1px #2b5c0b;
	width: 24em;
	padding: 0.5em;
	text-align: center;
	margin: 1em auto;
	color: #2b5c0b;
	font-size:16px;
	letter-spacing: 0.3em;
}

.arrow:before {
	display: block;
	content: "";
	position: relative;
	top: 1.037em;
	left: 23em;
	width: 0;
	height: 0;
	margin-top: -9px;
	border: 6px solid transparent;
    border-left-width: 6px;
    border-left-style: solid;
    border-left-color: transparent;
	border-left: 10px solid #2b5c0b;
}
/*-------------------------------------*/
/*SP設定*/
/*-------------------------------------*/

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

.service_intro .service_introbox .service_introleft {
	float: none;
}
.service_intro .service_introbox .service_introright {
	float: none;
	width: 100%;
	margin-top: 15px;
	line-height: 1.5;
	font-size: 0.8em;
}
.service_client .service_clientList .itemList_unit {
	box-sizing: border-box;
	padding: 0 10px;
}
.service_client .service_clientList .itemList_unit h5 {
	font-size: 14px;
	margin: 10px 0;
}

.service_about .service_abouttxt {
	margin-top: 15px;
}

.Link__works {
	width: 94%;
}

.arrow:before {
	display: none;
}

}

/* ご依頼の流れ */
.flow_sec .flowList .flow_box:nth-of-type(n+2) {
	margin-top: 60px;
}
.flow_sec .flowList .flow_box .flow_boxLeft {
	position: relative;
	float: left;
}
.flow_sec .flowList .flow_box .flow_boxLeft:after {
	content: url(../images/flow/ic_02.png);
	position: absolute;
	bottom: -38px;
	left: 0;right: 0;
	text-align: center;
}
.flow_sec .flowList .flow_box:last-child .flow_boxLeft:after {
	content: "";
}
.flow_sec .flowList .flow_box .flow_boxRight {
	position: relative;
	box-sizing: border-box;
	border: solid #48bd52 1px;
	float: right;
	width: 610px;
	padding: 35px 20px 30px;
}
.flow_sec .flowList .flow_box .flow_boxRight h3 {
	position: absolute;
	top: -20px;
	left: 10px;
}

/*-------------------------------------*/
/*SP設定*/
/*-------------------------------------*/

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

.flow_sec .flowList .flow_box:nth-of-type(n+2) {
	margin-top: 60px;
}
.flow_sec .flowList .flow_box .flow_boxLeft {
	float: none;
}
.flow_sec .flowList .flow_box .flow_boxLeft:after {
	content: "";
}
.flow_sec .flowList .flow_box {
	position: relative;
}
.flow_sec .flowList .flow_box:after {
	content: url(../images/flow/ic_02.png);
	position: absolute;
	bottom: -38px;
	left: 0;right: 0;
	text-align: center;
}
.flow_sec .flowList .flow_box:last-child:after {
	content: "";
}
.flow_sec .flowList .flow_box .flow_boxRight {
	float: none;
	width: 100%;
	padding: 25px 15px 20px;
	margin-top: 30px;
}
.flow_sec .flowList .flow_box .flow_boxRight h3 {
	position: absolute;
	top: -20px;
	left: 10px;
}

}

/* 施工事例 */
.works_sec .worksList .works_box {
	box-sizing: border-box;
	border: solid 1px #45bc4f;
	padding: 30px 30px 40px;
}
.works_sec .worksList .works_box:nth-of-type(n+2) {
	margin-top: 35px;
}
.works_sec .worksList .works_box h3 {
	font-size: 18px;
	border-bottom: solid 1px #ababac;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

#works_01 {
margin-top: -86.5px; /* 固定ナビの高さ分のネガティブマージン */
padding-top: 50px; /* 打ち消し用のパディング */
}

#works_02 {
margin-top: -50px; /* 固定ナビの高さ分のネガティブマージン */
padding-top: 50px; /* 打ち消し用のパディング */
}

/*-------------------------------------*/
/*SP設定*/
/*-------------------------------------*/

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

.works_sec .worksList .works_box {
	padding: 15px 15px 20px;
	font-size: 0.8em;
}
.works_sec .worksList .works_box:nth-of-type(n+2) {
	margin-top: 25px;
}
.works_sec .worksList .works_box h3 {
	font-size: 16px;
	margin-bottom: 15px;
}

#works_01, #works_02 {
margin-top: 0px; /* 固定ナビの高さ分のネガティブマージン */
padding-top: 0px; /* 打ち消し用のパディング */
}

}

/* 会社概要 */
.about_company table {
	width: 100%;
}
.about_company table th, .about_company table td {
	vertical-align: top;
	text-align: left;
	font-weight: 500;
	border: solid #fff 1px;
	padding: 10px 8px;

}
.about_company table th {
	background: #dfdfdf;
}
.about_company table td {
	background: #f3f3f4;
}


.c_ttl{
	font-size: 18px;
	margin-bottom: 0.8em;
	margin-top: -0.3em;
}
.c_name{
	margin-top: 0.7em;
}


/*-------------------------------------*/
/*SP設定*/
/*-------------------------------------*/

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

.co_access_box iframe {
	height: 300px;
}

.about_company table th{
	font-size:0.8em;
}

.about_company table td{
	font-size:0.8em;
}
}

/* 求人・お問い合わせ */
.recruit_infomation {
	padding: 0;
}
.recruit_infomation table {
	width: 100%;
}
.recruit_infomation table tr {
	border-bottom: solid 1px #898989;
	padding: 5px 0;
}
.recruit_infomation table tr:last-of-type {
	border-bottom: none;
}
.recruit_infomation table th, .recruit_infomation table td {
	vertical-align: top;
	padding: 0.5em 1em;
	font-size: 14px;
	font-weight: 500;
	background: #effee9;
	border-bottom: 0.5em solid #fff;
}
.recruit_infomation table th {
	vertical-align: top;
	width: 280px;
	font-size: 14px;
    text-align: left;
	background: #addaaf;
	padding: 0.5em 1em;
	border-right: 0.5em solid #fff;
	border-bottom: 0.5em solid #fff;
}

.tel_box {
	margin-bottom: 70px;
}
.tel_box h3 {
	margin-bottom: 10px;
}

.mail_box {
	margin-bottom: 40px;
}
.mail_box h3 {
	margin-bottom: 10px;
}
.mail_box p {
	padding: 20px 0;
	margin-bottom: 40px;
	border-top: solid 1px #c2c3c3;
	border-bottom: solid 1px #c2c3c3;
}
.contact_table {
	width: 100%;
}
.contact_table th, .contact_table td {
	vertical-align: top;
	text-align: left;
	font-weight: 500;
	border: solid #fff 1px;
	padding: 5px 15px;
}
.contact_table th {
	background: #dfdfdf;
}
.contact_table td {
	background: #f3f3f4;
}
.redtxt {
	color: #ef2227;
}
.submit_box {
	margin-top: 20px;
}

/*css radio01*/
.radio01-input{
  display: none;
}
.radio01-input + label{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.radio01-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 4px;
}
.radio01-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #009a9a;
  border-right: 3px solid #009a9a;
}





/*-------------------------------------*/
/*SP設定*/
/*-------------------------------------*/

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

.recruit_infomation table tr {
	border-bottom: none;
}
.recruit_infomation table th {
	width: 40%;
	font-size: 0.8em;
}

.tel_box {
	margin-bottom: 35px;
}
.tel_box h3 {
	margin-bottom: 10px;
}

.mail_box {
	margin-bottom: 40px;
}
.mail_box h3 {
	margin-bottom: 10px;
}
.mail_box p {
	padding: 10px 0;
	margin-bottom: 40px;
	border-top: solid 1px #c2c3c3;
	border-bottom: solid 1px #c2c3c3;
	font-size:0.8em;
}
.contact_table th {
	width: 38%;
	font-size:0.8em;
}
.contact_table td{
	font-size:0.8em;
}

.recruit_infomation table td{
	font-size:0.8em;
}

.c_ttl {
    font-size: 15px;
    text-align:center;
}

.news {
    width: 95%;
    margin: 0 auto 1em;
    border: 1px solid #333;
}

#news_wrap{
    max-height: 13.9em;
}

}