@charset "UTF-8";
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	line-height:1.6;
	color:#222;
}

/*　a　*/

a{
color:#333;
text-decoration:none;
position:relative;
}

a:hover{
color:#333;
}

a:not(.back-to-top)::after{
content:"";
position:absolute;
left:0;
bottom:-3px;
width:0;
height:3px;
background:#efefef;
transition:0.7s;
}

a:not(.back-to-top):hover::after{
width:100%;
}

a.link{
text-decoration:underline;
}

.back-to-top {
	display: none;
	position: fixed;
	right: 3%;
	bottom: 3%;
	color: #fff;
	padding: 2rem;
	border-radius: 50%;
	display: inline-block;
	text-decoration: none;
}
.back-to-top::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: inline-block;
	width: 50px;
	height: 50px;
	background-color: #3758A2;
	border-radius: 50%;
	z-index: -1;
}
.back-to-top::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 38%;
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-45deg);
}
a.back-to-top {
	color:#FFF !important;
	text-decoration: none !important;
}



/*　layout　*/

.bg-red {
  background-color: #FFF !important;
}

footer {
	padding-top: 1em;
}
.footer_box {
	border-top: 1px solid #848484;
	max-width:1100px !important;
	margin: 0 auto;
}
.container {
	max-width:1100px !important;
}
.container_mini {
	max-width:1008px !important;
	margin: 0 auto;
}
.container-fluid {
	padding:0 !important;
}
.top_company_box {
	padding: 2.5em 1em;
	text-align: center;
	color: #fff!important;
	background-image:url(/common/images/top_company_pic01.jpg);
	background-size: cover;
}
.navbar {
	padding:0 !important;
}
.navbar-brand a {
	color:#000;
}
.navbar-dark .navbar-nav .nav-link {
    color:#000;
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.nav-link:hover {
	color:#000 !important;
	font-weight:bold !important;
}
#breadcrumb {
	padding:1rem 0;
}
.breadcrumb {
  background-color: #ffffff;
}
.w1100 {
	max-width:1100px;
	margin:0 auto;
}
.widthauto {
	width: auto;
	margin:0 auto;
}
.widthauto02 {
	width: auto;
}
.under_key {
	background-image:url(/common/images/under_key01.jpg);
	background-size: cover;
	min-height: 100px;
	padding: 2.4em 1em;
}
.center {
	text-align:center;
}

/*　h1　*/

h1 {
	margin:0 !important;
}
h1.h101 {
	font-weight: bold; 
	font-size:24px;
	line-height: 1.6; 
	text-align: center;
	color: #fff;
}

/*　h2　*/

h2.h202 {
	font-weight: bold;
	font-size:24px;
	line-height: 1.6; 
	text-align: center;
	color: #fff;
}

/*　h204から下層　*/

/*　装飾　*/

p {
	margin-bottom:0 !important;
}
.dan {
	padding-left:1em;
	text-indent:-1em;
}
.dan02 {
	padding-left:2em;
	text-indent:-1em;
}
.dan03 {
	padding-left:3em;
	text-indent:-1em;
}
.f16px {
	font-size:16px;
	line-height:1.6;
}
.date {
	padding-left:1em;
}
.title01 {
	padding-left:1em;
}
.pink {
	color:#f0599f;
}
.red {
	color:#D30C0C;
}
.redd {
	color:#D30C0C;
	font-weight: bold;
}
.blue {
	color: #06B3AB;
}
.blueb {
	color: #06B3AB;
	font-weight: bold;
}
.f20{ font-size: 1.4em;
}
.f70 {
		font-size:.70em;
	}
.f12 {
		font-size:.70em;
	}
ul, ol {
  padding: 0.5em 0 0.5em 1.5em;
}
ul li, ol li {
  line-height: 1.5;
  padding: 0.5em 0;
}
.gnavi02 ul, .gnavi02 li {
	margin: 0 auto;
	padding: 0;
	list-style: none
}
.gnavi02 ul {
	width: 100%;
}
.gnavi02 li {
	border-left: 1px solid #efefef;
}
.gnavi02 li:last-child {
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
}
.gnavi02 a.dropdown-arrow:after {
	content: "\25BE";
	margin-left: 5px;
}
.gnavi02 li a:hover {
	color: #fff!important;
	background: #3758A2
}
.gnavi02 li a.active {
	color: #fff!important;
	background: #3758A2
}
.gnavi02 ul.sub-menus {
	min-width: 320px;
}
.gnavi02 ul.sub-menus li {
	display: block;
	text-align: left!important;
	width: 100%; 
}
.gnavi02 ul.sub-menus a {
	color: #fff!important;
	text-align: left!important;
	padding-left: 2.8em;
}
.gnavi02 li:hover ul.sub-menus {
	z-index: 3;
	display: block
}
.gnavi02 ul.sub-menus a:hover{
	background: #024E8C;
	color: #fff;
}

@media (max-width: 576px) {
	.top_news_box {
		margin: 0 auto;
		width: 100%;
	}
	.container {
		padding:0 15px !important;
	}
	.container_mini {
		padding:0 15px !important;
	}
    .res-table {
        width:100%;
    }
    .res-table th {
        display:block;
    }
    .res-table td {
        display:block;
    }
	.w1100 {
		width:100%;
		margin:0 auto;
	}
	.center {
		text-align:left;
	}
	.gnavi02 li a {
		display: block;
		line-height: 45px;
		padding: 0px;
		text-decoration: none;
		color: #333;
		text-align: center;
		font-size: 1.2em!important;
	}
	.gnavi02 {
		background: #fff;
		color: #333;
		height: auto;
		padding-left: 0px;
		border-radius: 0px;
	}
	.gnavi02 li {
		width: 100%;
		border-left: 1px solid #cccccc;
		display: block;
		position: relative;
	}
	.gnavi02 ul.sub-menus{
		text-align: left!important;
		height: auto; 
		width: 200px;
		background: #597AC6;
		position: absolute;
		z-index: 3;
		left: -25px;
		display: none;
	}
}

@media (min-width: 577px) {
	.top_news_box {
		max-width:644px !important;
		margin: 0 auto;
	}
	.gnavi02 li a {
		display: block;
		font-weight: bold;
		line-height: 45px;
		padding: 0px;
		text-decoration: none;
		color: #333;
		text-align: center;
		font-size: 14px;
	}
	.gnavi02 {
		background: #fff;
		color: #333;
		height: 42px;
		padding-left: 0px;
		border-radius: 0px;
	}
	.gnavi02 li { 
		float: left;
	   width: 14.2857%;
		display: inline;
		position: relative;
	}
	.gnavi02 ul.sub-menus{
		text-align: left!important;
		height: auto; 
		width: 100%;
		background: #597AC6;
		position: absolute;
		z-index: 3; 
		display: none;
	}
}

.top_btn001 {
	padding: 1.2em;
	min-height: 48px;
}
.top_btn001 a {
	display:block;
	width:100%;
    height:100%;
    text-decoration: none;
    text-align:center;
    border:1px solid #FFFFFF;
    color:#FFFFFF!important;
    font-size:16px;
    font-weight:bold;
}
.top_btn001 a:hover{
	background-color: rgba(255, 255, 255, 0.562);
	color:#FFFFFF!important;
	margin-left:0px;
    margin-top:0px;
    border:1px solid #FFFFFF;
}