@charset "utf-8";
/* CSS Document */


/*====================================================
    pages
======================================================*/
.pages .contents-title {
	margin-bottom: 40px;
}

.pages .contents-box {
	overflow:hidden;
    margin-bottom: 90px;
}
.pages .contents-box p { line-height: 2; }



#bread-nav {
    overflow: hidden;
    margin: 0 auto 20px;
}
#bread-nav li {
	display: inline-block;
}
#bread-nav li:after {
    content: ">";
	margin: 0 10px;
}
#bread-nav li:last-child:after { content: ""; }

#bread-nav li a {
	font-size: 12px;
	color: #000;
}

#container * {
		-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
}

/*====================================================
   about
======================================================*/
#about #id01 {
}
.about-greeting {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}
.about-greeting .img {
	width: 350px;
}
.about-greeting .info {
    width: 650px;
}
.about-greeting .info .text01 {
   margin-bottom: 10px;
}
.about-greeting .info .text02 {
    text-align:right;
}
.about-greeting .info .text02 span {
   font-weight: bold;
   font-size: 18px;
   margin-left: 5px;
}

/* company */
#about #id02 .table01 {
	width: 100%;
	line-height:1.7;
}
#about #id02 .table01 th {
    width: 120px;
	padding: 15px 0 15px 30px;
    text-align:left;
	vertical-align:top;
	background: url(../images/square_s.png);
    border-bottom: dotted 1px #000;
}

#about #id02 .table01 td {
	padding: 15px 0 15px 30px;
    border-bottom: dotted 1px #000;
}

#about #id02 .table01 tr:last-child th,
#about #id02 .table01 tr:last-child td { border-bottom: none; }

.lisence__list {
    display: flex;
    flex-wrap: wrap;
}
.lisence__list >li {
    width: 49%;
    margin: 0 0 2% 2%;
}
.lisence__list >li:nth-child(2n+1) {
    margin-left: 0;
}
.lisence__list >li img {
    width: 100%;
}
/*====================================================
   service
======================================================*/
#service .contents-box { margin-bottom: 0px; }

#service #page-main-img {
    width: 1000px;
	height: 200px;
	margin: 20px auto 0;
	background: url(../images/page_service_main.jpg);
}
#service #id01 .copy {
	font-size: 20px;
	letter-spacing:0.09em;
    text-align: center;
	margin-bottom: 20px;
}
#service #id01 .text01 {
	text-align:center;
	line-height:2.4;
	margin-bottom: 100px;
}

#service .service-list {
	margin-top: 40px;
}
#service .service-list li {
    width: 425px;
    height: 450px;
    padding: 25px;
    box-sizing: border-box;
    float: left;
    margin:0 0 80px 50px;
}

#service .service-list li h3 {
   text-align: center;
   height: 0;
   padding-top: 68px;
   margin-bottom: 5px;
   overflow:hidden;
}
#service .service-list #list01 { border:solid 3px #75c336; }
#service .service-list #list02 { border:solid 3px #f89869; }
#service .service-list #list03 { border:solid 3px #6d6d6d; }
#service .service-list #list04 { border:solid 3px #00aac1; }

#service .service-list #list01 h3 { background: url(../images/page_service01_title.png) center top no-repeat; }
#service .service-list #list02 h3 { background: url(../images/page_service02_title.png) center top no-repeat; }
#service .service-list #list03 h3 { background: url(../images/page_service03_title.png) center top no-repeat; }
#service .service-list #list04 h3 { background: url(../images/page_service04_title.png) center top no-repeat; }

#service .service-list li .box {
   margin: -50px 0 15px;
}







/*====================================================
   flow
======================================================*/

#flow .contents-box { margin-bottom: 50px; }

#flow .order-flow-list { overflow: hidden; padding-top:50px; }
#flow .order-flow-list li {
	width: 180px;
	float:left;
	text-align:center;
	background: url(../images/arrow_flow.png) no-repeat right 20px;
}
#flow .order-flow-list li:last-child { background: none; }

#flow .order-flow-list li .icon-area {
    line-height: 70px;
	height: 82px;
}

#flow .order-flow-list li .num {
    font-size: 30px;
	font-family: "din1451alt";
	color: #75c336;
}
#flow .order-flow-list li .text01 {
   line-height: 1.7;
   font-weight: normal;
   font-size:14px;
   margin-bottom: 10px;
}

#flow #id01 .text02 {
	text-align:center;
    margin: 30px 0;
}
#flow #id01 .text02 span {
	font-size:14px;
	letter-spacing:0.06em;
    padding: 13px 30px;
	border: solid 2px #75c336;
}

/* work flow */
#flow #id02 {
	padding-top: 50px;
	background: url(../images/square_s.png);
}
#flow .work-flow-list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 25px;
}
#flow .work-flow-list li {
    width: 32%;
    margin: 0 0 5% 2%;
}
#flow .work-flow-list li:nth-child(3n+1) {
    margin-left: 0;
}
#flow .work-flow-list li img {
	width: 100%;
	margin-bottom: 10px;
}
#flow .work-flow-list li h3 {
	font-size:18px;
    margin-bottom: 5px;
}
#flow .work-flow-list li h3 .num {
    font-size: 30px;
	font-family: "din1451alt";
	vertical-align: middle;
	color: #75c336;
	margin-right: 10px;
}
#flow .work-flow-list li p { line-height: 1.7; }




/*====================================================
   voice
======================================================*/
.pref-name {
    text-align: center;
    margin: 50px auto;
    padding: 0 10px;
    font-size: 20px;
    border-bottom: solid 1px #000;
    display: table;
}

#voice .contents-box {
	margin-bottom: 40px;
}

#voice .manzoku{
	text-align:center;
	margin-bottom: 20px;
}
#voice .voice-list li {
	 display:-webkit-flex;
	 display:flex;
	 flex-wrap: wrap;
     justify-content: space-between;
	 width: 100%;
	 margin-bottom: 60px;
}
#voice .voice-list li .voice-img,
#voice .voice-list li .voice-fuki {
	width: 48%;
}
#voice .voice-list li .voice-fuki {
    max-height: 270px;
    padding: 25px;
    background: #E8F8DC;
    border: solid 2px #75C336;
    border-radius: 10px;
    position: relative;
}
#voice .voice-list li .voice-fuki:after {
	content: '';
	display:block;
	width: 37px;
	height: 22px;
	background: url(../images/fuki_fig_r.png) no-repeat;
	position: absolute;
	left: 20px;
	bottom:-22px;
	z-index:10;
}
#voice .voice-list li:nth-child(odd) {
    flex-direction: row-reverse;
}
#voice .voice-list li:nth-child(odd) .voice-fuki:after {
	background: url(../images/fuki_fig_l.png) no-repeat;
	left: auto;
	right: 20px;
}

#voice .voice-list li .voice-title {
    font-size: 14px;
	padding-left: 10px;
	margin-bottom: 20px;
	border-left: solid 5px #75c336;
}

#voice .voice-list li p {
	line-height: 1.7;
	letter-spacing: 0.05em;
	margin-bottom: 10px;
}


/* add 20210123 c column */
#voice .voice-list.vL-column-3 {
	 display:-webkit-flex;
	 display:flex;
	 flex-wrap: wrap;
	 width: 100%;
}
#voice .voice-list.vL-column-3 li {
    display:block;
	width: 32%;
    margin: 0 0 2% 2%;
}
#voice .voice-list.vL-column-3 li:nth-child(3n+1) {
    margin-left:0;
}
#voice .voice-list.vL-column-3 li .thumb {
    height: 0;
    padding-top: 80%;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    background: #efefef;
}
#voice .voice-list.vL-column-3 li .thumb img {
    width: auto;
    height: 100%;
    margin: auto;
    position: absolute !important;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

/*====================================================
   staff
======================================================*/

#staff #page-main-img {
    width: 1000px;
	height: 700px;
	margin: 20px auto 0;
	background: url(../images/staff/page_staff_main.jpg) center no-repeat;
}
.staff-list{
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.staff-list li {
    width: 30%;
    margin: 0 0 5% 5%;
    text-align: center;
    /*cursor: pointer;*/
}
.staff-list li:nth-child(3n+1){
    margin-left: 0;
}
.staff-list .staff-name{
	font-size: 21px;
	line-height: 21px;
	letter-spacing: 2px;
	font-weight: bold;
	margin: 15px auto 10px;
}
.staff-list .staff-certificate{
	font-size: 16px;
	letter-spacing: 1px;
}

#modal {
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none;
}
#modal-wrap {
    width: 720px;
    height: 420px;
    margin: 10% auto;
    position: relative;
}
#modal .staff-info {
    width: 720px;
    height: 420px;
    box-sizing: border-box;
	border: 3px solid #75c336;
	background: #fff;
	overflow: hidden;
	border-radius: 10px;
	position: absolute !important;
    top: 0;
    left: 0;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    visibility: hidden;
    transition-duration: 300ms;
}
#modal .staff-info.active {
-webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

#close {
    position: absolute !important;
    top: 20px;
    right: 20px;
    cursor: pointer;
    background: url(../images/staff_pop_close.png) no-repeat;
    width: 30px;
    height: 30px;
}
#modal .staff-info .staff-img{
	width: 304px;
	border-right: 3px solid #75c336;
}
#modal .staff-info .staff-detail{
	width: 405px;
	box-sizing: border-box;
	padding: 30px 25px;
}
#modal .staff-info h3{
	border-left: 5px solid #75c336;
	padding-left: 5px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 30px;
}
#modal .staff-info h3 .name-en{
	font-size: 14px;
	font-weight: normal;
}
#modal .staff-info h3 .name-ja{
	font-size: 20px;
}
#modal .staff-info h3 .name-pos{
	font-size: 16px;
}
#modal .staff-info h4{
	background: #75c336;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: normal;
	padding: 0 10px;
}
#modal .staff-info li p{
	padding: 10px;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 20px;
}

/*====================================================
   concept
======================================================*/

#concept *{
	position: relative;
}
#concept .contents-box{
	width: 900px;
	margin: 0 auto;
}
#concept img{
	max-width: 100%;
}
#concept .topNav{
	width: 900px;
	margin: 0 auto;
}
#concept .topNav ul{
	overflow: hidden;
}
#concept .topNav ul li{
	width: 25%;
	float: left;
	border-right: #E8F2E1 solid 2px;
	height: 175px;
}
#concept .topNav ul li:last-child{
	border: none;
}
#concept .topNav ul li a{
	display: block;
	width: 100%;
	height: 175px;
	background: #74B975;
	-webkit-transition: all 0.5s;
	   -moz-transition: all 0.5s;
	    -ms-transition: all 0.5s;
	     -o-transition: all 0.5s;
	        transition: all 0.5s;
}
#concept .topNav ul li.current a{
	background: #3BAA3E;
}
#concept .topNav ul li a:hover{
	opacity: 0.8;
}
#concept .topNav ul li img{
	position: absolute !important;
	width: 80%;
	top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
#concept_top{
	background: #E8F2E1;
	padding: 40px;
}
#concept_top .wrap{
	background: #3BAA3E;
	padding: 20px;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
}
#concept_top .wrap h3{
	text-align: center;
	margin-bottom: 20px;
}
#concept_top .wrap p{
		color: #FFF;
	font-size: 20px;
	display: block;
	position: relative;
		line-height: 1.6;
}
#concept_top .wrap p:after{
	content: url(../images/concept/top/line.png);
	position: absolute !important;
	top: 28px;
	left: 0;
}
.contents-box.gray{
	background: #F7F8F8;
}
.contents-box.green{
	background: #3BAA3E;
}

.contents-box.green h4,
.contents-box.green p{
	color: #FFF !important;
}
#concept .contents-box .inner{
	padding: 40px;
}

#concept .contents-box .inner h4{
	font-size: 55px;
	line-height: 1.2;
	margin-bottom: 20px;
}
#concept .contents-box .inner h4 span{
	display: inline-block;
	text-indent: -0.5em;
	font-size: 55px;
}
#concept .contents-box .inner h4 + p{
	font-size: 16px;
	line-height: 1.2;
}

#concept #contents.top.bg{
	padding-top: 150px;	
	background: url(../images/concept/top/bg.jpg) no-repeat;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
}

#concept #activity01{
	margin-top: 40px;
}

#concept #activity02{
	position: relative;
}

#concept #activity02 h3{
	display: block;
	width: 400px;
	font-size: 35px;
	position: absolute !important;
	top: 70px;
	right: 0;
	z-index: 100;
}

#concept #activity03{
	overflow: hidden;
	margin-bottom: 100px;
}

#concept #activity03 .wrap{
	width: 50%;
	float: left;
	padding: 20px;
}

#concept #activity03 .wrap h3{
	font-size: 20px;
	margin-bottom: 30px;
}

#concept #activity03 .wrap p{
	font-size: 16px;
}

#concept #activity03 .wrap p b{
	font-size: 16px;
}

#concept #activity03 .bgImg{
	width: 50%;
	float: right;
}

#concept #ethics01{
	margin-top: 40px;
}

#concept #ethics03{
	text-align: center;
}

#concept #ethics03 h3{
	color: #C7451C;
	font-size: 30px;
	margin-bottom: 30px;
}

#concept #ethics03 .txt{
	margin-top: 20px;
	font-size: 25px;
	color: #649564;
}

#concept #ethics03{
	margin-bottom: 40px;
}


#concept #ethics04{
	text-align: center;
}


#concept #ethics04 .txt{
	font-size: 25px;
	margin-top: 20px;
}

#concept #ethics04{
	margin-bottom: 40px;
}

#concept #ethics05{
	margin-bottom: 100px;
}

#conceptB{
	text-align: center;
	margin-bottom: 30px;
}

#conceptB img{
	width: 100%;
	max-width: 900px;
}


/*--------------------------
 post 
-----------------------------*/
.post-in {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
	margin-bottom: 100px;
}
#post-contents {
    width: calc(100% - 300px);
}
#post-sidebar {
    width: 250px;
    margin-left: 50px;
}
#post-sidebar a {
    color: #222;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-bottom: solid 1px transparent;
}
.sideBox {
    margin-bottom: 50px;
}
.side-title {
    font-size: 15px;
    line-height: 1;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: dotted 1px #000;
}
.side-category--list {
    margin-left: 10px;
}
.side-category--list li {
    font-size: 13px;
    margin-bottom: 10px;
}
.side-category--list li:before {
    content: '-';
    margin-right: 5px;
}
.side-category--list li:last-child {
	margin-bottom: 0;
}
.side-category--list li a:hover {
	border-bottom: solid 1px #222;
}

.side-latest--list >li:not(:last-child) {
    margin-bottom: 20px;
}

.side-archive--list li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #ccc;
}
.side-archive--list li a {
    display:table;
	width:100%;
	color: #000;
    position: relative;
}
.side-archive--list li .img {
    display:table-cell;
	width: 30%;
	height:0;
	padding-top: 30%;
	position: relative;
}
.side-archive--list li .img img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.side-archive--list li .info {
    display:table-cell;
	padding-left:10px;
	vertical-align: top;
}
.side-archive--list li .info .date {
    font-size: 12px;
}
.side-archive--list li .info .category {
    font-size: 12px;
    color: #666;
}
.side-archive--list li .info .title {
    font-size: 13px;
	font-weight:bold;
}


/* archive */
.page-post--catname {
    margin-bottom: 20px;
}
.post-list li {
	padding-bottom: 20px;
	margin-bottom:20px;
	border-bottom: dotted 1px #ccc;
}

.post-list a {
	display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
    width: 100%;
}
.post-thumb {
    width: 50%;
}
.post-info {
    width: 50%;
	padding-left:20px;
}
.post-list li .post-title {
	display:block;
	margin-top:5px;
}
.post-list li .post-category {
	padding-bottom: 2px;
}

#post-header {
    margin-bottom: 30px;
    border-bottom: solid 1px #444;
}
#post-header .post-date,
#post-header .post-category {
    display: inline-block;
}
#post-header .post-date {
    margin-left: 0;
}
#post-header .post-category {
    color: #fff;
    background: #75c336;
    text-align: center;
    font-size: 13px;
    padding: 0 10px 2px;
}


#post-pager {
    margin-top: 100px;
    text-align: center;
}
#post-pager div {
    display: inline-block;
    margin: 0 20px;
}
#post-pager .prev a,
#post-pager .next a{
    color: #444;
}
#post-pager .return a {
    color: #d72100;
}

#post-body .youtube-wrap {
    margin-bottom: 30px;
}


.news-list li {
	opacity: 1;
	padding-bottom:10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #ccc;
}
.news-list li a {
	display:block;
	color: #333;
}
.news-list li .post-date {
	color: #75c336;
	margin-right:10px;
}
.news-list li .post-category {
    font-size: 12px;
    color: #fff;
    background: #333;
    padding: 1px 20px;
}
.news-list li .post-title {
	display:block;
	font-size: 15px;
}

/* -------------------------

works

----------------------------- */
#works .manzoku{
	text-align:center;
	margin-bottom: 20px;
}
.works-list {
	 display:-webkit-flex;
	 display:flex;
	 flex-wrap: wrap;
	 width: 100%;
}
.works-list li {
	width: 48%;
    margin: 0 0 4% 4%;
}
.works-list li:nth-child(2n+1) {
    margin-left:0;
}
.works-list li a {
	display:block;
	font-size: 15px;
}
.works-list li .thumb {
    margin-bottom:10px;
}
.works-list li .works-category {
}
.works-list li .works-title {
	font-weight:bold;
}


.works-list li .works-date {
	font-size: 13px;
	font-family: "din1451alt";
}

#cmn-pager {
    text-align: center;
    margin-top: 100px;
}
#cmn-pager .wp-pagenavi a,
#cmn-pager .wp-pagenavi span {
    padding: 3px 10px;
    color: #000;
	border: none;
}
#cmn-pager .wp-pagenavi span.current {
	color: #fff;
	background: #75c336;
}

/* single */
.works-detail--header {
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: solid 1px #333;
}
.works-detail--header .works-title {
	font-size: 20px;
}
.works-categories {
	margin-left:-5px;
}
.works-categories li {
    color: #fff;
    font-size: 12px;
    background: #666;
    padding: 2px 5px;
    margin: 0 0 5px 5px;
    display: inline-block;
}

.works-detail--comment {
    margin-bottom: 30px;
}
.works-detail--comment h3 {
    font-size: 15px;
}
.works-detail--info {
    margin-bottom: 30px;
}
.works-detail--info table {
    width: 100%;
    border-top: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-collapse: collapse;
}
.works-detail--info table th {
	font-weight: normal;
	padding:20px;
    background: url(../images/square_s.png);
	text-align: left;
	width: 30%;
    border-left: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}
.works-detail--info table td {
	padding:20px;
    border-left: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}




/*----------------------------------

sp

----------------------------------*/
@media only screen and (max-width: 480px) {


	/*=============================================
		下層共通
	==============================================*/

	/*=============================================
		about
	==============================================*/
    .about-greeting .img {
        text-align: center;
        width: 100%;
        margin-bottom: 30px;
    }
    .about-greeting .info {
        width: 100%;
    }
	#about #id02 .table01 th , 
	#about #id02 .table01 td{
		width: 100%;
		display: block;
		box-sizing: border-box;
	}
	#about #id02 .table01 td{
		padding: 15px 15px 15px 30px;
	}
	#about #id02 .table01 td img{
		width: 100%;
		margin-bottom: 2%;
	}
	
	
	
	/*=============================================
		service
	==============================================*/
	#service #page-main-img {
		width: 100%;
		background: url(../images/page_service_main.jpg) center no-repeat;
		background-size: cover;
	}
	
	#service .service-list li {
		width: 100%;
		float: none;
		margin: 0 0 80px 0;
	}
	#service .service-list li .box img { width: 100%; }
	
	
	/*=============================================
		flow
	==============================================*/
	#flow .order-flow-list li {
		float: none;
		background: none;
		margin: 0 auto;
	}
	#flow .order-flow-list li:after {
		display:block;
		font-size: 16px;
		content: '▼';
		margin: 30px auto;
		color: #75c336;
	}
	#flow .order-flow-list li:last-child:after {
		content:"";
		margin:auto;
	}
	#flow .order-flow-list li .icon-area {
		line-height: initial;
		height: auto;
	}
	#flow #id01 .text02 span {
		display:block;
	}
	
	#flow .work-flow-list {
		margin-left: 0;
		width: 100%;
	}
	#flow .work-flow-list li {
		width: 100%;
		margin: 0 auto 50px;
	}
	
	
	/*=============================================
		voice
	==============================================*/
	
	#voice .manzoku{
		margin-bottom: 5%;
	}
	#voice .manzoku img{
		max-width: 100%;
	}
	#voice .voice-list li .fl,
	#voice .voice-list li .fr { width: 100%; }
	
	#voice .voice-list li .fuki-l,
	#voice .voice-list li .fuki-r {
		background: none; 
		width: 100%;
		height: auto;
		padding: 0;
		margin-bottom: 20px;
	}
	
	#voice .voice-list li img {
	   width: 100%;
	   margin-bottom: 20px;
	}
	
	
	/* add 20210123 c column */
	#voice .voice-list.vL-column-3 li {
		width: 48%;
		margin: 0 0 4% 4%;
	}
	#voice .voice-list.vL-column-3 li:nth-child(3n+1) {
		clear: none;
		margin: 0 0 4% 4%;
	}
	#voice .voice-list.vL-column-3 li:nth-child(2n+1) {
		clear: both;
		margin: 0 0 4% 0;
	}
	
	/*====================================================
	   staff
	======================================================*/
	#staff #page-main-img {
		width: 100%;
		height: 200px;
		background-size: 100%;
	}
	.staff-list {
		margin-bottom: 100px;
	}
	.staff-list li{
		width: 100%;
		margin: 0 0 35px;
		float: none;
	}
	#modal-wrap {
		width: 100%;
		height: auto;
	}
	#modal .staff-info{
		position: fixed;
		width: 100%;
		height: 100%;
		overflow-y: scroll;
	}
	#modal .staff-info .staff-img{
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
		border-right: none;
	}
	#modal .staff-info .staff-img img{
		width: 100%;
	}
	#modal .staff-info .staff-detail{
		width: 100%;
	}
	#close{
		top:0;
		background: url(../images/staff_pop_close.png) no-repeat #fff;
		border: 1px solid #ccc;
	}
	
	/*====================================================
	   concept
	======================================================*/
	
	#concept.top #contents.bg{
		padding-top: 0;
		background: none;
	}
	
	#concept .topNav ul li{
		border: #E8F2E1 solid 2px !important;
	}
	
	#concept #contents.bg{
		background: none;
		padding-top: 0;
	}
	
	#concept .topNav{
		width: 100%;
	}
	
	#concept .topNav ul li{
		width: 50%;
	}
	
	#concept .contents-box{
		width: 100%;
	}
	
	#concept_top .wrap p:after{
	   content: none;
	}
	
	#concept .contents-box .inner h4{
		font-size: 24px;
	}
	
	#concept .contents-box .inner h4 span{
		font-size: 24px;
	}
	
	#concept #activity02{
		margin-top: 20px;
	}
	
	#concept #activity02 h3{
		position: static !important;
		top: 0;
		width: auto;
		font-size: 30px;
	}
	
	#concept #activity03 .bgImg{
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	
	#concept #activity03 .wrap{
		width: 100%;
		float: none;
		padding: 0;
	}
	
	#concept #ethics03 h3{
		font-size: 18px;
	}
	
	#concept #ethics03 .txt{
		font-size: 16px;
	}
	
	#concept #ethics04 .txt{
		font-size: 16px;
	}
	

/*------------------------
post
--------------------------*/
	.post-in {
		display:block;
	}
	#post-contents {
		width: 100%;
		margin-bottom: 50px;
	}
	#post-sidebar {
		width: 100%;
		margin-left: 0;
	}
	#post-pager div {
		font-size: 12px;
		margin: 0 15px;
	}

}


/*------------------------
contact
--------------------------*/
#contact .cation{
	color: #f00;
}
#contact #contact-form{
	width: 100%;
	font-size: 15px;
}
#contact #contact-form th , 
#contact #contact-form td{
	padding-bottom: 25px;
}
#contact #contact-form th{
	width: 280px;
	text-align: right;
	padding-right: 40px;
	vertical-align: top;
}
#contact #contact-form td input , 
#contact #contact-form td textarea{
	background: #f3f3f3;
	border: none;
	font-size: 14px;
	padding: 12px;
	box-sizing: border-box;
}
#contact #contact-form td .inpt-size{
	width: 275px;
}
#contact #contact-form td textarea{
	width: 415px;
	height: 190px;
}
/*placeholder文字色*/
#contact #contact-form td input:placeholder-shown{
	color: #a3a3a3;
}
#contact #contact-form td input::-webkit-input-placeholder{
	color: #a3a3a3;
}

#contact #contact-form li{
	display: inline-block;
}

#btns{
    width: 90%;
    margin: 20px auto 0;
} 
#btns #btn-send{
	width: 48%;
	padding: 10px;
	font-size: 18px;
   -webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
	cursor: pointer;
}
#btn-top:hover , 
#btn-check:hover , 
#btns #btn-re:hover , 
#btns #btn-send:hover{
	opacity:0.7 !important;	
}
#btns #btn-re{
	margin-right: 10px;
	background: #676767;
}
#btns #btn-send{
	background: #0a8505;
	color: #fff;	
}
#btn-top a{
	display: block;
	color: #fff;
}


 /*    sp
======================================================*/

@media screen and (max-width: 768px){


	#contact #contact-form th , 
	#contact #contact-form td{
		width: 100%;
		display: block;
		padding-bottom: 10px;
	}
	#contact #contact-form th{
		text-align: left;
	}
	#contact #contact-form td .inpt-size{
		width: 70%;
	}
	#contact #contact-form td textarea{
		width: 100%;
		height: 100px;
	}
	#btn-check , 
	.btn-top{
		width: 100%;
	}
}

