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%);
}
h2.pre-mess{
	font-size: 1.6em;
	font-weight: bold;
	margin-bottom: 1em;
	text-align: center;
}
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;
}
.top-right{
	text-align: right;
	padding-right: 1em;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 2em;
}
h3.business-top-ttl{
	position: relative;
	padding-left: 1rem;
	border-left: 1rem solid #4e4e4e;
	border-bottom: 2px solid #4e4e4e;
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 1em;
}
.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;
}


ul.business-list-ov{
	padding-left: 5em;
	padding-right: 5em;
	padding-bottom: 2em;
	min-width: 30%;
}
ul.business-list-ov li{
	list-style: disc;
}


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


h4.semi-ttl{
	font-size: 1.2em;
	font-weight: bold;
	color: #003D79;
}

@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;
	}

}

.keiei-info{
	display: flex;
}
.business-cate p{
	padding-left: 2.6em;
	padding-bottom: 2em;
}
@media screen and (max-width: 588px) {
	.keiei-info{
		display: block;
		text-align: center;
	}

}

#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;
}


/*------------------------------
	.nav
--------------------------------*/

/* スマホ閲覧時のハンバーガーメニュー */

#hanburger {
	display: none; /* チェックボックスを非表示 */
}

.gnav-wrap{
	box-sizing: border-box;
}

.menu_button { /* ボタンのスタイル */
	width: 50px; /* 幅 */
	height: 50px; /* 高さ */
	position: fixed;
	top: 1em;
	right: 1em;
	background: #cacaca; /* 背景色 */
	z-index: 9999;
	border-radius: 4px;
}

.menu_button::before { /* アイコンのスタイル */
	font-family: "Font Awesome 5 Free";
	content: "\f0c9"; /* アイコン「３本線」 */
	font-weight: 900;
	position: absolute;
	color: #fff;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

#hanburger:checked + .menu_button::before { /* アイコンのスタイル（チェック済み） */
	content: "\f00d"; /* アイコン「×印」 */
}

.global_menu { /* メニュー全体のスタイル */
	visibility: hidden; /* メニューを非表示 */
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	color: #333;
	background: #e6f6ff;
	overflow-y:  scroll;
}

#hanburger:checked ~ .global_menu { /* メニュー全体のスタイル（チェック済） */
	visibility: visible; /* メニューを表示 */
}

.global_menu a {
	width: 100%;
}

.global_menu a:hover {
	opacity: 0.6;
}

.menu {
	margin-bottom: 20px;
	margin-top: 3em;
	text-align: center;
}

.gnav-oya li.menu p{
	padding-bottom: 1em;
}

.gnav-oya li.menu p > a{
	font-weight: bold;
	font-size: 1.1em;
}

.child_menu > li{
	padding-bottom: 1em;
}

.child_menu > li > a {
	padding: 10px 30px;
	font-size: 1em;
}



  /*********************** PC閲覧時のメガメニュー ***********************/

@media screen and (min-width: 769px) {
	.menu_button {
		display: none; /* ハンバーガーメニューのボタンを非表示 */
	}

	.global_menu { 
		position: relative;
		padding: 0;
		color: #fff;
		background: #124d96;
		visibility: visible;
		overflow-y: visible;
		z-index: 9999;
	}

.menu:first-child{
	display: none;
}

	.gnav-wrap{
		display: block;
		max-width: 1024px;
		margin: 0 auto;
		text-align: center;
	}

	.gnav-oya{
		width: 100%;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.gnav-oya li.menu{
		width: 16%;
		text-align: center;
		box-sizing: border-box;
		border-right: 1px solid #fff;
		padding-bottom: -0.5em;
		padding-top: 0.5em;
		font-size: 0.9em;
	}
	.gnav-oya li.menu a{
		color: #fff;
	}

	.gnav-oya li.menu p.no-border{
		border-right: none;
	}

	.gnav-oya li.menu p > a{
		color: #fff;
		font-size: 0.9em;
	}

	.gnav-oya li.menu p > a:hover{
		background: #124d96;
		border-bottom: 1px solid #fff;
	}

	.menu {
		margin: 0 auto;
		box-sizing: border-box;
	}

	.child_menu > li {
		display: inline-block;
		padding-bottom: 2em;
	}

	.child_menu { /* 下層メニューのスタイル */
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		padding: 30px;
		background: #e6f6ff;
		visibility: hidden; /* 下層メニューを非表示 */
		opacity: 0; /* 不透明度を最小に */
		transition: .5s top, .5s opacity; /* アニメーション設定 */
		font-size: 0.9em;
	}

	.menu:hover .child_menu { /* 下層メニューのスタイル（親項目ホバー時） */
		top: 100%; /* 定位置に戻す */
		opacity: 1; /* 不透明度を最大に */
		visibility: visible; /* 下層メニューを表示 */
	}

	.child_menu > li > a {
		padding: 10px 30px;
		color: #4e4e4e;

	}

	.child_menu > li > a:hover {
		background: unset;
	}


	/* ホバー時の下線アニメーション */

	.child_menu > li > a {
	  position: relative;
	}
	.child_menu > li > a::after {
	  position: absolute;
	  bottom: -4px;
	  left: 0;
	  content: '';
	  width: 100%;
	  height: 2px;
	  background: #124d96;
	  transform: scale(0, 1);
	  transform-origin: center top;
	  transition: transform .3s;
	}
	.child_menu > li > a:hover::after {
	  transform: scale(1, 1);
	}

}



/*-----------------------------------------------
	.profile
-------------------------------------------------*/
#profile{
	border: 1px solid #cacaca;
	width: 100%;
}
#profile th{
	background: #cceeee;
}
#profile th, #profile td{
	padding: 1em;
	border: 1px solid #cacaca;
}



/*------------------------------
	汎用
--------------------------------*/
.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;
	}
}





