.pcHide {
	display:none;
}
@media screen and (max-width:767px){
.pcHide {
	display:block;
}
}

.smpHide {
	display:block;
}
@media screen and (max-width:767px){
.smpHide {
	display:none;
}
}

.pcBr {
	display:block;
}
@media screen and (max-width:767px){
.pcBr {
	display:inline;
}
}

.smpBr {
	display:inline;
}
@media screen and (max-width:767px){
.smpBr {
	display:block;
}
}


/* 共通 -----------------------------------------------------------------------*/
html, body {
	width:100%;
	height:100%;
	margin:0;
    padding:0;
    text-align:center;
    position:relative;
	min-width:1000px;
}
body {
	margin:0;
	padding:0;
	border:0;
	font-size:15px;
	line-height:1.5;
	color:#222222;
	text-align: center;
	position:relative;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position:relative;
}
@media screen and (max-width:767px){
html, body {
	min-width:100%;
}
body {
	-webkit-text-size-adjust: 100%;
}
}

table,tr,td {
	font-size:100%;
	line-height:1.5;
	vertical-align:top;
}

a {
	color:#0745D6;
}
a:hover {
	text-decoration: none;
}
img {
	border:0;
	vertical-align:top;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}

.clearfix:after {
	clear: both;
	display: block;
	content: "";
}
input[type=text],
input[type=email],
select,
textarea {
	vertical-align:middle;
	font-size:16px;
	padding:3px;
	box-sizing:border-box;
}

.wrapper1 {
	width:1000px;
	position:relative;
	margin:0 auto;
	text-align:left;
}
@media screen and (max-width: 767px){
.wrapper1 {
	position:relative;
	width:100%;
	margin:0 auto;
}
}

.wrap1 {
	padding:20px 0 50px 0;
}
.wrap2 {
	width:1000px;
	position:relative;
	margin:0 auto;
	padding:30px 0 0 0;
}
@media screen and (max-width: 767px){
.wrap2 {
	width:92%;
	padding:30px 0 0 0;
}
}

.alignCnt {
	text-align:center;
}


.w400 {
	width:400px;
}
.w100p {
	width:100%;
}
@media screen and (max-width: 767px){
.w400 {
	width:100%;
	max-width:400px;
}
}


.ttl1 {
	font-size:1.5em;
	line-height:1em;
	font-weight: bold;
	margin:0 0 30px 0;
	text-align:center;
	position:relative;
	padding:15px;
	color:#7fc800;
	border:3px solid #7fc800;
}

.tbl1 {
	width:100%;
	border-collapse:collapse;
	margin:0 auto 50px auto;
	text-align:left;
	border-top:1px solid #333;
}
.tbl1 th {
	border-bottom:1px solid #3389b4;
	padding: 15px 10px 15px 35px;
	white-space:nowrap;
	position:relative;
	vertical-align:middle;
	font-weight:normal;
	color:#3389b4;
}
.tbl1 th:after {
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	top: 50%;
	left: 10px;
	font-size:120%;
	margin-top:-0.6em;
	color:#3389b4;
}
.tbl1 td {
	border-bottom:1px solid #CCCCCC;
	padding: 15px 10px;
}
@media screen and (max-width: 767px){
.tbl1 {
	width:100%;
	list-style-type:none;
}
.tbl1 tr {
	display:block;
	margin-bottom:1em;
}
.tbl1 th {
	padding: 10px 10px 10px 35px;
	display:list-item;
}
.tbl1 td {
	display:list-item;
	border:0;
}
}


.tbl2 {
	width:100%;
	max-width:800px;
	border-collapse:separate;
	border-spacing: 0px 2px;
	margin:0 auto 60px auto;
	text-align:left;
}
@media screen and (max-width: 767px){
.tbl2 {
	width:100%;
	list-style-type:none;
}
}
.tbl2 th {
	padding: 10px 15px;
	white-space: nowrap;
	position: relative;
	vertical-align: middle;
	background-color: #EBEBEB;
	font-weight:normal;
}
@media screen and (max-width: 767px){
.tbl2 th {
	padding: 10px 15px;
	display:list-item;
}
}
.tbl2 th:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #EBEBEB;
	border-width: 10px;
	margin-top: -10px;
}
@media screen and (max-width: 767px){
.tbl2 th:after {
	content: "";
	border:0;
}
}
.tbl2 td {
	padding: 10px 15px 10px 30px;
	background-color:#F5F5F5;
}
@media screen and (max-width: 767px){
.tbl2 td {
	display:list-item;
}
}


.tbl3 {
	width:100%;
	border-collapse:collapse;
	margin:10px auto 50px auto;
	text-align:left;
	border-top:1px solid #e1e1df;
}
.tbl3 tr {
	border-bottom:1px solid #e1e1df;
}
.tbl3 th {
	border-color:#333333;
	padding: 10px;
	position:relative;
	vertical-align:middle;
	box-sizign:border-box;
	font-weight:normal;
}
.tbl3.ver2 th {
	width:20%;
}
.tbl3 td {
	padding: 10px;
	position:relative;
}
@media screen and (max-width: 767px){
.tbl3 {
	width:100%;
	list-style-type:none;
}
.tbl3 tr {
	display:block;
	padding:8px 0;
}
.tbl3 th {
	padding: 10px 10px 0 10px;
	display:list-item;
}
.tbl3.ver2 th {
	width:auto;
	padding: 5px 10px 5px 10px;
	border-left:5px solid #CCC;
}
.tbl3 td {
	display:list-item;
	padding: 0 10px 10px 30px;
}
}



.ul1{
	margin:10px auto 10px auto;
	padding:0 0 0 3em;
	text-align:left;
	list-style-type:none;
}
.ul1 li{
	padding:0;
	margin:0;
	position:relative;
}
.ul1 li:before{
	font-family: 'FontAwesome';
	content: "\f138";
	position: absolute;
	top: 0;
	left:-1.5em;
	color:#CCCCCC;
	font-size:1em;
}
@media screen and (max-width: 767px){
.ul1{
	margin-right:1em;
	padding:0 0 0 3em;
	margin:0;
}
}

.ol1{
	margin:10px auto 10px auto;
	padding:0 0 0 3em;
	text-align:left;
}
.ol1 li{
	margin:0 0 10px;
}

.mgnTop10 {margin-top:10px;}
.mgnTop20 {margin-top:20px;}
.mgnTop30 {margin-top:30px;}

label {
	display:inline-block !important;
}

.btn1 {
	width: 150px;
	margin: 0 3px;
	position: relative;
	background-color: #fe9c02;
	color: #FFF;
	border: 0;
	padding: 15px 15px 15px 40px;
	box-sizing: border-box;
	border-radius: 5px;
	box-shadow: 0 3px 0 #B56F00;
	text-decoration: none;
	font-size: 1.3em;
	text-align: center;
	display: inline-block;
	font-weight: bold;
	-webkit-box-shadow: 0 3px 0 #B56F00;
	cursor:pointer;
}
.btn1:after {
	font-family: 'FontAwesome';
	content: "\f00c";
	position: absolute;
	top: 10px;
	left:15px;
	color:#FFFFFF;
	font-size:1.5em;
	font-weight:normal;
}
@media screen and (max-width: 767px){
.btn1 {
	width: 100%;
}
}

.btn2 {
	width: 150px;
	margin: 0 3px;
	position: relative;
	background-color: #8A8A8A;
	color: #FFF;
	border: 0;
	padding: 15px 15px 15px 40px;
	box-sizing: border-box;
	border-radius: 5px;
	box-shadow: 0 3px 0 #616161;
	text-decoration: none;
	font-size: 1.3em;
	text-align: center;
	display: inline-block;
	font-weight: bold;
	-webkit-box-shadow: 0 3px 0 #616161;
	cursor: pointer;
}
.btn2:after {
	font-family: 'FontAwesome';
	content: "\f00d";
	position: absolute;
	top: 10px;
	left:15px;
	color:#FFFFFF;
	font-size:1.5em;
	font-weight:normal;
}
@media screen and (max-width: 767px){
.btn2 {
	width: 100%;
}
}



.f1 {
	font-size:1.5em;
	font-weight:bold;
	color:#fe9c02;
}


.navi {
	width:100%;
	background-color:#7fc800;
	padding:15px 0;
}
.navi .inner {
	max-width:1000px;
	padding:0;
	margin:0 auto;
	list-style-type:none;
	display:flex;
	justify-content: space-between;
}
.navi a {
	width:24%;
	background-color: #FFF;
	box-sizing: border-box;
	border-bottom: 3px solid #40bca1;
	padding: 10px 30px 10px 50px;
	text-decoration: none;
	background-image: url(../img/idx_gyousei.png);
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: left 10px center;
	position: relative;
	display:flex;
	align-items:center;
}
.navi a:after {
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	top: 25%;
	right:10px;
	color:#40bca1;
	font-size:1.5em;
	font-weight:normal;
}
.navi a:nth-child(2) {
	border-bottom: 3px solid #54b4e7;
	background-image: url(../img/idx_kensyu.png);
}
.navi a:nth-child(2):after {
	color:#54b4e7;
}
.navi a:nth-child(3) {
	border-bottom: 3px solid #f78cb5;
	background-image: url(../img/idx_katsudo.png);
}
.navi a:nth-child(3):after {
	color:#f78cb5;
}
.navi a:nth-child(4) {
	border-bottom: 3px solid #ca9be2;
	background-image: url(../img/idx_houjin.png);
}
.navi a:nth-child(4):after {
	color:#ca9be2;
}

@media screen and (max-width: 767px){
.navi {
	display:none;
}
}


/* ヘッダー -----------------------------------------------------------------------*/

#hd {
	border-bottom:5px solid #e7e7e7;
	position:relative;
	min-width:1000px;
}
#hd .hdLine {
	background-color:#7fc800;
	color:#FFF;
	line-height:30px;
	font-size:0.9em;
	text-align:left;
	padding:0 10px;
}

#hd .logo {
	width:350px;
	height:110px;
	float:left;
	position:relative;
}
#hd .logo a {
	display:block;
	position:absolute;
	background-image:url(../img/hd_logo.png);
	background-repeat:no-repeat;
	width:340px;
	height:60px;
	line-height:60px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	top:20px;
	left:10px;
}
#hd .fSize {
	width:130px;
	height:110px;
	float:left;
	position:relative;
	margin:0 0 0 80px;
	padding:20px 0 0 0;
	box-sizing:border-box;
	cursor:pointer;
}
#hd .fSize img {
	margin:0 0 5px;
}
#hd .info {
	width:440px;
	height:110px;
	float:right;
	position:relative;
}
#hd .info .tel {
	display:block;
	position:absolute;
	background-image:url(../img/ht_tel.png);
	background-repeat:no-repeat;
	width:290px;
	height:58px;
	line-height:58px;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	top:30px;
	right:130px;
}
#hd .info .mail {
	display: block;
	position: absolute;
	background-image: url(../img/ht_mail.png);
	background-repeat: no-repeat;
	width: 119px;
	height: 119px;
	line-height: 119px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	top:-20px;
	right:0;
}

@media screen and (max-width: 767px){
#hd {
	height:60px;
	min-width:100%;
	border-top:5px solid #7fc800;
}
#hd .hdLine {
	display:none;
}
#hd .logo {
	width:220px;
	height:60px;
}
#hd .logo a {
	background-size:100%;
	width:200px;
	height:40px;
	line-height:40px;
	top:10px;
}
#hd .fSize {
	display:none;
}
#hd .info {
	display:none;
}

}

.hdMenu {
	list-style-type:none;
	padding:0;
	margin:0;
	width:75%;
	height:150px;
	float:left;
	display:none;
}
.hdMenu li {
	border-left:1px solid #e1e1e1;
	position:relative;
	float:left;
	width:calc(100% / 4);
	box-sizing:border-box;
	display:table-cell;
	height:150px;
}
.hdMenu li a {
	display:block;
	color:#333333;
	text-decoration:none;
	width:100%;
	position:absolute;
	bottom:0;
	padding:8px 0 8px 15px;
	text-align:left;
	box-sizing:border-box;
}
.hdMenu li a span {
	display:block;
	color:#3389b4;
	font-size:0.9em;
	line-height:1;
}
.hdMenu li a:hover {
	background-color: #F7F7F7;
}


.hdMenu .close {
	display:none;
	cursor:pointer;
}
@media screen and (max-width: 767px){
.hdMenu {
	display:none;
	position:absolute;
	width:100%;
	z-index:10;
	background-color:#FFFFFF;
	top:60px;
	height:auto;
	border-top:1px solid #e1e1df;
}
.hdMenu li {
	float:none;
	width:100%;
	height:auto;
	display:block;
	border-bottom:1px solid #e1e1df;
}
.hdMenu li a {
	width:100%;
	position:relative;
}
.hdMenu li a:after {
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	top: 50%;
	right: 12px;
	margin-top:-0.8em;
	color:#fe9c02;
}
.hdMenu li.tel a {
	width:100%;
	position:relative;
	background-color:#fe9c02;
	color:#FFF;
}
.hdMenu li.tel a:after {
	content: "\f095";
	color:#FFF;
}


.hdMenu li a span {
	font-size:0.8em;
}
.hdMenu .close {
	display:block;
	background-color:#e1e1df;
	padding:5px;
	font-size:0.9em;
	text-align:center;
}
}

.hdTglBtn {
	display:none;
	cursor:pointer;
}
@media screen and (max-width: 767px){
.hdTglBtn {
	width:50px;
	height:50px;
	display:block;
	text-align:center;
	position:absolute;
	font-size:1.5em;
	line-height:2em;
	top:5px;
	right:5px;
}
.hdTglBtn:before {
	content: "menu";
	position: absolute;
	top: 15px;
	right:8px;
	font-size:12px;
	color:#fe9c02;
}
.hdTglBtn:after {
	font-family: 'FontAwesome';
	content: "\f0c9";
	position: absolute;
	top: 50%;
	right: 12px;
	font-size:30px;
	margin-top:-1em;
	color:#fe9c02;
}

}


/* ボディ -----------------------------------------------------------------------*/

#bd {
	min-width:1000px;
	margin:0 auto;
}
@media screen and (max-width: 767px){
#bd {
	padding-top:0;
	min-width:100%;
}
}



/* フッター -----------------------------------------------------------------------*/
footer {
	position:relative;
	padding:50px 0 0 0;
}

.ftMenu {
	padding:0;
	margin:0 auto 50px auto;
	list-style-type:none;
	width:1000px;
	text-align:right;
	line-height:30px;
}
.ftMenu li {
	display:inline-block;
	margin:0 0 0 10px;
	padding:0 0 0 1em;
	position:relative;
}
.ftMenu li:before {
	font-family: 'FontAwesome';
	content: "\f0da";
	position: absolute;
	top: 0;
	left: 0;
	font-size:15px;
	color:#7fc800;
}
@media screen and (max-width: 767px){
.ftMenu {
	width:100%;
	text-align:center;
	font-size:0.9em;
}
}

.copyright {
	text-align: center;
	font-size: 0.8em;
	padding: 20px 0 30px 0;
	background-color:#7fc800;
	color:#FFFFFF;
}
@media screen and (max-width: 767px){
.copyright {
	padding: 20px 2% 30px 2%;
	font-size:0.8em;
	line-height:1.3;
}
}

#page-top {
    position: absolute;
	bottom:0;
    right: 0;
    font-size: 0.8em;
	display:none;
	z-index:100;
	width:100%;
}
#page-top a {
    background-color: #e4f0b9;
    text-decoration: none;
    color: #7fc800;
    width: 100%;
	height:50px;
	line-height:50px;
    padding: 0;
    text-align: center;
    display: block;
	vertical-align:middle;
}
#page-top a:hover {
    background-color: #CCCCCC;
}




/* トップページ -----------------------------------------------------------------------*/
#idx {
	overflow:hidden;
}

#slide {
    overflow:hidden;
	position:relative;
	margin:0 auto 30px auto;
	background-color:#7fc800;
}
#slide .txt {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-width:80%;
	z-index:100;
}
#slide .bx-wrapper {
	position: relative !important;
	height:400px;
	max-height:400px;
	/*max-width:2000px !important;*/
    margin: 0 auto !important;
}
#slide .bx-viewport {
    margin: 0 auto !important;
	/*max-width:2000px !important;*/
	border:0;
	left:0;
	right:0;
	max-height:400px;
}
#slide .slider {
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
#slide .slider li {
	margin: 0;
	padding: 0;
}

#slide .slide1 {
	width:100%;
	height:400px;
	background-image:url(../img/slide1.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
#slide .slide2 {
	width:100%;
	height:400px;
	background-image:url(../img/slide2.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}


#slide .bx-wrapper .bx-pager,
#slide .bx-wrapper .bx-controls-auto {
	bottom: 0;
}
#slide .bx-wrapper .bx-pager.bx-default-pager a {
	background: #FFFFFF;
}
#slide .bx-wrapper .bx-pager.bx-default-pager a:hover,
#slide .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #00A8C3;
}
#slide .bx-wrapper .bx-prev {
	left: 50%;
	margin-left:-500px;
	background-image: none;
	background-color:#FFFFFF;
	width:50px;
	height:50px;
}
#slide .bx-wrapper .bx-prev:after {
	font-family: 'FontAwesome';
	content: "\f104";
	position: absolute;
	top: 50%;
	left:50%;
	margin-top:-0.25em;
	margin-left:-0.2em;
	color:#333333;
	font-size:3em;
	text-indent:0;
}
#slide .bx-wrapper .bx-next {
	right: 50%;
	margin-right: -500px;
	background-image: none;
	background-color:#FFFFFF;
	width:50px;
	height:50px;
}
#slide .bx-wrapper .bx-next:after {
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	top: 50%;
	right:50%;
	margin-top:-0.25em;
	margin-right:-0.2em;
	color:#333333;
	font-size:3em;
	text-indent:0;
}
#slide .bx-wrapper .bx-prev:hover {
	background-position:0;
	opacity:1;
}
#slide .bx-wrapper .bx-next:hover {
	background-position: 0;
	opacity:1;
}
#slide .bx-wrapper .bx-controls-direction a {
	opacity:0.7;
	top:45%;
}
@media screen and (max-width: 767px){
#slide {
	margin:0 auto;
}
#slide .bx-wrapper {
	height:300px;
	max-height:300px;
}
#slide .bx-viewport {
	max-height:300px;
}
#slide .slide1 {
	height:300px;
}
#slide .slide2 {
	height:300px;
}
}







.idxMenu {
	margin:0 auto 50px auto;
	padding:0;
	list-style-type:none;
	width:100%;
	max-width:1000px;
	display:flex;
	justify-content:space-between;
}
.idxMenu li {
	width:23%;
	margin:0;
	border:1px solid #CCC;
	border-radius:5px;
}
.idxMenu li img {
	max-width:100%;
	height:auto;
}
.idxMenu li a {
	text-decoration:none;
	color:#000;
	display:block;
	padding-top:15px;
}
.idxMenu li a:hover {
	opacity:0.6;
}
.idxMenu li.gyousei {
	border-bottom:7px solid #42bba0;
	box-shadow:rgba(0, 0, 0, 0.1) 0 4px;
}
.idxMenu li.gyousei h2 {
	margin:10px 0 20px 0;
}

.idxMenu li.kensyu {
	border-bottom:7px solid #55b3e6;
	box-shadow:rgba(0, 0, 0, 0.1) 0 4px;
}
.idxMenu li.kensyu h2 {
	margin:10px 0 20px 0;
}
.idxMenu li.katsudo {
	border-bottom:7px solid #f78bb4;
	box-shadow:rgba(0, 0, 0, 0.1) 0 4px;
}
.idxMenu li.katsudo h2 {
	display:flex;
	justify-content: center;
	align-items: center;
	height:65px;
	margin:10px 0 20px 0;
}
.idxMenu li.houjin {
	border-bottom:7px solid #ca9be2;
	box-shadow:rgba(0, 0, 0, 0.1) 0 4px;
}
.idxMenu li.houjin h2 {
	margin:10px 0 20px 0;
}
@media screen and (max-width: 767px){
.idxMenu {
	flex-wrap:wrap;
	margin-top:2em;
	width:96%;
}
.idxMenu li {
	width:49%;
	margin-bottom:2%;
}
}
@media screen and (max-width: 500px){
.idxMenu {
	flex-wrap:wrap;
}
.idxMenu li {
	width:100%;
}
.idxMenu li a {
	display:flex;
	justify-content: center;
	align-items: center;
	position:relative;
}
.idxMenu li a:after {
	font-family: 'FontAwesome';
	content: "\f054";
	position: absolute;
	top: 45%;
	right:10px;
	color:#CCC;
}
.idxMenu li a span {
	width:90px;
}
.idxMenu li a span img {
	width:70px;
}
.idxMenu li h2 {
	width:calc(100% - 100px);
	padding-right:30px;
}
}




.news {
	margin:0 auto 50px auto;
	padding:0;
	list-style-type:none;
	width:1000px;
	text-align:left;
}
.news .idxSchedule {
	border:1px solid #7fc800;
	border-radius:3px;
	float:left;
	width:100%;
	box-sizing:border-box;
	position:relative;
	padding:30px 15px 15px 15px;
background: rgb(255,255,255);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(242,252,224,1) 100%);
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,252,224,1) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(242,252,224,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2fce0',GradientType=0 );
}
.news .idxSchedule h2 {
	color:#7fc800;
	position:absolute;
	font-weight:normal;
	padding:0 15px 0 65px;
	margin:0;
	background-color:#FFF;
	display:inline-block;
	top:-15px;
}
.news .idxSchedule h2:before {
	font-family: 'FontAwesome';
	content: "\f073";
	position: absolute;
	top: 50%;
	left:10px;
	margin-top:-0.8em;
	font-size:25px;
	line-height:40px;
	color:#FFF;
	width:40px;
	height:40px;
	background-color:#7fc800;
	border-radius:3px;
	text-align:center;
}
.news .idxInfo {
	border:1px solid #7fc800;
	border-radius:3px;
	float:left;
	width:100%;
	margin:40px 0 0 0;
	box-sizing:border-box;
	position:relative;
	padding:30px 15px 15px 15px;
background: rgb(255,255,255);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(242,252,224,1) 100%);
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(242,252,224,1) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(242,252,224,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2fce0',GradientType=0 );
}
.news .idxInfo h2 {
	color:#7fc800;
	position:absolute;
	font-weight:normal;
	padding:0 15px 0 65px;
	margin:0;
	background-color:#FFF;
	display:inline-block;
	top:-15px;
}
.news .idxInfo h2:before {
	font-family: 'FontAwesome';
	content: "\f09e";
	position: absolute;
	top: 50%;
	left:10px;
	margin-top:-0.8em;
	font-size:25px;
	line-height:40px;
	color:#FFF;
	width:40px;
	height:40px;
	background-color:#7fc800;
	border-radius:3px;
	text-align:center;
}
.news .idxInfo .inner,
.news .idxSchedule .inner {
	max-height:200px;
	overflow-y:auto;
}
@media screen and (max-width: 767px){
.news {
	width:92%;
}
.news .idxSchedule {
	float:none;
	width:100%;
	padding:30px 15px 15px 15px;
	margin:0 0 30px;
}
.news .idxSchedule h2 {
	padding:0 15px 0 45px;
	font-size:1.2em;
}
.news .idxSchedule h2:before {
	font-size:20px;
	line-height:30px;
	width:30px;
	height:30px;
}

.news .idxInfo {
	float:none;
	width:100%;
	padding:30px 15px 15px 15px;
	margin:0;
}
.news .idxInfo h2 {
	padding:0 15px 0 45px;
	font-size:1.2em;
}
.news .idxInfo h2:before {
	font-size:20px;
	line-height:30px;
	width:30px;
	height:30px;
}
.news .idxInfo .inner,
.news .idxSchedule .inner {
	max-height:200px;
	overflow-y:auto;
}

}

/* 一覧 */
#newsList {
	zoom:1;
	margin:0 auto;
}
#newsList .date {
	clear:left;
	float:left;
	width:105px;
	zoom:1;
	padding:3px;
	box-sizing:border-box;
}
#newsList .txt {
	margin-left:110px;
	zoom:1;
	padding:3px;
	box-sizing:border-box;
}
@media screen and (max-width: 767px){
#newsList .date {
	float:none;
	width:100%;
}
#newsList .txt {
	margin-left:0;
}
}
/* 詳細 */
#newsDetail {
	padding:15px;
	line-height:150%;
	font-size:14px;
}
#newsDetail .date {
	margin-bottom:0;
}
#newsDetail .ttl {
	padding:5px;
	margin-bottom:10px;
	font-size:140%;
	font-weight:bold;
	border-bottom:3px solid;
	border-bottom-color:#CCC;
}
#newsDetail .txt {
	padding:10px;
}
#newsDetail .img {
	padding:10px;
}
#newsDetail .img img {
	margin-right:10px;
	margin-bottom:10px;
	max-width:100%;
}
#newsDetail .pdf {
	margin-bottom:15px;
}
#newsDetail .link {
	margin-bottom:30px;
}







.mission {
	font-size:1.5em;
	line-height:1.5;
	font-weight: normal;
	position: relative;
	padding:10px 0;
	margin:0 0 30px;
}
.mission p {
	display:inline-block;
	background-color:#FFFFFF;
	padding:0 30px 0 180px;
	margin:0 auto;
	z-index:10;
	position:relative;
	text-align:left;
}
.mission p img {
	position:absolute;
	top:-50%;
	left:30px;
}
.mission:before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	border-bottom: 15px solid #FCE1A8;
	margin-top: 0.5em;
	z-index: -1;
}
@media screen and (max-width: 767px){
.mission {
	font-size:1.2em;
	padding:0;
	margin:0 auto 30px auto;
	width:100%;
}
.mission p {
	background-color:transparent;
	padding:0 15px;
	margin:0 auto;
	text-align:center;
}
.mission p img {
	position:relative;
	top:0;
	left:0;
	display:block;
	margin:0 auto 10px auto;
}
.mission:before {
	margin-top: 50px;
}
}




.idxCom {
	margin:0 auto 70px auto;
	padding:0;
	width:1000px;
	text-align:left;
	display:table;
}
.idxCom .lft {
	display:table-cell;
	width:70%;
	background-image:url(../img/idx_bg1.gif);
	padding:20px;
	vertical-align:top;
	box-sizing:border-box;
}
.idxCom .rgt {
	display:table-cell;
	width:30%;
	background-image:url(../img/idx_bg2.gif);
	padding:20px;
	vertical-align:top;
	color:#FFF;
	box-sizing:border-box;
}
.idxCom .photo {
	float:left;
	width:180px;
	text-align:center;
}
.idxCom .cont {
	float:left;
	width:440px;
	margin:0 0 0 30px;
}
.idxCom .cont h2 {
	color:#fe9c02;
	font-size:1.4em;
}
.idxCom .cont dl {
}
.idxCom .cont dt {
	float:left;
	width:4em;
}
.idxCom .cont dd {
	margin:0 0 0 5.5em;
}
.idxCom .shikaku {
	padding:0 0 20px 0;
	margin:0 0 20px;
}
.idxCom .rgt h2 {
	font-size:1.3em;
	position:relative;
	padding:0 0 0 30px;
	margin:0 0 10px;
}
.idxCom .rgt h2:before {
	font-family: 'FontAwesome';
	content: "\f046";
	position: absolute;
	top: 50%;
	left:0;
	margin-top:-1em;
	font-size:20px;
	line-height:40px;
	color:#FFF;
	font-weight:normal;
}
.idxCom .shikaku ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.idxCom .shikaku ul li {
	position:relative;
	padding:0 0 0 20px;
}
.idxCom .shikaku ul li:after {
	font-family: 'FontAwesome';
	content: "\f0c8";
	position: absolute;
	top: 0.9em;
	left:0;
	margin-top:-0.8em;
	font-size:10px;
}

.idxJisseki {
	padding:0;
	margin:0;
	list-style-type:none;
}
.idxJisseki li {
	position:relative;
	padding:0 0 0 20px;
}
.idxJisseki li:after {
	font-family: 'FontAwesome';
	content: "\f0c8";
	position: absolute;
	top: 0.9em;
	left:0;
	margin-top:-0.8em;
	font-size:10px;
}


@media screen and (max-width: 767px){
.idxCom {
	width:100%;
	display:block;
}
.idxCom .lft {
	display:block;
	width:auto;
	padding:20px 15px;
	box-sizing:border-box;
}
.idxCom .rgt {
	display:block;
	width:auto;
}
.idxCom .photo {
	float:none;
	width:180px;
	display:block;
	margin:0 auto 10px auto;
}
.idxCom .cont {
	float:none;
	width:auto;
	display:block;
	margin:0;
}

}




.oBox {
	margin:0 auto 50px auto;
	padding:0;
	width:1000px;
	text-align:left;
}
.idxVoice {
	float:left;
	width:48%;
	border-top:5px solid #bde9df;
	position: relative;
}
.idxVoice:before {
	font-family: 'FontAwesome';
	content: "\f0c0";
	position: absolute;
	top: -30px;
	left:50%;
	margin-left:-30px;
	font-size:30px;
	line-height:50px;
	color:#FFF;
	width:50px;
	height:50px;
	background-color:#42bba0;
	border-radius:50%;
	text-align:center;
	border:5px solid #FFF;
}
.idxVoice h2 {
	text-align:center;
	font-weight:normal;
	padding:40px 0 15px;
}
.idxVoice ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.idxVoice ul li {
	background-color:#f0fefb;
	padding:15px;
	margin:0 0 10px;
}
.idxVoice ul li:nth-child(even) {
	background-color: #e1f6f1;
}
.idxVoice ul li .info {
	text-align:right;
}

.idxQa {
	float:left;
	width:48%;
	margin:0 0 0 4%;
	border-top:5px solid #e4f0b9;
	position:relative;
}
.idxQa:before {
	font-family: 'FontAwesome';
	content: "\f086";
	position: absolute;
	top: -30px;
	left:50%;
	margin-left:-30px;
	font-size:30px;
	line-height:50px;
	color:#FFF;
	width:50px;
	height:50px;
	background-color:#7fc800;
	border-radius:50%;
	text-align:center;
	border:5px solid #FFF;
}
.idxQa h2 {
	text-align:center;
	font-weight:normal;
	padding:40px 0 15px;
}
.idxQa dl {
	padding:0;
	margin:0;
}
.idxQa dl dt {
	padding:0;
	margin:0;
}
.idxQa dl dt {
	padding: 0 0 8px 40px;
	color: #004128;
	position:relative;
}
.idxQa dl dt:before {
	content: "Q.";
	position: absolute;
	top: 0;
	left:0;
	color:#7fc800;
	font-size:1.5em;
	font-weight:bold;
}
.idxQa dl dd {
	padding: 0 0 20px 40px;
	margin:0 0 20px;
	line-height: 150%;
	position:relative;
	border-bottom:1px dotted #7fc800;
}
.idxQa dl dd:before {
	content: "A.";
	position: absolute;
	top: 0;
	left:0;
	color:#fe9c02;
	font-size:2em;
	font-weight:bold;
}
@media screen and (max-width: 767px){
.oBox {
	width:100%;
}
.idxVoice {
	float:none;
	width:100%;
	margin:0 0 50px 0;
}
.idxVoice ul {
	margin:0 4%;
}

.idxQa {
	float:none;
	width:100%;
	margin:0;
}
.idxQa dl {
	margin:0 4%;
}

}






.idxContact {
	width:890px;
	margin:80px auto 20px auto;
	background-image:url(../img/idx_contact_bg.jpg);
	background-position:top center;
	padding:40px 20px 20px 20px;
	color:#FFF;
	position:relative;
	box-sizing:border-box;
	clear:both;
}
.idxContact h2 {
	position:absolute;
	color:#fe9c02;
	top:-15px;
	left:50%;
	margin-left:-3em;
}
.idxContact h3 {
	font-size:2em;
	line-height:1.5;
	margin:0 0 10px;
}
.idxContact h3 span {
	font-size:0.5em;
	font-weight:normal;
	margin:0 0 0 15px;
}
.idxContact ul {
	padding:0;
	margin:0 0 30px;
	list-style-type:none;
}
.idxContact ul li {
	display:inline-block;
	vertical-align:top;
	margin:0 8px;
}
.idxContact ul li.tel {
	font-size:2.5em;
	line-height:1;
	font-weight:bold;
	position:relative;
}
.idxContact ul li.tel:before {
	font-family: 'FontAwesome';
	content: "\f095";
	position: absolute;
	top: 0;
	left:-35px;
	font-size:35px;
	color:#FFF;
}
.idxContact ul li.tel span {
	font-size:0.4em;
	font-weight:normal;
	display:block;
	position:absolute;
	right:0;
}
.idxContact ul li.fax {
	padding-top:10px;
	font-size:1.2em;
}
.idxContact ul li.mail a {
	display:block;
	background-color:#FFF;
	padding:5px 10px 5px 40px;
	border-radius:5px;
	box-shadow: 0px 3px #CCC;
	text-decoration:none;
	color:#fe9c02;
	font-weight:bold;
	position:relative;
	font-size:1.2em;
}
.idxContact ul li.mail a:before {
	font-family: 'FontAwesome';
	content: "\f0e0";
	position: absolute;
	top: 0;
	left:10px;
	color:#fe9c02;
	font-size:1.2em;
}


@media screen and (max-width: 767px){
.idxContact {
	width:100%;
	padding:50px 15px 10px 15px;
	text-align:center;
}
.idxContact h3 {
	font-size:1.6em;
}
.idxContact h3 span {
	font-size:0.8em;
	display:block;
	margin:0;
}
.idxContact ul li {
}
.idxContact ul li.tel {
	font-size:2em;
}
.idxContact ul li.tel a {
	color:#FFF;
}
.idxContact ul li.tel:before {
	left:-1em;
	font-size:1em;
}
.idxContact ul li.tel span {
	font-size:0.6em;
	font-weight:normal;
	display:block;
	position:relative;
	right:0;
	margin:0 0 10px;
}

}


/* 会社情報 -----------------------------------------------------------------------*/
.comLft {
	width: 250px;
	float:right;
	position:absolute;
	top:0;
	left:50%;
	margin-left:250px;
	box-sizing:border-box;
}
.comRgt {
	width: 75%;
	float:left;
	max-width:730px;
	box-sizing:border-box;
	padding:30px 40px 50px 0;
	margin:0 25% 0 0;
	text-align:left;
}
@media screen and (max-width: 1000px){
.comLft {
	left:500px;
}
}
@media screen and (max-width: 767px){
.comLft {
	width: 100%;
	float:none;
	position:relative;
	min-width:100%;
	margin:0;
	left:0;
}
.comRgt {
	width: 92%;
	float:none;
	max-width:auto;
	border-left:0;
	padding:0;
	margin:0 auto;
}
}

.comLft .ttl {
	width:100%;
	height:80px;
	background-color: #7fc800;
	display:flex;
	justify-content: center;
	align-items:center;
	text-align: center;
	color:#FFF;
	font-weight:bold;
	position:relative;
	font-size:1.2em;
	border-radius:0 0 5px 5px;
}

.comLft .menu {
	list-style-type:none;
	padding:0;
	margin:0;
}
.comLft .menu li {
	border-bottom:1px dotted #7fc800;
	box-sizing:border-box;
}
.comLft .menu li a {
	padding:15px 30px 15px 15px;
	display:block;
	text-decoration:none;
	color:#333;
	position:relative;
}
.comLft .menu li a:after {
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	top: 50%;
	right:10px;
	margin-top:-0.8em;
	color:#fe9c02;
}
.comLft .menu li a:hover {
	background-color: #F4FFE1;
}



.comTbl {
	width:100%;
	max-width:800px;
	border-collapse:collapse;
	margin:0 auto 60px auto;
	text-align:left;
}
.comTbl th {
	border:1px solid #dddddd;
	padding: 10px 10px;
	white-space:nowrap;
	position:relative;
	font-weight:normal;
	vertical-align:top;
}
.comTbl th.top {
	border-top:5px solid #888888;
}
.comTbl td {
	border:1px solid #dddddd;
	padding: 10px 10px;
}
.comTbl td.top {
	border-top:5px solid #dddddd;
}
@media screen and (max-width: 767px){
.comTbl {
	width:100%;
	list-style-type:none;
	margin:0 auto;
}
.comTbl tr {
	display:block;
	margin-bottom:1em;
}
.comTbl th {
	padding: 10px 10px;
	display:list-item;
	border-top:5px solid #dddddd;
}
.comTbl td {
	display:list-item;
	border:0;
}
.comTbl td.top {
	border:0;
}
}

.enkaku{
	margin:0 auto;
	text-align:left;
}
.enkaku dt {
	padding:8px 5px 0 5px;
}
.enkaku dd {
	border-bottom:1px dotted #CCCCCC;
	padding:0 5px 8px 30px;
	margin:0;
}
.enkaku dd:last-child {
	border-bottom:0;
}

.comBox1 {
	padding:0;
	margin:0 0 15px 0;
	list-style-type:none;
	display:table;
}
.comBox1 li {
	display:table-cell;
	vertical-align:middle;
}
.comBox1 li:nth-child(2) {
	padding:15px 15px 15px 30px;
}
@media screen and (max-width: 767px){
.comBox1 {
	padding:0;
	margin:0 0 10px;
	list-style-type:none;
	display:block;
	text-align:center;
}
.comBox1 li {
	display:inline-block;
	text-align:left;
}
.comBox1 li:nth-child(1) {
	text-align:center;
	margin:0 auto;
	width:181px;
}
.comBox1 li:nth-child(2) {
	padding:10px;
}
}



/* 事業内容 -----------------------------------------------------------------------*/

.bTtl1 {
	font-size:1.5em;
	text-align:left;
}



/* 採用情報 -----------------------------------------------------------------------*/

.recTbl1 {
	width:100%;
	border-collapse:collapse;
	margin:0 auto 60px auto;
	text-align:left;
}
.recTbl1 th {
	border: 1px solid #e1e1df;
	padding: 10px;
	white-space: nowrap;
	background-color: #F3F3F3;
	position: relative;
	vertical-align: middle;
	font-weight:normal;
}
.recTbl1 td {
	border:1px solid #e1e1df;
	padding: 10px;
}
@media screen and (max-width: 767px){
.recTbl1 {
	width:100%;
	list-style-type:none;
}
.recTbl1 th {
	padding: 10px;
	display:list-item;
}
.recTbl1 td {
	display:list-item;
}
}

.recBox {
	padding:30px 5%;
	position:relative;
	border:1px solid #CCCCCC;
	width:100%;
	margin:0 auto;
	box-sizing:border-box;
}
.recBox:before {
	content: '';
	position: absolute;
	top: 0;
	left:0;
	right:0;
	width: 12%;
	height: 8px;
	margin: 0 auto;
	background-color: #3389b4;
}

.recBox h2 {
	font-size:1em;
	color:#3389b4;
	text-align:center;
	margin:0 0 20px;
}

.recFlow {
	margin:0 auto;
	text-align:center;
}
.recFlow ul {
	padding:0;
	margin:0  0 10px 0;
}
.recFlow li {
	display:inline-block;
	width:17%;
	border:1px solid #CCCCCC;
	border-radius:5px;
	padding:15px;
	box-sizing:border-box;
	margin:0 10px 0 0;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 65%, rgba(242,242,242,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(65%,rgba(255,255,255,1)), color-stop(100%,rgba(242,242,242,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 65%,rgba(242,242,242,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 65%,rgba(242,242,242,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 65%,rgba(242,242,242,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 65%,rgba(242,242,242,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
	position: relative;
	font-size:0.9em;
	color:#3389b4;
}
.recFlow li:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(204, 204, 204, 0);
	border-left-color: #CCCCCC;
	border-width: 15px;
	margin-top: -15px;
	z-index:10;
}
.recFlow li:last-child {
	margin:0 0 0 0;
}
.recFlow li:last-child:after {
	border:0;
}
@media screen and (max-width:767px){
.recFlow ul {
	float:none;
	width:100%;
	margin:0 0 10px 0;
}
.recFlow li {
	display:block;
	width:100%;
	margin:0 0 10px 0;
}
.recFlow li:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(204, 204, 204, 0);
	border-top-color: #CCCCCC;
	border-width: 15px;
	margin-left: -15px;
	margin-top:0;
	z-index:10;
}
}

/* お問い合わせ -----------------------------------------------------------------------*/

.formTbl1 {
	border-collapse:collapse;
	width:100%;
	margin:0 auto 10px auto;
	border-top:1px solid #e7e7e7;
}
.formTbl1 tr {
	border-bottom:1px solid #e7e7e7;
}
.formTbl1 th,
.formTbl1 td {
	padding: 15px 10px;
	vertical-align:top;
}
.formTbl1 th {
	font-weight: bold;
	width: 20%;
	position: relative;
	white-space: nowrap;
	text-align:left;
}
.formTbl1 td {
	text-align:left;
}
.formTbl1 td p {
	color: #555555;
	margin:5px 0;
}
.formTbl1 td p.note {
	color: #FF0000;
	font-size:0.9em;
	line-height:1.2em;
}
.formTbl1 input[type=text],
.formTbl1 input[type=email],
.formTbl1 select,
.formTbl1 textarea {
	vertical-align:middle;
	font-size:16px;
	padding:3px;
	box-sizing:border-box;
}
.formTbl1 textarea {
	width:100%;
}
@media screen and (max-width:767px){
.formTbl1 th,
.formTbl1 td {
	display:list-item;
	list-style-type:none;
}
.formTbl1 th {
	padding: 15px 10px 0 10px;
}
.formTbl1 td {
	padding: 0 10px 15px 10px;
}
.formTbl1 input[type=text],
.formTbl1 input[type=email],
.formTbl1 select,
.formTbl1 textarea {
	width:100%;
	vertical-align:middle;
	font-size:16px;
	padding:3px;
	box-sizing:border-box;
}
}



.form .doui {
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #fe9c02;
	background-color: #FEF1DC;
}
.form .doui label {
	display:block;
	text-align:center;
	margin:10px 0;
}

.form .btnBox {
	padding:20px 0;
	text-align:center;
}
.btnSend {
	display: inline-block;
	position:relative;
	background-image:url(../img/btn_send.png);
	width:133px;
	height:34px;
	border:0;
	cursor:pointer;
}
.btnReset {
	display: inline-block;
	position:relative;
	background-image:url(../img/btn_reset.png);
	width:133px;
	height:34px;
	border:0;
	cursor:pointer;
}
.btnSend:hover,
.btnReset:hover {
	opacity:0.8;
}

.contThx {
	width:92%;
	max-width:800px;
	text-align:center;
	margin:30px auto;
}





.voice {
}
.voice ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.voice ul li {
	background-color:#f0fefb;
	padding:15px;
	margin:0 0 10px;
}
.voice ul li:nth-child(even) {
	background-color: #e1f6f1;
}
.voice ul li .info {
	text-align:right;
}


.koukenC1 {
	float:right;
	margin:0 0 15px 15px;
}
@media screen and (max-width:767px){
.koukenC1 {
	float:none;
	margin:0 auto 15px auto;
	display:block;
}
}

.koukenBox1 {
	margin:20px 0;
}
.koukenBox1 dt {
	font-size:1.3em;
	font-weight:bold;
}
.koukenBox1 dd {
	margin:0 0 20px 2em;
}
.koukenBox2 {
	padding:0;
	margin:0;
	list-style-type:none;
	display:table;
	table-layout:fixed;
	border-collapse:separate;
	border-spacing:10px;
	width: 100%;
}
.koukenBox2 li {
	width: 50%;
	background-color: #F5F9E7;
	margin: 0;
	border-radius:5px;
	padding:15px;
	box-sizing:border-box;
	display:table-cell;
}
.koukenBox2 li:nth-child(2n) {
	margin:50px 0 0 4%;
}
.koukenBox2 li img {
	display:block;
	text-align:center;
	margin:0 auto 10px auto;
}
.koukenBox2 li h3 {
	text-align:center;
	margin:0;
}
.koukenBox2 li p {
	border-bottom: 2px dotted #7fc800;
	margin: 0 0 10px;
	padding: 5px 5px 10px 5px;
	text-align: center;
	color: #935C0E;
}
.koukenBox2 li h4 {
	font-weight:normal;
}
@media screen and (max-width:767px){
.koukenBox2 {
	display:block;
	margin:10px 0 0 0;
}
.koukenBox2 li {
	width: 100%;
	display:block;
}
.koukenBox2 li:nth-child(2n) {
	margin:10px 0 0 0;
}
.koukenBox2 li h4 {
	text-align:center;
}
}

.koukenBox3 {
	padding:0;
	margin:15px 0 0 0;
	list-style-type:none;
}
.koukenBox3>li {
	background-color: #F5F9E7;
	margin:0 0 10px;
	box-sizing:border-box;
	padding:15px;
	border-radius:5px;
}
.koukenBox3>li h3 {
	background-color: #7fc800;
	display:inline-block;
	padding:3px 10px;
	color:#FFF;
	border-radius:3px;
	margin:0 0 10px;
}

.btn {
	display: block;
    width: 200px;
	margin: 0 auto;
	background-color:#7fc800;
	padding: 20px 45px;
	color:#fff;
	text-decoration: none;
	font-size: 1em;
	border-radius: 5px;
	border-bottom: 4px solid #68A300;
	text-align: center;
}

.flex{
	display: flex;
	flex-wrap: wrap;
}

.flex .btn{
	margin-bottom: 15px;
}
