@charset "utf-8";/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
/*font-size: 100%;*/
/*font: inherit;*/
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers 
*/
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/*====================*/

*{
	margin:0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	padding:0;
	border:0;
	text-decoration:none
}

a,body,input,select,textarea{
	font-family:メイリオ,Meiryo,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,ＭＳ\ Ｐゴシック,MS PGothic,sans-serif;
}

body,html{
}

/* top page */

.link_wrap{
	float:left;
	position:relative;
	width:50%;
	min-width:320px;
	height:100vh;
	border-left:2px solid #fff;
	box-sizing:border-box;
	opacity:0.8;
	transition:.2s;
}

.link_wrap{
	background-position:center;
	background-size:auto 100%;
	transition:.2s;
}

.link_wrap:hover{
	background-size:auto 102%;
	transition:.5s;
}

.fitton{
	background-image:url(./img/fitton_top_bg.jpg);
}

.lofte{
	background-image:url(./img/lofte_top_bg.jpg);
}


.link_wrap:first-of-type{
	border-left:0;
	border-right:2px solid #fff;
}

.link_wrap:hover{
	opacity:1;
	transition:.2s;
}

.link_wrap a{
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	z-index: 10;
	border:1px solid #fff;
	top:0;
	left:0;
	box-sizing:border-box;
}

.link_wrap a:after{
	display:block;
	position:absolute;
	content:'';
	margin:auto;
	width:95%;
	height:95%;
	border:1px solid #fff;
	top:0;
	bottom:0;
	right:0;
	left:0;
	opacity:0;
	transition:.2s;
}

.link_wrap a:hover:after{
	opacity:1;
	transition:.2s;
}

.link_box{
	position:absolute;
	margin:auto;
	padding:1em;
	width:300px;
	height:300px;
	background-color:rgba(234,144,58,0.8);
	background-color:rgba(234,144,58,0.8);
	box-sizing:border-box;
	top:0;
	bottom:0;
	left:0;
	right:0;
}

.link_box h1{
	margin-bottom:1em;
	color:#fff;
	font-size:120%;
	background-repeat:no-repeat;
	background-position:center 10px;
	background-size:250px;
	padding-top:115px;
}

.fitton .link_box h1{
	background-image:url(./img/fitton_logo.png);
}

.lofte .link_box h1{
	background-image:url(./img/lofte_logo.png);
}

.link_box ul{
	
}

.link_box li{
	margin-bottom:.5em;
	color:#fff;
	font-weight:bold;
}

.link_box li .mrk1{
	color:#00bcd4;
}

.link_box li .mrk2{
	color:#8bc34a;
}

.link_box li .mrk3{
	color:#f44336;
}

.link_box li .mrk4{
	color:#673ab7;
}

.link_box p{
	position:absolute;
	color:#fff;
	text-align:right;
	bottom:1em;
	right:1em;
}


.link_wrap:hover p{
	animation: bound .2s ease-in-out;
	transform-origin: 50% 50vh;
}

@keyframes bound {
    0% {transform: scale(1)}
    50% {transform: scale(1.01)}
    100%{transform: scale(1)}
}

.copy{
	display:table;
	position:absolute;
	width:100%;
	bottom:0;
}

.copy img{
	display:table-cell;
	width:100%;
}


/* page */

body#page{
	background-image:url(./img/fitton_top_bg.jpg);
	background-size:cover;
	background-position:center;
	background-attachment: fixed;
}

#header #title h1{
	margin:auto;
	width:1200px;
	height:400px;
	text-indent:-9999px;
	background-image:url(./img/fitton_header_logo.png);
	background-repeat:no-repeat;
	background-position:center;
}

#main{
	margin:0 auto 1.5em;
	width:1200px;
	color:#333;
	font-size:16px;
	line-height:1.8em;
	overflow:hidden;
}

#menu_wrap{
	float:left;
	padding:0 1em 1em;
	width:300px;
	box-sizing:border-box;
}

#menu_wrap ul{
	width:100%;
}

#menu_wrap ul li{
}

#menu_wrap ul li a{
	position:relative;
	display:block;
	margin-bottom:1em;
	padding:1em;
	color:#333;
	text-align:center;
	font-weight:bold;
	background-color:rgba(255,255,255,0.95);
	opacity:.6;
	transition:.2s;
}

#menu_wrap ul li a:hover,
#menu_wrap ul li.current-page-ancestor:not(.sub_top) a,
#menu_wrap ul li.current_page_item a{
	opacity:1;
	transition:.2s;
}

#menu_wrap ul li a:before{
	position:absolute;
	display:block;
	content:'';
	background-color:#007440;
	margin:auto;
	width:0;
	height:3px;
	bottom:10px;
	left:0;
	right:0;
	transition:.5s;
}

#menu_wrap ul li.current_page_item a:before,
#menu_wrap ul li.current-page-ancestor:not(.sub_top) a:before,
#menu_wrap ul li a:hover:before{
	width:100%;
	transition:.5s;
}


#menu_wrap ul li.fitton_bn a,
#menu_wrap ul li.lofte_bn a{
	padding:0;
	height:90px;
	text-indent:-9999px;
	background-color:transparent;
	background-image:url(./img/lofte_logo.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:contain;
	opacity:1;
}

#menu_wrap ul li.fitton_bn a{
	background-image:url(./img/fitton_logo.png);
}

#menu_wrap ul li.fitton_bn a:before,
#menu_wrap ul li.lofte_bn a:before,
#menu_wrap ul li.saiyo a::before{
	display:none;
}

#menu_wrap ul li.saiyo a {
	opacity: 1;
    background: #349839;
    background: linear-gradient(0deg, rgba(52, 152, 57, 1) 0%, rgba(111, 174, 65, 1) 50%, rgba(52, 152, 57, 1) 100%);
    border: 3px solid #ffffff;
    color: #fff;
}

#cont {
	float:right;
	padding:2em;
	width:900px;
	min-height:500px;
	box-sizing:border-box;
	background-color:rgba(255,255,255,0.95);
	overflow:hidden;
}

/*記事内の画像*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em !important;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em !important;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
}

table.aligncenter{
	display:table;
}


#cont p{
	margin:0 1.5em 1.5em;
}

#cont img{
	position:relative;
	margin:.5em;
	max-width:100%;
}

#cont span{
	color:inherit;
	font-size:inherit;
	font-weight:inherit;
}

#cont strong{
	color:inherit;
	font-size:inherit;
}

#cont em{
	display:inline-block;
	color:inherit;
	font-family: Meiryo, sans-serif;
	font-size:inherit;
	font-weight:inherit;
	-webkit-transform: skewX(-15deg);
	-moz-transform: skewX(-15deg);
	-o-transform: skewX(-15deg);
	transform: skewX(-15deg);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand')";
}

#cont a{
	color:#338d63;
	text-decoration:underline;
}

#cont a:hover{
	text-decoration:none;
}


#cont a img{
	transition:.2s;
}

#cont a:hover img{
	opacity:0.5;
	transition:.2s;
}

#p_list p{
	font-size:80%;
	text-align:right;
}

#cont h2{
	position:relative;
	font-size:140%;
	margin-bottom:1em;
	padding:1em .5em;
	background: #e5e5e5;
	background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 62%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #e5e5e5 0%,#ffffff 62%,#ffffff 100%);
	background: linear-gradient(to bottom, #e5e5e5 0%,#ffffff 62%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 );
	box-shadow: 1px 1px 1px #007440;
	border-bottom:3px solid #007440;
}

#cont h2:before{
	position:absolute;
	display:block;
	content:'';
	margin:auto;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-image:url(./img/h2_bg.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	z-index:10;
}

#cont h3{
	clear:both;
	margin-bottom:1.5em;
	padding:.5em 1em .5em 75px;
	color:#fff;
	background-color:rgba(0,0,0,0.5);
	background-image:url(./img/fitton_h3.png);
	background-repeat:no-repeat;
	background-position:15px center;
	background-size:45px auto;
}

#cont h4{
	clear:both;
	margin-bottom:1.5em;
	padding:.5em 1em .5em;
	font-size:120%;
	background-image:url(./img/h4_bg.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	border-bottom:3px solid #ff3c00;
}

#cont h5{
	margin-bottom:1.5em;
	padding:.5em 1em .5em;
	font-size:100%;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}

#cont h6{
	position:relative;
	margin-left:2em;
	margin-bottom:1.5em;
	padding:.5em 1em .5em 0;
	font-size:100%;
}

#cont h6:before,
#cont h6:after{
position: absolute;
    top: 1em;
    left: -20px;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#cont h6:before{
	box-sizing: border-box;
	width: 12px;
	height: 12px;
	background:#338d63;
	border: 1px solid #338d63;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

#cont h6:after{
	top:1.2em;
	left: -15px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 3px solid transparent;
	border-left: 3px solid #fff;
}


#cont table{
	margin:0 0 13px;
	font-size: 90%;
	background-position:bottom center;
	background-size:cover;
	background-repeat:no-repeat;
	border-radius:5px;
	border-collapse: separate;
	border-spacing: 0;
	box-shadow: 0px 0px 1px #333;
	overflow:hidden;
}

#cont th{
	padding:1em;
	text-align:center;
	font-weight:normal;
	color:#666;
	background: #e5e5e5;
	background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 62%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #e5e5e5 0%,#ffffff 62%,#ffffff 100%);
	background: linear-gradient(to bottom, #e5e5e5 0%,#ffffff 62%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 );
	border-bottom: 1px solid #ccc;
	white-space:nowrap;
}

#cont td{
	padding:8px;
	background-color:#fff;
	border:1px solid #ccc;
}

#cont td{
	border:0;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

#cont td p{
	margin:0;
}

#cont table *{
	vertical-align:middle;
}

#cont table tbody tr:last-child>th,
#cont table tbody tr:last-child>td {
	border-bottom: none;
}

#cont table tbody tr + td {
	border-left: none;
}

#cont table table{
	font-size: 100%;
}

#cont table tbody tr:first-child>th:first-child {
  border-radius: 5px 0 0 0;
}
#cont table tbody tr:first-child>th:last-child {
  border-radius: 0 5px 0 0;
}
#cont table tbody tr:last-child>th:first-child {
  border-radius: 0 0 0 5px;
}
#cont table tbody tr:last-child>th:last-child {
  border-radius: 0 0 5px 0;
}

#cont table tbody tr:first-child>td:first-child {
  border-radius: 5px 0 0 0;
}
#cont table tbody tr:first-child>td:last-child {
  border-radius: 0 5px 0 0;
}
#cont table tbody tr:last-child>td:first-child {
  border-radius: 0 0 0 5px;
}
#cont table tbody tr:last-child>td:last-child {
  border-radius: 0 0 5px 0;
}

#cont td p{
	font-size:inherit;
	line-height:1.3em;
	text-indent:0;
	margin-bottom:10px;
	margin-top:10px;
}

#cont td img{
	margin:1%;
	max-width:98%;
	height:auto;
}

/* 特殊テーブル */

		#cont table.fit{
			width:96% !important;
			margin-left:auto;
			margin-right:auto;
		}

		#cont table.large_table{
			width:98% !important;
			margin-left:auto;
			margin-right:auto;
		}

		#cont table.heaf_left{
			float:left;
			width:49% !important;
			margin-left:1%;
		}

		#cont table.heaf_right{
			float:right;
			width:49% !important;
			margin-left:1%;
		}

#cont ul{
	position:relative;
	margin:0 40px 30px;
	list-style-type:none;
}

#cont ul li{
	position:relative;
	padding:10px 0;
	border-bottom:1px dotted #ccc;
}

#cont ul li:before{
position: absolute;
	content: "\27A4";
	margin:auto;
	color:#007440;
	width:1em;
	height:1em;
	line-height: 1em;
	text-shadow:-2px 2px 2px #ccc;
	top:1em;
	left:-1.5em;
	box-sizing: border-box;
}

#cont ul ul{
	margin-bottom:0;
}

#cont ol{
	position:relative;
	margin-top:.5em;
	margin-bottom:2em;
}

#cont ol li{
	position: relative;
	margin-bottom:1px;
	padding: .5em 0 .5em 3.5em;
	counter-increment: olNum1;
}

#cont ol li:before{
    position: absolute;
    top: .8em;
    left: 0;
    content: counter(olNum1);
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 25px;
    color: #fff;
    font-size: 80%;
    text-align: center;
    background-color:#007440;
    box-shadow:-2px 2px 2px #ccc;
}

#cont ol li:nth-child(2n):before{
}

#cont ol li ol{
	border-right:0;
}

#cont ol li li{
    counter-increment: olNum2;
}

#cont ol li li:before{
    content: counter(olNum2);
}

#cont ol li li li{
    counter-increment: olNum3;
}

#cont ol li li li:before{
    content: counter(olNum3);
}

#cont ol li:after{
	display:block;
	position:absolute;
	content:'';
	margin:auto;
	width:1em;
	top:20px;
	left:1.7em;
	border-bottom:1px solid #ccc;
	
}

#cont dl{
	margin: 0 1em 30px;
}

#cont dl dt{
	position:relative;
	padding:10px 0;
	color:#0b308e;
	font-weight:bold;
}

#cont dl dd{
	padding:10px;
	border-bottom:1px solid #ccc;
}

#cont form input[type=text],
#cont form input[type=password],
#cont form input[type=tel],
#cont form input[type=email],
#cont form textarea,
#cont form select{
	margin:0 10px;
	padding:8px;
	max-width:100%;
	border:1px solid #ccc;
	border-radius:5px;
	box-sizing:border-box;
}

#cont form textarea{
	margin:0;
	width:100%;
}

#cont form legend{
	display:block;
	clear:both;
	position:relative;
	margin-bottom:30px;
	padding:20px 100px 10px 50px;
	width:100%;
	color:#fff;
	font-size:130%;
	text-shadow:1px 1px 1px #aaa,1px -1px 1px #aaa,-1px 1px 1px #aaa,-1px -1px 1px #aaa;
	background: #efd298; /* Old browsers */
	background: -moz-linear-gradient(top, #efd298 0%, #a17725 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #efd298 0%,#a17725 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #efd298 0%,#a17725 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efd298', endColorstr='#a17725',GradientType=0 ); /* IE6-9 */
	background-size: 100% 1.3em;
	background-position:0% 100%;
	background-repeat: no-repeat;
	z-index:2;
	box-sizing:border-box;
}

#cont form legend:before{
	display:block;
	position:absolute;
	content:'';
	width:100%;
	height:50px;
	bottom:0;
	left:0;
	background-image:url(img/h3-bg.png);
	background-repeat:no-repeat;
	background-position:3px 50%;

	z-index:1;
}

#cont form legend:after{
	display:block;
	position:absolute;
	content:'';
	width:100%;
	height:50px;
	bottom:0;
	left:0;
	background-image:url(img/h3-after.png);
	background-repeat:no-repeat;
	background-position:99% 50%;

	z-index:1;
}

#cont form label{
	display:block;
	cursor:pointer;
}

#cont form input[type=checkbox],
#cont form input[type=radio]{
	margin:0 0.5em;
	vertical-align:middle;
}

#cont form input[type=file],
#cont form input[type=image]{
	margin:0 0 30px;
	padding:8px;
	border:1px solid #ccc;
}

#cont form input[type=submit],
#cont form input[type=reset],
#cont form input[type=button],
#cont form button{
	margin:10px 10px 30px;
	padding:8px 60px;
	color:#fff;
	font-weight:bold;
background: #ff3c00; /* Old browsers */
background: -moz-linear-gradient(top, #ff3c00 0%, #ff3c00 59%, #ff6e49 77%, #ff3c00 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ff3c00 0%,#ff3c00 59%,#ff6e49 77%,#ff3c00 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ff3c00 0%,#ff3c00 59%,#ff6e49 77%,#ff3c00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3c00', endColorstr='#ff3c00',GradientType=0 ); /* IE6-9 */	box-sizing:border-box;
	border-radius:5px;
	cursor:pointer;
	transition:.2s;
}

#cont form input[type=submit]:hover,
#cont form input[type=reset]:hover,
#cont form input[type=button]:hover{
	opacity:0.6;
	transition:.2s;
}

#cont form span.red{
	color:#f10;
	font-size:90%;
}

#cont form .wpcf7-radio .wpcf7-list-item{
	float:left;
	display:block;	
	margin-left:1em;
}

#cont form h6{
	clear:both;
}

/* form_sml */

#cont #sml_box{
	margin-bottom:1em;
}

#cont #sml_box h6{
	margin-bottom:.5em;
}

#cont #sml_box input,
#cont #sml_box select{
	margin-bottom:.5em;
}

#cont #sml_box p.center{
	padding:.5em 0;
	line-height:2em;
	text-align:center;
}


/**********/
#cont #news{
	margin-bottom:1.5em;
	border-bottom: 3px solid #ff3c00;
}

#cont #news h4{
	margin-bottom:.5em;
}

#cont #news dl{
    margin: 0 1em 30px;
}

#cont #news dt{
	padding-bottom:0;
}

#cont #news dd{
	border-bottom: 1px solid #ccc;
}

.lofte #cont #news{
	float:left;
	width:49%;
	font-size:90%;
	box-sizing:border-box;
}

.lofte #cont #job{
	float:right;
	margin-bottom:1.5em;
	width:49%;
	border-bottom: 3px solid #ff3c00;
}

.lofte #cont #job h4{
	margin-bottom:.5em;
}

.lofte #cont #job ul{
	overflow:hidden;
	margin: 0 1em 30px;
	font-size:90%;
}

.lofte #cont #job ul li{
	float:left;
	margin-left: 2em;
	border-bottom:0;
}

.lofte #cont #job ul li:before{
	width: 1.8em;
	height: 1.8em;
	font-size:90%;
	line-height: 1.8em;
	top: auto;
}

.lofte #cont #job ul li.more{
	clear:both;
	float:none;
	text-align:right;
}

.lofte #cont #job ul li.more:before{
	display:none;
}

.lofte #cont dt span{
	font-size:90%;
}


#cont .pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
}

#cont .pagination span,#cont .pagination a {
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #555;
}

#cont .pagination a:hover{
color:#fff;
background: #3279BB;
}
 
#cont .pagination .current{
padding:6px 9px 5px 9px;
background: #3279BB;
color:#fff;
}



/* footer */

#foot_wrap{
	background-color:rgba(0,0,0,0.5);
}

#foot_address p{
	margin:0 auto;
	padding:.5em;
	width:1200px;
	color:#fff;
	text-align:center;
	box-sizing:border-box;
}

#copyright{
	background-color:rgba(0,0,0,0.5);
}

#copyright span{
	display:block;
	margin:0 auto;
	padding:.5em;
	width:1200px;
	color:#fff;
	text-align:center;
	box-sizing:border-box;
}

/* page top */

  .pageTopBtn a {
    display: block;
    padding:15px 15px 5px;
    height:50px;
    width:40px;
    color:#fff;
    font-weight:bold;
   	text-indent:-9999px;
   	background-image:url(./img/icon_pageTop.png);
	background-repeat:no-repeat;
    background-size: 40px auto;
    background-position:center;
    white-space: nowrap;
    overflow: hidden;
    }

  .pageTopBtn {
    display: none;
    position: fixed;
    bottom: 30px;
    bottom:0;
    right: 0px;
    margin-bottom: 0;
    background: rgba( 255, 0, 0, 0.6);
    cursor:pointer;
    z-index:50;
    transition:.2s;
}

  .pageTopBtn:hover {
    background: rgba( 255, 0, 0, 1);
    transition:.2s;
}

#menu_botton{
	display:none;
}


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

body,html{
}

/* top page */

.link_wrap{
	float:none;
	width:100%;
	min-width:auto;
	height:70vh;
	border-left:0;
}

.link_wrap:first-of-type{
	border-right:0;
}

.link_box{
	width:250px;
	height:250px;
}

.link_box h1{
	font-size:100%;
	background-size:200px;
	padding-top:95px;
}

.link_box li{
	font-size:90%
;
}

.copy{
	display:block;;
	position:static;
	width:100%;
	bottom:0;
}

/* page */

#menu_botton{
	display:block;
}

#header #title h1{
	width:100%;
	height:0;
	padding-top:30%;
	background-size:contain;
}

#main{
	width:100%;
	font-size:15px;
	line-height:1.5em;
}
 #menu_botton{
position: relative;
    display: block;
    margin-bottom: 1em;
    padding: 1em;
    color: #333;
    text-align: center;
    font-weight: bold;
    background-color: rgba(255,255,255,0.95);
    opacity: 1;
    transition: .2s;
}
#menu_wrap{
	float:none;
	padding:0 1em 0;
	height:0;
	width:100%;
	box-sizing:border-box;
	overflow:hidden;
	transition:.2s;
}

#menu_wrap.open{
	height:auto;
	padding:0 1em 1em;
	transition:.2s;
}


#cont {
	float:none;
	margin:0 auto;
	padding:1em;
	width:95%;
}

/*記事内の画像*/
.alignleft {
	float:none;
	clear: both;
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
}

.alignright {
	clear: both;
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
}

#cont p{
	margin:0 1em 1.5em;
}

#cont img{
	height:auto;
}

#cont h2{
	font-size:100%;
	margin-bottom:.5em;
}

#cont h2:before{
	background-size:auto 20px;
}

#cont h3{
	clear:both;
	margin-bottom:1.5em;
	padding:.5em 1em .5em 75px;
	color:#fff;
	background-color:rgba(0,0,0,0.5);
	background-image:url(./img/fitton_h3.png);
	background-repeat:no-repeat;
	background-position:15px center;
	background-size:45px auto;
}

#cont h4{
	clear:both;
	margin-bottom:1.5em;
	padding:.5em 1em .5em;
	font-size:120%;
	background-image:url(./img/h4_bg.png);
	background-repeat:no-repeat;
	background-position:right bottom;
	border-bottom:3px solid #ff3c00;
}

#cont h5{
	margin-bottom:1.5em;
	padding:.5em 1em .5em;
	font-size:100%;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}

#cont h6{
	position:relative;
	margin-left:2em;
	margin-bottom:1.5em;
	padding:.5em 1em .5em 0;
	font-size:100%;
}

#cont h6:before,
#cont h6:after{
position: absolute;
    top: 1em;
    left: -20px;
    margin: auto;
    content: "";
    vertical-align: middle;
}

#cont h6:before{
	box-sizing: border-box;
	width: 12px;
	height: 12px;
	background:#338d63;
	border: 1px solid #338d63;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

#cont h6:after{
	top:1.2em;
	left: -15px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 3px solid transparent;
	border-left: 3px solid #fff;
}


#cont table{
	margin:0 0 13px;
	font-size: 90%;
	background-position:bottom center;
	background-size:cover;
	background-repeat:no-repeat;
	border-radius:5px;
	border-collapse: separate;
	border-spacing: 0;
	box-shadow: 0px 0px 1px #333;
	overflow:hidden;
}

#cont th{
	padding:1em;
	text-align:center;
	font-weight:normal;
	color:#666;
	background: #e5e5e5;
	background: -moz-linear-gradient(top, #e5e5e5 0%, #ffffff 62%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #e5e5e5 0%,#ffffff 62%,#ffffff 100%);
	background: linear-gradient(to bottom, #e5e5e5 0%,#ffffff 62%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 );
	border-bottom: 1px solid #ccc;
	white-space:nowrap;
}

#cont td{
	padding:8px;
	background-color:#fff;
	border:1px solid #ccc;
}

#cont td{
	border:0;
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

#cont td p{
	margin:0;
}

#cont table{
	width:98%;
	margin:0 auto 13px;
	border-radius:0;
}

#cont th,
#cont td{
	display:block;
	padding:.5em;
	width:100%;
	text-align:left;
	border-radius:0;
	box-sizing:border-box;
}


#cont table tbody tr:first-child>th:first-child,
#cont table tbody tr:first-child>th:last-child,
#cont table tbody tr:last-child>th:first-child,
#cont table tbody tr:last-child>th:last-child,
#cont table tbody tr:first-child>td:first-child,
#cont table tbody tr:first-child>td:last-child,
#cont table tbody tr:last-child>td:first-child,
#cont table tbody tr:last-child>td:last-child{
  border-radius: 0;
}

#cont td p{
	font-size:inherit;
	line-height:1.3em;
	text-indent:0;
	margin-bottom:10px;
	margin-top:10px;
}

#cont td img{
	margin:1%;
	width:auto;
	max-width:98%;
	height:auto;
}
/* 特殊テーブル */


#main table.fit{
	width:96% !important;
	margin-left:auto;
	margin-right:auto;
}

#main table.large_table{
	width:96% !important;
	margin-left:auto;
	margin-right:auto;
}

#main table.heaf_left{
	float:none;
	width:98% !important;
	margin-left:1%;
}

#main table.heaf_right{
	float:none;
	width:98% !important;
	margin-left:1%;
}

#main table.large_table{
	display: block;
	height:auto !important;
	overflow-x: scroll;
	table-layout:fixed; 
	font-size:85%;
	box-sizing: border-box;
}

#main table.large_table td,#cont table.large_table th{
	display:table-cell;
	white-space: nowrap;
	padding:3px 8px;
}

#main table.large_table {
     overflow: auto;
}

#main table::-webkit-scrollbar{ /* スクロールバー全体 */
    height: 5px;
}

#main table::-webkit-scrollbar-thumb{ /* スクロールバーのある部分 */
    background: #A17724;
    border:1px solid #fff;
    border-radius: 10px;
}
#main table::-webkit-scrollbar-track-piece:start{ /* スクロールバーが表示されてない部分（前） */
    background: #DCBB78;
}
#main table::-webkit-scrollbar-track-piece:end{ /* スクロールバーが表示されてない部分（後ろ） */
    background: #DCBB78;
}

#main table:not(.large_table) td,#main table:not(.large_table) th{
	display:block;
	border-left:0;
	overflow:hidden;
}

#main table:not(.large_table) td{
	text-align:left !important;
}
#cont ul{
	position:relative;
	margin:0 40px 30px;
	list-style-type:none;
}

#cont ul li{
	position:relative;
	padding:10px 0;
	border-bottom:1px dotted #ccc;
}

#cont ul li:before{
position: absolute;
	content: "\27A4";
	margin:auto;
	color:#007440;
	width:1em;
	height:1em;
	line-height: 1em;
	text-shadow:-2px 2px 2px #ccc;
	top:1em;
	left:-1.5em;
	box-sizing: border-box;
}

#cont ul ul{
	margin-bottom:0;
}

#cont ol{
	position:relative;
	margin-top:.5em;
	margin-bottom:2em;
}

#cont ol li{
	position: relative;
	margin-bottom:1px;
	padding: .5em 0 .5em 3.5em;
	counter-increment: olNum1;
}

#cont ol li:before{
    position: absolute;
    top: .8em;
    left: 0;
    content: counter(olNum1);
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 25px;
    color: #fff;
    font-size: 80%;
    text-align: center;
    background-color:#007440;
    box-shadow:-2px 2px 2px #ccc;
}

#cont ol li:nth-child(2n):before{
}

#cont ol li ol{
	border-right:0;
}

#cont ol li li{
    counter-increment: olNum2;
}

#cont ol li li:before{
    content: counter(olNum2);
}

#cont ol li li li{
    counter-increment: olNum3;
}

#cont ol li li li:before{
    content: counter(olNum3);
}

#cont ol li:after{
	display:block;
	position:absolute;
	content:'';
	margin:auto;
	width:1em;
	top:20px;
	left:1.7em;
	border-bottom:1px solid #ccc;
	
}

#cont dl{
	margin: 0 1em 30px;
}

#cont dl dt{
	position:relative;
	padding:10px 0;
	color:#0b308e;
	font-weight:bold;
}

#cont dl dd{
	padding:10px;
	border-bottom:1px solid #ccc;
}

#cont form input[type=text],
#cont form input[type=password],
#cont form input[type=tel],
#cont form input[type=email],
#cont form textarea,
#cont form select{
	margin:10px 10px 30px;
	padding:8px;
	max-width:100%;
	border:1px solid #ccc;
	border-radius:5px;
	box-sizing:border-box;
}

#cont form textarea{
	margin:0;
	width:100%;
}

#cont form legend{
	display:block;
	clear:both;
	position:relative;
	margin-bottom:30px;
	padding:20px 100px 10px 50px;
	width:100%;
	color:#fff;
	font-size:130%;
	text-shadow:1px 1px 1px #aaa,1px -1px 1px #aaa,-1px 1px 1px #aaa,-1px -1px 1px #aaa;
	background: #efd298; /* Old browsers */
	background: -moz-linear-gradient(top, #efd298 0%, #a17725 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #efd298 0%,#a17725 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #efd298 0%,#a17725 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efd298', endColorstr='#a17725',GradientType=0 ); /* IE6-9 */
	background-size: 100% 1.3em;
	background-position:0% 100%;
	background-repeat: no-repeat;
	z-index:2;
	box-sizing:border-box;
}

#cont form legend:before{
	display:block;
	position:absolute;
	content:'';
	width:100%;
	height:50px;
	bottom:0;
	left:0;
	background-image:url(img/h3-bg.png);
	background-repeat:no-repeat;
	background-position:3px 50%;

	z-index:1;
}

#cont form legend:after{
	display:block;
	position:absolute;
	content:'';
	width:100%;
	height:50px;
	bottom:0;
	left:0;
	background-image:url(img/h3-after.png);
	background-repeat:no-repeat;
	background-position:99% 50%;

	z-index:1;
}

#cont form label{
	display:block;
	margin:0 0 30px;
	cursor:pointer;
}

#cont form input[type=checkbox],
#cont form input[type=radio]{
	margin:0 0.5em;
	vertical-align:middle;
}

#cont form input[type=file],
#cont form input[type=image]{
	margin:0 0 30px;
	padding:8px;
	border:1px solid #ccc;
}

#cont form input[type=submit],
#cont form input[type=reset],
#cont form input[type=button],
#cont form button{
	margin:10px 10px 30px;
	padding:8px 60px;
	color:#fff;
	font-weight:bold;
background: #ff3c00; /* Old browsers */
background: -moz-linear-gradient(top, #ff3c00 0%, #ff3c00 59%, #ff6e49 77%, #ff3c00 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ff3c00 0%,#ff3c00 59%,#ff6e49 77%,#ff3c00 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ff3c00 0%,#ff3c00 59%,#ff6e49 77%,#ff3c00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3c00', endColorstr='#ff3c00',GradientType=0 ); /* IE6-9 */	box-sizing:border-box;
	border-radius:5px;
	cursor:pointer;
	transition:.2s;
}

#cont form input[type=submit]:hover,
#cont form input[type=reset]:hover,
#cont form input[type=button]:hover{
	opacity:0.6;
	transition:.2s;
}

#cont form span.red{
	color:#f10;
	font-size:90%;
}

#cont form .wpcf7-radio .wpcf7-list-item{
	float:left;
	display:block;	
	margin-left:1em;
}

#cont form h6{
	clear:both;
}

/**********/
#cont #news{
	margin-bottom:1.5em;
	border-bottom: 3px solid #ff3c00;
}

#cont #news h4{
	margin-bottom:.5em;
}

#cont #news dl{
    margin: 0 1em 30px;
}

#cont #news dt{
	padding-bottom:0;
}

#cont #news dd{
	border-bottom: 1px solid #ccc;
}

.lofte #cont #news{
	float:none;
	width:100%;
}

.lofte #cont #job{
	float:none;
	width:100%;
}

.lofte #cont #job h4{
	margin-bottom:.5em;
}

.lofte #cont #job ul{
	overflow:hidden;
	margin: 0 1em 30px;
	font-size:90%;
}

.lofte #cont #job ul li{
	float:left;
	margin-left: 2em;
	border-bottom:0;
}

.lofte #cont #job ul li:before{
	width: 1.8em;
	height: 1.8em;
	font-size:90%;
	line-height: 1.8em;
	top: auto;
}

.lofte #cont #job ul li.more{
	clear:both;
	float:none;
	text-align:right;
}

.lofte #cont #job ul li.more:before{
	display:none;
}

.lofte #cont dt span{
	font-size:90%;
}


#cont .pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
}

#cont .pagination span,#cont .pagination a {
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #555;
}

#cont .pagination a:hover{
color:#fff;
background: #3279BB;
}
 
#cont .pagination .current{
padding:6px 9px 5px 9px;
background: #3279BB;
color:#fff;
}



/* footer */

#foot_wrap{
}

#foot_wrap a{
	color:inherit;
}

#foot_address p{
	margin:0 auto;
	padding:.5em;
	width:100%;
	color:#fff;
	text-align:center;
	box-sizing:border-box;
}

#foot_address p span{
	display:block;
	font-size:90%;
}

#copyright{
	background-color:rgba(0,0,0,0.5);
}

#copyright span{
	width:100%;
	font-size:3vw;
}

}
