
/* common */

main .flexbox {
		display : -webkit-flex;
		display :-ms-flexbox;
		display : flex;
		-webkit-flex-wrap : wrap;
		-ms-flex-wrap : wrap;
		flex-wrap : wrap;			
		padding: 30px 0 90px;
}
.red {
		color: red;
}
.pc {
		display: block;
}
.sp {
		display: none;
}


/* snav */
aside.snav {
		border: 0px solid red;
		width: 240px;
}
.snav_bg {
		width: 240px;
		overflow: hidden;
		background: url(../img/pages/snav_bg2.jpg);
		height: 225px;
		float: left;
		margin: 0;
}
.snav_inner {
		clear: both;
		padding: 40px 0px 0px 40px;
}
.snav_inner li {
		list-style: none;
		clear: both;
		padding: 0px 0px 0px 20px;
		margin: 7px;
		background: url(../img/pages/pan02.png) 0 4px no-repeat;
		}
.snav_inner li a {
		color: #fff;
		font-weight: 100;
		font-size: 13px;
		line-height: 1.5;
}
/* /snav */



/* common */
main section.main-contents	{
		border:0px solid red;
		width:calc( 100% - 240px);
		padding-left:45px;
}
main h2 {
		border:1px solid #898989;
		padding:2px;
		margin: 0 0 30px 0;
		width:100%;
		text-align: center;
}
main section.main-contents h3 {
		background: none;
		padding: 0;
		margin:0 0 0.75em;
		border:0px solid red;
		line-height: 50px;
		height:auto;
		width:100%;
		display:block;
		font-size:27px;
		color:#555;
		font-weight:normal;
		letter-spacing: 0.1em;
		border-bottom:3px solid #FF4F21;
		border-radius:5px 0 0 5px;
		-webkit-align-items : center; 
		-ms-flex-align : center;
		align-items : center;
		display : -webkit-flex;
		display :-ms-flexbox;
		display : flex;
		-webkit-flex-wrap : wrap;
		-ms-flex-wrap : wrap;
		flex-wrap : wrap; 
}
main section.main-contents h3 span	{
		color:white;
		background: #FE6A3F;
		background:linear-gradient(#FE6A3F 0%, #FF4F21 100%);
		padding:0 1.5em;
		margin:0 0.5em 0 0;
		border-radius:5px 0 0 3px;
		display: block;
		height:100%;
}
@media screen and (max-width: 768px) {
	main	{
		padding-left:15px;
		padding-right:15px;
	}

	main section.main-contents h3 {
		line-height: 40px;
		font-size:21px;
	}
	
	main section.main-contents	{
		width:100%;
		padding-left:0;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}
@media screen and (max-width: 420px) {
	main section.main-contents h3 {
		line-height: 30px;
		font-size:18px;
	}
	main section.main-contents table td,
	main section.main-contents p.caption	{
		font-size:12px;
	}

}
/* /common */



/* table */
main section.main-contents table	{
		border:0px solid #eee;
		margin-bottom:90px;
}

main section.main-contents table td {
		font-size:16px;
		line-height: 1.5;
		padding:0.8em 1.5em;
		background:#fafafa;
		border:3px solid white;
		width:75%;
		letter-spacing: 0.05em;
		vertical-align: middle;
}
main section.main-contents table td.title {
		background:rgba(255, 108, 63, 0.1);
		width:25%;
}


@media screen and (max-width: 768px) {
main section.main-contents table {
	margin-bottom: 40px;
}

main section.main-contents table td,
main section.main-contents p.caption	{
	font-size:14px;
}
}
@media screen and (max-width: 520px) {
	main section.main-contents table td,
	main section.main-contents table td.title	{
		display:block;
		width:100%;
		border:none;
		padding:2em 1em;
		background:#f5f5f5;
	}
	
	main section.main-contents table td.title	{
		border-top:10px solid white;
		padding:0.75em 1em;
		font-weight:bold;
		background:rgba(255, 108, 63, 0.9);
		color:white;
		letter-spacing: 0.1em
	}
}
@media screen and (max-width: 420px) {
	main section.main-contents table td,
	main section.main-contents p.caption	{
			font-size:12px;
	}
}
/* /table */





/* company */
main section.main-contents .map-frame {
		position: relative;
		padding-bottom: 56.2%;
		height: 0;
		overflow: hidden;
		border: 1px solid #eee;
		margin:45px 0 10px;
}

main section.main-contents .map-frame iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		border:1px solid #ddd;
		padding:2px;
}

main section.main-contents p.caption {
		font-size:16px;
		line-height: 1.5;
		color:#555;
		padding:0;
		margin:0
}
/* /company */


/* work */
.work .main-contents {
	padding: 0;
	width: 100%;
}
.work .main-contents p {
	font-size: 16px;
	color: #444;
	line-height: 1.5;
}
.work .main-contents .work_description1 {
    font-size: 22px;
	line-height: 1.4;
	letter-spacing: 0.05em;
    color: #449da3;
    font-weight: bold;
	margin: 0 0 28px 20px;
}
.work .main-contents .work_description2 {
	font-size: 18px;
	margin: 0 0 20px 20px;
	padding-top: 10px;
}

.bumon_information {
	box-sizing: border-box;
}
.bumon_information ul {
	width: 100%;
	display: -webkit-flex;
    display: flex;
    flex-wrap: -webkit-wrap;
    flex-wrap: wrap;
	list-style: none;
	margin: 0 0 50px 0;
	padding: 3px;
	border: 1px solid #eee;
}
.bumon_information ul li {
	padding: 10px;
	margin: 5px;
	text-align: start;
	box-sizing: border-box;
	align-items: center;
	width: calc((100% - 30px) / 3);
	height: 75px;
	display: flex;
    background: -moz-linear-gradient(left, #dfdfdf, #f7f7f7); 
	background: -webkit-linear-gradient(left, #dfdfdf, #f7f7f7); 
	background: linear-gradient(to right, #dfdfdf, #f7f7f7);
}

   .bumon_information ul li:nth-of-type(2) {
        height: auto;
    }

.bumon_information ul li span {
	color: #666;
	font-size: 14px;
	line-height: 1.25;
	letter-spacing: 0.05em;
	font-weight: 600;
}
.bumon_information ul li i {
	color: #FF4F21;
	margin: 0 20px 0 10px;
	font-size: 24px;
}

.work .main-contents .bumon_bg {
	box-sizing: border-box;
}
.work .main-contents .bumon_bg ul {
	display: -webkit-flex;
    display: flex;
    flex-wrap: -webkit-wrap;
    flex-wrap: wrap;
	list-style: none;
}
.work .main-contents .bumon_bg ul .bumon_title {
	box-sizing: border-box;
	width : calc(100% / 3) ;
	width : -webkit-calc(100% / 3) ;
    margin-bottom: 24px;
    padding: 10px;
    line-height: 1;
}

.work .main-contents .bumon_bg ul .bumon_title a img {
	border: 1px solid #666;
	padding: 5px;
	height: 230.86px;
	object-fit: cover;
}
.work .main-contents .bumon_bg ul .bumon_title p {
	margin-top: 20px;
	font-size: 20px;
    line-height: 1.15;
    color: #333;
}
.work .main-contents .bumon_bg ul .bumon_title p i {
		color: #FF4F21;
		padding-right: 10px;
}

@media screen and (max-width: 768px) {
	.work .main-contents {
		margin-bottom: 30px;
	}
	.work .main-contents h2 {
		margin-bottom: 2.2em;
	}
	.work .main-contents .work_description1 {
		font-size: 18px;
		margin: 0 0 22px 20px;
	}
	.work .main-contents .work_description2 {
		font-size: 16px;
		margin: 0 0 16px 18px;
	}
	.bumon_information ul {
		width: 100%;
		display: block;
		padding: 5px;
	}
	.bumon_information ul li {
		padding: 10px;
		margin: 0 0 5px 0 ;
		width: 100%;
		height: 70px;
		border: 1px solid #eee;
	}
	.bumon_information ul li:last-of-type{
		margin-bottom: 0;
	}
	.bumon_information ul li span {
		font-size: 15px;
		line-height: 1.4;
	}
	.work .main-contents .bumon_bg ul .bumon_title {
		width: 50%;
	}
}
@media screen and (max-width: 520px) {
	.work .main-contents .work_description1 {
		font-size: 16.5px;
		margin-left: 15px;
	}
	.work .main-contents .work_description2 {
		font-size: 3vw;
		margin: 20px 0 20px 20px;
	}

	.work .main-contents .bumon_bg ul .bumon_title {
		padding: 2.5px;
	}
}
/* /work */



/* recruit */
.recruit_frame p {
		color: #222;
		font-size: 14px;
		line-height: 1.5;
		letter-spacing: 0.04em;
		margin: 0 0 5px 27px;
}
.main-contents .recruit_frame table {
		margin-bottom: 18px;
}
.recruit_frame table tr td {
	vertical-align: middle;
}
.recruit_frame .recruit_tel p {
		margin: 0;
		font-size: 16px;
}
.recruit_tel strong {
		font-size: 24px;
		font-weight: bold;
		color: #222;
}
.recruit_tel {
		padding-left: 27px;
		line-height: 1.5;
}
@media screen and (max-width: 768px) {
	/* recruit */
	.recruit_frame p {
			margin: 0 0 5px 20px;
			padding-top: 5px;
	}
	.recruit_tel {
			padding-left: 20px;
	}
}
@media screen and (max-width: 520px) {
	.recruit_frame .recruit_tel p {
		font-size: 14px;
	}
	.recruit_tel {
		padding: 10px 0 0 0;
		text-align: center;
	}
	.recruit_tel strong {
		font-size: 24px;
	}
}
/* /recruit */



/* contact */
section.main-contents .contact_frame form table {
		border:0px solid #eee;
		margin-bottom: 15px;
}
.contact_frame form table tr {
	box-sizing: border-box;
}
.contact_frame form table tr th {
		vertical-align: middle;
		text-align: center;
		font-size: 16px;
		background:rgba(255, 108, 63, 0.1);
		width:25%;
		border: 3px solid white;
}
.contact_frame form table tr td {
		vertical-align: middle;
		font-size:16px;
		line-height: 1.5;
		padding: 10px;
		background:#fafafa;
		border:3px solid white;
		width:75%;
		letter-spacing: 0.05em;
}
.contact_frame input[type="text"], input[type="email"], input[type="url"], textarea {
		width: 100%;
		border: 2px solid #F0F1EB;
		font-size: 14px;
		line-height: 1.5;
		padding: 3px;
		margin: 5px;
		color: #444;
		background: linear-gradient(#fafafa 0%, #fff 100%);
		border-radius: 1px;
}
.contact_frame input[type="text"], input[type="email"] {
		width: 75%;
}
.contact_frame input[type="radio"]{
	margin-left: 9px;
}
.contact_frame textarea {
		height: 100px;
		width: 80%;
}
.contact_submit {
		display: flex;
		width: 50%;
		margin: 0 auto;
}
.contact_submit input {
		margin: 0 10px 0;
		appearance: auto;
		text-align: center;
		cursor: pointer;
		display: inline-block;
		box-sizing: border-box;
		width: 100%;
		border: 4px solid #F0F1EB;
		line-height: 2;
		padding: 0.4em;
		background: linear-gradient(#fafafa 0%, #fff 100%);
		background: linear-gradient(#58B0AD 0%, #449da3 100%);
		color:white;
		font-size:18px;
		letter-spacing: 0.1em
}
.contact_submit input[type="reset"]	{
		background: linear-gradient(#aaa 0%, #888 100%);
}
.privercy {
	padding-top: 25px;
}
.privercy dt {
		font-size: 12px;
		color: #666;
		text-align: left;
		line-height: 1.5;
}
.privercy dd {
		font-size: 12px;
		color: #666;
		text-align: left;
		line-height: 1.7;
		margin-bottom:5px;
}
@media screen and (max-width: 768px) {
	.contact_frame textarea {
		width: 100%;
	}
	.contact_frame form table tr th	{
			display: block;
			width: 100%;
			text-align: left;
			border: none;
			margin: 0;
			padding: 18px 1em 12px;
			font-weight:bold;
			letter-spacing: 0.1em;

			background:rgba(255, 108, 63, 0.1);
			margin-top: 20px;
			margin-bottom: 2px;
		}
		.contact_frame form table tr td {
			display:block;
			width:100%;
			border:none;
			padding: 10px;
			background:#f5f5f5;
		}
		.contact_frame input[type="text"], input[type="email"], input[type="url"], textarea {
			width: 75%;
			margin: 0;
		}
		.contact_submit {
			width: 70%;
		}
		
		
	}
	@media screen and (max-width: 520px) {
		.contact_frame input[type="text"], input[type="email"], input[type="url"] {
			width: 100%;
			margin: 0;
		}
		.contact_submit {
			display: block;
			width: 75%;
		}
		.contact_submit input {
			display: block;
			margin: 0;
			width: 100%;
			line-height: 1.5;
			padding: 0.4em;
			font-size: 18px;
			letter-spacing: 0.1em
		}
	}
/* /contact */



span.red	{
	font-size:12px;
	letter-spacing: 0;
	margin-left:0.3em;
}




