@charset "utf-8";

/*フォントサイズ指定*/
html {
	font-size: 62.5%; /*10px*/
}


body {
	/*フォントカラー*/
	-webkit-text-size-adjust: 100%;
	color: #343434;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 20px;
}

/*ボックスフロートのクリア*/
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

/*テキストリンクのデコレーションと色の設定*/
a {
	color: #343434;
	text-decoration: none;
/*	text-decoration: underline;*/
}
a:active {
	color: #000000;
/*	text-decoration: underline;*/
}
a:visited {
	color: #222222;
/*	text-decoration: underline;*/
}
a:hover {
	color: #0099FF;
/*	text-decoration: underline;*/
}
a,a:active,a:visited,a:hover {
	transition-property : color/*,underline*/;
	transition-duration:0.3s;
}
img {
	vertical-align: bottom;
}
/*bodyセンター合わせ、天地マージンなし*/
body {
	padding: 0px;
	margin: 0px auto 0px auto;
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: #1b5fb2;
}

/*ヘッダー*/

#Header {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.HeadLogoArea {
	width: 1200px;
	height: 94px;
}
.HeadLogoArea h1 {
	margin: 15px 0px 0px 0px;
	padding: 0px;
	width: 300px;
	height: 50px;
	float: left;
}
.HeadLogoArea .HeadTelInqCon {
	width: 520px;
	height: 56px;
	float: right;
}
.HeadLogoArea .HeadTelInqCon .HeadTelC {
	width: 365px;
	height: 56px;
	float: left;
	background-color: #efefef;
	line-height: 56px;
	margin-right: 1px;
}
.HeadLogoArea .HeadTelInqCon .HeadTelC .HTel {
	padding: 0px;
	margin: 0px;
	width: 365px;
	text-align: center;
}
.HeadLogoArea .HeadTelInqCon .HeadTelC .HTel span {
	font-weight: bold;
	color: #1b5fb2;
	font-size: 22px;
	font-size: 2.2rem;
}
.HeadLogoArea .HeadTelInqCon .HeadInq {
	width: 154px;
	height: 56px;
	float: left;
}
.HeadLogoArea .HeadTelInqCon .HeadInq a {
	background-image: url('../images/head/HeadInqIcon.svgz');
	background-position: 25px center;
	background-repeat: no-repeat;
	background-size:20px 20px;
	width: 154px;
	height: 56px;
	line-height: 56px;
	color: #FFF;
	display: block;
	text-indent: 50px;
	background-color: #1b5fb2;
}
.HeadLogoArea .HeadTelInqCon .HeadInq a:hover {
	background-color: #165096;
}
.HeadMainMenuOuter {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
#head_navi_wrap {
box-sizing: border-box;
display: flex;
justify-content: space-between;
}
#head_navi_wrap li {
    width: 200px;
    height: 66px;
}
#head_navi_wrap li a, #head_navi_wrap li a:hover {
	padding: 0px;
	margin: 0px;
	transition-property : opacity,border-bottom-color;
	transition-duration: 0.3s;
	border-bottom-style: solid;
	border-bottom-width: 4px;
    width: 200px;
    height: 62px;
	display: block;
}
#head_navi_wrap li a {
	border-bottom-color: #e8e8e8;
	opacity:1;
    border-right: solid 1px #e8e8e8;
}
#head_navi_wrap li:last-child a {
    border-right: none;
}
#head_navi_wrap li a:hover {
	opacity:0.65;
	border-bottom-color: #1b5fb2;
}
#head_navi_wrap li a img {
	padding: 10px 0px 0px 0px;
	margin: 0px auto 0px auto;
	width: 142px;
	height: 40px;
	display: block;
}
/*メインスライダー背景backstretch.jsのCSS*/
#HomeMainImgOuter {
	width: 1200px;
	height: 384px;
	margin-right: auto;
	margin-left: auto;
	background-image: url('../images/home/HomeMainImg_20230721.jpg');
	background-repeat: no-repeat;
}
#HomeMainSliderOuter {
	overflow: hidden;
	width: 100%;
	height: 360px;
}
/*メインキャッチコピーのアニメーションCSS*/
.HomeCatch {
	font-size: 20px;
	font-size: 2.0rem;
	padding: 120px 0px 0px 50px;
	margin: 0px auto 0px auto;
	width: 1100px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #000000;
}
.HomeCatch span {
  opacity: 0;
}
.HomeCatch span:nth-child(1) {
  -webkit-animation: homecatch 0.5s ease 0.5s 1 forwards;
  animation: homecatch 2s ease 1s 1 forwards;
}
.HomeCatch span:nth-child(2) {
  -webkit-animation: homecatch 0.5s ease 1s 1 forwards;
  animation: homecatch 2s ease 3s 1 forwards;
}
.HomeCatch span:nth-child(3) {
  -webkit-animation: homecatch 0.5s ease 1.5s 1 forwards;
  animation: homecatch 2s ease 5s 1 forwards;
}
.HomeCatch span:nth-child(4) {
  -webkit-animation: homecatch 0.5s ease 1.5s 1 forwards;
  animation: homecatch 2s ease 5s 1 forwards;
  display: block;
  text-align: right;
  width: 560px;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 14px;
}
@-webkit-keyframes homecatch {
  100% {
    opacity: 1;
  }
}
@keyframes homecatch {
  100% {
    opacity: 1;
  }
}
/*ボディコンテンツ*/
.BodyContentsOuter {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
	padding-top: 50px;
}
.MainContents {
	width: 850px;
}
.MainContents {
	width: 850px;
}
.SideNavi {
	width: 300px;
}
.SideBox {
	width: 300px;
	margin-bottom: 10px;
}
.SideTitle {
	margin-bottom: 20px;
}
.SideTitle h2 {
	display: block;
	color: #1b5fb2;
}
.SideComMenu {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	width: 300px;
	height: 50px;
	display: block;
	opacity:1;
	overflow: hidden;
	transition-duration: 0.3s;
}
.SideComMenu div {
	left: 0;
	bottom: 0;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 0px;
	margin: 0px;
	width: 300px;
	height: 50px;
	background-image: url('../images/sidenavi/SideMenuTBack02.svgz');
	line-height: 50px;
	text-indent: 15px;
	color: #ffffff;
	font-weight: bold;
}
.SideComMenu:hover,
.SideComMenu:hover div {
	opacity:0.7;
	transition-duration: 0.3s;
}
/*
.SideComMenu:hover img {
	transform: scale(1.1);
}
.SideComMenu img {
	padding: 0px;
	margin: 0px;
	transition: all .2s linear;
}
*/
#FooterContentsOuter {
	background-color: #1b5fb2;
	width: 100%;
	padding-top: 40px;
	border-top-style: solid;
	border-top-width: 4px;
	border-top-color: #efefef;
	color: #ffffff;
}
.FootContentsCon {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
}
.FootLogoAreaOuter {
	width: 850px;
	float: left;
}
.FootLogoAreaOuter .FootLogo {
	margin-bottom: 25px;
}
.FootLogoAreaOuter .FootLogo span {
	display: inline-block;
	margin-left: 20px;
	font-size: 13px;
	font-size: 1.3rem;
}
.FootLinkArea {
	width: 300px;
	float: right;
}
.FootLinkArea .FootFB {
	background-position: 13px center;
	border: 1px solid #ffffff;
	padding: 12px;
	width: 274px;
	height: 30px;
	background-color: #3370ba;
	display: block;
	background-image: url('../images/footer/Facebook.png');
	background-repeat: no-repeat;
}
.FootLinkArea .FootFB span {
	font-size: 15px;
	font-size: 1.5rem;
	color: #ffffff;
	font-weight: bold;
	display: block;
	margin-left: 46px;
	margin-top: 5px;
}
.FootLinkArea .FootFB span img {
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;
}
.FootLinkArea .FootFB:hover {
	background-color: #27568F;
}
#PageTopOuter {
	width: 1200px;
	height: 26px;
	margin-right: auto;
	margin-left: auto;
}
.PageTop {
	width: 300px;
	height: 26px;
	background-color: #efefef;
	text-align: center;
	display: block;
	float: right;
}
.PageTop:hover {
	background-color: #D8D8D8;
}
.PageTop span {
	color: #1b5fb2;
	font-weight: bold;
	display: block;
	margin-top: 5px;
}
.PageTop span img {
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;
}
.FloatRight {
	float: right;
}
.FloatLeft {
	float: left;
}
.MarBottom50 {
	margin-bottom: 50px;
}
.MarBottom20 {
	margin-bottom: 20px;
}
.MarBottom30 {
	margin-bottom: 30px;
}
.MarTop5 {
	margin-top: 5px;
}
.TxtBold {
	font-weight: bold;
}
.Txt12Normal {
	font-size: 12px;
	font-size: 1.2rem;
}
.Txt12Normal {
	font-size: 11px;
	font-size: 1.1rem;
}
.TxtGreen {
	color: #59ab3f;
}
.TxtWhite {
	color: #ffffff;
}
.MdsTblueBgray {
	font-size: 19px;
	font-size: 1.9rem;
	color: #1b5fb2;
	font-weight: bold;
	background-color: #efefef;
	width: 850px;
	height: 50px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #1b5fb2;
	line-height: 50px;
	text-indent: 15px;
}
.MdsTWhiteBblue {
	font-size: 19px;
	font-size: 1.9rem;
	color: #ffffff;
	font-weight: bold;
	background-color: #1b5fb2;
	width: 850px;
	height: 50px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #C4C4C4;
	line-height: 50px;
	text-indent: 15px;
}
.TableBase {
	background-color: #f4f4f4;
	border-top-style: solid;
	border-right-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-color: #ffffff;
}
.TableBase td {
	border-color: #ffffff;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding: 10px 20px 10px 20px;
	vertical-align: middle;
}
.BGColor_ebebeb {
	background-color: #ebebeb;
}
.BGColor_6996cc {
	background-color: #6996cc;
}
