h1 {
	clear: both;
	font-size: 30px;
	padding-bottom: 9px;
}
h2.contents-ttl{
	position: relative;
	font-size: 1.8em;
	font-weight: bold;
	padding-bottom: 9px;
	text-align: center;
	margin-bottom: 1em;
}
h2.contents-ttl::after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 50%;
	width: 100px;
	margin-left: -50px;
	height: 2px;
	background: #287166;
}
.flex{
	display: -webkit-box; /* Android -4.3 */
	display:flex;
	-webkit-box-pack:justify;/*--- Android -4.3 ---*/
	justify-content:space-between;
}

.contentBox{
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.buttonBox{
	margin: 0 20px 40px;
	position:relative;
	max-width: 200px;
	min-width: 150px;
	flex: 20%;
}

button{
	width:100%;
	height:80px;
	position: relative;
	background: #cacaca;
	text-transform:uppercase;
	color: 4e4e4e;
	font-weight:700;
	letter-spacing: 1px;
	border: none;
	font-size: 15px;
	outline: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	cursor: pointer;
}

.contentBox{
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.buttonBox{
	margin: 0 20px 40px;
	position: relative;
	max-width: 200px;
	min-width: 150px;
	flex: 20%;
}

button{
	width:100%;
	height:80px;
	position:relative;
	background: #aa00ee;
	text-transform: uppercase;
	color:white;
	border: none;
	outline:none;
	cursor: pointer;
}


h3.business-primary{
	color: #287166;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.6;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 2em;
}

.business-sec {
	display: flex;
	margin-bottom: 2em;
}

.business-sec ul{
	box-sizing: border-box;
	padding-left: 1em;
}

.corp-sec p{
	width: 80%;
	padding: 0 1em;
}
.corp-sec img{
	max-width: 250px;
	height: 100%;
}
.business-sec p {
	width: 100%;
	box-sizing: border-box;
	padding-right: 1em;
}

.business-sec p.right-text {
	width: 100%;
	box-sizing: border-box;
	padding-left: 1em;
}



.business-sec img{
	max-width: 250px;
	height: 100%;
}

.business-cate{
	padding-bottom: 20px;
}
h3.business-service-semittl{
	display: inline;
	font-size: 1.4em;
	margin- bottom: 1em;
	background-image: linear-gradient(rgba(0,0,0,0) 70%, #a7d6ff 70%);
}
h3.business-service-ttl{
	position: relative;
	padding-left: 4rem;
	border-bottom: 2px solid #4e4e4e;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 1em;
}
h3.business-service-ttl{
	position: relative;
	padding-left: 4rem;
	border-bottom: 2px solid #4e4e4e;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 1em;
}
h3.business-service-ttl span{
	font-family: 'arial';
	font-size: 2.6em;
	font-stretch: condensed;
	line-height: 1;
	position: absolute;
	bottom: -0.53rem;
	left: 0;
}
.buji-subttl{
	padding-left: 2em;
	color: #287166;
	font-size: 1.2em;
	font-weight: bold;
}
.buji-subttl2{
	color: #287166;
	font-size: 1.2em;
	font-weight: bold;
}

.business-listL{
	padding-left: 4em;
	padding-bottom: 2em;
	width: 50%;
}
.business-listL li{
	margin-left: 2em;
}
.business-cate p{
	padding-left: 2.6em;
	padding-bottom: 2em;
}

ul.business-list-ov{
	padding-left: 5em;
	padding-bottom: 2em;
}
ul.business-list-ov li{
	list-style: disc;
}

.buji-minttl{
	padding-left: 3em;
	color: #c30d22;
}


@media screen and (max-width: 768px) {
	.business-sec{
		display: block;
	}
	.business-sec p{
		width: 100%;
		padding: 0;
	}
	.business-sec ul{
		width: 100%;
	}
	.business-sec img{
		width:  100%;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	.corp-sec p{
		width: 100%;
		padding: 0;
	}
	.corp-sec img{
		max-width:  100%;
		height: auto;
		margin: 0 auto;
	}
	.business-listL{
		padding-left: 2em;
		width: 100%;
	}
	.business-cate p{
		padding-left: 0;
	}
	.buji-subttl{
		padding-left: 0;
	}

}



/*------------------------------
	事例
--------------------------------*/
#tbl-jirei{
	width: 100%;
	margin-bottom: 2em;
}
#tbl-jirei th, #tbl-jirei td {
	border: 1px solid #cacaca;
	padding: 8px;
	vertical-align: top;
}

#jirei-li{
	list-style: disc;
	margin-left: 1em;
}
.td1, .td2, .td3, .td4{
	background: #F0FFF0;
}
.td1, .td2, .td4{
	width: 20%;
}


/*------------------------------
	事業所
--------------------------------*/
#tbl-os{
	width: 100%;
	margin: 1em 0;
}
#tbl-os th, #tbl-os td {
	border: 1px solid #cacaca;
	padding: 8px;
	vertical-align: top;
}
#tbl-os th{
	width: 26%;
	background: #F0FFF0;
	letter-spacing: 2px;
}
#open-img{
	display: flex;
}
#open-img p{
	padding-right: 1em;
}


@media screen and (max-width: 478px) {
	#open-img{
		display: block;
		margin: 0 auto;
	}
	#open-img p{
		text-align: center;
		padding-bottom: 2em;
	}
}

/*------------------------------
	#page_top
--------------------------------*/
#page_top {
	display: none;
}
#page_top {
	width: 46px;
	height: 46px;
	position: fixed;
	right: 2%;
	bottom: 8%;
	z-index: 99999;
}
.fa-arrow-circle-up::before{
	font-family: 'Font Awesome 5 Free';
	content: "\f062";
	font-size: 46px;
	color: #124D96;
	z-index: 99999;
}

/************************ ナビ指定 ***************************/

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

	#g-nav{
		position: fixed;
		z-index: 999;
		top: 0;
		right: -120%;
		width: 100%;
		height: 100vh;
		background: #cfcfcf;
		transition: all 0.6s;
	}

	/*アクティブクラスがついたら位置を0に*/
	#g-nav.panelactive{
		right: 0;
	}

	#g-nav ul {
		position: absolute;
		z-index: 999;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}

	#g-nav li{
		list-style: none;
		text-align: center;
	}

	#g-nav li a{
		padding:10px;
		display: block;
		text-transform: uppercase;
		letter-spacing: 0.1em;
	}


	/************** トグルボタン指定 *****************/

	.openbtn1{
		position:fixed;
		z-index: 9999;/*ボタンを最前面に*/
		top:10px;
		right: 10px;
		cursor: pointer;
		width: 50px;
		height:50px;
	}
	  
	/*×に変化*/  
	.openbtn1 span{
	    display: inline-block;
	    transition: all .4s;
	    position: absolute;
	    left: 14px;
	    height: 3px;
	    border-radius: 2px;
	  background-color: #666;
	    width: 45%;
	  }

	.openbtn1 span:nth-of-type(1) {
	  top:15px; 
	}

	.openbtn1 span:nth-of-type(2) {
	  top:23px;
	}

	.openbtn1 span:nth-of-type(3) {
	  top:31px;
	}

	.openbtn1.active span:nth-of-type(1) {
	    top: 18px;
	    left: 18px;
	    transform: translateY(6px) rotate(-45deg);
	    width: 30%;
	}

	.openbtn1.active span:nth-of-type(2) {
	  opacity: 0;
	}

	.openbtn1.active span:nth-of-type(3){
	    top: 30px;
	    left: 18px;
	    transform: translateY(-6px) rotate(45deg);
	    width: 30%;
	}
}

@media only screen and (min-width: 768px) {
	.openbtn1{
		display: none;
	}
	#g-nav{
		justify-content: flex-end;
		display: flex;
		right: 0;
		position: absolute;
	}
	#g-nav ul{
		display: flex;
		justify-content: flex-end;
	}
	#g-nav ul li{
		padding: 0 1em;
		border-right: 1px solid #cacaca;
	}
	#g-nav ul li.no-bd{
		border-right: none;
	}
	#g-nav ul li.mobile-ct{
		display: none;
	}

	/*hover時のアニメーション効果*/

	#g-nav ul li a {
		position: relative;
		display: inline-block;
		text-decoration: none;
	}
	#g-nav ul li a::after {
		position: absolute;
		bottom: -4px;
		left: 0;
		content: '';
		width: 100%;
		height: 2px;
		background: #cacaca;
		transform: scale(0, 1);
		transform-origin: center top;
		transition: transform .3s;
	}
	#g-nav ul li a:hover::after {
		transform: scale(1, 1);
	}
}

#g-nav li a{
	color: #4e4e4e;

/*-----------------------------------
	プライバシーポリシー
-----------------------------------*/
#pp{
	width: 90%;
	margin: 0 auto;
}
#pp ul li{
	padding-bottom: 2em;
	list-style: decimal;
	margin-left: 1rem;
}
@media only screen and (max-width: 768px) {
	#pp{
		width: 100%;
		padding: 1em;
		box-sizing: border-box;
	}
}



/*------------------------------
	汎用
--------------------------------*/
.bold{
	font-weight: bold;
}
.small{
	font-size: 0.8em;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}
.has-padding{
	padding: 2em 0;
}
.has-padding-L05e{
	padding-left: 0.5em;
}
.has-padding-btm{
	padding-bottom: 2em;
}
.has-padding-top{
	padding-top: 2em;
}
.tbl{
	width: 100%;
	margin-bottom: 3em;
}
.tbl th {
	width: 16%;
}
.tbl th, .tbl td {
	border: 1px solid #cacaca;
	padding: 8px;
	vertical-align: top;
	box-sizing: border-box;
}
.tbl th {
	background: #fffdf1;
}


@media screen and (max-width: 768px) {
	.tbl th, .tbl td {
		display: block;
		width: 100%!important;
	}
	.tbl td {
		border-top: 0;
		border-bottom: 0;
	}
	.tbl td.last-cd{
		border-bottom: 1px solid #cacaca!important;
	}
	.has-padding-L05e{
		padding-left: 0;
	}
}



