@charset "UTF-8";
.center {
	text-align: center !important;
}
.left {
	text-align: left !important;
}
.right {
	text-align: right !important;
}
.l-wrap1000 {
	width: 100%;
	max-width: 1000px;
}
.l-wrap1000 img{
	max-width: 100%;
	height: auto;
}
.l-wrap780 {
	width: 78%;
}
.l-wrap200 {
	width: 20%;
}
.content-area img {
	max-width: 100%;
	height: auto;
}
.title-01 {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e77c2+-1,1764b2+99,1764b2+99 */
	background: #1e77c2; /* Old browsers */
	background: -moz-linear-gradient(top, #1e77c2 -1%, #1764b2 99%, #1764b2 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #1e77c2 -1%,#1764b2 99%,#1764b2 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #1e77c2 -1%,#1764b2 99%,#1764b2 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e77c2', endColorstr='#1764b2',GradientType=0 ); /* IE6-9 */
	padding: 10px;
	color: #FFF;
	text-shadow: 0 1px 0 #000;
	font-size: 16px;
}
.title-02 {
	border-bottom: 2px solid #1E5188;
	padding-bottom: 2px;
	font-size: 20px;
}
/*nav {
	margin-bottom: 5px;
	background: #333;
	padding: 10px 0;
}*/
.header img{padding-top: 5px;}
.nav_wrapper {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e77c2+-1,1764b2+99,1764b2+99 */
	background: #1e77c2; /* Old browsers */
	background: -moz-linear-gradient(top, #1e77c2 -1%, #1764b2 99%, #1764b2 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #1e77c2 -1%,#1764b2 99%,#1764b2 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #1e77c2 -1%,#1764b2 99%,#1764b2 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e77c2', endColorstr='#1764b2',GradientType=0 ); /* IE6-9 */
}
nav {
	height: 50px;
}
#menu {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0;
}
#menu li {
	display: block;
	float: left;
	width: 25%;/*メニューの数を変える場合はここを変更*/
	margin: 0;
	padding: 0;
}
#menu li:first-child a{border-left: 1px dashed #FFF;}
#menu li a {
	display: block;
	padding: 12px 0 12px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e77c2+-1,1764b2+99,1764b2+99 */
	background: #1e77c2; /* Old browsers */
	background: -moz-linear-gradient(top, #1e77c2 -1%, #1764b2 99%, #1764b2 99%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #1e77c2 -1%,#1764b2 99%,#1764b2 99%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #1e77c2 -1%,#1764b2 99%,#1764b2 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e77c2', endColorstr='#1764b2',GradientType=0 ); /* IE6-9 */
	color: #FFF;
	text-align: center;
	text-decoration: none;
	border-right: 1px dashed #FFF;
	font-size: 15px;
	text-shadow: 0 1px 0 #000;
	position: relative;
}
/*#menu li:last-child a {
	border: none;
}*/
#menu li a:hover {
	/*background: #376799;*/
	font-weight: normal;

}
#menu li a:hover:after{
	content: url(../image/nav/arrow.png);
	position: absolute;
	left:0;
	right: 0;
	top: 0;
	margin: 0 auto;
}
#toggle {
	display: none;
	
}
.l-wrap200.float-r.side ul li{
	background: #fff;
	height: auto;
	padding: 10px 10px 0 10px;
}
.l-wrap200.float-r.side ul li a{
	display: block;
	border-bottom: 1px #797979 dashed;
	padding-left: 30px;
	padding-bottom: 10px;
	background: url(../image/side/arrow.png) no-repeat 5px 3px;
}
.l-wrap200.float-r.side ul li:last-of-type a{
	border-bottom: none;
}
@media screen and (max-width: 991px) {
.float-l,
.float-r{
	float: none;
}
	.top-contents03In img{
		float: none;
	}
.header .float-r{float:right;}
	/*.topvoice-content img {
	display: block;
}*/
.l-wrap780,
.l-wrap200,
 .top-contents03In p,
.top-contents02In p {
	width: 100%;
	overflow: hidden;
}
	
@media screen and (max-width: 600px) {
	.topvoice{
		display: block;
	}
	.topvoice-contentIn {
		width: 100%;	
	}
}

@media screen and (max-width: 600px) {
	
	
}
.l-wrap200.float-r.side ul {
	display: none;
}
.banner {
	margin-top: 30px;
}
}

@media only screen and (max-width: 768px) {
#menu li {
	/*width: 33.3333%;メニューの数を変える場合はここを変更*/
	border-bottom: 1px solid #ccc;
}
/*#menu li:first-child a{border-left: none;} 	
	#menu li:nth-child(3) a{border-right: none;} 
	#menu li:last-child a{border-right: none;} */
	

}
@media screen and (max-width: 650px) {
.header .float-l,
.header .float-r{float:none;padding-left: 0.5rem;}
.header a{display: block;width: 100%; border-bottom: 1px #cdcdcd solid;}
.header{padding-bottom: 0;}

}
@media screen and (max-width: 580px) {
	.header .float-r{display: block;width: 70%;margin: 0 auto;padding-left: 0;}
	.header .float-l{display: block;width: 70%;margin: 0 auto;padding-left: 0;}

nav {
	height: auto;
}
#menu {
	display: none;
}
#menu li {
	width: 100%;	
}
#menu li a{background:#215a98;}
#menu li:first-child a{border: none;}
#menu li a:hover:after{
	content:none;
}
	
	
#toggle {
	display: block;
	position: relative;
	width: 100%;
	background: #1e77c2; /* Old browsers */
}
#toggle a {
	display: block;
	position: relative;
	padding: 20px 0 20px;
	border-bottom: 1px solid #FFF;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
#toggle:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background: #FFF;
}
#toggle a:before,
#toggle a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 10px;
	width: 30px;
	height: 6px;
	background: #1e77c2; /* Old browsers */
}
#toggle a:before {
	margin-top: -9px;
}
#toggle a:after {
	margin-top: 3px;
}
#toggle a:hover {
	font-weight: normal;
}
.responsive {
	max-width: 100%;
	height: auto;
}
.footer a {
	display: inline-block;
	padding: 5px;
}
.header {
	background: none;
	font-size: 14px;
	padding: 0;
}
/*.header_inner {
	padding: 5px;
}*/
.sp-none {
	display: none;
}
	#menu li a {
	border-right: none;
}
}
@media screen and (max-width: 400px) {
	.header .float-r{width: 90%;}
	.header .float-l{width: 90%;}
}


.recruit *, .recruit *:before, .recruit *:after,
.company *, .company *:before, .company *:after{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.recruit .inner,
.company .inner{
	display: flex;
	border-top: 1px #ccc solid;
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
}
.recruit .inner:first-of-type{
	margin-top: 30px;
}
.recruit .inner:last-of-type,
.company .inner:last-of-type{
	border-bottom: 1px #ccc solid;
}
.recruit .inner .title-03,
.company .inner .title-03{
	width: 20%;
	padding:10px 10px 10px;
	background:#E7E7E7;
}
.recruit .inner ul,
.company .inner ul{
	width: 80%;
	padding:10px 10px 10px;
	border-left: 1px #ccc solid;
}
.recruit .inner ul li,
.company .inner ul li{
	list-style: none;
}
@media screen and (max-width: 500px) {
	.recruit .inner .title-03,
	.company .inner .title-03 {
		width: 30%;
	}
	.recruit .inner ul,
	.company .inner ul{
		width: 70%;
	}
}
.contact-contents01In ul li{
	padding: 15px 2%;
}
.c-tb03-contents{
	width: 72%;
}
.c-tb03-title{
	width: 20%;
}
.c-tb03-contents input,
.c-tb03-contents textarea{
	width: 80%;
	padding: 5px;
}
.c-tb03-contents textarea{
	height: 200px;
}
@media screen and (max-width: 991px) {
	.contact-contents01In ul{
		margin: 0 auto;
		width: auto;
	}
}
@media screen and (max-width: 800px) {
	.contact-contents01In ul{
		width: 100%;
		margin: 0 auto;
	}
	.contact-contents01In ul li{
		padding: 15px 2%;
	}
	.c-tb03-title{
		width: 25%;
	}
	.c-tb03-contents{
		width: 67%;
	}
	.c-tb03-contents #mfp_element_0,
	.c-tb03-contents #mfp_element_1,
	.c-tb03-contents #mfp_element_2,
	.c-tb03-contents #mfp_element_3,
	.c-tb03-contents #mfp_element_4,
	.c-tb03-contents #mfp_element_12,
	.c-tb03-contents #mfp_element_13{
		width: 80% !important;
	}
	.c-tb03-contents input,
	.c-tb03-contents textarea{
		width: 94%;
	}
}
@media screen and (max-width: 450px) {
	.contact-contents01In{
		padding: 5px 15px;
	}
	.c-tb03-title{
		width: 96%;
		float: none;
	}
	.c-tb03-contents{
		width: 94%;
		float: none;
	}

}

@media screen and (max-width: 400px) {
	#image-submit,
	#image-reset{
		display: block;
		margin: 0 auto;
	}
	
}
@media screen and (max-width: 991px) {
	.daihyo-block .daihyo-l{
		width: 25%;
	}
	.daihyo-block .daihyo-l > p{
		background: none;
		border: none;
	}
	.daihyo-block .daihyo-r{
		width: 70%;
	}
	
}
@media screen and (max-width: 700px) {
	.daihyo-block .daihyo-l,
	.daihyo-block .daihyo-r{
		width: 100%;
		float: none;
	}
	
	
}

.thanks{
	width: 96%;
	margin: 0 auto;
	text-align: center;
	padding: 50px 0 100px;
}