.container_box {
	width: 80%;

}
/*-- ボックスサイズ　合わせる --*/
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
* {
margin:0;
padding:0;
}

a,a:link,a:hover {
	font-size: 110%;
    text-decoration: none;
    color: #333;
}

a:active {
    text-decoration: none;
    color: #333;
}
a:visited {
    text-decoration: none;
    text-align: left;
    font-weight: normal;
    color: #333;
}
/***ヘッダー画像*****/
.header-img{
	padding-top: 10px;
    height: 120px;
    top: 5%;
    left:30%;
}
/* ヘッダーを幅いっぱいにする為のボックス*/
#header_bg {
    background-color: #9CCB41;
    width: 100%;
    height: 80px;
    background-repeat: repeat-x;
    min-width: 900px;
    margin: 0px;
    color: ＃ffffff;
    top: 0;
}
/* ヘッダー*/
#header_24      {
    width: 90%;
	max-width: 980px;
	height: 80px;
    margin:0 auto;
	background-color:none;
}
#header_24 img{
	height: 55px;
	border-top: 0;
	
}


/*  ヘッダー メニュー */


ul.gnav__menu{
    list-style: none;	
}


li.gnav__menu__item {
    border-left: 1px solid #fff;/*  グローバルメニュー_仕切り線 */
    border-right: 1px solid #fff;/*  グローバルメニュー_仕切り線 */
    padding:0px 20px 0px  20px;
}

li+ li.gnav__menu__item {
    border-left: 0;
    border-right: 1px solid #fff;/*  グローバルメニュー_仕切り線 */ 
}
/* フッター  */
.footer_2024 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #9CCB41;
    width: 100%;
    min-height: 300px;
    font-size: 90%;
    min-width: 900px;
    margin: 0 auto;
    color: #000;
}
.footer_new{
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom: 5px;
    font-size: 90%;
	color: #ffffff;
	align:center;

} 
h5{
    color: #B1DD56;
    font-weight: 300;
    font-style: normal;
    text-align: left;
    font-size: 90%;
    margin: 0px 0px 10px 0px;
    height: 20px;
    border-bottom-color: #666;
    border-right-color: #CCC;
    border-width: 0px 0px 1px 0px;
    border-style: solid solid solid solid;
    width: 150px;
	text-underline-offset: auto;
}

.footer_bottom{
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom: 5px;
	background-color:  #3F402A;
	color: #fff;
	text-align: center;

} 
.footer_riasu{
	text-align: center;
	font-size: 18px;
	line-height:2em;
}

.footer_new p{
	color: brown;
	text-align: center}

/*   */

.gnav{
    width: 95%;
	padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
}
	

.gnav__menu_index{
    display: flex;
    position: absolute;
    right: 50px;
    max-height: 20px;
    font-size: 100%;
	margin-top: 19px
}
	
.gnav__menu__item a{
	font-size: 80%;
	padding-top: 0;
	}
/*----------------------*/
.gnav__menu{
    display: flex;
    position: absolute;
    top: 39px;
    right: 60px;
    margin-bottom: 10px;
    max-height: 20px;
    font-size: 120%;
    font-weight: 100;
    padding-bottom: 20px;
}

.gnav__menu a:hover{
    color: #B3A7A7;
    font-weight: 100;
}
.gnav__menu a:link {
    text-decoration: none;
    outline: none;
    color: #fff;
}
.gnav__menu a:active{color: #fff;}
.gnav__menu a:visited {
    color: #fff;

}
.gnav__menu__item{
	list-style: none;
    margin: 0 auto;
}

.gnav__menu__item a{
	font-size: 90%;
	color: #FFFFFF;
	text-decoration: none;
	display: flex;
    justify-content: space-between;
	margin-top: 0px;
}
/*--------*/



/*title*/
.title_top {
    width: 100%;
    height: 40px;
    font-size: 120%;
    font-weight: 300;
    letter-spacing: 5px;
    color: #fff;/* a.anchor,a.anchor_gyと合わせる */
    text-align: center;
    vertical-align: middle;
    padding-top: 5px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 40px;
    margin-top: 0px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 40px;
    border-width: 1px 0px 0px 0px;
    border-style: solid none none none;
    font-family: "メイリオ";
}

.title_top {
    border-color: #666;
    background-color: #6B6C51;

}
.title_top_01 a{
    border-color: #fff;
    background-color: #6B6C51;
    color: #fff;
}
/* テーブルの代わり */
.v_table {
    display: flex;
    justify-content: center;
    width: 90%;
    max-width: 1000px;
    margin: 1px auto;
}

.v_ta01, .v_ta02 {
    vertical-align: middle;
    min-height: 30px;
    padding: 10px;
    line-height: 1.7em;
}

.v_ta01 {
    width: 25%;
    height: auto;
    vertical-align: middle;
    margin: 0 auto;
    background-color: #77786F;
    color: #fff;
}

.v_ta01 a {
    vertical-align: middle;
}

.v_ta01 span {
    color: #fff;
}

.v_ta02 {
    width: 75%;
    text-align: left;
    margin: 0 auto;
    padding-left: 20px;
    background-color: #e6eae3;
    vertical-align: middle;
}
.v_ta03 {
    width: 85%;
    max-width: 900px;
    text-align: left;
    color: #ffffff;
    padding-left: 8px;
    line-height: 1.7em;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    border: 1px solid #77786F;
    background-color: #77786F;
}
.v_ta04{
    width: 85%;
    max-width: 900px;
    text-align: left;
    padding: 10px 0;
    padding-left: 20px;
    line-height: 1.7em;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    border: solid 1px #6b9987;
    background-color: #ffffff;
    list-style-type: disc;
}
/* 採用 */
.recruit_content{
	width: 100%;
	vertical-align: middle;
}

/*
.recruit_ta01, .recruit_ta02 {
    vertical-align: middle;
    min-height: 30px;
    padding: 10px;
    line-height: 1.7em;
}

.recruit_ta01 {
    width: 25%;
    height: auto;
    vertical-align: middle;
    margin: 0 auto;
    background-color: #77786F;
    color: #fff;
}

.recruit_ta01 a {
    vertical-align: middle;
}

.recruit_ta01 span {
    color: #fff;
}

.recruit_ta02 {
    width: 75%;
    text-align: left;
    margin: 0 auto;
    padding-left: 20px;
    background-color: #e6eae3;
    vertical-align: middle;
}
.recruit_ta03 {
    width: 85%;
    max-width: 900px;
    text-align: left;
    color: #ffffff;
    padding-left: 8px;
    line-height: 1.7em;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    border: 1px solid #77786F;
    background-color: #77786F;
}
.recruit_ta04{
    width: 85%;
    max-width: 900px;
    text-align: left;
    padding: 10px 0;
    padding-left: 20px;
    line-height: 1.7em;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    border: solid 1px #6b9987;
    background-color: #ffffff;
    list-style-type: disc;
}
.recruit_ta05{
    width: 100%;
    max-width: 900px;
    text-align: left;
    padding: 10px 0;
    padding-left: 20px;
    line-height: 1.7em;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    border: solid 1px #6b9987;
    background-color: #ffffff;
    list-style-type: disc;
}
*/
/*     */

.gaiyou{
	margin-left: 30px;
	margin:0px 0px 5px 30px;
}

.content_top,
.content{
    flex: 1;
    background-color: #FFFFFF;
    text-align: left;
    margin-left: 0;
	margin-right: 0;
	margin-top: -50px;
	margin-bottom: 40px;
    width: 100%;
    border-bottom-style: none;
	padding-top: 0px;
	padding-bottom: 30px;
}

.content_text_box{
    width: 60%;
    padding-top: 30px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    max-width: 900px;
    min-width: 650px;
    margin-bottom: 30px;
    padding-bottom: 0px;
}
.content_top{
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 40px;
}
.content,.content_gy{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
}

/*   */
.content p{margin-left: 50px;}
.content ul,li{/*マークナシ*/
    list-style: disc;
    line-height: 1.8em;
    text-indent: 0;
    padding: 0px 5px 0px 1px;
    margin-top: 0.8em;
    margin-right: 3px;
    margin-left: 3.5em;
    margin-bottom: 0.8em;
}
.c‗list-style{
	list-style: disc;
	margin-left: 50px;
}
.v‗list-style{
	list-style: disc;
	margin-left: 10px;
}
/*   */
.content h2,
.content_2 h2,
.content_top h2{
    width: 100%;
    height: 40px;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 110%;
    font-weight: 200;
    padding-top: 7px;
	
    font-color: #fff;
}    
.content h2,
.content_2 h2{
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	}
.content_top h2{border-bottom: 1px solid #808080;}



h2 span{
	font-size: 70%;
}

.content h3,
.content_2 h3,
.content_top h3 {
    width: 95%;
    height: 30px;
    text-align: left;
    font-size: 110%;
    font-weight: 400;
    font-color: #333;
    vertical-align: middle;
    padding: 3px 0px 5px 15px;
    margin: 20px 20px 30px 15px;
    border-left: 5px solid #808080;
    border-bottom: 1px solid #808080;
}
/*  見出し_ナナメ */
 .sub_title{
    position: relative;
    height: 40px;
    padding: 5px 5px 5px 42px;
    background-color: #CCFF99;
    font-size: 20px;
    color: rgba(26,3,3,1.00);
    margin-top: 20px;
    margin-left: -33px;
    line-height: 1.3;
    z-index: -1;
}

.content .subtitle:before {
    position: absolute;
    content: '';
    left: -2px;
    top: -2px;
    border: none;
    border-left: solid 300px #666;
    border-bottom: solid 500px transparent;
    z-index: -2
}
.content h4,
.content_top h4 {
    margin-bottom: 15px;
    width: 90%;
    max-width: 950px;
    height: 110%;
    text-align: left;
    font-size: 110%;
    font-weight: 400;
    color: #333;
    vertical-align: middle;
    padding: 0px 0px 3px 15px;
    border-width: 0px 0px 1px 0px;
    border-style: none none solid solid;
    border-color: #6C6C6C;
    margin:2em auto 1.5em;
}

.content h5,
.content_top h5 {
	height: 100%;
	width: 95%;
	max-width: 935px;
	text-align: left;
	vertical-align: middle;
	align:right;
	font-size: 100%;
	font-weight: 400;
	color: #333;
	padding: 0px 0px 0px 15px;
	margin: 20px 0px 20px 30px;
	border-width: 0px 0px 1px 3px;
	border-style: none none solid solid;
	border-color: #6C6C6C;
}

.content h6,
.content_top h6 {
	height:0px;
	text-align:center;
	font-size: 100%;
	font-weight:600;
	color: #333;
	vertical-align: middle;
	padding: 0px 0px 20px 0px;
	margin: 0px 0px 10px 0px;
	border-width: 0px 0px 1px 0px;
	border-style: none none solid solid;
	border-color: #FFFFFF;
}


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

/*　ハンバーガーボタン　*/
.gnav__menu{
    display: none;
	}
}
@media only screen and (max-width: 825px) {
/* --------なんちゃってテーブル---------*/
.v_table {
    display: table;
    width: 8910;
    font-size: 100%;
}
.v_ta01, .v_ta02 {
}
.v_ta01 {
    width: 100%;
    height: 40px;
    text-align: left;
    padding-top: 8px;
    padding-left: 60px;
    line-height: 1.7em;
}
.v_ta02 {
    width: 100%;
    text-align: left;
    padding-left: 60px;
    line-height: 1.7em;
    margin: 0 auto;
    background-color: #e8ece9;
}
.v_ta03 {
    width: 90%;
	max-width: 980px;
    border:#999 solid 1px ;

}
.v_ta04{
    width: 90%;
   	border:#999 solid 1px ;	
	margin-bottom: 10px;
}

td.ck_2, td.ck_3 {
    font-size: 90%;
}
/*---------------------------------------*/
.content_text_box{
    width: 80%;
    margin-top: 30px;

}
}
